(Fformat): Handle precision in string conversion specifiers like libc
[bpt/emacs.git] / lisp / loaddefs.el
1 ;;; loaddefs.el --- automatically extracted autoloads
2 ;;
3 ;;; Code:
4 \f
5 ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6 ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7 ;;;;;; "play/5x5.el" (15381 46545))
8 ;;; Generated autoloads from play/5x5.el
9
10 (autoload (quote 5x5) "5x5" "\
11 Play 5x5.
12
13 The object of 5x5 is very simple, by moving around the grid and flipping
14 squares you must fill the grid.
15
16 5x5 keyboard bindings are:
17 \\<5x5-mode-map>
18 Flip \\[5x5-flip-current]
19 Move up \\[5x5-up]
20 Move down \\[5x5-down]
21 Move left \\[5x5-left]
22 Move right \\[5x5-right]
23 Start new game \\[5x5-new-game]
24 New game with random grid \\[5x5-randomize]
25 Random cracker \\[5x5-crack-randomly]
26 Mutate current cracker \\[5x5-crack-mutating-current]
27 Mutate best cracker \\[5x5-crack-mutating-best]
28 Mutate xor cracker \\[5x5-crack-xor-mutate]
29 Quit current game \\[5x5-quit-game]
30
31 \(fn &optional SIZE)" t nil)
32
33 (autoload (quote 5x5-crack-randomly) "5x5" "\
34 Attempt to crack 5x5 using random solutions.
35
36 \(fn)" t nil)
37
38 (autoload (quote 5x5-crack-mutating-current) "5x5" "\
39 Attempt to crack 5x5 by mutating the current solution.
40
41 \(fn)" t nil)
42
43 (autoload (quote 5x5-crack-mutating-best) "5x5" "\
44 Attempt to crack 5x5 by mutating the best solution.
45
46 \(fn)" t nil)
47
48 (autoload (quote 5x5-crack-xor-mutate) "5x5" "\
49 Attempt to crack 5x5 by xor the current and best solution.
50 Mutate the result.
51
52 \(fn)" t nil)
53
54 (autoload (quote 5x5-crack) "5x5" "\
55 Attempt to find a solution for 5x5.
56
57 5x5-crack takes the argument BREEDER which should be a function that takes
58 two parameters, the first will be a grid vector array that is the current
59 solution and the second will be the best solution so far. The function
60 should return a grid vector array that is the new solution.
61
62 \(fn BREEDER)" t nil)
63
64 ;;;***
65 \f
66 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
67 ;;;;;; (15634 5014))
68 ;;; Generated autoloads from progmodes/ada-mode.el
69
70 (autoload (quote ada-add-extensions) "ada-mode" "\
71 Define SPEC and BODY as being valid extensions for Ada files.
72 Going from body to spec with `ff-find-other-file' used these
73 extensions.
74 SPEC and BODY are two regular expressions that must match against the file
75 name
76
77 \(fn SPEC BODY)" nil nil)
78
79 (autoload (quote ada-mode) "ada-mode" "\
80 Ada mode is the major mode for editing Ada code.
81 This version was built on Date: 2002/05/21 11:58:02 .
82
83 Bindings are as follows: (Note: 'LFD' is control-j.)
84 \\{ada-mode-map}
85
86 Indent line '\\[ada-tab]'
87 Indent line, insert newline and indent the new line. '\\[newline-and-indent]'
88
89 Re-format the parameter-list point is in '\\[ada-format-paramlist]'
90 Indent all lines in region '\\[ada-indent-region]'
91
92 Adjust case of identifiers and keywords in region '\\[ada-adjust-case-region]'
93 Adjust case of identifiers and keywords in buffer '\\[ada-adjust-case-buffer]'
94
95 Fill comment paragraph, justify and append postfix '\\[fill-paragraph]'
96
97 Next func/proc/task '\\[ada-next-procedure]' Previous func/proc/task '\\[ada-previous-procedure]'
98 Next package '\\[ada-next-package]' Previous package '\\[ada-previous-package]'
99
100 Goto matching start of current 'end ...;' '\\[ada-move-to-start]'
101 Goto end of current block '\\[ada-move-to-end]'
102
103 Comments are handled using standard GNU Emacs conventions, including:
104 Start a comment '\\[indent-for-comment]'
105 Comment region '\\[comment-region]'
106 Uncomment region '\\[ada-uncomment-region]'
107 Continue comment on next line '\\[indent-new-comment-line]'
108
109 If you use imenu.el:
110 Display index-menu of functions & procedures '\\[imenu]'
111
112 If you use find-file.el:
113 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
114 or '\\[ff-mouse-find-other-file]
115 Switch to other file in other window '\\[ada-ff-other-window]'
116 or '\\[ff-mouse-find-other-file-other-window]
117 If you use this function in a spec and no body is available, it gets created with body stubs.
118
119 If you use ada-xref.el:
120 Goto declaration: '\\[ada-point-and-xref]' on the identifier
121 or '\\[ada-goto-declaration]' with point on the identifier
122 Complete identifier: '\\[ada-complete-identifier]'.
123
124 \(fn)" t nil)
125
126 ;;;***
127 \f
128 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
129 ;;;;;; (15775 20994))
130 ;;; Generated autoloads from progmodes/ada-stmt.el
131
132 (autoload (quote ada-header) "ada-stmt" "\
133 Insert a descriptive header at the top of the file.
134
135 \(fn)" t nil)
136
137 ;;;***
138 \f
139 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
140 ;;;;;; (15775 20994))
141 ;;; Generated autoloads from progmodes/ada-xref.el
142
143 (autoload (quote ada-find-file) "ada-xref" "\
144 Open a file anywhere in the source path.
145 Completion is available.
146
147 \(fn FILENAME)" t nil)
148
149 ;;;***
150 \f
151 ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
152 ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
153 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
154 ;;;;;; add-log-full-name) "add-log" "add-log.el" (15852 39765))
155 ;;; Generated autoloads from add-log.el
156
157 (defvar add-log-full-name nil "\
158 *Full name of user, for inclusion in ChangeLog daily headers.
159 This defaults to the value returned by the function `user-full-name'.")
160
161 (defvar add-log-mailing-address nil "\
162 *Electronic mail addresses of user, for inclusion in ChangeLog headers.
163 This defaults to the value of `user-mail-address'. In addition to
164 being a simple string, this value can also be a list. All elements
165 will be recognized as referring to the same user; when creating a new
166 ChangeLog entry, one element will be chosen at random.")
167
168 (autoload (quote prompt-for-change-log-name) "add-log" "\
169 Prompt for a change log name.
170
171 \(fn)" nil nil)
172
173 (autoload (quote find-change-log) "add-log" "\
174 Find a change log file for \\[add-change-log-entry] and return the name.
175
176 Optional arg FILE-NAME specifies the file to use.
177 If FILE-NAME is nil, use the value of `change-log-default-name'.
178 If 'change-log-default-name' is nil, behave as though it were 'ChangeLog'
179 \(or whatever we use on this operating system).
180
181 If 'change-log-default-name' contains a leading directory component, then
182 simply find it in the current directory. Otherwise, search in the current
183 directory and its successive parents for a file so named.
184
185 Once a file is found, `change-log-default-name' is set locally in the
186 current buffer to the complete file name.
187 Optional arg BUFFER-FILE overrides `buffer-file-name'.
188
189 \(fn &optional FILE-NAME BUFFER-FILE)" nil nil)
190
191 (autoload (quote add-change-log-entry) "add-log" "\
192 Find change log file, and add an entry for today and an item for this file.
193 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
194 name and site.
195
196 Second arg FILE-NAME is file name of the change log.
197 If nil, use the value of `change-log-default-name'.
198
199 Third arg OTHER-WINDOW non-nil means visit in other window.
200
201 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
202 never append to an existing entry. Option `add-log-keep-changes-together'
203 otherwise affects whether a new entry is created.
204
205 Option `add-log-always-start-new-record' non-nil means always create a
206 new record, even when the last record was made on the same date and by
207 the same person.
208
209 The change log file can start with a copyright notice and a copying
210 permission notice. The first blank line indicates the end of these
211 notices.
212
213 Today's date is calculated according to `change-log-time-zone-rule' if
214 non-nil, otherwise in local time.
215
216 \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY)" t nil)
217
218 (autoload (quote add-change-log-entry-other-window) "add-log" "\
219 Find change log file in other window and add entry and item.
220 This is just like `add-change-log-entry' except that it displays
221 the change log file in another window.
222
223 \(fn &optional WHOAMI FILE-NAME)" t nil)
224 (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
225
226 (autoload (quote change-log-mode) "add-log" "\
227 Major mode for editing change logs; like Indented Text Mode.
228 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
229 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
230 Each entry behaves as a paragraph, and the entries for one day as a page.
231 Runs `change-log-mode-hook'." t nil)
232
233 (defvar add-log-lisp-like-modes (quote (emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode)) "\
234 *Modes that look like Lisp to `add-log-current-defun'.")
235
236 (defvar add-log-c-like-modes (quote (c-mode c++-mode c++-c-mode objc-mode)) "\
237 *Modes that look like C to `add-log-current-defun'.")
238
239 (defvar add-log-tex-like-modes (quote (TeX-mode plain-TeX-mode LaTeX-mode plain-tex-mode latex-mode)) "\
240 *Modes that look like TeX to `add-log-current-defun'.")
241
242 (autoload (quote add-log-current-defun) "add-log" "\
243 Return name of function definition point is in, or nil.
244
245 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
246 Texinfo (@node titles) and Perl.
247
248 Other modes are handled by a heuristic that looks in the 10K before
249 point for uppercase headings starting in the first column or
250 identifiers followed by `:' or `='. See variables
251 `add-log-current-defun-header-regexp' and
252 `add-log-current-defun-function'.
253
254 Has a preference of looking backwards.
255
256 \(fn)" nil nil)
257
258 (autoload (quote change-log-merge) "add-log" "\
259 Merge the contents of ChangeLog file OTHER-LOG with this buffer.
260 Both must be found in Change Log mode (since the merging depends on
261 the appropriate motion commands). OTHER-LOG can be either a file name
262 or a buffer.
263
264 Entries are inserted in chronological order. Both the current and
265 old-style time formats for entries are supported.
266
267 \(fn OTHER-LOG)" t nil)
268
269 (autoload (quote change-log-redate) "add-log" "\
270 Fix any old-style date entries in the current log file to default format.
271
272 \(fn)" t nil)
273
274 ;;;***
275 \f
276 ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
277 ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15656
278 ;;;;;; 3013))
279 ;;; Generated autoloads from emacs-lisp/advice.el
280
281 (defvar ad-redefinition-action (quote warn) "\
282 *Defines what to do with redefinitions during Advice de/activation.
283 Redefinition occurs if a previously activated function that already has an
284 original definition associated with it gets redefined and then de/activated.
285 In such a case we can either accept the current definition as the new
286 original definition, discard the current definition and replace it with the
287 old original, or keep it and raise an error. The values `accept', `discard',
288 `error' or `warn' govern what will be done. `warn' is just like `accept' but
289 it additionally prints a warning message. All other values will be
290 interpreted as `error'.")
291
292 (defvar ad-default-compilation-action (quote maybe) "\
293 *Defines whether to compile advised definitions during activation.
294 A value of `always' will result in unconditional compilation, `never' will
295 always avoid compilation, `maybe' will compile if the byte-compiler is already
296 loaded, and `like-original' will compile if the original definition of the
297 advised function is compiled or a built-in function. Every other value will
298 be interpreted as `maybe'. This variable will only be considered if the
299 COMPILE argument of `ad-activate' was supplied as nil.")
300
301 (autoload (quote ad-add-advice) "advice" "\
302 Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
303 If FUNCTION already has one or more pieces of advice of the specified
304 CLASS then POSITION determines where the new piece will go. The value
305 of POSITION can either be `first', `last' or a number where 0 corresponds
306 to `first'. Numbers outside the range will be mapped to the closest
307 extreme position. If there was already a piece of ADVICE with the same
308 name, then the position argument will be ignored and the old advice
309 will be overwritten with the new one.
310 If the FUNCTION was not advised already, then its advice info will be
311 initialized. Redefining a piece of advice whose name is part of the cache-id
312 will clear the cache.
313
314 \(fn FUNCTION ADVICE CLASS POSITION)" nil nil)
315
316 (autoload (quote defadvice) "advice" "\
317 Define a piece of advice for FUNCTION (a symbol).
318 The syntax of `defadvice' is as follows:
319
320 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
321 [DOCSTRING] [INTERACTIVE-FORM]
322 BODY... )
323
324 FUNCTION ::= Name of the function to be advised.
325 CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
326 NAME ::= Non-nil symbol that names this piece of advice.
327 POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first',
328 see also `ad-add-advice'.
329 ARGLIST ::= An optional argument list to be used for the advised function
330 instead of the argument list of the original. The first one found in
331 before/around/after-advices will be used.
332 FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'|`freeze'.
333 All flags can be specified with unambiguous initial substrings.
334 DOCSTRING ::= Optional documentation for this piece of advice.
335 INTERACTIVE-FORM ::= Optional interactive form to be used for the advised
336 function. The first one found in before/around/after-advices will be used.
337 BODY ::= Any s-expression.
338
339 Semantics of the various flags:
340 `protect': The piece of advice will be protected against non-local exits in
341 any code that precedes it. If any around-advice of a function is protected
342 then automatically all around-advices will be protected (the complete onion).
343
344 `activate': All advice of FUNCTION will be activated immediately if
345 FUNCTION has been properly defined prior to this application of `defadvice'.
346
347 `compile': In conjunction with `activate' specifies that the resulting
348 advised function should be compiled.
349
350 `disable': The defined advice will be disabled, hence, it will not be used
351 during activation until somebody enables it.
352
353 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
354 time. This generates a compiled advised definition according to the current
355 advice state that will be used during activation if appropriate. Only use
356 this if the `defadvice' gets actually compiled.
357
358 `freeze': Expands the `defadvice' into a redefining `defun/defmacro' according
359 to this particular single advice. No other advice information will be saved.
360 Frozen advices cannot be undone, they behave like a hard redefinition of
361 the advised function. `freeze' implies `activate' and `preactivate'. The
362 documentation of the advised function can be dumped onto the `DOC' file
363 during preloading.
364
365 See Info node `(elisp)Advising Functions' for comprehensive documentation.
366
367 \(fn FUNCTION ARGS &rest BODY)" nil (quote macro))
368
369 ;;;***
370 \f
371 ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
372 ;;;;;; align-highlight-rule align-current align-entire align-regexp
373 ;;;;;; align) "align" "align.el" (15792 4535))
374 ;;; Generated autoloads from align.el
375
376 (autoload (quote align) "align" "\
377 Attempt to align a region based on a set of alignment rules.
378 BEG and END mark the region. If BEG and END are specifically set to
379 nil (this can only be done programmatically), the beginning and end of
380 the current alignment section will be calculated based on the location
381 of point, and the value of `align-region-separate' (or possibly each
382 rule's `separate' attribute).
383
384 If SEPARATE is non-nil, it overrides the value of
385 `align-region-separate' for all rules, except those that have their
386 `separate' attribute set.
387
388 RULES and EXCLUDE-RULES, if either is non-nil, will replace the
389 default rule lists defined in `align-rules-list' and
390 `align-exclude-rules-list'. See `align-rules-list' for more details
391 on the format of these lists.
392
393 \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil)
394
395 (autoload (quote align-regexp) "align" "\
396 Align the current region using an ad-hoc rule read from the minibuffer.
397 BEG and END mark the limits of the region. This function will prompt
398 for the REGEXP to align with. If no prefix arg was specified, you
399 only need to supply the characters to be lined up and any preceding
400 whitespace is replaced. If a prefix arg was specified, the full
401 regexp with parenthesized whitespace should be supplied; it will also
402 prompt for which parenthesis GROUP within REGEXP to modify, the amount
403 of SPACING to use, and whether or not to REPEAT the rule throughout
404 the line. See `align-rules-list' for more information about these
405 options.
406
407 For example, let's say you had a list of phone numbers, and wanted to
408 align them so that the opening parentheses would line up:
409
410 Fred (123) 456-7890
411 Alice (123) 456-7890
412 Mary-Anne (123) 456-7890
413 Joe (123) 456-7890
414
415 There is no predefined rule to handle this, but you could easily do it
416 using a REGEXP like \"(\". All you would have to do is to mark the
417 region, call `align-regexp' and type in that regular expression.
418
419 \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil)
420
421 (autoload (quote align-entire) "align" "\
422 Align the selected region as if it were one alignment section.
423 BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES
424 is set to a list of rules (see `align-rules-list'), it can be used to
425 override the default alignment rules that would have been used to
426 align that section.
427
428 \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil)
429
430 (autoload (quote align-current) "align" "\
431 Call `align' on the current alignment section.
432 This function assumes you want to align only the current section, and
433 so saves you from having to specify the region. If RULES or
434 EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it
435 can be used to override the default alignment rules that would have
436 been used to align that section.
437
438 \(fn &optional RULES EXCLUDE-RULES)" t nil)
439
440 (autoload (quote align-highlight-rule) "align" "\
441 Highlight the whitespace which a given rule would have modified.
442 BEG and END mark the extent of the region. TITLE identifies the rule
443 that should be highlighted. If RULES or EXCLUDE-RULES is set to a
444 list of rules (see `align-rules-list'), it can be used to override the
445 default alignment rules that would have been used to identify the text
446 to be colored.
447
448 \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil)
449
450 (autoload (quote align-unhighlight-rule) "align" "\
451 Remove any highlighting that was added by `align-highlight-rule'.
452
453 \(fn)" t nil)
454
455 (autoload (quote align-newline-and-indent) "align" "\
456 A replacement function for `newline-and-indent', aligning as it goes.
457
458 \(fn)" t nil)
459
460 ;;;***
461 \f
462 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
463 ;;;;;; "net/ange-ftp.el" (15757 48918))
464 ;;; Generated autoloads from net/ange-ftp.el
465
466 (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
467
468 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\
469 Reread remote directory DIR to update the directory cache.
470 The implementation of remote ftp file names caches directory contents
471 for speed. Therefore, when new remote files are created, Emacs
472 may not know they exist. You can use this command to reread a specific
473 directory, so that Emacs will know its current contents.
474
475 \(fn &optional DIR)" t nil)
476
477 (autoload (quote ange-ftp-hook-function) "ange-ftp" "\
478 Not documented
479
480 \(fn OPERATION &rest ARGS)" nil nil)
481
482 (put (quote ange-ftp-hook-function) (quote file-remote-p) t)
483
484 ;;;***
485 \f
486 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
487 ;;;;;; "animate" "play/animate.el" (15220 9096))
488 ;;; Generated autoloads from play/animate.el
489
490 (autoload (quote animate-string) "animate" "\
491 Display STRING starting at position VPOS, HPOS, using animation.
492 The characters start at randomly chosen places,
493 and all slide in parallel to their final positions,
494 passing through `animate-n-steps' positions before the final ones.
495 If HPOS is nil (or omitted), center the string horizontally
496 in the current window.
497
498 \(fn STRING VPOS &optional HPOS)" nil nil)
499
500 (autoload (quote animate-sequence) "animate" "\
501 Display strings from LIST-OF-STRING with animation in a new buffer.
502 Strings will be separated from each other by SPACE lines.
503
504 \(fn LIST-OF-STRINGS SPACE)" nil nil)
505
506 (autoload (quote animate-birthday-present) "animate" "\
507 Display Sarah's birthday present in a new buffer.
508
509 \(fn)" t nil)
510
511 ;;;***
512 \f
513 ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
514 ;;;;;; "ansi-color" "ansi-color.el" (15582 40062))
515 ;;; Generated autoloads from ansi-color.el
516
517 (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
518 Set `ansi-color-for-comint-mode' to t.
519
520 \(fn)" t nil)
521
522 (autoload (quote ansi-color-process-output) "ansi-color" "\
523 Maybe translate SGR control sequences of comint output into text-properties.
524
525 Depending on variable `ansi-color-for-comint-mode' the comint output is
526 either not processed, SGR control sequences are filtered using
527 `ansi-color-filter-region', or SGR control sequences are translated into
528 text-properties using `ansi-color-apply-on-region'.
529
530 The comint output is assumed to lie between the marker
531 `comint-last-output-start' and the process-mark.
532
533 This is a good function to put in `comint-output-filter-functions'.
534
535 \(fn STRING)" nil nil)
536
537 ;;;***
538 \f
539 ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
540 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15408 52215))
541 ;;; Generated autoloads from progmodes/antlr-mode.el
542
543 (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
544 Show Makefile rules for all grammar files in the current directory.
545 If the `major-mode' of the current buffer has the value `makefile-mode',
546 the rules are directory inserted at point. Otherwise, a *Help* buffer
547 is shown with the rules which are also put into the `kill-ring' for
548 \\[yank].
549
550 This command considers import/export vocabularies and grammar
551 inheritance and provides a value for the \"-glib\" option if necessary.
552 Customize variable `antlr-makefile-specification' for the appearance of
553 the rules.
554
555 If the file for a super-grammar cannot be determined, special file names
556 are used according to variable `antlr-unknown-file-formats' and a
557 commentary with value `antlr-help-unknown-file-text' is added. The
558 *Help* buffer always starts with the text in `antlr-help-rules-intro'.
559
560 \(fn)" t nil)
561
562 (autoload (quote antlr-mode) "antlr-mode" "\
563 Major mode for editing ANTLR grammar files.
564 \\{antlr-mode-map}
565
566 \(fn)" t nil)
567
568 (autoload (quote antlr-set-tabs) "antlr-mode" "\
569 Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
570 Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
571
572 \(fn)" nil nil)
573
574 ;;;***
575 \f
576 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
577 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
578 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
579 ;;;;;; "appt" "calendar/appt.el" (15708 3234))
580 ;;; Generated autoloads from calendar/appt.el
581
582 (defvar appt-issue-message t "\
583 *Non-nil means check for appointments in the diary buffer.
584 To be detected, the diary entry must have the time
585 as the first thing on a line.")
586
587 (defvar appt-message-warning-time 12 "\
588 *Time in minutes before an appointment that the warning begins.")
589
590 (defvar appt-audible t "\
591 *Non-nil means beep to indicate appointment.")
592
593 (defvar appt-visible t "\
594 *Non-nil means display appointment message in echo area.")
595
596 (defvar appt-display-mode-line t "\
597 *Non-nil means display minutes to appointment and time on the mode line.")
598
599 (defvar appt-msg-window t "\
600 *Non-nil means display appointment message in another window.")
601
602 (defvar appt-display-duration 10 "\
603 *The number of seconds an appointment message is displayed.")
604
605 (defvar appt-display-diary t "\
606 *Non-nil means to display the next days diary on the screen.
607 This will occur at midnight when the appointment list is updated.")
608
609 (autoload (quote appt-add) "appt" "\
610 Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG.
611 The time should be in either 24 hour format or am/pm format.
612
613 \(fn NEW-APPT-TIME NEW-APPT-MSG)" t nil)
614
615 (autoload (quote appt-delete) "appt" "\
616 Delete an appointment from the list of appointments.
617
618 \(fn)" t nil)
619
620 (autoload (quote appt-make-list) "appt" "\
621 Create the appointments list from todays diary buffer.
622 The time must be at the beginning of a line for it to be
623 put in the appointments list.
624 02/23/89
625 12:00pm lunch
626 Wednesday
627 10:00am group meeting
628 We assume that the variables DATE and NUMBER
629 hold the arguments that `list-diary-entries' received.
630 They specify the range of dates that the diary is being processed for.
631
632 \(fn)" nil nil)
633
634 ;;;***
635 \f
636 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
637 ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15796
638 ;;;;;; 6102))
639 ;;; Generated autoloads from apropos.el
640
641 (autoload (quote apropos-mode) "apropos" "\
642 Major mode for following hyperlinks in output of apropos commands.
643
644 \\{apropos-mode-map}" t nil)
645
646 (autoload (quote apropos-variable) "apropos" "\
647 Show user variables that match REGEXP.
648 With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also show
649 normal variables.
650
651 \(fn REGEXP &optional DO-ALL)" t nil)
652
653 (defalias (quote command-apropos) (quote apropos-command))
654
655 (autoload (quote apropos-command) "apropos" "\
656 Show commands (interactively callable functions) that match APROPOS-REGEXP.
657 With optional prefix DO-ALL, or if `apropos-do-all' is non-nil, also show
658 noninteractive functions.
659
660 If VAR-PREDICATE is non-nil, show only variables, and only those that
661 satisfy the predicate VAR-PREDICATE.
662
663 \(fn APROPOS-REGEXP &optional DO-ALL VAR-PREDICATE)" t nil)
664
665 (autoload (quote apropos) "apropos" "\
666 Show all bound symbols whose names match APROPOS-REGEXP.
667 With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also
668 show unbound symbols and key bindings, which is a little more
669 time-consuming. Returns list of symbols and documentation found.
670
671 \(fn APROPOS-REGEXP &optional DO-ALL)" t nil)
672
673 (autoload (quote apropos-value) "apropos" "\
674 Show all symbols whose value's printed image matches APROPOS-REGEXP.
675 With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also looks
676 at the function and at the names and values of properties.
677 Returns list of symbols and values found.
678
679 \(fn APROPOS-REGEXP &optional DO-ALL)" t nil)
680
681 (autoload (quote apropos-documentation) "apropos" "\
682 Show symbols whose documentation contain matches for APROPOS-REGEXP.
683 With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also use
684 documentation that is not stored in the documentation file and show key
685 bindings.
686 Returns list of symbols and documentation found.
687
688 \(fn APROPOS-REGEXP &optional DO-ALL)" t nil)
689
690 ;;;***
691 \f
692 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15820
693 ;;;;;; 63473))
694 ;;; Generated autoloads from arc-mode.el
695
696 (autoload (quote archive-mode) "arc-mode" "\
697 Major mode for viewing an archive file in a dired-like way.
698 You can move around using the usual cursor motion commands.
699 Letters no longer insert themselves.
700 Type `e' to pull a file out of the archive and into its own buffer;
701 or click mouse-2 on the file's line in the archive mode buffer.
702
703 If you edit a sub-file of this archive (as with the `e' command) and
704 save it, the contents of that buffer will be saved back into the
705 archive.
706
707 \\{archive-mode-map}
708
709 \(fn &optional FORCE)" nil nil)
710
711 ;;;***
712 \f
713 ;;;### (autoloads (array-mode) "array" "array.el" (15425 19755))
714 ;;; Generated autoloads from array.el
715
716 (autoload (quote array-mode) "array" "\
717 Major mode for editing arrays.
718
719 Array mode is a specialized mode for editing arrays. An array is
720 considered to be a two-dimensional set of strings. The strings are
721 NOT recognized as integers or real numbers.
722
723 The array MUST reside at the top of the buffer.
724
725 TABs are not respected, and may be converted into spaces at any time.
726 Setting the variable 'array-respect-tabs to non-nil will prevent TAB conversion,
727 but will cause many functions to give errors if they encounter one.
728
729 Upon entering array mode, you will be prompted for the values of
730 several variables. Others will be calculated based on the values you
731 supply. These variables are all local to the buffer. Other buffer
732 in array mode may have different values assigned to the variables.
733 The variables are:
734
735 Variables you assign:
736 array-max-row: The number of rows in the array.
737 array-max-column: The number of columns in the array.
738 array-columns-per-line: The number of columns in the array per line of buffer.
739 array-field-width: The width of each field, in characters.
740 array-rows-numbered: A logical variable describing whether to ignore
741 row numbers in the buffer.
742
743 Variables which are calculated:
744 array-line-length: The number of characters in a buffer line.
745 array-lines-per-row: The number of buffer lines used to display each row.
746
747 The following commands are available (an asterisk indicates it may
748 take a numeric prefix argument):
749
750 * \\<array-mode-map>\\[array-forward-column] Move forward one column.
751 * \\[array-backward-column] Move backward one column.
752 * \\[array-next-row] Move down one row.
753 * \\[array-previous-row] Move up one row.
754
755 * \\[array-copy-forward] Copy the current field into the column to the right.
756 * \\[array-copy-backward] Copy the current field into the column to the left.
757 * \\[array-copy-down] Copy the current field into the row below.
758 * \\[array-copy-up] Copy the current field into the row above.
759
760 * \\[array-copy-column-forward] Copy the current column into the column to the right.
761 * \\[array-copy-column-backward] Copy the current column into the column to the left.
762 * \\[array-copy-row-down] Copy the current row into the row below.
763 * \\[array-copy-row-up] Copy the current row into the row above.
764
765 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column
766 between that of point and mark.
767
768 \\[array-what-position] Display the current array row and column.
769 \\[array-goto-cell] Go to a particular array cell.
770
771 \\[array-make-template] Make a template for a new array.
772 \\[array-reconfigure-rows] Reconfigure the array.
773 \\[array-expand-rows] Expand the array (remove row numbers and
774 newlines inside rows)
775
776 \\[array-display-local-variables] Display the current values of local variables.
777
778 Entering array mode calls the function `array-mode-hook'.
779
780 \(fn)" t nil)
781
782 ;;;***
783 \f
784 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15796
785 ;;;;;; 6103))
786 ;;; Generated autoloads from textmodes/artist.el
787
788 (autoload (quote artist-mode) "artist" "\
789 Toggle artist mode. With arg, turn artist mode on if arg is positive.
790 Artist lets you draw lines, squares, rectangles and poly-lines, ellipses
791 and circles with your mouse and/or keyboard.
792
793 How to quit artist mode
794
795 Type \\[artist-mode-off] to quit artist-mode.
796
797
798 How to submit a bug report
799
800 Type \\[artist-submit-bug-report] to submit a bug report.
801
802
803 Drawing with the mouse:
804
805 mouse-2
806 shift mouse-2 Pops up a menu where you can select what to draw with
807 mouse-1, and where you can do some settings (described
808 below).
809
810 mouse-1
811 shift mouse-1 Draws lines, rectangles or poly-lines, erases, cuts, copies
812 or pastes:
813
814 Operation Not shifted Shifted
815 --------------------------------------------------------------
816 Pen fill-char at point line from last point
817 to new point
818 --------------------------------------------------------------
819 Line Line in any direction Straight line
820 --------------------------------------------------------------
821 Rectangle Rectangle Square
822 --------------------------------------------------------------
823 Poly-line Poly-line in any dir Straight poly-lines
824 --------------------------------------------------------------
825 Ellipses Ellipses Circles
826 --------------------------------------------------------------
827 Text Text (see thru) Text (overwrite)
828 --------------------------------------------------------------
829 Spray-can Spray-can Set size for spray
830 --------------------------------------------------------------
831 Erase Erase character Erase rectangle
832 --------------------------------------------------------------
833 Vaporize Erase single line Erase connected
834 lines
835 --------------------------------------------------------------
836 Cut Cut rectangle Cut square
837 --------------------------------------------------------------
838 Copy Copy rectangle Copy square
839 --------------------------------------------------------------
840 Paste Paste Paste
841 --------------------------------------------------------------
842 Flood-fill Flood-fill Flood-fill
843 --------------------------------------------------------------
844
845 * Straight lines can only go horizontally, vertically
846 or diagonally.
847
848 * Poly-lines are drawn while holding mouse-1 down. When you
849 release the button, the point is set. If you want a segment
850 to be straight, hold down shift before pressing the
851 mouse-1 button. Click mouse-2 or mouse-3 to stop drawing
852 poly-lines.
853
854 * See thru for text means that text already in the buffer
855 will be visible through blanks in the text rendered, while
856 overwrite means the opposite.
857
858 * Vaporizing connected lines only vaporizes lines whose
859 _endpoints_ are connected. See also the variable
860 `artist-vaporize-fuzziness'.
861
862 * Cut copies, then clears the rectangle/square.
863
864 * When drawing lines or poly-lines, you can set arrows.
865 See below under ``Arrows'' for more info.
866
867 * The mode line shows the currently selected drawing operation.
868 In addition, if it has an asterisk (*) at the end, you
869 are currently drawing something.
870
871 * Be patient when flood-filling -- large areas take quite
872 some time to fill.
873
874
875 mouse-3 Erases character under pointer
876 shift mouse-3 Erases rectangle
877
878
879 Settings
880
881 Set fill Sets the character used when filling rectangles/squares
882
883 Set line Sets the character used when drawing lines
884
885 Erase char Sets the character used when erasing
886
887 Rubber-banding Toggles rubber-banding
888
889 Trimming Toggles trimming of line-endings (that is: when the shape
890 is drawn, extraneous white-space at end of lines is removed)
891
892 Borders Toggles the drawing of line borders around filled shapes.
893
894
895 Drawing with keys
896
897 \\[artist-key-set-point] Does one of the following:
898 For lines/rectangles/squares: sets the first/second endpoint
899 For poly-lines: sets a point (use C-u \\[artist-key-set-point] to set last point)
900 When erase characters: toggles erasing
901 When cutting/copying: Sets first/last endpoint of rect/square
902 When pasting: Pastes
903
904 \\[artist-select-operation] Selects what to draw
905
906 Move around with \\[artist-next-line], \\[artist-previous-line], \\[artist-forward-char] and \\[artist-backward-char].
907
908 \\[artist-select-fill-char] Sets the charater to use when filling
909 \\[artist-select-line-char] Sets the charater to use when drawing
910 \\[artist-select-erase-char] Sets the charater to use when erasing
911 \\[artist-toggle-rubber-banding] Toggles rubber-banding
912 \\[artist-toggle-trim-line-endings] Toggles trimming of line-endings
913 \\[artist-toggle-borderless-shapes] Toggles borders on drawn shapes
914
915
916 Arrows
917
918 \\[artist-toggle-first-arrow] Sets/unsets an arrow at the beginning
919 of the line/poly-line
920
921 \\[artist-toggle-second-arrow] Sets/unsets an arrow at the end
922 of the line/poly-line
923
924
925 Selecting operation
926
927 There are some keys for quickly selecting drawing operations:
928
929 \\[artist-select-op-line] Selects drawing lines
930 \\[artist-select-op-straight-line] Selects drawing straight lines
931 \\[artist-select-op-rectangle] Selects drawing rectangles
932 \\[artist-select-op-square] Selects drawing squares
933 \\[artist-select-op-poly-line] Selects drawing poly-lines
934 \\[artist-select-op-straight-poly-line] Selects drawing straight poly-lines
935 \\[artist-select-op-ellipse] Selects drawing ellipses
936 \\[artist-select-op-circle] Selects drawing circles
937 \\[artist-select-op-text-see-thru] Selects rendering text (see thru)
938 \\[artist-select-op-text-overwrite] Selects rendering text (overwrite)
939 \\[artist-select-op-spray-can] Spray with spray-can
940 \\[artist-select-op-spray-set-size] Set size for the spray-can
941 \\[artist-select-op-erase-char] Selects erasing characters
942 \\[artist-select-op-erase-rectangle] Selects erasing rectangles
943 \\[artist-select-op-vaporize-line] Selects vaporizing single lines
944 \\[artist-select-op-vaporize-lines] Selects vaporizing connected lines
945 \\[artist-select-op-cut-rectangle] Selects cutting rectangles
946 \\[artist-select-op-copy-rectangle] Selects copying rectangles
947 \\[artist-select-op-paste] Selects pasting
948 \\[artist-select-op-flood-fill] Selects flood-filling
949
950
951 Variables
952
953 This is a brief overview of the different varaibles. For more info,
954 see the documentation for the variables (type \\[describe-variable] <variable> RET).
955
956 artist-rubber-banding Interactively do rubber-banding or not
957 artist-first-char What to set at first/second point...
958 artist-second-char ...when not rubber-banding
959 artist-interface-with-rect If cut/copy/paste should interface with rect
960 artist-arrows The arrows to use when drawing arrows
961 artist-aspect-ratio Character height-to-width for squares
962 artist-trim-line-endings Trimming of line endings
963 artist-flood-fill-right-border Right border when flood-filling
964 artist-flood-fill-show-incrementally Update display while filling
965 artist-pointer-shape Pointer shape to use while drawing
966 artist-ellipse-left-char Character to use for narrow ellipses
967 artist-ellipse-right-char Character to use for narrow ellipses
968 artist-borderless-shapes If shapes should have borders
969 artist-picture-compatibility Whether or not to be picture mode compatible
970 artist-vaporize-fuzziness Tolerance when recognizing lines
971 artist-spray-interval Seconds between repeated sprayings
972 artist-spray-radius Size of the spray-area
973 artist-spray-chars The spray-``color''
974 artist-spray-new-chars Initial spray-``color''
975
976 Hooks
977
978 When entering artist-mode, the hook `artist-mode-init-hook' is called.
979 When quitting artist-mode, the hook `artist-mode-exit-hook' is called.
980
981
982 Keymap summary
983
984 \\{artist-mode-map}
985
986 \(fn &optional STATE)" t nil)
987
988 ;;;***
989 \f
990 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14804
991 ;;;;;; 3352))
992 ;;; Generated autoloads from progmodes/asm-mode.el
993
994 (autoload (quote asm-mode) "asm-mode" "\
995 Major mode for editing typical assembler code.
996 Features a private abbrev table and the following bindings:
997
998 \\[asm-colon] outdent a preceding label, tab to next tab stop.
999 \\[tab-to-tab-stop] tab to next tab stop.
1000 \\[asm-newline] newline, then tab to next tab stop.
1001 \\[asm-comment] smart placement of assembler comments.
1002
1003 The character used for making comments is set by the variable
1004 `asm-comment-char' (which defaults to `?\\;').
1005
1006 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
1007 which is called near the beginning of mode initialization.
1008
1009 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
1010
1011 Special commands:
1012 \\{asm-mode-map}
1013
1014 \(fn)" t nil)
1015
1016 ;;;***
1017 \f
1018 ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
1019 ;;;;;; (15185 49575))
1020 ;;; Generated autoloads from obsolete/auto-show.el
1021
1022 (defvar auto-show-mode nil "\
1023 Obsolete.")
1024
1025 (autoload (quote auto-show-mode) "auto-show" "\
1026 This command is obsolete.
1027
1028 \(fn ARG)" t nil)
1029
1030 ;;;***
1031 \f
1032 ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1033 ;;;;;; (15852 39765))
1034 ;;; Generated autoloads from autoarg.el
1035
1036 (defvar autoarg-mode nil "\
1037 Non-nil if Autoarg mode is enabled.
1038 See the command `autoarg-mode' for a description of this minor-mode.
1039 Setting this variable directly does not take effect;
1040 use either \\[customize] or the function `autoarg-mode'.")
1041
1042 (custom-add-to-group (quote keyboard) (quote autoarg-mode) (quote custom-variable))
1043
1044 (custom-add-load (quote autoarg-mode) (quote autoarg))
1045
1046 (autoload (quote autoarg-mode) "autoarg" "\
1047 Toggle Autoarg minor mode globally.
1048 With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
1049 \\<autoarg-mode-map>
1050 In Autoarg mode digits are bound to `digit-argument' -- i.e. they
1051 supply prefix arguments as C-DIGIT and M-DIGIT normally do -- and
1052 C-DIGIT inserts DIGIT. \\[autoarg-terminate] terminates the prefix sequence
1053 and inserts the digits of the autoarg sequence into the buffer.
1054 Without a numeric prefix arg the normal binding of \\[autoarg-terminate] is
1055 invoked, i.e. what it would be with Autoarg mode off.
1056
1057 For example:
1058 `6 9 \\[autoarg-terminate]' inserts `69' into the buffer, as does `C-6 C-9'.
1059 `6 9 a' inserts 69 `a's into the buffer.
1060 `6 9 \\[autoarg-terminate] \\[autoarg-terminate]' inserts `69' into the buffer and
1061 then invokes the normal binding of \\[autoarg-terminate].
1062 `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.
1063
1064 \\{autoarg-mode-map}
1065
1066 \(fn &optional ARG)" t nil)
1067
1068 (defvar autoarg-kp-mode nil "\
1069 Non-nil if Autoarg-Kp mode is enabled.
1070 See the command `autoarg-kp-mode' for a description of this minor-mode.
1071 Setting this variable directly does not take effect;
1072 use either \\[customize] or the function `autoarg-kp-mode'.")
1073
1074 (custom-add-to-group (quote keyboard) (quote autoarg-kp-mode) (quote custom-variable))
1075
1076 (custom-add-load (quote autoarg-kp-mode) (quote autoarg))
1077
1078 (autoload (quote autoarg-kp-mode) "autoarg" "\
1079 Toggle Autoarg-KP minor mode globally.
1080 With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
1081 \\<autoarg-kp-mode-map>
1082 This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1083 &c to supply digit arguments.
1084
1085 \\{autoarg-kp-mode-map}
1086
1087 \(fn &optional ARG)" t nil)
1088
1089 ;;;***
1090 \f
1091 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1092 ;;;;;; (15327 25266))
1093 ;;; Generated autoloads from progmodes/autoconf.el
1094
1095 (autoload (quote autoconf-mode) "autoconf" "\
1096 Major mode for editing Autoconf configure.in files.
1097
1098 \(fn)" t nil)
1099
1100 ;;;***
1101 \f
1102 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1103 ;;;;;; "autoinsert" "autoinsert.el" (15566 51176))
1104 ;;; Generated autoloads from autoinsert.el
1105
1106 (autoload (quote auto-insert) "autoinsert" "\
1107 Insert default contents into new files if variable `auto-insert' is non-nil.
1108 Matches the visited file name against the elements of `auto-insert-alist'.
1109
1110 \(fn)" t nil)
1111
1112 (autoload (quote define-auto-insert) "autoinsert" "\
1113 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
1114 Optional AFTER means to insert action after all existing actions for CONDITION,
1115 or if CONDITION had no actions, after all other CONDITIONs.
1116
1117 \(fn CONDITION ACTION &optional AFTER)" nil nil)
1118
1119 (defvar auto-insert-mode nil "\
1120 Non-nil if Auto-Insert mode is enabled.
1121 See the command `auto-insert-mode' for a description of this minor-mode.
1122 Setting this variable directly does not take effect;
1123 use either \\[customize] or the function `auto-insert-mode'.")
1124
1125 (custom-add-to-group (quote auto-insert) (quote auto-insert-mode) (quote custom-variable))
1126
1127 (custom-add-load (quote auto-insert-mode) (quote autoinsert))
1128
1129 (autoload (quote auto-insert-mode) "autoinsert" "\
1130 Toggle Auto-insert mode.
1131 With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.
1132 Returns the new status of Auto-insert mode (non-nil means on).
1133
1134 When Auto-insert mode is enabled, when new files are created you can
1135 insert a template for the file depending on the mode of the buffer.
1136
1137 \(fn &optional ARG)" t nil)
1138
1139 ;;;***
1140 \f
1141 ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
1142 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1143 ;;;;;; (15831 31732))
1144 ;;; Generated autoloads from emacs-lisp/autoload.el
1145
1146 (autoload (quote update-file-autoloads) "autoload" "\
1147 Update the autoloads for FILE in `generated-autoload-file'
1148 \(which FILE might bind in its local variables).
1149 Return FILE if there was no autoload cookie in it.
1150
1151 \(fn FILE)" t nil)
1152
1153 (autoload (quote update-autoloads-from-directories) "autoload" "\
1154 Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
1155 This uses `update-file-autoloads' (which see) do its work.
1156
1157 \(fn &rest DIRS)" t nil)
1158
1159 (autoload (quote batch-update-autoloads) "autoload" "\
1160 Update loaddefs.el autoloads in batch mode.
1161 Calls `update-autoloads-from-directories' on the command line arguments.
1162
1163 \(fn)" nil nil)
1164
1165 ;;;***
1166 \f
1167 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
1168 ;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (15538 8758))
1169 ;;; Generated autoloads from autorevert.el
1170
1171 (defvar auto-revert-mode nil "\
1172 *Non-nil when Auto-Revert Mode is active.
1173 Never set this variable directly, use the command `auto-revert-mode' instead.")
1174
1175 (autoload (quote auto-revert-mode) "autorevert" "\
1176 Toggle reverting buffer when file on disk changes.
1177
1178 With arg, turn Auto Revert mode on if and only if arg is positive.
1179 This is a minor mode that affects only the current buffer.
1180 Use `global-auto-revert-mode' to automatically revert all buffers.
1181
1182 \(fn &optional ARG)" t nil)
1183
1184 (autoload (quote turn-on-auto-revert-mode) "autorevert" "\
1185 Turn on Auto-Revert Mode.
1186
1187 This function is designed to be added to hooks, for example:
1188 (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)
1189
1190 \(fn)" nil nil)
1191
1192 (defvar global-auto-revert-mode nil "\
1193 Non-nil if Global-Auto-Revert mode is enabled.
1194 See the command `global-auto-revert-mode' for a description of this minor-mode.
1195 Setting this variable directly does not take effect;
1196 use either \\[customize] or the function `global-auto-revert-mode'.")
1197
1198 (custom-add-to-group (quote auto-revert) (quote global-auto-revert-mode) (quote custom-variable))
1199
1200 (custom-add-load (quote global-auto-revert-mode) (quote autorevert))
1201
1202 (autoload (quote global-auto-revert-mode) "autorevert" "\
1203 Revert any buffer when file on disk change.
1204
1205 With arg, turn Auto Revert mode on globally if and only if arg is positive.
1206 This is a minor mode that affects all buffers.
1207 Use `auto-revert-mode' to revert a particular buffer.
1208
1209 \(fn &optional ARG)" t nil)
1210
1211 ;;;***
1212 \f
1213 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1214 ;;;;;; "avoid.el" (15197 22088))
1215 ;;; Generated autoloads from avoid.el
1216
1217 (defvar mouse-avoidance-mode nil "\
1218 Activate mouse avoidance mode.
1219 See function `mouse-avoidance-mode' for possible values.
1220 Setting this variable directly does not take effect;
1221 use either \\[customize] or the function `mouse-avoidance-mode'.")
1222
1223 (custom-add-to-group (quote avoid) (quote mouse-avoidance-mode) (quote custom-variable))
1224
1225 (custom-add-load (quote mouse-avoidance-mode) (quote avoid))
1226
1227 (autoload (quote mouse-avoidance-mode) "avoid" "\
1228 Set cursor avoidance mode to MODE.
1229 MODE should be one of the symbols `banish', `exile', `jump', `animate',
1230 `cat-and-mouse', `proteus', or `none'.
1231
1232 If MODE is nil, toggle mouse avoidance between `none' and `banish'
1233 modes. Positive numbers and symbols other than the above are treated
1234 as equivalent to `banish'; negative numbers and `-' are equivalent to `none'.
1235
1236 Effects of the different modes:
1237 * banish: Move the mouse to the upper-right corner on any keypress.
1238 * exile: Move the mouse to the corner only if the cursor gets too close,
1239 and allow it to return once the cursor is out of the way.
1240 * jump: If the cursor gets too close to the mouse, displace the mouse
1241 a random distance & direction.
1242 * animate: As `jump', but shows steps along the way for illusion of motion.
1243 * cat-and-mouse: Same as `animate'.
1244 * proteus: As `animate', but changes the shape of the mouse pointer too.
1245
1246 Whenever the mouse is moved, the frame is also raised.
1247
1248 \(see `mouse-avoidance-threshold' for definition of \"too close\",
1249 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
1250 definition of \"random distance\".)
1251
1252 \(fn &optional MODE)" t nil)
1253
1254 ;;;***
1255 \f
1256 ;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (15303
1257 ;;;;;; 10362))
1258 ;;; Generated autoloads from progmodes/awk-mode.el
1259
1260 (autoload (quote awk-mode) "awk-mode" "\
1261 Major mode for editing AWK code.
1262 This is much like C mode except for the syntax of comments. Its keymap
1263 inherits from C mode's and it has the same variables for customizing
1264 indentation. It has its own abbrev table and its own syntax table.
1265
1266 Turning on AWK mode runs `awk-mode-hook'." t nil)
1267
1268 ;;;***
1269 \f
1270 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1271 ;;;;;; (15818 52647))
1272 ;;; Generated autoloads from emacs-lisp/backquote.el
1273
1274 (autoload (quote backquote) "backquote" "\
1275 Argument STRUCTURE describes a template to build.
1276
1277 The whole structure acts as if it were quoted except for certain
1278 places where expressions are evaluated and inserted or spliced in.
1279
1280 For example:
1281
1282 b => (ba bb bc) ; assume b has this value
1283 `(a b c) => (a b c) ; backquote acts like quote
1284 `(a ,b c) => (a (ba bb bc) c) ; insert the value of b
1285 `(a ,@b c) => (a ba bb bc c) ; splice in the value of b
1286
1287 Vectors work just like lists. Nested backquotes are permitted.
1288
1289 \(fn ARG)" nil (quote macro))
1290
1291 (defalias (quote \`) (symbol-function (quote backquote)))
1292
1293 ;;;***
1294 \f
1295 ;;;### (autoloads (display-battery battery) "battery" "battery.el"
1296 ;;;;;; (15380 36042))
1297 ;;; Generated autoloads from battery.el
1298
1299 (autoload (quote battery) "battery" "\
1300 Display battery status information in the echo area.
1301 The text being displayed in the echo area is controlled by the variables
1302 `battery-echo-area-format' and `battery-status-function'.
1303
1304 \(fn)" t nil)
1305
1306 (autoload (quote display-battery) "battery" "\
1307 Display battery status information in the mode line.
1308 The text being displayed in the mode line is controlled by the variables
1309 `battery-mode-line-format' and `battery-status-function'.
1310 The mode line will be updated automatically every `battery-update-interval'
1311 seconds.
1312
1313 \(fn)" t nil)
1314
1315 ;;;***
1316 \f
1317 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15793
1318 ;;;;;; 40697))
1319 ;;; Generated autoloads from textmodes/bibtex.el
1320
1321 (autoload (quote bibtex-mode) "bibtex" "\
1322 Major mode for editing BibTeX files.
1323
1324 To submit a problem report, enter \\[bibtex-submit-bug-report] from a
1325 BibTeX mode buffer. This automatically sets up a mail buffer with
1326 version information already added. You just need to add a description
1327 of the problem, including a reproducible test case and send the
1328 message.
1329
1330
1331 General information on working with BibTeX mode:
1332
1333 You should use commands as \\[bibtex-Book] to get a template for a
1334 specific entry. You should then fill in all desired fields using
1335 \\[bibtex-next-field] to jump from field to field. After having filled
1336 in all desired fields in the entry, you should clean the new entry
1337 with command \\[bibtex-clean-entry].
1338
1339 Some features of BibTeX mode are available only by setting variable
1340 bibtex-maintain-sorted-entries to t. However, then BibTeX mode will
1341 work with buffer containing only valid (syntactical correct) entries
1342 and with entries being sorted. This is usually the case, if you have
1343 created a buffer completely with BibTeX mode and finished every new
1344 entry with \\[bibtex-clean-entry].
1345
1346 For third party BibTeX buffers, please call the function
1347 `bibtex-convert-alien' to fully take advantage of all features of
1348 BibTeX mode.
1349
1350
1351 Special information:
1352
1353 A command such as \\[bibtex-Book] will outline the fields for a BibTeX book entry.
1354
1355 The optional fields start with the string OPT, and are thus ignored by BibTeX.
1356 Alternatives from which only one is required start with the string ALT.
1357 The OPT or ALT string may be removed from a field with \\[bibtex-remove-OPT-or-ALT].
1358 \\[bibtex-make-field] inserts a new field after the current one.
1359 \\[bibtex-kill-field] kills the current field entirely.
1360 \\[bibtex-yank] will yank the last recently killed field after the
1361 current field.
1362 \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field.
1363 \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}.
1364
1365 The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT
1366 from all non-empty optional or alternative fields, checks that no required
1367 fields are empty, and does some formatting dependent on the value of
1368 bibtex-entry-format.
1369 Note: some functions in BibTeX mode depend on entries being in a special
1370 format (all fields beginning on separate lines), so it is usually a bad
1371 idea to remove `realign' from bibtex-entry-format.
1372
1373 Use \\[bibtex-find-text] to position the cursor at the end of the current field.
1374 Use \\[bibtex-next-field] to move to end of the next field.
1375
1376 The following may be of interest as well:
1377
1378 Functions:
1379 bibtex-entry
1380 bibtex-kill-entry
1381 bibtex-yank-pop
1382 bibtex-pop-previous
1383 bibtex-pop-next
1384 bibtex-complete-string
1385 bibtex-complete-key
1386 bibtex-print-help-message
1387 bibtex-generate-autokey
1388 bibtex-beginning-of-entry
1389 bibtex-end-of-entry
1390 bibtex-reposition-window
1391 bibtex-mark-entry
1392 bibtex-ispell-abstract
1393 bibtex-ispell-entry
1394 bibtex-narrow-to-entry
1395 bibtex-sort-buffer
1396 bibtex-validate
1397 bibtex-count
1398 bibtex-fill-entry
1399 bibtex-reformat
1400 bibtex-convert-alien
1401
1402 Variables:
1403 bibtex-field-delimiters
1404 bibtex-include-OPTcrossref
1405 bibtex-include-OPTkey
1406 bibtex-user-optional-fields
1407 bibtex-entry-format
1408 bibtex-sort-ignore-string-entries
1409 bibtex-maintain-sorted-entries
1410 bibtex-entry-field-alist
1411 bibtex-predefined-strings
1412 bibtex-string-files
1413
1414 ---------------------------------------------------------
1415 Entry to BibTeX mode calls the value of `bibtex-mode-hook' if that value is
1416 non-nil.
1417
1418 \\{bibtex-mode-map}
1419
1420 \(fn)" t nil)
1421
1422 ;;;***
1423 \f
1424 ;;;### (autoloads nil "binhex" "gnus/binhex.el" (15835 23135))
1425 ;;; Generated autoloads from gnus/binhex.el
1426
1427 (defconst binhex-begin-line "^:...............................................................$")
1428
1429 ;;;***
1430 \f
1431 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (15755
1432 ;;;;;; 27135))
1433 ;;; Generated autoloads from play/blackbox.el
1434
1435 (autoload (quote blackbox) "blackbox" "\
1436 Play blackbox.
1437 Optional prefix argument is the number of balls; the default is 4.
1438
1439 What is blackbox?
1440
1441 Blackbox is a game of hide and seek played on an 8 by 8 grid (the
1442 Blackbox). Your opponent (Emacs, in this case) has hidden several
1443 balls (usually 4) within this box. By shooting rays into the box and
1444 observing where they emerge it is possible to deduce the positions of
1445 the hidden balls. The fewer rays you use to find the balls, the lower
1446 your score.
1447
1448 Overview of play:
1449
1450 \\<blackbox-mode-map>To play blackbox, type \\[blackbox]. An optional prefix argument
1451 specifies the number of balls to be hidden in the box; the default is
1452 four.
1453
1454 The cursor can be moved around the box with the standard cursor
1455 movement keys.
1456
1457 To shoot a ray, move the cursor to the edge of the box and press SPC.
1458 The result will be determined and the playfield updated.
1459
1460 You may place or remove balls in the box by moving the cursor into the
1461 box and pressing \\[bb-romp].
1462
1463 When you think the configuration of balls you have placed is correct,
1464 press \\[bb-done]. You will be informed whether you are correct or
1465 not, and be given your score. Your score is the number of letters and
1466 numbers around the outside of the box plus five for each incorrectly
1467 placed ball. If you placed any balls incorrectly, they will be
1468 indicated with `x', and their actual positions indicated with `o'.
1469
1470 Details:
1471
1472 There are three possible outcomes for each ray you send into the box:
1473
1474 Detour: the ray is deflected and emerges somewhere other than
1475 where you sent it in. On the playfield, detours are
1476 denoted by matching pairs of numbers -- one where the
1477 ray went in, and the other where it came out.
1478
1479 Reflection: the ray is reflected and emerges in the same place
1480 it was sent in. On the playfield, reflections are
1481 denoted by the letter `R'.
1482
1483 Hit: the ray strikes a ball directly and is absorbed. It does
1484 not emerge from the box. On the playfield, hits are
1485 denoted by the letter `H'.
1486
1487 The rules for how balls deflect rays are simple and are best shown by
1488 example.
1489
1490 As a ray approaches a ball it is deflected ninety degrees. Rays can
1491 be deflected multiple times. In the diagrams below, the dashes
1492 represent empty box locations and the letter `O' represents a ball.
1493 The entrance and exit points of each ray are marked with numbers as
1494 described under \"Detour\" above. Note that the entrance and exit
1495 points are always interchangeable. `*' denotes the path taken by the
1496 ray.
1497
1498 Note carefully the relative positions of the ball and the ninety
1499 degree deflection it causes.
1500
1501 1
1502 - * - - - - - - - - - - - - - - - - - - - - - -
1503 - * - - - - - - - - - - - - - - - - - - - - - -
1504 1 * * - - - - - - - - - - - - - - - O - - - - O -
1505 - - O - - - - - - - O - - - - - - - * * * * - -
1506 - - - - - - - - - - - * * * * * 2 3 * * * - - * - -
1507 - - - - - - - - - - - * - - - - - - - O - * - -
1508 - - - - - - - - - - - * - - - - - - - - * * - -
1509 - - - - - - - - - - - * - - - - - - - - * - O -
1510 2 3
1511
1512 As mentioned above, a reflection occurs when a ray emerges from the same point
1513 it was sent in. This can happen in several ways:
1514
1515
1516 - - - - - - - - - - - - - - - - - - - - - - - -
1517 - - - - O - - - - - O - O - - - - - - - - - - -
1518 R * * * * - - - - - - - * - - - - O - - - - - - -
1519 - - - - O - - - - - - * - - - - R - - - - - - - -
1520 - - - - - - - - - - - * - - - - - - - - - - - -
1521 - - - - - - - - - - - * - - - - - - - - - - - -
1522 - - - - - - - - R * * * * - - - - - - - - - - - -
1523 - - - - - - - - - - - - O - - - - - - - - - - -
1524
1525 In the first example, the ray is deflected downwards by the upper
1526 ball, then left by the lower ball, and finally retraces its path to
1527 its point of origin. The second example is similar. The third
1528 example is a bit anomalous but can be rationalized by realizing the
1529 ray never gets a chance to get into the box. Alternatively, the ray
1530 can be thought of as being deflected downwards and immediately
1531 emerging from the box.
1532
1533 A hit occurs when a ray runs straight into a ball:
1534
1535 - - - - - - - - - - - - - - - - - - - - - - - -
1536 - - - - - - - - - - - - - - - - - - - - O - - -
1537 - - - - - - - - - - - - O - - - H * * * * - - - -
1538 - - - - - - - - H * * * * O - - - - - - * - - - -
1539 - - - - - - - - - - - - O - - - - - - O - - - -
1540 H * * * O - - - - - - - - - - - - - - - - - - - -
1541 - - - - - - - - - - - - - - - - - - - - - - - -
1542 - - - - - - - - - - - - - - - - - - - - - - - -
1543
1544 Be sure to compare the second example of a hit with the first example of
1545 a reflection.
1546
1547 \(fn NUM)" t nil)
1548
1549 ;;;***
1550 \f
1551 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate
1552 ;;;;;; bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list
1553 ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
1554 ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
1555 ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1556 ;;;;;; "bookmark.el" (15832 43705))
1557 ;;; Generated autoloads from bookmark.el
1558 (define-key ctl-x-map "rb" 'bookmark-jump)
1559 (define-key ctl-x-map "rm" 'bookmark-set)
1560 (define-key ctl-x-map "rl" 'bookmark-bmenu-list)
1561
1562 (defvar bookmark-map nil "\
1563 Keymap containing bindings to bookmark functions.
1564 It is not bound to any key by default: to bind it
1565 so that you have a bookmark prefix, just use `global-set-key' and bind a
1566 key of your choice to `bookmark-map'. All interactive bookmark
1567 functions have a binding in this keymap.")
1568
1569 (define-prefix-command (quote bookmark-map))
1570
1571 (define-key bookmark-map "x" (quote bookmark-set))
1572
1573 (define-key bookmark-map "m" (quote bookmark-set))
1574
1575 (define-key bookmark-map "j" (quote bookmark-jump))
1576
1577 (define-key bookmark-map "g" (quote bookmark-jump))
1578
1579 (define-key bookmark-map "i" (quote bookmark-insert))
1580
1581 (define-key bookmark-map "e" (quote edit-bookmarks))
1582
1583 (define-key bookmark-map "f" (quote bookmark-insert-location))
1584
1585 (define-key bookmark-map "r" (quote bookmark-rename))
1586
1587 (define-key bookmark-map "d" (quote bookmark-delete))
1588
1589 (define-key bookmark-map "l" (quote bookmark-load))
1590
1591 (define-key bookmark-map "w" (quote bookmark-write))
1592
1593 (define-key bookmark-map "s" (quote bookmark-save))
1594
1595 (autoload (quote bookmark-set) "bookmark" "\
1596 Set a bookmark named NAME inside a file.
1597 If name is nil, then the user will be prompted.
1598 With prefix arg, will not overwrite a bookmark that has the same name
1599 as NAME if such a bookmark already exists, but instead will \"push\"
1600 the new bookmark onto the bookmark alist. Thus the most recently set
1601 bookmark with name NAME would be the one in effect at any given time,
1602 but the others are still there, should you decide to delete the most
1603 recent one.
1604
1605 To yank words from the text of the buffer and use them as part of the
1606 bookmark name, type C-w while setting a bookmark. Successive C-w's
1607 yank successive words.
1608
1609 Typing C-u inserts the name of the last bookmark used in the buffer
1610 \(as an aid in using a single bookmark name to track your progress
1611 through a large file). If no bookmark was used, then C-u inserts the
1612 name of the file being visited.
1613
1614 Use \\[bookmark-delete] to remove bookmarks (you give it a name,
1615 and it removes only the first instance of a bookmark with that name from
1616 the list of bookmarks.)
1617
1618 \(fn &optional NAME PARG)" t nil)
1619
1620 (autoload (quote bookmark-jump) "bookmark" "\
1621 Jump to bookmark BOOKMARK (a point in some file).
1622 You may have a problem using this function if the value of variable
1623 `bookmark-alist' is nil. If that happens, you need to load in some
1624 bookmarks. See help on function `bookmark-load' for more about
1625 this.
1626
1627 If the file pointed to by BOOKMARK no longer exists, you will be asked
1628 if you wish to give the bookmark a new location, and bookmark-jump
1629 will then jump to the new location, as well as recording it in place
1630 of the old one in the permanent bookmark record.
1631
1632 \(fn BOOKMARK)" t nil)
1633
1634 (autoload (quote bookmark-relocate) "bookmark" "\
1635 Relocate BOOKMARK to another file (reading file name with minibuffer).
1636 This makes an already existing bookmark point to that file, instead of
1637 the one it used to point at. Useful when a file has been renamed
1638 after a bookmark was set in it.
1639
1640 \(fn BOOKMARK)" t nil)
1641
1642 (autoload (quote bookmark-insert-location) "bookmark" "\
1643 Insert the name of the file associated with BOOKMARK.
1644 Optional second arg NO-HISTORY means don't record this in the
1645 minibuffer history list `bookmark-history'.
1646
1647 \(fn BOOKMARK &optional NO-HISTORY)" t nil)
1648
1649 (defalias (quote bookmark-locate) (quote bookmark-insert-location))
1650
1651 (autoload (quote bookmark-rename) "bookmark" "\
1652 Change the name of OLD bookmark to NEW name.
1653 If called from keyboard, prompt for OLD and NEW. If called from
1654 menubar, select OLD from a menu and prompt for NEW.
1655
1656 If called from Lisp, prompt for NEW if only OLD was passed as an
1657 argument. If called with two strings, then no prompting is done. You
1658 must pass at least OLD when calling from Lisp.
1659
1660 While you are entering the new name, consecutive C-w's insert
1661 consecutive words from the text of the buffer into the new bookmark
1662 name.
1663
1664 \(fn OLD &optional NEW)" t nil)
1665
1666 (autoload (quote bookmark-insert) "bookmark" "\
1667 Insert the text of the file pointed to by bookmark BOOKMARK.
1668 You may have a problem using this function if the value of variable
1669 `bookmark-alist' is nil. If that happens, you need to load in some
1670 bookmarks. See help on function `bookmark-load' for more about
1671 this.
1672
1673 \(fn BOOKMARK)" t nil)
1674
1675 (autoload (quote bookmark-delete) "bookmark" "\
1676 Delete BOOKMARK from the bookmark list.
1677 Removes only the first instance of a bookmark with that name. If
1678 there are one or more other bookmarks with the same name, they will
1679 not be deleted. Defaults to the \"current\" bookmark (that is, the
1680 one most recently used in this file, if any).
1681 Optional second arg BATCH means don't update the bookmark list buffer,
1682 probably because we were called from there.
1683
1684 \(fn BOOKMARK &optional BATCH)" t nil)
1685
1686 (autoload (quote bookmark-write) "bookmark" "\
1687 Write bookmarks to a file (reading the file name with the minibuffer).
1688 Don't use this in Lisp programs; use `bookmark-save' instead.
1689
1690 \(fn)" t nil)
1691
1692 (autoload (quote bookmark-save) "bookmark" "\
1693 Save currently defined bookmarks.
1694 Saves by default in the file defined by the variable
1695 `bookmark-default-file'. With a prefix arg, save it in file FILE
1696 \(second argument).
1697
1698 If you are calling this from Lisp, the two arguments are PREFIX-ARG
1699 and FILE, and if you just want it to write to the default file, then
1700 pass no arguments. Or pass in nil and FILE, and it will save in FILE
1701 instead. If you pass in one argument, and it is non-nil, then the
1702 user will be interactively queried for a file to save in.
1703
1704 When you want to load in the bookmarks from a file, use
1705 `bookmark-load', \\[bookmark-load]. That function will prompt you
1706 for a file, defaulting to the file defined by variable
1707 `bookmark-default-file'.
1708
1709 \(fn &optional PARG FILE)" t nil)
1710
1711 (autoload (quote bookmark-load) "bookmark" "\
1712 Load bookmarks from FILE (which must be in bookmark format).
1713 Appends loaded bookmarks to the front of the list of bookmarks. If
1714 optional second argument OVERWRITE is non-nil, existing bookmarks are
1715 destroyed. Optional third arg NO-MSG means don't display any messages
1716 while loading.
1717
1718 If you load a file that doesn't contain a proper bookmark alist, you
1719 will corrupt Emacs's bookmark list. Generally, you should only load
1720 in files that were created with the bookmark functions in the first
1721 place. Your own personal bookmark file, `~/.emacs.bmk', is
1722 maintained automatically by Emacs; you shouldn't need to load it
1723 explicitly.
1724
1725 If you load a file containing bookmarks with the same names as
1726 bookmarks already present in your Emacs, the new bookmarks will get
1727 unique numeric suffixes \"<2>\", \"<3>\", ... following the same
1728 method buffers use to resolve name collisions.
1729
1730 \(fn FILE &optional OVERWRITE NO-MSG)" t nil)
1731
1732 (autoload (quote bookmark-bmenu-list) "bookmark" "\
1733 Display a list of existing bookmarks.
1734 The list is displayed in a buffer named `*Bookmark List*'.
1735 The leftmost column displays a D if the bookmark is flagged for
1736 deletion, or > if it is flagged for displaying.
1737
1738 \(fn)" t nil)
1739
1740 (defalias (quote list-bookmarks) (quote bookmark-bmenu-list))
1741
1742 (defalias (quote edit-bookmarks) (quote bookmark-bmenu-list))
1743
1744 (autoload (quote bookmark-menu-insert) "bookmark" "\
1745 Insert the text of the file pointed to by bookmark BOOKMARK.
1746 You may have a problem using this function if the value of variable
1747 `bookmark-alist' is nil. If that happens, you need to load in some
1748 bookmarks. See help on function `bookmark-load' for more about
1749 this.
1750
1751 Warning: this function only takes an EVENT as argument. Use the
1752 corresponding bookmark function from Lisp (the one without the
1753 \"-menu-\" in its name).
1754
1755 \(fn EVENT)" t nil)
1756
1757 (autoload (quote bookmark-menu-jump) "bookmark" "\
1758 Jump to bookmark BOOKMARK (a point in some file).
1759 You may have a problem using this function if the value of variable
1760 `bookmark-alist' is nil. If that happens, you need to load in some
1761 bookmarks. See help on function `bookmark-load' for more about
1762 this.
1763
1764 Warning: this function only takes an EVENT as argument. Use the
1765 corresponding bookmark function from Lisp (the one without the
1766 \"-menu-\" in its name).
1767
1768 \(fn EVENT)" t nil)
1769
1770 (autoload (quote bookmark-menu-locate) "bookmark" "\
1771 Insert the name of the file associated with BOOKMARK.
1772 \(This is not the same as the contents of that file).
1773
1774 Warning: this function only takes an EVENT as argument. Use the
1775 corresponding bookmark function from Lisp (the one without the
1776 \"-menu-\" in its name).
1777
1778 \(fn EVENT)" t nil)
1779
1780 (autoload (quote bookmark-menu-rename) "bookmark" "\
1781 Change the name of OLD-BOOKMARK to NEWNAME.
1782 If called from keyboard, prompts for OLD-BOOKMARK and NEWNAME.
1783 If called from menubar, OLD-BOOKMARK is selected from a menu, and
1784 prompts for NEWNAME.
1785 If called from Lisp, prompts for NEWNAME if only OLD-BOOKMARK was
1786 passed as an argument. If called with two strings, then no prompting
1787 is done. You must pass at least OLD-BOOKMARK when calling from Lisp.
1788
1789 While you are entering the new name, consecutive C-w's insert
1790 consecutive words from the text of the buffer into the new bookmark
1791 name.
1792
1793 Warning: this function only takes an EVENT as argument. Use the
1794 corresponding bookmark function from Lisp (the one without the
1795 \"-menu-\" in its name).
1796
1797 \(fn EVENT)" t nil)
1798
1799 (autoload (quote bookmark-menu-delete) "bookmark" "\
1800 Delete the bookmark named NAME from the bookmark list.
1801 Removes only the first instance of a bookmark with that name. If
1802 there are one or more other bookmarks with the same name, they will
1803 not be deleted. Defaults to the \"current\" bookmark (that is, the
1804 one most recently used in this file, if any).
1805
1806 Warning: this function only takes an EVENT as argument. Use the
1807 corresponding bookmark function from Lisp (the one without the
1808 \"-menu-\" in its name).
1809
1810 \(fn EVENT)" t nil)
1811
1812 (defvar menu-bar-bookmark-map (make-sparse-keymap "Bookmark functions"))
1813
1814 (defalias (quote menu-bar-bookmark-map) (symbol-value (quote menu-bar-bookmark-map)))
1815
1816 (define-key menu-bar-bookmark-map [load] (quote ("Load a Bookmark File..." . bookmark-load)))
1817
1818 (define-key menu-bar-bookmark-map [write] (quote ("Save Bookmarks As..." . bookmark-write)))
1819
1820 (define-key menu-bar-bookmark-map [save] (quote ("Save Bookmarks" . bookmark-save)))
1821
1822 (define-key menu-bar-bookmark-map [edit] (quote ("Edit Bookmark List" . bookmark-bmenu-list)))
1823
1824 (define-key menu-bar-bookmark-map [delete] (quote ("Delete Bookmark" . bookmark-menu-delete)))
1825
1826 (define-key menu-bar-bookmark-map [rename] (quote ("Rename Bookmark" . bookmark-menu-rename)))
1827
1828 (define-key menu-bar-bookmark-map [locate] (quote ("Insert Location" . bookmark-menu-locate)))
1829
1830 (define-key menu-bar-bookmark-map [insert] (quote ("Insert Contents" . bookmark-menu-insert)))
1831
1832 (define-key menu-bar-bookmark-map [set] (quote ("Set Bookmark" . bookmark-set)))
1833
1834 (define-key menu-bar-bookmark-map [jump] (quote ("Jump to Bookmark" . bookmark-menu-jump)))
1835
1836 ;;;***
1837 \f
1838 ;;;### (autoloads (browse-url-kde browse-url-generic browse-url-mail
1839 ;;;;;; browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm
1840 ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic
1841 ;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz
1842 ;;;;;; browse-url-galeon browse-url-mozilla browse-url-netscape
1843 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
1844 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
1845 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1846 ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1847 ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1848 ;;;;;; "net/browse-url.el" (15787 57180))
1849 ;;; Generated autoloads from net/browse-url.el
1850
1851 (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\
1852 *Function to display the current buffer in a WWW browser.
1853 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
1854 `browse-url-of-file' commands.
1855
1856 If the value is not a function it should be a list of pairs
1857 \(REGEXP . FUNCTION). In this case the function called will be the one
1858 associated with the first REGEXP which matches the current URL. The
1859 function is passed the URL and any other args of `browse-url'. The last
1860 regexp should probably be \".\" to specify a default browser.")
1861
1862 (defvar browse-url-browser-display nil "\
1863 *The X display for running the browser, if not same as Emacs'.")
1864
1865 (defvar browse-url-galeon-program "galeon" "\
1866 *The name by which to invoke Galeon.")
1867
1868 (defvar browse-url-new-window-flag nil "\
1869 *If non-nil, always open a new browser window with appropriate browsers.
1870 Passing an interactive argument to \\[browse-url], or specific browser
1871 commands reverses the effect of this variable. Requires Netscape version
1872 1.1N or later or XMosaic version 2.5 or later if using those browsers.")
1873
1874 (defvar browse-url-save-file nil "\
1875 *If non-nil, save the buffer before displaying its file.
1876 Used by the `browse-url-of-file' command.")
1877
1878 (defvar browse-url-generic-program nil "\
1879 *The name of the browser program used by `browse-url-generic'.")
1880
1881 (autoload (quote browse-url-of-file) "browse-url" "\
1882 Ask a WWW browser to display FILE.
1883 Display the current buffer's file if FILE is nil or if called
1884 interactively. Turn the filename into a URL with function
1885 `browse-url-file-url'. Pass the URL to a browser using the
1886 `browse-url' function then run `browse-url-of-file-hook'.
1887
1888 \(fn &optional FILE)" t nil)
1889
1890 (autoload (quote browse-url-of-buffer) "browse-url" "\
1891 Ask a WWW browser to display BUFFER.
1892 Display the current buffer if BUFFER is nil. Display only the
1893 currently visible part of BUFFER (from a temporary file) if buffer is
1894 narrowed.
1895
1896 \(fn &optional BUFFER)" t nil)
1897
1898 (autoload (quote browse-url-of-dired-file) "browse-url" "\
1899 In Dired, ask a WWW browser to display the file named on this line.
1900
1901 \(fn)" t nil)
1902
1903 (autoload (quote browse-url-of-region) "browse-url" "\
1904 Ask a WWW browser to display the current region.
1905
1906 \(fn MIN MAX)" t nil)
1907
1908 (autoload (quote browse-url) "browse-url" "\
1909 Ask a WWW browser to load URL.
1910 Prompts for a URL, defaulting to the URL at or before point. Variable
1911 `browse-url-browser-function' says which browser to use.
1912
1913 \(fn URL &rest ARGS)" t nil)
1914
1915 (autoload (quote browse-url-at-point) "browse-url" "\
1916 Ask a WWW browser to load the URL at or before point.
1917 Doesn't let you edit the URL like `browse-url'. Variable
1918 `browse-url-browser-function' says which browser to use.
1919
1920 \(fn &optional ARG)" t nil)
1921
1922 (autoload (quote browse-url-at-mouse) "browse-url" "\
1923 Ask a WWW browser to load a URL clicked with the mouse.
1924 The URL is the one around or before the position of the mouse click
1925 but point is not changed. Doesn't let you edit the URL like
1926 `browse-url'. Variable `browse-url-browser-function' says which browser
1927 to use.
1928
1929 \(fn EVENT)" t nil)
1930
1931 (autoload (quote browse-url-default-browser) "browse-url" "\
1932 Find a suitable browser and ask it to load URL.
1933 Default to the URL around or before point.
1934
1935 When called interactively, if variable `browse-url-new-window-flag' is
1936 non-nil, load the document in a new window, if possible, otherwise use
1937 a random existing one. A non-nil interactive prefix argument reverses
1938 the effect of `browse-url-new-window-flag'.
1939
1940 When called non-interactively, optional second argument NEW-WINDOW is
1941 used instead of `browse-url-new-window-flag'.
1942
1943 The order attempted is gnome-moz-remote, Mozilla, Galeon, Netscape,
1944 Mosaic, IXI Mosaic, Lynx in an xterm, MMM, Konqueror, and then W3.
1945
1946 \(fn URL &rest ARGS)" nil nil)
1947
1948 (autoload (quote browse-url-netscape) "browse-url" "\
1949 Ask the Netscape WWW browser to load URL.
1950 Default to the URL around or before point. The strings in variable
1951 `browse-url-netscape-arguments' are also passed to Netscape.
1952
1953 When called interactively, if variable `browse-url-new-window-flag' is
1954 non-nil, load the document in a new Netscape window, otherwise use a
1955 random existing one. A non-nil interactive prefix argument reverses
1956 the effect of `browse-url-new-window-flag'.
1957
1958 When called non-interactively, optional second argument NEW-WINDOW is
1959 used instead of `browse-url-new-window-flag'.
1960
1961 \(fn URL &optional NEW-WINDOW)" t nil)
1962
1963 (autoload (quote browse-url-mozilla) "browse-url" "\
1964 Ask the Mozilla WWW browser to load URL.
1965 Default to the URL around or before point. The strings in variable
1966 `browse-url-mozilla-arguments' are also passed to Mozilla.
1967
1968 When called interactively, if variable `browse-url-new-window-flag' is
1969 non-nil, load the document in a new Mozilla window, otherwise use a
1970 random existing one. A non-nil interactive prefix argument reverses
1971 the effect of `browse-url-new-window-flag'.
1972
1973 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
1974 document would otherwise be loaded in a new window, it is loaded in a
1975 new tab in an existing window instead.
1976
1977 When called non-interactively, optional second argument NEW-WINDOW is
1978 used instead of `browse-url-new-window-flag'.
1979
1980 \(fn URL &optional NEW-WINDOW)" t nil)
1981
1982 (autoload (quote browse-url-galeon) "browse-url" "\
1983 Ask the Galeon WWW browser to load URL.
1984 Default to the URL around or before point. The strings in variable
1985 `browse-url-galeon-arguments' are also passed to Galeon.
1986
1987 When called interactively, if variable `browse-url-new-window-flag' is
1988 non-nil, load the document in a new Galeon window, otherwise use a
1989 random existing one. A non-nil interactive prefix argument reverses
1990 the effect of `browse-url-new-window-flag'.
1991
1992 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
1993 document would otherwise be loaded in a new window, it is loaded in a
1994 new tab in an existing window instead.
1995
1996 When called non-interactively, optional second argument NEW-WINDOW is
1997 used instead of `browse-url-new-window-flag'.
1998
1999 \(fn URL &optional NEW-WINDOW)" t nil)
2000
2001 (autoload (quote browse-url-gnome-moz) "browse-url" "\
2002 Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
2003 Default to the URL around or before point. The strings in variable
2004 `browse-url-gnome-moz-arguments' are also passed.
2005
2006 When called interactively, if variable `browse-url-new-window-flag' is
2007 non-nil, load the document in a new browser window, otherwise use an
2008 existing one. A non-nil interactive prefix argument reverses the
2009 effect of `browse-url-new-window-flag'.
2010
2011 When called non-interactively, optional second argument NEW-WINDOW is
2012 used instead of `browse-url-new-window-flag'.
2013
2014 \(fn URL &optional NEW-WINDOW)" t nil)
2015
2016 (autoload (quote browse-url-mosaic) "browse-url" "\
2017 Ask the XMosaic WWW browser to load URL.
2018
2019 Default to the URL around or before point. The strings in variable
2020 `browse-url-mosaic-arguments' are also passed to Mosaic and the
2021 program is invoked according to the variable
2022 `browse-url-mosaic-program'.
2023
2024 When called interactively, if variable `browse-url-new-window-flag' is
2025 non-nil, load the document in a new Mosaic window, otherwise use a
2026 random existing one. A non-nil interactive prefix argument reverses
2027 the effect of `browse-url-new-window-flag'.
2028
2029 When called non-interactively, optional second argument NEW-WINDOW is
2030 used instead of `browse-url-new-window-flag'.
2031
2032 \(fn URL &optional NEW-WINDOW)" t nil)
2033
2034 (defvar browse-url-grail (concat (or (getenv "GRAILDIR") "~/.grail") "/user/rcgrail.py") "\
2035 Location of Grail remote control client script `rcgrail.py'.
2036 Typically found in $GRAILDIR/rcgrail.py, or ~/.grail/user/rcgrail.py.")
2037
2038 (autoload (quote browse-url-grail) "browse-url" "\
2039 Ask the Grail WWW browser to load URL.
2040 Default to the URL around or before point. Runs the program in the
2041 variable `browse-url-grail'.
2042
2043 \(fn URL &optional NEW-WINDOW)" t nil)
2044
2045 (autoload (quote browse-url-cci) "browse-url" "\
2046 Ask the XMosaic WWW browser to load URL.
2047 Default to the URL around or before point.
2048
2049 This function only works for XMosaic version 2.5 or later. You must
2050 select `CCI' from XMosaic's File menu, set the CCI Port Address to the
2051 value of variable `browse-url-CCI-port', and enable `Accept requests'.
2052
2053 When called interactively, if variable `browse-url-new-window-flag' is
2054 non-nil, load the document in a new browser window, otherwise use a
2055 random existing one. A non-nil interactive prefix argument reverses
2056 the effect of `browse-url-new-window-flag'.
2057
2058 When called non-interactively, optional second argument NEW-WINDOW is
2059 used instead of `browse-url-new-window-flag'.
2060
2061 \(fn URL &optional NEW-WINDOW)" t nil)
2062
2063 (autoload (quote browse-url-iximosaic) "browse-url" "\
2064 Ask the IXIMosaic WWW browser to load URL.
2065 Default to the URL around or before point.
2066
2067 \(fn URL &optional NEW-WINDOW)" t nil)
2068
2069 (autoload (quote browse-url-w3) "browse-url" "\
2070 Ask the w3 WWW browser to load URL.
2071 Default to the URL around or before point.
2072
2073 When called interactively, if variable `browse-url-new-window-flag' is
2074 non-nil, load the document in a new window. A non-nil interactive
2075 prefix argument reverses the effect of `browse-url-new-window-flag'.
2076
2077 When called non-interactively, optional second argument NEW-WINDOW is
2078 used instead of `browse-url-new-window-flag'.
2079
2080 \(fn URL &optional NEW-WINDOW)" t nil)
2081
2082 (autoload (quote browse-url-w3-gnudoit) "browse-url" "\
2083 Ask another Emacs running gnuserv to load the URL using the W3 browser.
2084 The `browse-url-gnudoit-program' program is used with options given by
2085 `browse-url-gnudoit-args'. Default to the URL around or before point.
2086
2087 \(fn URL &optional NEW-WINDOW)" t nil)
2088
2089 (autoload (quote browse-url-lynx-xterm) "browse-url" "\
2090 Ask the Lynx WWW browser to load URL.
2091 Default to the URL around or before point. A new Lynx process is run
2092 in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2093 with possible additional arguments `browse-url-xterm-args'.
2094
2095 \(fn URL &optional NEW-WINDOW)" t nil)
2096
2097 (autoload (quote browse-url-lynx-emacs) "browse-url" "\
2098 Ask the Lynx WWW browser to load URL.
2099 Default to the URL around or before point. With a prefix argument, run
2100 a new Lynx process in a new buffer.
2101
2102 When called interactively, if variable `browse-url-new-window-flag' is
2103 non-nil, load the document in a new lynx in a new term window,
2104 otherwise use any existing one. A non-nil interactive prefix argument
2105 reverses the effect of `browse-url-new-window-flag'.
2106
2107 When called non-interactively, optional second argument NEW-WINDOW is
2108 used instead of `browse-url-new-window-flag'.
2109
2110 \(fn URL &optional NEW-BUFFER)" t nil)
2111
2112 (autoload (quote browse-url-mmm) "browse-url" "\
2113 Ask the MMM WWW browser to load URL.
2114 Default to the URL around or before point.
2115
2116 \(fn URL &optional NEW-WINDOW)" t nil)
2117
2118 (autoload (quote browse-url-mail) "browse-url" "\
2119 Open a new mail message buffer within Emacs.
2120 Default to using the mailto: URL around or before point as the
2121 recipient's address. Supplying a non-nil interactive prefix argument
2122 will cause the mail to be composed in another window rather than the
2123 current one.
2124
2125 When called interactively, if variable `browse-url-new-window-flag' is
2126 non-nil use `compose-mail-other-window', otherwise `compose-mail'. A
2127 non-nil interactive prefix argument reverses the effect of
2128 `browse-url-new-window-flag'.
2129
2130 When called non-interactively, optional second argument NEW-WINDOW is
2131 used instead of `browse-url-new-window-flag'.
2132
2133 \(fn URL &optional NEW-WINDOW)" t nil)
2134
2135 (autoload (quote browse-url-generic) "browse-url" "\
2136 Ask the WWW browser defined by `browse-url-generic-program' to load URL.
2137 Default to the URL around or before point. A fresh copy of the
2138 browser is started up in a new process with possible additional arguments
2139 `browse-url-generic-args'. This is appropriate for browsers which
2140 don't offer a form of remote control.
2141
2142 \(fn URL &optional NEW-WINDOW)" t nil)
2143
2144 (autoload (quote browse-url-kde) "browse-url" "\
2145 Ask the KDE WWW browser to load URL.
2146 Default to the URL around or before point.
2147
2148 \(fn URL &optional NEW-WINDOW)" t nil)
2149
2150 ;;;***
2151 \f
2152 ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15830
2153 ;;;;;; 33418))
2154 ;;; Generated autoloads from play/bruce.el
2155
2156 (autoload (quote bruce) "bruce" "\
2157 Adds that special touch of class to your outgoing mail.
2158
2159 \(fn)" t nil)
2160
2161 (autoload (quote snarf-bruces) "bruce" "\
2162 Return a vector containing the lines from `bruce-phrases-file'.
2163
2164 \(fn)" nil nil)
2165
2166 ;;;***
2167 \f
2168 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2169 ;;;;;; "bs" "bs.el" (15727 20555))
2170 ;;; Generated autoloads from bs.el
2171
2172 (autoload (quote bs-cycle-next) "bs" "\
2173 Select next buffer defined by buffer cycling.
2174 The buffers taking part in buffer cycling are defined
2175 by buffer configuration `bs-cycle-configuration-name'.
2176
2177 \(fn)" t nil)
2178
2179 (autoload (quote bs-cycle-previous) "bs" "\
2180 Select previous buffer defined by buffer cycling.
2181 The buffers taking part in buffer cycling are defined
2182 by buffer configuration `bs-cycle-configuration-name'.
2183
2184 \(fn)" t nil)
2185
2186 (autoload (quote bs-customize) "bs" "\
2187 Customization of group bs for Buffer Selection Menu.
2188
2189 \(fn)" t nil)
2190
2191 (autoload (quote bs-show) "bs" "\
2192 Make a menu of buffers so you can manipulate buffers or the buffer list.
2193 \\<bs-mode-map>
2194 There are many key commands similar to `Buffer-menu-mode' for
2195 manipulating buffer list and buffers itself.
2196 User can move with [up] or [down], select a buffer
2197 by \\[bs-select] or [SPC]
2198
2199 Type \\[bs-kill] to leave Buffer Selection Menu without a selection.
2200 Type \\[bs-help] after invocation to get help on commands available.
2201 With prefix argument ARG show a different buffer list. Function
2202 `bs--configuration-name-for-prefix-arg' determine accordingly
2203 name of buffer configuration.
2204
2205 \(fn ARG)" t nil)
2206
2207 ;;;***
2208 \f
2209 ;;;### (autoloads (insert-text-button make-text-button insert-button
2210 ;;;;;; make-button define-button-type) "button" "button.el" (15412
2211 ;;;;;; 6557))
2212 ;;; Generated autoloads from button.el
2213
2214 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
2215 Keymap used by buttons.")
2216
2217 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
2218 Keymap useful for buffers containing buttons.
2219 Mode-specific keymaps may want to use this as their parent keymap.")
2220
2221 (autoload (quote define-button-type) "button" "\
2222 Define a `button type' called NAME.
2223 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2224 specifying properties to use as defaults for buttons with this type
2225 \(a button's type may be set by giving it a `type' property when
2226 creating the button, using the :type keyword argument).
2227
2228 In addition, the keyword argument :supertype may be used to specify a
2229 button-type from which NAME inherits its default property values
2230 \(however, the inheritance happens only when NAME is defined; subsequent
2231 changes to a supertype are not reflected in its subtypes).
2232
2233 \(fn NAME &rest PROPERTIES)" nil nil)
2234
2235 (autoload (quote make-button) "button" "\
2236 Make a button from BEG to END in the current buffer.
2237 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2238 specifying properties to add to the button.
2239 In addition, the keyword argument :type may be used to specify a
2240 button-type from which to inherit other properties; see
2241 `define-button-type'.
2242
2243 Also see `make-text-button', `insert-button'.
2244
2245 \(fn BEG END &rest PROPERTIES)" nil nil)
2246
2247 (autoload (quote insert-button) "button" "\
2248 Insert a button with the label LABEL.
2249 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2250 specifying properties to add to the button.
2251 In addition, the keyword argument :type may be used to specify a
2252 button-type from which to inherit other properties; see
2253 `define-button-type'.
2254
2255 Also see `insert-text-button', `make-button'.
2256
2257 \(fn LABEL &rest PROPERTIES)" nil nil)
2258
2259 (autoload (quote make-text-button) "button" "\
2260 Make a button from BEG to END in the current buffer.
2261 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2262 specifying properties to add to the button.
2263 In addition, the keyword argument :type may be used to specify a
2264 button-type from which to inherit other properties; see
2265 `define-button-type'.
2266
2267 This function is like `make-button', except that the button is actually
2268 part of the text instead of being a property of the buffer. Creating
2269 large numbers of buttons can also be somewhat faster using
2270 `make-text-button'.
2271
2272 Also see `insert-text-button'.
2273
2274 \(fn BEG END &rest PROPERTIES)" nil nil)
2275
2276 (autoload (quote insert-text-button) "button" "\
2277 Insert a button with the label LABEL.
2278 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2279 specifying properties to add to the button.
2280 In addition, the keyword argument :type may be used to specify a
2281 button-type from which to inherit other properties; see
2282 `define-button-type'.
2283
2284 This function is like `insert-button', except that the button is
2285 actually part of the text instead of being a property of the buffer.
2286 Creating large numbers of buttons can also be somewhat faster using
2287 `insert-text-button'.
2288
2289 Also see `make-text-button'.
2290
2291 \(fn LABEL &rest PROPERTIES)" nil nil)
2292
2293 ;;;***
2294 \f
2295 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2296 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2297 ;;;;;; compile-defun byte-compile-file byte-recompile-directory
2298 ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2299 ;;;;;; (15835 23135))
2300 ;;; Generated autoloads from emacs-lisp/bytecomp.el
2301
2302 (autoload (quote byte-force-recompile) "bytecomp" "\
2303 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2304 Files in subdirectories of DIRECTORY are processed also.
2305
2306 \(fn DIRECTORY)" t nil)
2307
2308 (autoload (quote byte-recompile-directory) "bytecomp" "\
2309 Recompile every `.el' file in DIRECTORY that needs recompilation.
2310 This is if a `.elc' file exists but is older than the `.el' file.
2311 Files in subdirectories of DIRECTORY are processed also.
2312
2313 If the `.elc' file does not exist, normally this function *does not*
2314 compile the corresponding `.el' file. However,
2315 if ARG (the prefix argument) is 0, that means do compile all those files.
2316 A nonzero ARG means ask the user, for each such `.el' file,
2317 whether to compile it.
2318
2319 A nonzero ARG also means ask about each subdirectory before scanning it.
2320
2321 If the third argument FORCE is non-nil,
2322 recompile every `.el' file that already has a `.elc' file.
2323
2324 \(fn DIRECTORY &optional ARG FORCE)" t nil)
2325
2326 (autoload (quote byte-compile-file) "bytecomp" "\
2327 Compile a file of Lisp code named FILENAME into a file of byte code.
2328 The output file's name is made by appending `c' to the end of FILENAME.
2329 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
2330 The value is non-nil if there were no errors, nil if errors.
2331
2332 \(fn FILENAME &optional LOAD)" t nil)
2333
2334 (autoload (quote compile-defun) "bytecomp" "\
2335 Compile and evaluate the current top-level form.
2336 Print the result in the minibuffer.
2337 With argument, insert value in current buffer after the form.
2338
2339 \(fn &optional ARG)" t nil)
2340
2341 (autoload (quote byte-compile) "bytecomp" "\
2342 If FORM is a symbol, byte-compile its function definition.
2343 If FORM is a lambda or a macro, byte-compile it as a function.
2344
2345 \(fn FORM)" nil nil)
2346
2347 (autoload (quote display-call-tree) "bytecomp" "\
2348 Display a call graph of a specified file.
2349 This lists which functions have been called, what functions called
2350 them, and what functions they call. The list includes all functions
2351 whose definitions have been compiled in this Emacs session, as well as
2352 all functions called by those functions.
2353
2354 The call graph does not include macros, inline functions, or
2355 primitives that the byte-code interpreter knows about directly (eq,
2356 cons, etc.).
2357
2358 The call tree also lists those functions which are not known to be called
2359 \(that is, to which no calls have been compiled), and which cannot be
2360 invoked interactively.
2361
2362 \(fn &optional FILENAME)" t nil)
2363
2364 (autoload (quote batch-byte-compile-if-not-done) "bytecomp" "\
2365 Like `byte-compile-file' but doesn't recompile if already up to date.
2366 Use this from the command line, with `-batch';
2367 it won't work in an interactive Emacs.
2368
2369 \(fn)" nil nil)
2370
2371 (autoload (quote batch-byte-compile) "bytecomp" "\
2372 Run `byte-compile-file' on the files remaining on the command line.
2373 Use this from the command line, with `-batch';
2374 it won't work in an interactive Emacs.
2375 Each file is processed even if an error occurred previously.
2376 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\".
2377 If NOFORCE is non-nil, don't recompile a file that seems to be
2378 already up-to-date.
2379
2380 \(fn &optional NOFORCE)" nil nil)
2381
2382 (autoload (quote batch-byte-recompile-directory) "bytecomp" "\
2383 Run `byte-recompile-directory' on the dirs remaining on the command line.
2384 Must be used only with `-batch', and kills Emacs on completion.
2385 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2386
2387 \(fn)" nil nil)
2388
2389 ;;;***
2390 \f
2391 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15186 39912))
2392 ;;; Generated autoloads from calendar/cal-dst.el
2393
2394 (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
2395
2396 (put (quote calendar-daylight-savings-ends) (quote risky-local-variable) t)
2397
2398 ;;;***
2399 \f
2400 ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2401 ;;;;;; (15682 60948))
2402 ;;; Generated autoloads from calendar/cal-hebrew.el
2403
2404 (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
2405 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2406 When called interactively from the calendar window, the date of death is taken
2407 from the cursor position.
2408
2409 \(fn DEATH-DATE START-YEAR END-YEAR)" t nil)
2410
2411 ;;;***
2412 \f
2413 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2414 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2415 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15809
2416 ;;;;;; 3074))
2417 ;;; Generated autoloads from calc/calc.el
2418
2419 (defvar calc-info-filename "calc.info" "\
2420 *File name in which to look for the Calculator's Info documentation.")
2421
2422 (defvar calc-settings-file user-init-file "\
2423 *File in which to record permanent settings; default is `user-init-file'.")
2424
2425 (defvar calc-autoload-directory nil "\
2426 Name of directory from which additional \".elc\" files for Calc should be
2427 loaded. Should include a trailing \"/\".
2428 If nil, use original installation directory.
2429 This can safely be nil as long as the Calc files are on the load-path.")
2430
2431 (defvar calc-gnuplot-name "gnuplot" "\
2432 *Name of GNUPLOT program, for calc-graph features.")
2433
2434 (defvar calc-gnuplot-plot-command nil "\
2435 *Name of command for displaying GNUPLOT output; %s = file name to print.")
2436
2437 (defvar calc-gnuplot-print-command "lp %s" "\
2438 *Name of command for printing GNUPLOT output; %s = file name to print.")
2439 (global-set-key "\e#" 'calc-dispatch)
2440
2441 (autoload (quote calc-dispatch) "calc" "\
2442 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details.
2443
2444 \(fn &optional ARG)" t nil)
2445
2446 (autoload (quote calc) "calc" "\
2447 The Emacs Calculator. Full documentation is listed under \"calc-mode\".
2448
2449 \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil)
2450
2451 (autoload (quote full-calc) "calc" "\
2452 Invoke the Calculator and give it a full-sized window.
2453
2454 \(fn)" t nil)
2455
2456 (autoload (quote quick-calc) "calc" "\
2457 Do a quick calculation in the minibuffer without invoking full Calculator.
2458
2459 \(fn)" t nil)
2460
2461 (autoload (quote calc-eval) "calc" "\
2462 Do a quick calculation and return the result as a string.
2463 Return value will either be the formatted result in string form,
2464 or a list containing a character position and an error message in string form.
2465
2466 \(fn STR &optional SEPARATOR &rest ARGS)" nil nil)
2467
2468 (autoload (quote calc-keypad) "calc" "\
2469 Invoke the Calculator in \"visual keypad\" mode.
2470 This is most useful in the X window system.
2471 In this mode, click on the Calc \"buttons\" using the left mouse button.
2472 Or, position the cursor manually and do M-x calc-keypad-press.
2473
2474 \(fn)" t nil)
2475
2476 (autoload (quote full-calc-keypad) "calc" "\
2477 Invoke the Calculator in full-screen \"visual keypad\" mode.
2478 See calc-keypad for details.
2479
2480 \(fn)" t nil)
2481
2482 (autoload (quote calc-grab-region) "calc" "\
2483 Parse the region as a vector of numbers and push it on the Calculator stack.
2484
2485 \(fn TOP BOT ARG)" t nil)
2486
2487 (autoload (quote calc-grab-rectangle) "calc" "\
2488 Parse a rectangle as a matrix of numbers and push it on the Calculator stack.
2489
2490 \(fn TOP BOT ARG)" t nil)
2491
2492 (autoload (quote calc-embedded) "calc" "\
2493 Start Calc Embedded mode on the formula surrounding point.
2494
2495 \(fn ARG &optional END OBEG OEND)" t nil)
2496
2497 (autoload (quote calc-embedded-activate) "calc" "\
2498 Scan the current editing buffer for all embedded := and => formulas.
2499 Also looks for the equivalent TeX words, \\gets and \\evalto.
2500
2501 \(fn &optional ARG CBUF)" t nil)
2502
2503 (autoload (quote defmath) "calc" "\
2504 Not documented
2505
2506 \(fn FUNC ARGS &rest BODY)" nil (quote macro))
2507
2508 ;;;***
2509 \f
2510 ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el"
2511 ;;;;;; (15767 53768))
2512 ;;; Generated autoloads from calc/calc-ext.el
2513
2514 (autoload (quote calc-extensions) "calc-ext" "\
2515 This function is part of the autoload linkage for parts of Calc.
2516
2517 \(fn)" nil nil)
2518
2519 ;;;***
2520 \f
2521 ;;;### (autoloads (calculator) "calculator" "calculator.el" (15453
2522 ;;;;;; 16009))
2523 ;;; Generated autoloads from calculator.el
2524
2525 (autoload (quote calculator) "calculator" "\
2526 Run the Emacs calculator.
2527 See the documentation for `calculator-mode' for more information.
2528
2529 \(fn)" t nil)
2530
2531 ;;;***
2532 \f
2533 ;;;### (autoloads (calendar solar-holidays islamic-holidays christian-holidays
2534 ;;;;;; hebrew-holidays other-holidays local-holidays oriental-holidays
2535 ;;;;;; general-holidays holidays-in-diary-buffer diary-list-include-blanks
2536 ;;;;;; nongregorian-diary-marking-hook mark-diary-entries-hook nongregorian-diary-listing-hook
2537 ;;;;;; diary-display-hook diary-hook list-diary-entries-hook print-diary-entries-hook
2538 ;;;;;; american-calendar-display-form european-calendar-display-form
2539 ;;;;;; european-date-diary-pattern american-date-diary-pattern european-calendar-style
2540 ;;;;;; abbreviated-calendar-year sexp-diary-entry-symbol diary-include-string
2541 ;;;;;; islamic-diary-entry-symbol hebrew-diary-entry-symbol diary-nonmarking-symbol
2542 ;;;;;; diary-file calendar-move-hook today-invisible-calendar-hook
2543 ;;;;;; today-visible-calendar-hook initial-calendar-window-hook
2544 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays
2545 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially
2546 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2547 ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
2548 ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
2549 ;;;;;; (15855 43929))
2550 ;;; Generated autoloads from calendar/calendar.el
2551
2552 (defvar calendar-week-start-day 0 "\
2553 *The day of the week on which a week in the calendar begins.
2554 0 means Sunday (default), 1 means Monday, and so on.")
2555
2556 (defvar calendar-offset 0 "\
2557 *The offset of the principal month from the center of the calendar window.
2558 0 means the principal month is in the center (default), -1 means on the left,
2559 +1 means on the right. Larger (or smaller) values push the principal month off
2560 the screen.")
2561
2562 (defvar view-diary-entries-initially nil "\
2563 *Non-nil means display current date's diary entries on entry.
2564 The diary is displayed in another window when the calendar is first displayed,
2565 if the current date is visible. The number of days of diary entries displayed
2566 is governed by the variable `number-of-diary-entries'.")
2567
2568 (defvar number-of-diary-entries 1 "\
2569 *Specifies how many days of diary entries are to be displayed initially.
2570 This variable affects the diary display when the command \\[diary] is used,
2571 or if the value of the variable `view-diary-entries-initially' is t. For
2572 example, if the default value 1 is used, then only the current day's diary
2573 entries will be displayed. If the value 2 is used, then both the current
2574 day's and the next day's entries will be displayed.
2575
2576 The value can also be a vector such as [0 2 2 2 2 4 1]; this value
2577 says to display no diary entries on Sunday, the display the entries
2578 for the current date and the day after on Monday through Thursday,
2579 display Friday through Monday's entries on Friday, and display only
2580 Saturday's entries on Saturday.
2581
2582 This variable does not affect the diary display with the `d' command
2583 from the calendar; in that case, the prefix argument controls the
2584 number of days of diary entries displayed.")
2585
2586 (defvar mark-diary-entries-in-calendar nil "\
2587 *Non-nil means mark dates with diary entries, in the calendar window.
2588 The marking symbol is specified by the variable `diary-entry-marker'.")
2589
2590 (defvar calendar-remove-frame-by-deleting nil "\
2591 *Determine how the calendar mode removes a frame no longer needed.
2592 If nil, make an icon of the frame. If non-nil, delete the frame.")
2593
2594 (defvar view-calendar-holidays-initially nil "\
2595 *Non-nil means display holidays for current three month period on entry.
2596 The holidays are displayed in another window when the calendar is first
2597 displayed.")
2598
2599 (defvar mark-holidays-in-calendar nil "\
2600 *Non-nil means mark dates of holidays in the calendar window.
2601 The marking symbol is specified by the variable `calendar-holiday-marker'.")
2602
2603 (defvar all-hebrew-calendar-holidays nil "\
2604 *If nil, show only major holidays from the Hebrew calendar.
2605 This means only those Jewish holidays that appear on secular calendars.
2606
2607 If t, show all the holidays that would appear in a complete Hebrew calendar.")
2608
2609 (defvar all-christian-calendar-holidays nil "\
2610 *If nil, show only major holidays from the Christian calendar.
2611 This means only those Christian holidays that appear on secular calendars.
2612
2613 If t, show all the holidays that would appear in a complete Christian
2614 calendar.")
2615
2616 (defvar all-islamic-calendar-holidays nil "\
2617 *If nil, show only major holidays from the Islamic calendar.
2618 This means only those Islamic holidays that appear on secular calendars.
2619
2620 If t, show all the holidays that would appear in a complete Islamic
2621 calendar.")
2622
2623 (defvar calendar-load-hook nil "\
2624 *List of functions to be called after the calendar is first loaded.
2625 This is the place to add key bindings to `calendar-mode-map'.")
2626
2627 (defvar initial-calendar-window-hook nil "\
2628 *List of functions to be called when the calendar window is first opened.
2629 The functions invoked are called after the calendar window is opened, but
2630 once opened is never called again. Leaving the calendar with the `q' command
2631 and reentering it will cause these functions to be called again.")
2632
2633 (defvar today-visible-calendar-hook nil "\
2634 *List of functions called whenever the current date is visible.
2635 This can be used, for example, to replace today's date with asterisks; a
2636 function `calendar-star-date' is included for this purpose:
2637 (setq today-visible-calendar-hook 'calendar-star-date)
2638 It can also be used to mark the current date with `calendar-today-marker';
2639 a function is also provided for this:
2640 (setq today-visible-calendar-hook 'calendar-mark-today)
2641
2642 The corresponding variable `today-invisible-calendar-hook' is the list of
2643 functions called when the calendar function was called when the current
2644 date is not visible in the window.
2645
2646 Other than the use of the provided functions, the changing of any
2647 characters in the calendar buffer by the hooks may cause the failure of the
2648 functions that move by days and weeks.")
2649
2650 (defvar today-invisible-calendar-hook nil "\
2651 *List of functions called whenever the current date is not visible.
2652
2653 The corresponding variable `today-visible-calendar-hook' is the list of
2654 functions called when the calendar function was called when the current
2655 date is visible in the window.
2656
2657 Other than the use of the provided functions, the changing of any
2658 characters in the calendar buffer by the hooks may cause the failure of the
2659 functions that move by days and weeks.")
2660
2661 (defvar calendar-move-hook nil "\
2662 *List of functions called whenever the cursor moves in the calendar.
2663
2664 For example,
2665
2666 (add-hook 'calendar-move-hook (lambda () (view-diary-entries 1)))
2667
2668 redisplays the diary for whatever date the cursor is moved to.")
2669
2670 (defvar diary-file "~/diary" "\
2671 *Name of the file in which one's personal diary of dates is kept.
2672
2673 The file's entries are lines in any of the forms
2674
2675 MONTH/DAY
2676 MONTH/DAY/YEAR
2677 MONTHNAME DAY
2678 MONTHNAME DAY, YEAR
2679 DAYNAME
2680
2681 at the beginning of the line; the remainder of the line is the diary entry
2682 string for that date. MONTH and DAY are one or two digit numbers, YEAR is
2683 a number and may be written in full or abbreviated to the final two digits.
2684 If the date does not contain a year, it is generic and applies to any year.
2685 DAYNAME entries apply to any date on which is on that day of the week.
2686 MONTHNAME and DAYNAME can be spelled in full, abbreviated to three
2687 characters (with or without a period), capitalized or not. Any of DAY,
2688 MONTH, or MONTHNAME, YEAR can be `*' which matches any day, month, or year,
2689 respectively.
2690
2691 The European style (in which the day precedes the month) can be used
2692 instead, if you execute `european-calendar' when in the calendar, or set
2693 `european-calendar-style' to t in your .emacs file. The European forms are
2694
2695 DAY/MONTH
2696 DAY/MONTH/YEAR
2697 DAY MONTHNAME
2698 DAY MONTHNAME YEAR
2699 DAYNAME
2700
2701 To revert to the default American style from the European style, execute
2702 `american-calendar' in the calendar.
2703
2704 A diary entry can be preceded by the character
2705 `diary-nonmarking-symbol' (ordinarily `&') to make that entry
2706 nonmarking--that is, it will not be marked on dates in the calendar
2707 window but will appear in a diary window.
2708
2709 Multiline diary entries are made by indenting lines after the first with
2710 either a TAB or one or more spaces.
2711
2712 Lines not in one the above formats are ignored. Here are some sample diary
2713 entries (in the default American style):
2714
2715 12/22/1988 Twentieth wedding anniversary!!
2716 &1/1. Happy New Year!
2717 10/22 Ruth's birthday.
2718 21: Payday
2719 Tuesday--weekly meeting with grad students at 10am
2720 Supowit, Shen, Bitner, and Kapoor to attend.
2721 1/13/89 Friday the thirteenth!!
2722 &thu 4pm squash game with Lloyd.
2723 mar 16 Dad's birthday
2724 April 15, 1989 Income tax due.
2725 &* 15 time cards due.
2726
2727 If the first line of a diary entry consists only of the date or day name with
2728 no trailing blanks or punctuation, then that line is not displayed in the
2729 diary window; only the continuation lines is shown. For example, the
2730 single diary entry
2731
2732 02/11/1989
2733 Bill Blattner visits Princeton today
2734 2pm Cognitive Studies Committee meeting
2735 2:30-5:30 Lizzie at Lawrenceville for `Group Initiative'
2736 4:00pm Jamie Tappenden
2737 7:30pm Dinner at George and Ed's for Alan Ryan
2738 7:30-10:00pm dance at Stewart Country Day School
2739
2740 will appear in the diary window without the date line at the beginning. This
2741 facility allows the diary window to look neater, but can cause confusion if
2742 used with more than one day's entries displayed.
2743
2744 Diary entries can be based on Lisp sexps. For example, the diary entry
2745
2746 %%(diary-block 11 1 1990 11 10 1990) Vacation
2747
2748 causes the diary entry \"Vacation\" to appear from November 1 through November
2749 10, 1990. Other functions available are `diary-float', `diary-anniversary',
2750 `diary-cyclic', `diary-day-of-year', `diary-iso-date', `diary-french-date',
2751 `diary-hebrew-date', `diary-islamic-date', `diary-mayan-date',
2752 `diary-chinese-date', `diary-coptic-date', `diary-ethiopic-date',
2753 `diary-persian-date', `diary-yahrzeit', `diary-sunrise-sunset',
2754 `diary-phases-of-moon', `diary-parasha', `diary-omer', `diary-rosh-hodesh',
2755 and `diary-sabbath-candles'. See the documentation for the function
2756 `list-sexp-diary-entries' for more details.
2757
2758 Diary entries based on the Hebrew and/or the Islamic calendar are also
2759 possible, but because these are somewhat slow, they are ignored
2760 unless you set the `nongregorian-diary-listing-hook' and the
2761 `nongregorian-diary-marking-hook' appropriately. See the documentation
2762 for these functions for details.
2763
2764 Diary files can contain directives to include the contents of other files; for
2765 details, see the documentation for the variable `list-diary-entries-hook'.")
2766
2767 (defvar diary-nonmarking-symbol "&" "\
2768 *Symbol indicating that a diary entry is not to be marked in the calendar.")
2769
2770 (defvar hebrew-diary-entry-symbol "H" "\
2771 *Symbol indicating a diary entry according to the Hebrew calendar.")
2772
2773 (defvar islamic-diary-entry-symbol "I" "\
2774 *Symbol indicating a diary entry according to the Islamic calendar.")
2775
2776 (defvar diary-include-string "#include" "\
2777 *The string indicating inclusion of another file of diary entries.
2778 See the documentation for the function `include-other-diary-files'.")
2779
2780 (defvar sexp-diary-entry-symbol "%%" "\
2781 *The string used to indicate a sexp diary entry in `diary-file'.
2782 See the documentation for the function `list-sexp-diary-entries'.")
2783
2784 (defvar abbreviated-calendar-year t "\
2785 *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
2786 For the Gregorian calendar; similarly for the Hebrew and Islamic calendars.
2787 If this variable is nil, years must be written in full.")
2788
2789 (defvar european-calendar-style nil "\
2790 *Use the European style of dates in the diary and in any displays.
2791 If this variable is t, a date 1/2/1990 would be interpreted as February 1,
2792 1990. The accepted European date styles are
2793
2794 DAY/MONTH
2795 DAY/MONTH/YEAR
2796 DAY MONTHNAME
2797 DAY MONTHNAME YEAR
2798 DAYNAME
2799
2800 Names can be capitalized or not, written in full, or abbreviated to three
2801 characters with or without a period.")
2802
2803 (defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\
2804 *List of pseudo-patterns describing the American patterns of date used.
2805 See the documentation of `diary-date-forms' for an explanation.")
2806
2807 (defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\
2808 *List of pseudo-patterns describing the European patterns of date used.
2809 See the documentation of `diary-date-forms' for an explanation.")
2810
2811 (defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\
2812 *Pseudo-pattern governing the way a date appears in the European style.
2813 See the documentation of `calendar-date-display-form' for an explanation.")
2814
2815 (defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\
2816 *Pseudo-pattern governing the way a date appears in the American style.
2817 See the documentation of `calendar-date-display-form' for an explanation.")
2818
2819 (defvar print-diary-entries-hook (quote lpr-buffer) "\
2820 *List of functions called after a temporary diary buffer is prepared.
2821 The buffer shows only the diary entries currently visible in the diary
2822 buffer. The default just does the printing. Other uses might include, for
2823 example, rearranging the lines into order by day and time, saving the buffer
2824 instead of deleting it, or changing the function used to do the printing.")
2825
2826 (defvar list-diary-entries-hook nil "\
2827 *List of functions called after diary file is culled for relevant entries.
2828 It is to be used for diary entries that are not found in the diary file.
2829
2830 A function `include-other-diary-files' is provided for use as the value of
2831 this hook. This function enables you to use shared diary files together
2832 with your own. The files included are specified in the diary file by lines
2833 of the form
2834
2835 #include \"filename\"
2836
2837 This is recursive; that is, #include directives in files thus included are
2838 obeyed. You can change the \"#include\" to some other string by changing
2839 the variable `diary-include-string'. When you use `include-other-diary-files'
2840 as part of the list-diary-entries-hook, you will probably also want to use the
2841 function `mark-included-diary-files' as part of `mark-diary-entries-hook'.
2842
2843 For example, you could use
2844
2845 (setq list-diary-entries-hook
2846 '(include-other-diary-files sort-diary-entries))
2847 (setq diary-display-hook 'fancy-diary-display)
2848
2849 in your `.emacs' file to cause the fancy diary buffer to be displayed with
2850 diary entries from various included files, each day's entries sorted into
2851 lexicographic order.")
2852
2853 (defvar diary-hook nil "\
2854 *List of functions called after the display of the diary.
2855 Can be used for appointment notification.")
2856
2857 (defvar diary-display-hook nil "\
2858 *List of functions that handle the display of the diary.
2859 If nil (the default), `simple-diary-display' is used. Use `ignore' for no
2860 diary display.
2861
2862 Ordinarily, this just displays the diary buffer (with holidays indicated in
2863 the mode line), if there are any relevant entries. At the time these
2864 functions are called, the variable `diary-entries-list' is a list, in order
2865 by date, of all relevant diary entries in the form of ((MONTH DAY YEAR)
2866 STRING), where string is the diary entry for the given date. This can be
2867 used, for example, a different buffer for display (perhaps combined with
2868 holidays), or produce hard copy output.
2869
2870 A function `fancy-diary-display' is provided as an alternative
2871 choice for this hook; this function prepares a special noneditable diary
2872 buffer with the relevant diary entries that has neat day-by-day arrangement
2873 with headings. The fancy diary buffer will show the holidays unless the
2874 variable `holidays-in-diary-buffer' is set to nil. Ordinarily, the fancy
2875 diary buffer will not show days for which there are no diary entries, even
2876 if that day is a holiday; if you want such days to be shown in the fancy
2877 diary buffer, set the variable `diary-list-include-blanks' to t.")
2878
2879 (defvar nongregorian-diary-listing-hook nil "\
2880 *List of functions called for listing diary file and included files.
2881 As the files are processed for diary entries, these functions are used to cull
2882 relevant entries. You can use either or both of `list-hebrew-diary-entries'
2883 and `list-islamic-diary-entries'. The documentation for these functions
2884 describes the style of such diary entries.")
2885
2886 (defvar mark-diary-entries-hook nil "\
2887 *List of functions called after marking diary entries in the calendar.
2888
2889 A function `mark-included-diary-files' is also provided for use as the
2890 `mark-diary-entries-hook'; it enables you to use shared diary files together
2891 with your own. The files included are specified in the diary file by lines
2892 of the form
2893 #include \"filename\"
2894 This is recursive; that is, #include directives in files thus included are
2895 obeyed. You can change the \"#include\" to some other string by changing the
2896 variable `diary-include-string'. When you use `mark-included-diary-files' as
2897 part of the mark-diary-entries-hook, you will probably also want to use the
2898 function `include-other-diary-files' as part of `list-diary-entries-hook'.")
2899
2900 (defvar nongregorian-diary-marking-hook nil "\
2901 *List of functions called for marking diary file and included files.
2902 As the files are processed for diary entries, these functions are used to cull
2903 relevant entries. You can use either or both of `mark-hebrew-diary-entries'
2904 and `mark-islamic-diary-entries'. The documentation for these functions
2905 describes the style of such diary entries.")
2906
2907 (defvar diary-list-include-blanks nil "\
2908 *If nil, do not include days with no diary entry in the list of diary entries.
2909 Such days will then not be shown in the fancy diary buffer, even if they
2910 are holidays.")
2911
2912 (defvar holidays-in-diary-buffer t "\
2913 *Non-nil means include holidays in the diary display.
2914 The holidays appear in the mode line of the diary buffer, or in the
2915 fancy diary buffer next to the date. This slows down the diary functions
2916 somewhat; setting it to nil makes the diary display faster.")
2917
2918 (put (quote general-holidays) (quote risky-local-variable) t)
2919
2920 (defvar general-holidays (quote ((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"))) "\
2921 *General holidays. Default value is for the United States.
2922 See the documentation for `calendar-holidays' for details.")
2923
2924 (put (quote oriental-holidays) (quote risky-local-variable) t)
2925
2926 (defvar oriental-holidays (quote ((if (fboundp (quote atan)) (holiday-chinese-new-year)))) "\
2927 *Oriental holidays.
2928 See the documentation for `calendar-holidays' for details.")
2929
2930 (put (quote local-holidays) (quote risky-local-variable) t)
2931
2932 (defvar local-holidays nil "\
2933 *Local holidays.
2934 See the documentation for `calendar-holidays' for details.")
2935
2936 (put (quote other-holidays) (quote risky-local-variable) t)
2937
2938 (defvar other-holidays nil "\
2939 *User defined holidays.
2940 See the documentation for `calendar-holidays' for details.")
2941
2942 (put (quote hebrew-holidays-1) (quote risky-local-variable) t)
2943
2944 (defvar hebrew-holidays-1 (quote ((holiday-rosh-hashanah-etc) (if all-hebrew-calendar-holidays (holiday-julian 11 (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (if (zerop (% (1+ year) 4)) 22 21))) "\"Tal Umatar\" (evening)")))))
2945
2946 (put (quote hebrew-holidays-2) (quote risky-local-variable) t)
2947
2948 (defvar hebrew-holidays-2 (quote ((if all-hebrew-calendar-holidays (holiday-hanukkah) (holiday-hebrew 9 25 "Hanukkah")) (if all-hebrew-calendar-holidays (holiday-hebrew 10 (let ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list displayed-month 28 displayed-year)))))) (if (= (% (calendar-absolute-from-hebrew (list 10 10 h-year)) 7) 6) 11 10)) "Tzom Teveth")) (if all-hebrew-calendar-holidays (holiday-hebrew 11 15 "Tu B'Shevat")))))
2949
2950 (put (quote hebrew-holidays-3) (quote risky-local-variable) t)
2951
2952 (defvar hebrew-holidays-3 (quote ((if all-hebrew-calendar-holidays (holiday-hebrew 11 (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (let* ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))) (s-s (calendar-hebrew-from-absolute (if (= (% (calendar-absolute-from-hebrew (list 7 1 h-year)) 7) 6) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 17 h-year))) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 16 h-year)))))) (day (extract-calendar-day s-s))) day)) "Shabbat Shirah")))))
2953
2954 (put (quote hebrew-holidays-4) (quote risky-local-variable) t)
2955
2956 (defvar hebrew-holidays-4 (quote ((holiday-passover-etc) (if (and all-hebrew-calendar-holidays (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (= 21 (% year 28))))) (holiday-julian 3 26 "Kiddush HaHamah")) (if all-hebrew-calendar-holidays (holiday-tisha-b-av-etc)))))
2957
2958 (put (quote hebrew-holidays) (quote risky-local-variable) t)
2959
2960 (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4) "\
2961 *Jewish holidays.
2962 See the documentation for `calendar-holidays' for details.")
2963
2964 (put (quote christian-holidays) (quote risky-local-variable) t)
2965
2966 (defvar christian-holidays (quote ((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent)) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas")))) "\
2967 *Christian holidays.
2968 See the documentation for `calendar-holidays' for details.")
2969
2970 (put (quote islamic-holidays) (quote risky-local-variable) t)
2971
2972 (defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\
2973 *Islamic holidays.
2974 See the documentation for `calendar-holidays' for details.")
2975
2976 (put (quote solar-holidays) (quote risky-local-variable) t)
2977
2978 (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Savings Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Savings Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\
2979 *Sun-related holidays.
2980 See the documentation for `calendar-holidays' for details.")
2981
2982 (put (quote calendar-holidays) (quote risky-local-variable) t)
2983
2984 (defvar calendar-setup nil "\
2985 The frame set up of the calendar.
2986 The choices are `one-frame' (calendar and diary together in one separate,
2987 dedicated frame), `two-frames' (calendar and diary in separate, dedicated
2988 frames), `calendar-only' (calendar in a separate, dedicated frame); with
2989 any other value the current frame is used.")
2990
2991 (autoload (quote calendar) "calendar" "\
2992 Choose between the one frame, two frame, or basic calendar displays.
2993 If called with an optional prefix argument, prompts for month and year.
2994
2995 The original function `calendar' has been renamed `calendar-basic-setup'.
2996 See the documentation of that function for more information.
2997
2998 \(fn &optional ARG)" t nil)
2999
3000 ;;;***
3001 \f
3002 ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15855 43929))
3003 ;;; Generated autoloads from progmodes/cc-langs.el
3004
3005 (defvar c-mode-syntax-table nil "\
3006 Syntax table used in c-mode buffers.")
3007
3008 (defvar c++-mode-syntax-table nil "\
3009 Syntax table used in c++-mode buffers.")
3010
3011 (defvar objc-mode-syntax-table nil "\
3012 Syntax table used in objc-mode buffers.")
3013
3014 (defvar java-mode-syntax-table nil "\
3015 Syntax table used in java-mode buffers.")
3016
3017 (defvar idl-mode-syntax-table nil "\
3018 Syntax table used in idl-mode buffers.")
3019
3020 (defvar pike-mode-syntax-table nil "\
3021 Syntax table used in pike-mode buffers.")
3022
3023 ;;;***
3024 \f
3025 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3026 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3027 ;;;;;; (15826 6673))
3028 ;;; Generated autoloads from progmodes/cc-mode.el
3029
3030 (autoload (quote c-initialize-cc-mode) "cc-mode" "\
3031 Not documented
3032
3033 \(fn)" nil nil)
3034
3035 (autoload (quote c-mode) "cc-mode" "\
3036 Major mode for editing K&R and ANSI C code.
3037 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3038 c-mode buffer. This automatically sets up a mail buffer with version
3039 information already added. You just need to add a description of the
3040 problem, including a reproducible test case and send the message.
3041
3042 To see what version of CC Mode you are running, enter `\\[c-version]'.
3043
3044 The hook variable `c-mode-hook' is run with no args, if that value is
3045 bound and has a non-nil value. Also the hook `c-mode-common-hook' is
3046 run first.
3047
3048 Key bindings:
3049 \\{c-mode-map}
3050
3051 \(fn)" t nil)
3052
3053 (autoload (quote c++-mode) "cc-mode" "\
3054 Major mode for editing C++ code.
3055 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3056 c++-mode buffer. This automatically sets up a mail buffer with
3057 version information already added. You just need to add a description
3058 of the problem, including a reproducible test case, and send the
3059 message.
3060
3061 To see what version of CC Mode you are running, enter `\\[c-version]'.
3062
3063 The hook variable `c++-mode-hook' is run with no args, if that
3064 variable is bound and has a non-nil value. Also the hook
3065 `c-mode-common-hook' is run first.
3066
3067 Key bindings:
3068 \\{c++-mode-map}
3069
3070 \(fn)" t nil)
3071
3072 (autoload (quote objc-mode) "cc-mode" "\
3073 Major mode for editing Objective C code.
3074 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3075 objc-mode buffer. This automatically sets up a mail buffer with
3076 version information already added. You just need to add a description
3077 of the problem, including a reproducible test case, and send the
3078 message.
3079
3080 To see what version of CC Mode you are running, enter `\\[c-version]'.
3081
3082 The hook variable `objc-mode-hook' is run with no args, if that value
3083 is bound and has a non-nil value. Also the hook `c-mode-common-hook'
3084 is run first.
3085
3086 Key bindings:
3087 \\{objc-mode-map}
3088
3089 \(fn)" t nil)
3090
3091 (autoload (quote java-mode) "cc-mode" "\
3092 Major mode for editing Java code.
3093 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3094 java-mode buffer. This automatically sets up a mail buffer with
3095 version information already added. You just need to add a description
3096 of the problem, including a reproducible test case and send the
3097 message.
3098
3099 To see what version of CC Mode you are running, enter `\\[c-version]'.
3100
3101 The hook variable `java-mode-hook' is run with no args, if that value
3102 is bound and has a non-nil value. Also the common hook
3103 `c-mode-common-hook' is run first. Note that this mode automatically
3104 sets the \"java\" style before calling any hooks so be careful if you
3105 set styles in `c-mode-common-hook'.
3106
3107 Key bindings:
3108 \\{java-mode-map}
3109
3110 \(fn)" t nil)
3111
3112 (autoload (quote idl-mode) "cc-mode" "\
3113 Major mode for editing CORBA's IDL code.
3114 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3115 idl-mode buffer. This automatically sets up a mail buffer with
3116 version information already added. You just need to add a description
3117 of the problem, including a reproducible test case, and send the
3118 message.
3119
3120 To see what version of CC Mode you are running, enter `\\[c-version]'.
3121
3122 The hook variable `idl-mode-hook' is run with no args, if that
3123 variable is bound and has a non-nil value. Also the hook
3124 `c-mode-common-hook' is run first.
3125
3126 Key bindings:
3127 \\{idl-mode-map}
3128
3129 \(fn)" t nil)
3130
3131 (autoload (quote pike-mode) "cc-mode" "\
3132 Major mode for editing Pike code.
3133 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3134 pike-mode buffer. This automatically sets up a mail buffer with
3135 version information already added. You just need to add a description
3136 of the problem, including a reproducible test case, and send the
3137 message.
3138
3139 To see what version of CC Mode you are running, enter `\\[c-version]'.
3140
3141 The hook variable `pike-mode-hook' is run with no args, if that value
3142 is bound and has a non-nil value. Also the common hook
3143 `c-mode-common-hook' is run first.
3144
3145 Key bindings:
3146 \\{pike-mode-map}
3147
3148 \(fn)" t nil)
3149
3150 ;;;***
3151 \f
3152 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3153 ;;;;;; "progmodes/cc-styles.el" (15618 38209))
3154 ;;; Generated autoloads from progmodes/cc-styles.el
3155
3156 (autoload (quote c-set-style) "cc-styles" "\
3157 Set CC Mode variables to use one of several different indentation styles.
3158 STYLENAME is a string representing the desired style from the list of
3159 styles described in the variable `c-style-alist'. See that variable
3160 for details of setting up styles.
3161
3162 The variable `c-indentation-style' always contains the buffer's current
3163 style name.
3164
3165 If the optional argument DONT-OVERRIDE is t, no style variables that
3166 already have values will be overridden. I.e. in the case of
3167 `c-offsets-alist', syntactic symbols will only be added, and in the
3168 case of all other style variables, only those set to `set-from-style'
3169 will be reassigned.
3170
3171 If DONT-OVERRIDE is neither nil nor t, only those style variables that
3172 have default (i.e. non-buffer local) values will keep their settings
3173 while the rest will be overridden. This is useful to avoid overriding
3174 global settings done in ~/.emacs when setting a style from a mode hook
3175 \(providing the style variables are buffer local, which is the
3176 default).
3177
3178 Obviously, setting DONT-OVERRIDE to t is useful mainly when the
3179 initial style is chosen for a CC Mode buffer by a major mode. Since
3180 that is done internally by CC Mode, it typically won't have any effect
3181 when used elsewhere.
3182
3183 \(fn STYLENAME &optional DONT-OVERRIDE)" t nil)
3184
3185 (autoload (quote c-add-style) "cc-styles" "\
3186 Adds a style to `c-style-alist', or updates an existing one.
3187 STYLE is a string identifying the style to add or update. DESCRIP is
3188 an association list describing the style and must be of the form:
3189
3190 ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
3191
3192 See the variable `c-style-alist' for the semantics of BASESTYLE,
3193 VARIABLE and VALUE. This function also sets the current style to
3194 STYLE using `c-set-style' if the optional SET-P flag is non-nil.
3195
3196 \(fn STYLE DESCRIP &optional SET-P)" t nil)
3197
3198 (autoload (quote c-set-offset) "cc-styles" "\
3199 Change the value of a syntactic element symbol in `c-offsets-alist'.
3200 SYMBOL is the syntactic element symbol to change and OFFSET is the new
3201 offset for that syntactic element. The optional argument is not used
3202 and exists only for compatibility reasons.
3203
3204 \(fn SYMBOL OFFSET &optional IGNORED)" t nil)
3205
3206 ;;;***
3207 \f
3208 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15855 43929))
3209 ;;; Generated autoloads from progmodes/cc-vars.el
3210
3211 (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
3212 A list of features extant in the Emacs you are using.
3213 There are many flavors of Emacs out there, each with different
3214 features supporting those needed by CC Mode. Here's the current
3215 supported list, along with the values for this variable:
3216
3217 XEmacs 19, 20, 21: (8-bit)
3218 Emacs 19, 20: (1-bit)
3219
3220 Infodock (based on XEmacs) has an additional symbol on this list:
3221 `infodock'.")
3222
3223 ;;;***
3224 \f
3225 ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3226 ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3227 ;;;;;; (15793 40694))
3228 ;;; Generated autoloads from international/ccl.el
3229
3230 (autoload (quote ccl-compile) "ccl" "\
3231 Return the compiled code of CCL-PROGRAM as a vector of integers.
3232
3233 \(fn CCL-PROGRAM)" nil nil)
3234
3235 (autoload (quote ccl-dump) "ccl" "\
3236 Disassemble compiled CCL-CODE.
3237
3238 \(fn CCL-CODE)" nil nil)
3239
3240 (autoload (quote declare-ccl-program) "ccl" "\
3241 Declare NAME as a name of CCL program.
3242
3243 This macro exists for backward compatibility. In the old version of
3244 Emacs, to compile a CCL program which calls another CCL program not
3245 yet defined, it must be declared as a CCL program in advance. But,
3246 now CCL program names are resolved not at compile time but before
3247 execution.
3248
3249 Optional arg VECTOR is a compiled CCL code of the CCL program.
3250
3251 \(fn NAME &optional VECTOR)" nil (quote macro))
3252
3253 (autoload (quote define-ccl-program) "ccl" "\
3254 Set NAME the compiled code of CCL-PROGRAM.
3255
3256 CCL-PROGRAM has this form:
3257 (BUFFER_MAGNIFICATION
3258 CCL_MAIN_CODE
3259 [ CCL_EOF_CODE ])
3260
3261 BUFFER_MAGNIFICATION is an integer value specifying the approximate
3262 output buffer magnification size compared with the bytes of input data
3263 text. If the value is zero, the CCL program can't execute `read' and
3264 `write' commands.
3265
3266 CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE
3267 executed at first. If there's no more input data when `read' command
3268 is executed in CCL_MAIN_CODE, CCL_EOF_CODE is executed. If
3269 CCL_MAIN_CODE is terminated, CCL_EOF_CODE is not executed.
3270
3271 Here's the syntax of CCL program code in BNF notation. The lines
3272 starting by two semicolons (and optional leading spaces) describe the
3273 semantics.
3274
3275 CCL_MAIN_CODE := CCL_BLOCK
3276
3277 CCL_EOF_CODE := CCL_BLOCK
3278
3279 CCL_BLOCK := STATEMENT | (STATEMENT [STATEMENT ...])
3280
3281 STATEMENT :=
3282 SET | IF | BRANCH | LOOP | REPEAT | BREAK | READ | WRITE | CALL
3283 | TRANSLATE | MAP | LOOKUP | END
3284
3285 SET := (REG = EXPRESSION)
3286 | (REG ASSIGNMENT_OPERATOR EXPRESSION)
3287 ;; The following form is the same as (r0 = integer).
3288 | integer
3289
3290 EXPRESSION := ARG | (EXPRESSION OPERATOR ARG)
3291
3292 ;; Evaluate EXPRESSION. If the result is nonzero, execute
3293 ;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1.
3294 IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1)
3295
3296 ;; Evaluate EXPRESSION. Provided that the result is N, execute
3297 ;; CCL_BLOCK_N.
3298 BRANCH := (branch EXPRESSION CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3299
3300 ;; Execute STATEMENTs until (break) or (end) is executed.
3301 LOOP := (loop STATEMENT [STATEMENT ...])
3302
3303 ;; Terminate the most inner loop.
3304 BREAK := (break)
3305
3306 REPEAT :=
3307 ;; Jump to the head of the most inner loop.
3308 (repeat)
3309 ;; Same as: ((write [REG | integer | string])
3310 ;; (repeat))
3311 | (write-repeat [REG | integer | string])
3312 ;; Same as: ((write REG [ARRAY])
3313 ;; (read REG)
3314 ;; (repeat))
3315 | (write-read-repeat REG [ARRAY])
3316 ;; Same as: ((write integer)
3317 ;; (read REG)
3318 ;; (repeat))
3319 | (write-read-repeat REG integer)
3320
3321 READ := ;; Set REG_0 to a byte read from the input text, set REG_1
3322 ;; to the next byte read, and so on.
3323 (read REG_0 [REG_1 ...])
3324 ;; Same as: ((read REG)
3325 ;; (if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1))
3326 | (read-if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1)
3327 ;; Same as: ((read REG)
3328 ;; (branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...]))
3329 | (read-branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3330 ;; Read a character from the input text while parsing
3331 ;; multibyte representation, set REG_0 to the charset ID of
3332 ;; the character, set REG_1 to the code point of the
3333 ;; character. If the dimension of charset is two, set REG_1
3334 ;; to ((CODE0 << 7) | CODE1), where CODE0 is the first code
3335 ;; point and CODE1 is the second code point.
3336 | (read-multibyte-character REG_0 REG_1)
3337
3338 WRITE :=
3339 ;; Write REG_0, REG_1, ... to the output buffer. If REG_N is
3340 ;; a multibyte character, write the corresponding multibyte
3341 ;; representation.
3342 (write REG_0 [REG_1 ...])
3343 ;; Same as: ((r7 = EXPRESSION)
3344 ;; (write r7))
3345 | (write EXPRESSION)
3346 ;; Write the value of `integer' to the output buffer. If it
3347 ;; is a multibyte character, write the corresponding multibyte
3348 ;; representation.
3349 | (write integer)
3350 ;; Write the byte sequence of `string' as is to the output
3351 ;; buffer.
3352 | (write string)
3353 ;; Same as: (write string)
3354 | string
3355 ;; Provided that the value of REG is N, write Nth element of
3356 ;; ARRAY to the output buffer. If it is a multibyte
3357 ;; character, write the corresponding multibyte
3358 ;; representation.
3359 | (write REG ARRAY)
3360 ;; Write a multibyte representation of a character whose
3361 ;; charset ID is REG_0 and code point is REG_1. If the
3362 ;; dimension of the charset is two, REG_1 should be ((CODE0 <<
3363 ;; 7) | CODE1), where CODE0 is the first code point and CODE1
3364 ;; is the second code point of the character.
3365 | (write-multibyte-character REG_0 REG_1)
3366
3367 ;; Call CCL program whose name is ccl-program-name.
3368 CALL := (call ccl-program-name)
3369
3370 ;; Terminate the CCL program.
3371 END := (end)
3372
3373 ;; CCL registers that can contain any integer value. As r7 is also
3374 ;; used by CCL interpreter, its value is changed unexpectedly.
3375 REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7
3376
3377 ARG := REG | integer
3378
3379 OPERATOR :=
3380 ;; Normal arithmethic operators (same meaning as C code).
3381 + | - | * | / | %
3382
3383 ;; Bitwize operators (same meaning as C code)
3384 | & | `|' | ^
3385
3386 ;; Shifting operators (same meaning as C code)
3387 | << | >>
3388
3389 ;; (REG = ARG_0 <8 ARG_1) means:
3390 ;; (REG = ((ARG_0 << 8) | ARG_1))
3391 | <8
3392
3393 ;; (REG = ARG_0 >8 ARG_1) means:
3394 ;; ((REG = (ARG_0 >> 8))
3395 ;; (r7 = (ARG_0 & 255)))
3396 | >8
3397
3398 ;; (REG = ARG_0 // ARG_1) means:
3399 ;; ((REG = (ARG_0 / ARG_1))
3400 ;; (r7 = (ARG_0 % ARG_1)))
3401 | //
3402
3403 ;; Normal comparing operators (same meaning as C code)
3404 | < | > | == | <= | >= | !=
3405
3406 ;; If ARG_0 and ARG_1 are higher and lower byte of Shift-JIS
3407 ;; code, and CHAR is the corresponding JISX0208 character,
3408 ;; (REG = ARG_0 de-sjis ARG_1) means:
3409 ;; ((REG = CODE0)
3410 ;; (r7 = CODE1))
3411 ;; where CODE0 is the first code point of CHAR, CODE1 is the
3412 ;; second code point of CHAR.
3413 | de-sjis
3414
3415 ;; If ARG_0 and ARG_1 are the first and second code point of
3416 ;; JISX0208 character CHAR, and SJIS is the correponding
3417 ;; Shift-JIS code,
3418 ;; (REG = ARG_0 en-sjis ARG_1) means:
3419 ;; ((REG = HIGH)
3420 ;; (r7 = LOW))
3421 ;; where HIGH is the higher byte of SJIS, LOW is the lower
3422 ;; byte of SJIS.
3423 | en-sjis
3424
3425 ASSIGNMENT_OPERATOR :=
3426 ;; Same meaning as C code
3427 += | -= | *= | /= | %= | &= | `|=' | ^= | <<= | >>=
3428
3429 ;; (REG <8= ARG) is the same as:
3430 ;; ((REG <<= 8)
3431 ;; (REG |= ARG))
3432 | <8=
3433
3434 ;; (REG >8= ARG) is the same as:
3435 ;; ((r7 = (REG & 255))
3436 ;; (REG >>= 8))
3437
3438 ;; (REG //= ARG) is the same as:
3439 ;; ((r7 = (REG % ARG))
3440 ;; (REG /= ARG))
3441 | //=
3442
3443 ARRAY := `[' integer ... `]'
3444
3445
3446 TRANSLATE :=
3447 (translate-character REG(table) REG(charset) REG(codepoint))
3448 | (translate-character SYMBOL REG(charset) REG(codepoint))
3449 ;; SYMBOL must refer to a table defined by `define-translation-table'.
3450 LOOKUP :=
3451 (lookup-character SYMBOL REG(charset) REG(codepoint))
3452 | (lookup-integer SYMBOL REG(integer))
3453 ;; SYMBOL refers to a table defined by `define-hash-translation-table'.
3454 MAP :=
3455 (iterate-multiple-map REG REG MAP-IDs)
3456 | (map-multiple REG REG (MAP-SET))
3457 | (map-single REG REG MAP-ID)
3458 MAP-IDs := MAP-ID ...
3459 MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET
3460 MAP-ID := integer
3461
3462 \(fn NAME CCL-PROGRAM &optional DOC)" nil (quote macro))
3463
3464 (autoload (quote check-ccl-program) "ccl" "\
3465 Check validity of CCL-PROGRAM.
3466 If CCL-PROGRAM is a symbol denoting a CCL program, return
3467 CCL-PROGRAM, else return nil.
3468 If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied,
3469 register CCL-PROGRAM by name NAME, and return NAME.
3470
3471 \(fn CCL-PROGRAM &optional NAME)" nil (quote macro))
3472
3473 (autoload (quote ccl-execute-with-args) "ccl" "\
3474 Execute CCL-PROGRAM with registers initialized by the remaining args.
3475 The return value is a vector of resulting CCL registers.
3476
3477 See the documentation of `define-ccl-program' for the detail of CCL program.
3478
3479 \(fn CCL-PROG &rest ARGS)" nil nil)
3480
3481 ;;;***
3482 \f
3483 ;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments
3484 ;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text
3485 ;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive
3486 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
3487 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
3488 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3489 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3490 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3491 ;;;;;; (15832 43707))
3492 ;;; Generated autoloads from emacs-lisp/checkdoc.el
3493
3494 (autoload (quote checkdoc) "checkdoc" "\
3495 Interactively check the entire buffer for style errors.
3496 The current status of the check will be displayed in a buffer which
3497 the users will view as each check is completed.
3498
3499 \(fn)" t nil)
3500
3501 (autoload (quote checkdoc-interactive) "checkdoc" "\
3502 Interactively check the current buffer for doc string errors.
3503 Prefix argument START-HERE will start the checking from the current
3504 point, otherwise the check starts at the beginning of the current
3505 buffer. Allows navigation forward and backwards through document
3506 errors. Does not check for comment or space warnings.
3507 Optional argument SHOWSTATUS indicates that we should update the
3508 checkdoc status window instead of the usual behavior.
3509
3510 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3511
3512 (autoload (quote checkdoc-message-interactive) "checkdoc" "\
3513 Interactively check the current buffer for message string errors.
3514 Prefix argument START-HERE will start the checking from the current
3515 point, otherwise the check starts at the beginning of the current
3516 buffer. Allows navigation forward and backwards through document
3517 errors. Does not check for comment or space warnings.
3518 Optional argument SHOWSTATUS indicates that we should update the
3519 checkdoc status window instead of the usual behavior.
3520
3521 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3522
3523 (autoload (quote checkdoc-eval-current-buffer) "checkdoc" "\
3524 Evaluate and check documentation for the current buffer.
3525 Evaluation is done first because good documentation for something that
3526 doesn't work is just not useful. Comments, doc strings, and rogue
3527 spacing are all verified.
3528
3529 \(fn)" t nil)
3530
3531 (autoload (quote checkdoc-current-buffer) "checkdoc" "\
3532 Check current buffer for document, comment, error style, and rogue spaces.
3533 With a prefix argument (in Lisp, the argument TAKE-NOTES),
3534 store all errors found in a warnings buffer,
3535 otherwise stop after the first error.
3536
3537 \(fn &optional TAKE-NOTES)" t nil)
3538
3539 (autoload (quote checkdoc-start) "checkdoc" "\
3540 Start scanning the current buffer for documentation string style errors.
3541 Only documentation strings are checked.
3542 Use `checkdoc-continue' to continue checking if an error cannot be fixed.
3543 Prefix argument TAKE-NOTES means to collect all the warning messages into
3544 a separate buffer.
3545
3546 \(fn &optional TAKE-NOTES)" t nil)
3547
3548 (autoload (quote checkdoc-continue) "checkdoc" "\
3549 Find the next doc string in the current buffer which has a style error.
3550 Prefix argument TAKE-NOTES means to continue through the whole buffer and
3551 save warnings in a separate buffer. Second optional argument START-POINT
3552 is the starting location. If this is nil, `point-min' is used instead.
3553
3554 \(fn &optional TAKE-NOTES)" t nil)
3555
3556 (autoload (quote checkdoc-comments) "checkdoc" "\
3557 Find missing comment sections in the current Emacs Lisp file.
3558 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3559 separate buffer. Otherwise print a message. This returns the error
3560 if there is one.
3561
3562 \(fn &optional TAKE-NOTES)" t nil)
3563
3564 (autoload (quote checkdoc-rogue-spaces) "checkdoc" "\
3565 Find extra spaces at the end of lines in the current file.
3566 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3567 separate buffer. Otherwise print a message. This returns the error
3568 if there is one.
3569 Optional argument INTERACT permits more interactive fixing.
3570
3571 \(fn &optional TAKE-NOTES INTERACT)" t nil)
3572
3573 (autoload (quote checkdoc-message-text) "checkdoc" "\
3574 Scan the buffer for occurrences of the error function, and verify text.
3575 Optional argument TAKE-NOTES causes all errors to be logged.
3576
3577 \(fn &optional TAKE-NOTES)" t nil)
3578
3579 (autoload (quote checkdoc-eval-defun) "checkdoc" "\
3580 Evaluate the current form with `eval-defun' and check its documentation.
3581 Evaluation is done first so the form will be read before the
3582 documentation is checked. If there is a documentation error, then the display
3583 of what was evaluated will be overwritten by the diagnostic message.
3584
3585 \(fn)" t nil)
3586
3587 (autoload (quote checkdoc-defun) "checkdoc" "\
3588 Examine the doc string of the function or variable under point.
3589 Call `error' if the doc string has problems. If NO-ERROR is
3590 non-nil, then do not call error, but call `message' instead.
3591 If the doc string passes the test, then check the function for rogue white
3592 space at the end of each line.
3593
3594 \(fn &optional NO-ERROR)" t nil)
3595
3596 (autoload (quote checkdoc-ispell) "checkdoc" "\
3597 Check the style and spelling of everything interactively.
3598 Calls `checkdoc' with spell-checking turned on.
3599 Prefix argument TAKE-NOTES is the same as for `checkdoc'
3600
3601 \(fn &optional TAKE-NOTES)" t nil)
3602
3603 (autoload (quote checkdoc-ispell-current-buffer) "checkdoc" "\
3604 Check the style and spelling of the current buffer.
3605 Calls `checkdoc-current-buffer' with spell-checking turned on.
3606 Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer'
3607
3608 \(fn &optional TAKE-NOTES)" t nil)
3609
3610 (autoload (quote checkdoc-ispell-interactive) "checkdoc" "\
3611 Check the style and spelling of the current buffer interactively.
3612 Calls `checkdoc-interactive' with spell-checking turned on.
3613 Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive'
3614
3615 \(fn &optional TAKE-NOTES)" t nil)
3616
3617 (autoload (quote checkdoc-ispell-message-interactive) "checkdoc" "\
3618 Check the style and spelling of message text interactively.
3619 Calls `checkdoc-message-interactive' with spell-checking turned on.
3620 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive'
3621
3622 \(fn &optional TAKE-NOTES)" t nil)
3623
3624 (autoload (quote checkdoc-ispell-message-text) "checkdoc" "\
3625 Check the style and spelling of message text interactively.
3626 Calls `checkdoc-message-text' with spell-checking turned on.
3627 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text'
3628
3629 \(fn &optional TAKE-NOTES)" t nil)
3630
3631 (autoload (quote checkdoc-ispell-start) "checkdoc" "\
3632 Check the style and spelling of the current buffer.
3633 Calls `checkdoc-start' with spell-checking turned on.
3634 Prefix argument TAKE-NOTES is the same as for `checkdoc-start'
3635
3636 \(fn &optional TAKE-NOTES)" t nil)
3637
3638 (autoload (quote checkdoc-ispell-continue) "checkdoc" "\
3639 Check the style and spelling of the current buffer after point.
3640 Calls `checkdoc-continue' with spell-checking turned on.
3641 Prefix argument TAKE-NOTES is the same as for `checkdoc-continue'
3642
3643 \(fn &optional TAKE-NOTES)" t nil)
3644
3645 (autoload (quote checkdoc-ispell-comments) "checkdoc" "\
3646 Check the style and spelling of the current buffer's comments.
3647 Calls `checkdoc-comments' with spell-checking turned on.
3648 Prefix argument TAKE-NOTES is the same as for `checkdoc-comments'
3649
3650 \(fn &optional TAKE-NOTES)" t nil)
3651
3652 (autoload (quote checkdoc-ispell-defun) "checkdoc" "\
3653 Check the style and spelling of the current defun with Ispell.
3654 Calls `checkdoc-defun' with spell-checking turned on.
3655 Prefix argument TAKE-NOTES is the same as for `checkdoc-defun'
3656
3657 \(fn &optional TAKE-NOTES)" t nil)
3658
3659 (autoload (quote checkdoc-minor-mode) "checkdoc" "\
3660 Toggle Checkdoc minor mode, a mode for checking Lisp doc strings.
3661 With prefix ARG, turn Checkdoc minor mode on iff ARG is positive.
3662
3663 In Checkdoc minor mode, the usual bindings for `eval-defun' which is
3664 bound to \\<checkdoc-minor-mode-map> \\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include
3665 checking of documentation strings.
3666
3667 \\{checkdoc-minor-mode-map}
3668
3669 \(fn &optional ARG)" t nil)
3670
3671 ;;;***
3672 \f
3673 ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
3674 ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15391
3675 ;;;;;; 33361))
3676 ;;; Generated autoloads from language/china-util.el
3677
3678 (autoload (quote decode-hz-region) "china-util" "\
3679 Decode HZ/ZW encoded text in the current region.
3680 Return the length of resulting text.
3681
3682 \(fn BEG END)" t nil)
3683
3684 (autoload (quote decode-hz-buffer) "china-util" "\
3685 Decode HZ/ZW encoded text in the current buffer.
3686
3687 \(fn)" t nil)
3688
3689 (autoload (quote encode-hz-region) "china-util" "\
3690 Encode the text in the current region to HZ.
3691 Return the length of resulting text.
3692
3693 \(fn BEG END)" t nil)
3694
3695 (autoload (quote encode-hz-buffer) "china-util" "\
3696 Encode the text in the current buffer to HZ.
3697
3698 \(fn)" t nil)
3699
3700 ;;;***
3701 \f
3702 ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3703 ;;;;;; "chistory" "chistory.el" (15568 53658))
3704 ;;; Generated autoloads from chistory.el
3705
3706 (autoload (quote repeat-matching-complex-command) "chistory" "\
3707 Edit and re-evaluate complex command with name matching PATTERN.
3708 Matching occurrences are displayed, most recent first, until you select
3709 a form for evaluation. If PATTERN is empty (or nil), every form in the
3710 command history is offered. The form is placed in the minibuffer for
3711 editing and the result is evaluated.
3712
3713 \(fn &optional PATTERN)" t nil)
3714
3715 (autoload (quote list-command-history) "chistory" "\
3716 List history of commands typed to minibuffer.
3717 The number of commands listed is controlled by `list-command-history-max'.
3718 Calls value of `list-command-history-filter' (if non-nil) on each history
3719 element to judge if that element should be excluded from the list.
3720
3721 The buffer is left in Command History mode.
3722
3723 \(fn)" t nil)
3724
3725 (autoload (quote command-history) "chistory" "\
3726 Examine commands from `command-history' in a buffer.
3727 The number of commands listed is controlled by `list-command-history-max'.
3728 The command history is filtered by `list-command-history-filter' if non-nil.
3729 Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
3730
3731 Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
3732 and digits provide prefix arguments. Tab does not indent.
3733 \\{command-history-map}
3734
3735 This command always recompiles the Command History listing
3736 and runs the normal hook `command-history-hook'.
3737
3738 \(fn)" t nil)
3739
3740 ;;;***
3741 \f
3742 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15835 23135))
3743 ;;; Generated autoloads from emacs-lisp/cl.el
3744
3745 (defvar custom-print-functions nil "\
3746 This is a list of functions that format user objects for printing.
3747 Each function is called in turn with three arguments: the object, the
3748 stream, and the print level (currently ignored). If it is able to
3749 print the object it returns true; otherwise it returns nil and the
3750 printer proceeds to the next function on the list.
3751
3752 This variable is not used at present, but it is defined in hopes that
3753 a future Emacs interpreter will be able to use it.")
3754
3755 ;;;***
3756 \f
3757 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3758 ;;;;;; (15737 41111))
3759 ;;; Generated autoloads from emacs-lisp/cl-indent.el
3760
3761 (autoload (quote common-lisp-indent-function) "cl-indent" "\
3762 Not documented
3763
3764 \(fn INDENT-POINT STATE)" nil nil)
3765
3766 ;;;***
3767 \f
3768 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3769 ;;;;;; (15250 27620))
3770 ;;; Generated autoloads from progmodes/cmacexp.el
3771
3772 (autoload (quote c-macro-expand) "cmacexp" "\
3773 Expand C macros in the region, using the C preprocessor.
3774 Normally display output in temp buffer, but
3775 prefix arg means replace the region with it.
3776
3777 `c-macro-preprocessor' specifies the preprocessor to use.
3778 Prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include')
3779 if the user option `c-macro-prompt-flag' is non-nil.
3780
3781 Noninteractive args are START, END, SUBST.
3782 For use inside Lisp programs, see also `c-macro-expansion'.
3783
3784 \(fn START END SUBST)" t nil)
3785
3786 ;;;***
3787 \f
3788 ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15394
3789 ;;;;;; 11979))
3790 ;;; Generated autoloads from cmuscheme.el
3791
3792 (autoload (quote run-scheme) "cmuscheme" "\
3793 Run an inferior Scheme process, input and output via buffer *scheme*.
3794 If there is a process already running in `*scheme*', switch to that buffer.
3795 With argument, allows you to edit the command line (default is value
3796 of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3797 \(after the `comint-mode-hook' is run).
3798 \(Type \\[describe-mode] in the process buffer for a list of commands.)
3799
3800 \(fn CMD)" t nil)
3801 (add-hook 'same-window-buffer-names "*scheme*")
3802
3803 ;;;***
3804 \f
3805 ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3806 ;;;;;; (15845 60691))
3807 ;;; Generated autoloads from international/code-pages.el
3808
3809 (autoload (quote cp-make-coding-system) "code-pages" "\
3810 Make coding system NAME for and 8-bit, extended-ASCII character set.
3811 V is a 128-long vector of characters to translate the upper half of
3812 the charactert set. DOC-STRING and MNEMONIC are used as the
3813 corresponding args of `make-coding-system'. If MNEMONIC isn't given,
3814 ?* is used.
3815
3816 \(fn NAME V &optional DOC-STRING MNEMONIC)" nil (quote macro))
3817
3818 ;;;***
3819 \f
3820 ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3821 ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3822 ;;;;;; "codepage" "international/codepage.el" (15830 33418))
3823 ;;; Generated autoloads from international/codepage.el
3824
3825 (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
3826 Create a coding system to convert IBM CODEPAGE into charset ISO-NAME
3827 whose first character is at offset OFFSET from the beginning of 8-bit
3828 ASCII table.
3829
3830 The created coding system has the usual 3 subsidiary systems: for Unix-,
3831 DOS- and Mac-style EOL conversion. However, unlike built-in coding
3832 systems, the Mac-style EOL conversion is currently not supported by the
3833 decoder and encoder created by this function.
3834
3835 \(fn CODEPAGE ISO-NAME OFFSET)" nil nil)
3836
3837 (autoload (quote cp-charset-for-codepage) "codepage" "\
3838 Return the charset for which there is a translation table to DOS CODEPAGE.
3839 CODEPAGE must be the name of a DOS codepage, a string.
3840
3841 \(fn CODEPAGE)" nil nil)
3842
3843 (autoload (quote cp-language-for-codepage) "codepage" "\
3844 Return the name of the MULE language environment for CODEPAGE.
3845 CODEPAGE must be the name of a DOS codepage, a string.
3846
3847 \(fn CODEPAGE)" nil nil)
3848
3849 (autoload (quote cp-offset-for-codepage) "codepage" "\
3850 Return the offset to be used in setting up coding systems for CODEPAGE.
3851 CODEPAGE must be the name of a DOS codepage, a string.
3852
3853 \(fn CODEPAGE)" nil nil)
3854
3855 (autoload (quote cp-supported-codepages) "codepage" "\
3856 Return an alist of supported codepages.
3857
3858 Each association in the alist has the form (NNN . CHARSET), where NNN is the
3859 codepage number, and CHARSET is the MULE charset which is the closest match
3860 for the character set supported by that codepage.
3861
3862 A codepage NNN is supported if a variable called `cpNNN-decode-table' exists,
3863 is a vector, and has a charset property.
3864
3865 \(fn)" nil nil)
3866
3867 (autoload (quote codepage-setup) "codepage" "\
3868 Create a coding system cpCODEPAGE to support the IBM codepage CODEPAGE.
3869
3870 These coding systems are meant for encoding and decoding 8-bit non-ASCII
3871 characters used by the IBM codepages, typically in conjunction with files
3872 read/written by MS-DOS software, or for display on the MS-DOS terminal.
3873
3874 \(fn CODEPAGE)" t nil)
3875
3876 ;;;***
3877 \f
3878 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3879 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3880 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3881 ;;;;;; (15742 8586))
3882 ;;; Generated autoloads from comint.el
3883
3884 (autoload (quote make-comint-in-buffer) "comint" "\
3885 Make a comint process NAME in BUFFER, running PROGRAM.
3886 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
3887 PROGRAM should be either a string denoting an executable program to create
3888 via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP
3889 connection to be opened via `open-network-stream'. If there is already a
3890 running process in that buffer, it is not restarted. Optional third arg
3891 STARTFILE is the name of a file to send the contents of to the process.
3892
3893 If PROGRAM is a string, any more args are arguments to PROGRAM.
3894
3895 \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
3896
3897 (autoload (quote make-comint) "comint" "\
3898 Make a comint process NAME in a buffer, running PROGRAM.
3899 The name of the buffer is made by surrounding NAME with `*'s.
3900 PROGRAM should be either a string denoting an executable program to create
3901 via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP
3902 connection to be opened via `open-network-stream'. If there is already a
3903 running process in that buffer, it is not restarted. Optional third arg
3904 STARTFILE is the name of a file to send the contents of to the process.
3905
3906 If PROGRAM is a string, any more args are arguments to PROGRAM.
3907
3908 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
3909
3910 (autoload (quote comint-run) "comint" "\
3911 Run PROGRAM in a comint buffer and switch to it.
3912 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
3913 The file name is used to make a symbol name, such as `comint-sh-hook', and any
3914 hooks on this symbol are run in the buffer.
3915 See `make-comint' and `comint-exec'.
3916
3917 \(fn PROGRAM)" t nil)
3918
3919 (autoload (quote comint-redirect-send-command) "comint" "\
3920 Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
3921 With prefix arg, echo output in process buffer.
3922
3923 If NO-DISPLAY is non-nil, do not show the output buffer.
3924
3925 \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil)
3926
3927 (autoload (quote comint-redirect-send-command-to-process) "comint" "\
3928 Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
3929 With prefix arg, echo output in process buffer.
3930
3931 If NO-DISPLAY is non-nil, do not show the output buffer.
3932
3933 \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil)
3934
3935 (autoload (quote comint-redirect-results-list) "comint" "\
3936 Send COMMAND to current process.
3937 Return a list of expressions in the output which match REGEXP.
3938 REGEXP-GROUP is the regular expression group in REGEXP to use.
3939
3940 \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil)
3941
3942 (autoload (quote comint-redirect-results-list-from-process) "comint" "\
3943 Send COMMAND to PROCESS.
3944 Return a list of expressions in the output which match REGEXP.
3945 REGEXP-GROUP is the regular expression group in REGEXP to use.
3946
3947 \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil)
3948
3949 ;;;***
3950 \f
3951 ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15668
3952 ;;;;;; 8345))
3953 ;;; Generated autoloads from compare-w.el
3954
3955 (autoload (quote compare-windows) "compare-w" "\
3956 Compare text in current window with text in next window.
3957 Compares the text starting at point in each window,
3958 moving over text in each one as far as they match.
3959
3960 This command pushes the mark in each window
3961 at the prior location of point in that window.
3962 If both windows display the same buffer,
3963 the mark is pushed twice in that buffer:
3964 first in the other window, then in the selected window.
3965
3966 A prefix arg means ignore changes in whitespace.
3967 The variable `compare-windows-whitespace' controls how whitespace is skipped.
3968 If `compare-ignore-case' is non-nil, changes in case are also ignored.
3969
3970 \(fn IGNORE-WHITESPACE)" t nil)
3971
3972 ;;;***
3973 \f
3974 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
3975 ;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path
3976 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3977 ;;;;;; "compile" "progmodes/compile.el" (15832 43709))
3978 ;;; Generated autoloads from progmodes/compile.el
3979
3980 (defvar compilation-mode-hook nil "\
3981 *List of hook functions run by `compilation-mode' (see `run-hooks').")
3982
3983 (defvar compilation-window-height nil "\
3984 *Number of lines in a compilation window. If nil, use Emacs default.")
3985
3986 (defvar compilation-process-setup-function nil "\
3987 *Function to call to customize the compilation process.
3988 This functions is called immediately before the compilation process is
3989 started. It can be used to set any variables or functions that are used
3990 while processing the output of the compilation process.")
3991
3992 (defvar compilation-buffer-name-function nil "\
3993 Function to compute the name of a compilation buffer.
3994 The function receives one argument, the name of the major mode of the
3995 compilation buffer. It should return a string.
3996 nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
3997
3998 (defvar compilation-finish-function nil "\
3999 Function to call when a compilation process finishes.
4000 It is called with two arguments: the compilation buffer, and a string
4001 describing how the process finished.")
4002
4003 (defvar compilation-finish-functions nil "\
4004 Functions to call when a compilation process finishes.
4005 Each function is called with two arguments: the compilation buffer,
4006 and a string describing how the process finished.")
4007
4008 (defvar compilation-ask-about-save t "\
4009 *Non-nil means \\[compile] asks which buffers to save before compiling.
4010 Otherwise, it saves all modified buffers without asking.")
4011
4012 (defvar compilation-search-path (quote (nil)) "\
4013 *List of directories to search for source files named in error messages.
4014 Elements should be directory names, not file names of directories.
4015 nil as an element means to try the default directory.")
4016
4017 (autoload (quote compile) "compile" "\
4018 Compile the program including the current buffer. Default: run `make'.
4019 Runs COMMAND, a shell command, in a separate process asynchronously
4020 with output going to the buffer `*compilation*'.
4021
4022 You can then use the command \\[next-error] to find the next error message
4023 and move to the source code that caused it.
4024
4025 Interactively, prompts for the command if `compilation-read-command' is
4026 non-nil; otherwise uses `compile-command'. With prefix arg, always prompts.
4027
4028 To run more than one compilation at once, start one and rename the
4029 `*compilation*' buffer to some other name with \\[rename-buffer].
4030 Then start the next one.
4031
4032 The name used for the buffer is actually whatever is returned by
4033 the function in `compilation-buffer-name-function', so you can set that
4034 to a function that generates a unique name.
4035
4036 \(fn COMMAND)" t nil)
4037
4038 (autoload (quote grep) "compile" "\
4039 Run grep, with user-specified args, and collect output in a buffer.
4040 While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
4041 or \\<compilation-minor-mode-map>\\[compile-goto-error] in the grep output buffer, to go to the lines
4042 where grep found matches.
4043
4044 This command uses a special history list for its COMMAND-ARGS, so you can
4045 easily repeat a grep command.
4046
4047 A prefix argument says to default the argument based upon the current
4048 tag the cursor is over, substituting it into the last grep command
4049 in the grep command history (or into `grep-command'
4050 if that history list is empty).
4051
4052 \(fn COMMAND-ARGS)" t nil)
4053
4054 (autoload (quote grep-find) "compile" "\
4055 Run grep via find, with user-specified args COMMAND-ARGS.
4056 Collect output in a buffer.
4057 While find runs asynchronously, you can use the \\[next-error] command
4058 to find the text that grep hits refer to.
4059
4060 This command uses a special history list for its arguments, so you can
4061 easily repeat a find command.
4062
4063 \(fn COMMAND-ARGS)" t nil)
4064
4065 (autoload (quote grep-tree) "compile" "\
4066 Grep for REGEXP in FILES in directory tree rooted at DIR.
4067 Collect output in a buffer.
4068 Interactively, prompt separately for each search parameter.
4069 With prefix arg, reuse previous REGEXP.
4070 The search is limited to file names matching shell pattern FILES.
4071 FILES may use abbreviations defined in `grep-tree-files-aliases', e.g.
4072 entering `ch' is equivalent to `*.[ch]'.
4073
4074 While find runs asynchronously, you can use the \\[next-error] command
4075 to find the text that grep hits refer to.
4076
4077 This command uses a special history list for its arguments, so you can
4078 easily repeat a find command.
4079
4080 When used non-interactively, optional arg SUBDIRS limits the search to
4081 those sub directories of DIR.
4082
4083 \(fn REGEXP FILES DIR &optional SUBDIRS)" t nil)
4084
4085 (autoload (quote compilation-mode) "compile" "\
4086 Major mode for compilation log buffers.
4087 \\<compilation-mode-map>To visit the source for a line-numbered error,
4088 move point to the error message line and type \\[compile-goto-error].
4089 To kill the compilation, type \\[kill-compilation].
4090
4091 Runs `compilation-mode-hook' with `run-hooks' (which see).
4092
4093 \(fn &optional NAME-OF-MODE)" t nil)
4094
4095 (autoload (quote compilation-shell-minor-mode) "compile" "\
4096 Toggle compilation shell minor mode.
4097 With arg, turn compilation mode on if and only if arg is positive.
4098 In this minor mode, all the error-parsing commands of the
4099 Compilation major mode are available but bound to keys that don't
4100 collide with Shell mode. See `compilation-mode'.
4101 Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'.
4102
4103 \(fn &optional ARG)" t nil)
4104
4105 (autoload (quote compilation-minor-mode) "compile" "\
4106 Toggle compilation minor mode.
4107 With arg, turn compilation mode on if and only if arg is positive.
4108 In this minor mode, all the error-parsing commands of the
4109 Compilation major mode are available. See `compilation-mode'.
4110 Turning the mode on runs the normal hook `compilation-minor-mode-hook'.
4111
4112 \(fn &optional ARG)" t nil)
4113
4114 (autoload (quote next-error) "compile" "\
4115 Visit next compilation error message and corresponding source code.
4116
4117 If all the error messages parsed so far have been processed already,
4118 the message buffer is checked for new ones.
4119
4120 A prefix ARGP specifies how many error messages to move;
4121 negative means move back to previous error messages.
4122 Just \\[universal-argument] as a prefix means reparse the error message buffer
4123 and start at the first error.
4124
4125 \\[next-error] normally uses the most recently started compilation or
4126 grep buffer. However, it can operate on any buffer with output from
4127 the \\[compile] and \\[grep] commands, or, more generally, on any
4128 buffer in Compilation mode or with Compilation Minor mode enabled. To
4129 specify use of a particular buffer for error messages, type
4130 \\[next-error] in that buffer.
4131
4132 Once \\[next-error] has chosen the buffer for error messages,
4133 it stays with that buffer until you use it in some other buffer which
4134 uses Compilation mode or Compilation Minor mode.
4135
4136 See variables `compilation-parse-errors-function' and
4137 `compilation-error-regexp-alist' for customization ideas.
4138
4139 \(fn &optional ARGP)" t nil)
4140 (define-key ctl-x-map "`" 'next-error)
4141
4142 ;;;***
4143 \f
4144 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4145 ;;;;;; (15852 39765))
4146 ;;; Generated autoloads from complete.el
4147
4148 (defvar partial-completion-mode nil "\
4149 Non-nil if Partial-Completion mode is enabled.
4150 See the command `partial-completion-mode' for a description of this minor-mode.
4151 Setting this variable directly does not take effect;
4152 use either \\[customize] or the function `partial-completion-mode'.")
4153
4154 (custom-add-to-group (quote partial-completion) (quote partial-completion-mode) (quote custom-variable))
4155
4156 (custom-add-load (quote partial-completion-mode) (quote complete))
4157
4158 (autoload (quote partial-completion-mode) "complete" "\
4159 Toggle Partial Completion mode.
4160 With prefix ARG, turn Partial Completion mode on if ARG is positive.
4161
4162 When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is
4163 nil) is enhanced so that if some string is divided into words and each word is
4164 delimited by a character in `PC-word-delimiters', partial words are completed
4165 as much as possible and `*' characters are treated likewise in file names.
4166
4167 For example, M-x p-c-m expands to M-x partial-completion-mode since no other
4168 command begins with that sequence of characters, and
4169 \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no
4170 other file in that directory begin with that sequence of characters.
4171
4172 Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted
4173 specially in \\[find-file]. For example,
4174 \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.
4175 See also the variable `PC-include-file-path'.
4176
4177 \(fn &optional ARG)" t nil)
4178
4179 ;;;***
4180 \f
4181 ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4182 ;;;;;; (15706 63461))
4183 ;;; Generated autoloads from completion.el
4184
4185 (autoload (quote dynamic-completion-mode) "completion" "\
4186 Enable dynamic word-completion.
4187
4188 \(fn)" t nil)
4189
4190 ;;;***
4191 \f
4192 ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
4193 ;;;;;; find-composition compose-chars decompose-string compose-string
4194 ;;;;;; decompose-region compose-region) "composite" "composite.el"
4195 ;;;;;; (15713 36500))
4196 ;;; Generated autoloads from composite.el
4197
4198 (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
4199 Alist of symbols vs integer codes of glyph reference points.
4200 A glyph reference point symbol is to be used to specify a composition
4201 rule in COMPONENTS argument to such functions as `compose-region' and
4202 `make-composition'.
4203
4204 Meanings of glyph reference point codes are as follows:
4205
4206 0----1----2 <---- ascent 0:tl or top-left
4207 | | 1:tc or top-center
4208 | | 2:tr or top-right
4209 | | 3:Bl or base-left 9:cl or center-left
4210 9 10 11 <---- center 4:Bc or base-center 10:cc or center-center
4211 | | 5:Br or base-right 11:cr or center-right
4212 --3----4----5-- <-- baseline 6:bl or bottom-left
4213 | | 7:bc or bottom-center
4214 6----7----8 <---- descent 8:br or bottom-right
4215
4216 Glyph reference point symbols are to be used to specify composition
4217 rule of the form (GLOBAL-REF-POINT . NEW-REF-POINT), where
4218 GLOBAL-REF-POINT is a reference point in the overall glyphs already
4219 composed, and NEW-REF-POINT is a reference point in the new glyph to
4220 be added.
4221
4222 For instance, if GLOBAL-REF-POINT is `br' (bottom-right) and
4223 NEW-REF-POINT is `tc' (top-center), the overall glyph is updated as
4224 follows (the point `*' corresponds to both reference points):
4225
4226 +-------+--+ <--- new ascent
4227 | | |
4228 | global| |
4229 | glyph | |
4230 -- | | |-- <--- baseline (doesn't change)
4231 +----+--*--+
4232 | | new |
4233 | |glyph|
4234 +----+-----+ <--- new descent
4235 ")
4236
4237 (autoload (quote compose-region) "composite" "\
4238 Compose characters in the current region.
4239
4240 Characters are composed relatively, i.e. composed by overstricking or
4241 stacking depending on ascent, descent and other properties.
4242
4243 When called from a program, expects these four arguments.
4244
4245 First two arguments START and END are positions (integers or markers)
4246 specifying the region.
4247
4248 Optional 3rd argument COMPONENTS, if non-nil, is a character or a
4249 sequence (vector, list, or string) of integers. In this case,
4250 characters are composed not relatively but according to COMPONENTS.
4251
4252 If it is a character, it is an alternate character to display instead
4253 of the text in the region.
4254
4255 If it is a string, the elements are alternate characters.
4256
4257 If it is a vector or list, it is a sequence of alternate characters and
4258 composition rules, where (2N)th elements are characters and (2N+1)th
4259 elements are composition rules to specify how to compose (2N+2)th
4260 elements with previously composed N glyphs.
4261
4262 A composition rule is a cons of global and new glyph reference point
4263 symbols. See the documentation of `reference-point-alist' for more
4264 detail.
4265
4266 Optional 4th argument MODIFICATION-FUNC is a function to call to
4267 adjust the composition when it gets invalid because of a change of
4268 text in the composition.
4269
4270 \(fn START END &optional COMPONENTS MODIFICATION-FUNC)" t nil)
4271
4272 (autoload (quote decompose-region) "composite" "\
4273 Decompose text in the current region.
4274
4275 When called from a program, expects two arguments,
4276 positions (integers or markers) specifying the region.
4277
4278 \(fn START END)" t nil)
4279
4280 (autoload (quote compose-string) "composite" "\
4281 Compose characters in string STRING.
4282
4283 The return value is STRING where `composition' property is put on all
4284 the characters in it.
4285
4286 Optional 2nd and 3rd arguments START and END specify the range of
4287 STRING to be composed. They defaults to the beginning and the end of
4288 STRING respectively.
4289
4290 Optional 4th argument COMPONENTS, if non-nil, is a character or a
4291 sequence (vector, list, or string) of integers. See the function
4292 `compose-region' for more detail.
4293
4294 Optional 5th argument MODIFICATION-FUNC is a function to call to
4295 adjust the composition when it gets invalid because of a change of
4296 text in the composition.
4297
4298 \(fn STRING &optional START END COMPONENTS MODIFICATION-FUNC)" nil nil)
4299
4300 (autoload (quote decompose-string) "composite" "\
4301 Return STRING where `composition' property is removed.
4302
4303 \(fn STRING)" nil nil)
4304
4305 (autoload (quote compose-chars) "composite" "\
4306 Return a string from arguments in which all characters are composed.
4307 For relative composition, arguments are characters.
4308 For rule-based composition, Mth (where M is odd) arguments are
4309 characters, and Nth (where N is even) arguments are composition rules.
4310 A composition rule is a cons of glyph reference points of the form
4311 \(GLOBAL-REF-POINT . NEW-REF-POINT). See the documentation of
4312 `reference-point-alist' for more detail.
4313
4314 \(fn &rest ARGS)" nil nil)
4315
4316 (autoload (quote find-composition) "composite" "\
4317 Return information about a composition at or nearest to buffer position POS.
4318
4319 If the character at POS has `composition' property, the value is a list
4320 of FROM, TO, and VALID-P.
4321
4322 FROM and TO specify the range of text that has the same `composition'
4323 property, VALID-P is non-nil if and only if this composition is valid.
4324
4325 If there's no composition at POS, and the optional 2nd argument LIMIT
4326 is non-nil, search for a composition toward LIMIT.
4327
4328 If no composition is found, return nil.
4329
4330 Optional 3rd argument STRING, if non-nil, is a string to look for a
4331 composition in; nil means the current buffer.
4332
4333 If a valid composition is found and the optional 4th argument DETAIL-P
4334 is non-nil, the return value is a list of FROM, TO, COMPONENTS,
4335 RELATIVE-P, MOD-FUNC, and WIDTH.
4336
4337 COMPONENTS is a vector of integers, the meaning depends on RELATIVE-P.
4338
4339 RELATIVE-P is t if the composition method is relative, else nil.
4340
4341 If RELATIVE-P is t, COMPONENTS is a vector of characters to be
4342 composed. If RELATIVE-P is nil, COMPONENTS is a vector of characters
4343 and composition rules as described in `compose-region'.
4344
4345 MOD-FUNC is a modification function of the composition.
4346
4347 WIDTH is a number of columns the composition occupies on the screen.
4348
4349 \(fn POS &optional LIMIT STRING DETAIL-P)" nil nil)
4350
4351 (autoload (quote compose-chars-after) "composite" "\
4352 Compose characters in current buffer after position POS.
4353
4354 It looks up the char-table `composition-function-table' (which see) by
4355 a character after POS. If non-nil value is found, the format of the
4356 value should be an alist of PATTERNs vs FUNCs, where PATTERNs are
4357 regular expressions and FUNCs are functions. If the text after POS
4358 matches one of PATTERNs, call the corresponding FUNC with three
4359 arguments POS, TO, and PATTERN, where TO is the end position of text
4360 matching PATTERN, and return what FUNC returns. Otherwise, return
4361 nil.
4362
4363 FUNC is responsible for composing the text properly. The return value
4364 is:
4365 nil -- if no characters were composed.
4366 CHARS (integer) -- if CHARS characters were composed.
4367
4368 Optional 2nd arg LIMIT, if non-nil, limits the matching of text.
4369
4370 Optional 3rd arg OBJECT, if non-nil, is a string that contains the
4371 text to compose. In that case, POS and LIMIT index to the string.
4372
4373 This function is the default value of `compose-chars-after-function'.
4374
4375 \(fn POS &optional LIMIT OBJECT)" nil nil)
4376
4377 (autoload (quote compose-last-chars) "composite" "\
4378 Compose last characters.
4379 The argument is a parameterized event of the form
4380 (compose-last-chars N COMPONENTS),
4381 where N is the number of characters before point to compose,
4382 COMPONENTS, if non-nil, is the same as the argument to `compose-region'
4383 \(which see). If it is nil, `compose-chars-after' is called,
4384 and that function find a proper rule to compose the target characters.
4385 This function is intended to be used from input methods.
4386 The global keymap binds special event `compose-last-chars' to this
4387 function. Input method may generate an event (compose-last-chars N COMPONENTS)
4388 after a sequence character events.
4389
4390 \(fn ARGS)" t nil)
4391 (global-set-key [compose-last-chars] 'compose-last-chars)
4392
4393 (autoload (quote decompose-composite-char) "composite" "\
4394 Convert CHAR to string.
4395
4396 If optional 2nd arg TYPE is non-nil, it is `string', `list', or
4397 `vector'. In this case, CHAR is converted string, list of CHAR, or
4398 vector of CHAR respectively.
4399
4400 \(fn CHAR &optional TYPE WITH-COMPOSITION-RULE)" nil nil)
4401
4402 (make-obsolete (quote decompose-composite-char) (quote char-to-string) "21.1")
4403
4404 ;;;***
4405 \f
4406 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4407 ;;;;;; "cookie1" "play/cookie1.el" (15365 62270))
4408 ;;; Generated autoloads from play/cookie1.el
4409
4410 (autoload (quote cookie) "cookie1" "\
4411 Return a random phrase from PHRASE-FILE.
4412 When the phrase file is read in, display STARTMSG at the beginning
4413 of load, ENDMSG at the end.
4414
4415 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4416
4417 (autoload (quote cookie-insert) "cookie1" "\
4418 Insert random phrases from PHRASE-FILE; COUNT of them.
4419 When the phrase file is read in, display STARTMSG at the beginning
4420 of load, ENDMSG at the end.
4421
4422 \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil)
4423
4424 (autoload (quote cookie-snarf) "cookie1" "\
4425 Reads in the PHRASE-FILE, returns it as a vector of strings.
4426 Emit STARTMSG and ENDMSG before and after. Caches the result; second
4427 and subsequent calls on the same file won't go to disk.
4428
4429 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4430
4431 (autoload (quote shuffle-vector) "cookie1" "\
4432 Randomly permute the elements of VECTOR (all permutations equally likely).
4433
4434 \(fn VECTOR)" nil nil)
4435
4436 ;;;***
4437 \f
4438 ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
4439 ;;;;;; (15458 48079))
4440 ;;; Generated autoloads from emacs-lisp/copyright.el
4441
4442 (autoload (quote copyright-update) "copyright" "\
4443 Update copyright notice at beginning of buffer to indicate the current year.
4444 With prefix ARG, replace the years in the notice rather than adding
4445 the current year after them. If necessary, and
4446 `copyright-current-gpl-version' is set, any copying permissions
4447 following the copyright are updated as well.
4448
4449 \(fn &optional ARG)" t nil)
4450
4451 (autoload (quote copyright) "copyright" "\
4452 Insert a copyright by $ORGANIZATION notice at cursor." t nil)
4453
4454 ;;;***
4455 \f
4456 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
4457 ;;;;;; (15740 63662))
4458 ;;; Generated autoloads from progmodes/cperl-mode.el
4459
4460 (autoload (quote cperl-mode) "cperl-mode" "\
4461 Major mode for editing Perl code.
4462 Expression and list commands understand all C brackets.
4463 Tab indents for Perl code.
4464 Paragraphs are separated by blank lines only.
4465 Delete converts tabs to spaces as it moves back.
4466
4467 Various characters in Perl almost always come in pairs: {}, (), [],
4468 sometimes <>. When the user types the first, she gets the second as
4469 well, with optional special formatting done on {}. (Disabled by
4470 default.) You can always quote (with \\[quoted-insert]) the left
4471 \"paren\" to avoid the expansion. The processing of < is special,
4472 since most the time you mean \"less\". CPerl mode tries to guess
4473 whether you want to type pair <>, and inserts is if it
4474 appropriate. You can set `cperl-electric-parens-string' to the string that
4475 contains the parenths from the above list you want to be electrical.
4476 Electricity of parenths is controlled by `cperl-electric-parens'.
4477 You may also set `cperl-electric-parens-mark' to have electric parens
4478 look for active mark and \"embrace\" a region if possible.'
4479
4480 CPerl mode provides expansion of the Perl control constructs:
4481
4482 if, else, elsif, unless, while, until, continue, do,
4483 for, foreach, formy and foreachmy.
4484
4485 and POD directives (Disabled by default, see `cperl-electric-keywords'.)
4486
4487 The user types the keyword immediately followed by a space, which
4488 causes the construct to be expanded, and the point is positioned where
4489 she is most likely to want to be. eg. when the user types a space
4490 following \"if\" the following appears in the buffer: if () { or if ()
4491 } { } and the cursor is between the parentheses. The user can then
4492 type some boolean expression within the parens. Having done that,
4493 typing \\[cperl-linefeed] places you - appropriately indented - on a
4494 new line between the braces (if you typed \\[cperl-linefeed] in a POD
4495 directive line, then appropriate number of new lines is inserted).
4496
4497 If CPerl decides that you want to insert \"English\" style construct like
4498
4499 bite if angry;
4500
4501 it will not do any expansion. See also help on variable
4502 `cperl-extra-newline-before-brace'. (Note that one can switch the
4503 help message on expansion by setting `cperl-message-electric-keyword'
4504 to nil.)
4505
4506 \\[cperl-linefeed] is a convenience replacement for typing carriage
4507 return. It places you in the next line with proper indentation, or if
4508 you type it inside the inline block of control construct, like
4509
4510 foreach (@lines) {print; print}
4511
4512 and you are on a boundary of a statement inside braces, it will
4513 transform the construct into a multiline and will place you into an
4514 appropriately indented blank line. If you need a usual
4515 `newline-and-indent' behaviour, it is on \\[newline-and-indent],
4516 see documentation on `cperl-electric-linefeed'.
4517
4518 Use \\[cperl-invert-if-unless] to change a construction of the form
4519
4520 if (A) { B }
4521
4522 into
4523
4524 B if A;
4525
4526 \\{cperl-mode-map}
4527
4528 Setting the variable `cperl-font-lock' to t switches on font-lock-mode
4529 \(even with older Emacsen), `cperl-electric-lbrace-space' to t switches
4530 on electric space between $ and {, `cperl-electric-parens-string' is
4531 the string that contains parentheses that should be electric in CPerl
4532 \(see also `cperl-electric-parens-mark' and `cperl-electric-parens'),
4533 setting `cperl-electric-keywords' enables electric expansion of
4534 control structures in CPerl. `cperl-electric-linefeed' governs which
4535 one of two linefeed behavior is preferable. You can enable all these
4536 options simultaneously (recommended mode of use) by setting
4537 `cperl-hairy' to t. In this case you can switch separate options off
4538 by setting them to `null'. Note that one may undo the extra
4539 whitespace inserted by semis and braces in `auto-newline'-mode by
4540 consequent \\[cperl-electric-backspace].
4541
4542 If your site has perl5 documentation in info format, you can use commands
4543 \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
4544 These keys run commands `cperl-info-on-current-command' and
4545 `cperl-info-on-command', which one is which is controlled by variable
4546 `cperl-info-on-command-no-prompt' and `cperl-clobber-lisp-bindings'
4547 \(in turn affected by `cperl-hairy').
4548
4549 Even if you have no info-format documentation, short one-liner-style
4550 help is available on \\[cperl-get-help], and one can run perldoc or
4551 man via menu.
4552
4553 It is possible to show this help automatically after some idle time.
4554 This is regulated by variable `cperl-lazy-help-time'. Default with
4555 `cperl-hairy' (if the value of `cperl-lazy-help-time' is nil) is 5
4556 secs idle time . It is also possible to switch this on/off from the
4557 menu, or via \\[cperl-toggle-autohelp]. Requires `run-with-idle-timer'.
4558
4559 Use \\[cperl-lineup] to vertically lineup some construction - put the
4560 beginning of the region at the start of construction, and make region
4561 span the needed amount of lines.
4562
4563 Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
4564 `cperl-pod-face', `cperl-pod-head-face' control processing of pod and
4565 here-docs sections. With capable Emaxen results of scan are used
4566 for indentation too, otherwise they are used for highlighting only.
4567
4568 Variables controlling indentation style:
4569 `cperl-tab-always-indent'
4570 Non-nil means TAB in CPerl mode should always reindent the current line,
4571 regardless of where in the line point is when the TAB command is used.
4572 `cperl-indent-left-aligned-comments'
4573 Non-nil means that the comment starting in leftmost column should indent.
4574 `cperl-auto-newline'
4575 Non-nil means automatically newline before and after braces,
4576 and after colons and semicolons, inserted in Perl code. The following
4577 \\[cperl-electric-backspace] will remove the inserted whitespace.
4578 Insertion after colons requires both this variable and
4579 `cperl-auto-newline-after-colon' set.
4580 `cperl-auto-newline-after-colon'
4581 Non-nil means automatically newline even after colons.
4582 Subject to `cperl-auto-newline' setting.
4583 `cperl-indent-level'
4584 Indentation of Perl statements within surrounding block.
4585 The surrounding block's indentation is the indentation
4586 of the line on which the open-brace appears.
4587 `cperl-continued-statement-offset'
4588 Extra indentation given to a substatement, such as the
4589 then-clause of an if, or body of a while, or just a statement continuation.
4590 `cperl-continued-brace-offset'
4591 Extra indentation given to a brace that starts a substatement.
4592 This is in addition to `cperl-continued-statement-offset'.
4593 `cperl-brace-offset'
4594 Extra indentation for line if it starts with an open brace.
4595 `cperl-brace-imaginary-offset'
4596 An open brace following other text is treated as if it the line started
4597 this far to the right of the actual line indentation.
4598 `cperl-label-offset'
4599 Extra indentation for line that is a label.
4600 `cperl-min-label-indent'
4601 Minimal indentation for line that is a label.
4602
4603 Settings for K&R and BSD indentation styles are
4604 `cperl-indent-level' 5 8
4605 `cperl-continued-statement-offset' 5 8
4606 `cperl-brace-offset' -5 -8
4607 `cperl-label-offset' -5 -8
4608
4609 CPerl knows several indentation styles, and may bulk set the
4610 corresponding variables. Use \\[cperl-set-style] to do this. Use
4611 \\[cperl-set-style-back] to restore the memorized preexisting values
4612 \(both available from menu).
4613
4614 If `cperl-indent-level' is 0, the statement after opening brace in
4615 column 0 is indented on
4616 `cperl-brace-offset'+`cperl-continued-statement-offset'.
4617
4618 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
4619 with no args.
4620
4621 DO NOT FORGET to read micro-docs (available from `Perl' menu)
4622 or as help on variables `cperl-tips', `cperl-problems',
4623 `cperl-praise', `cperl-speed'.
4624
4625 \(fn)" t nil)
4626
4627 ;;;***
4628 \f
4629 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4630 ;;;;;; (15593 17690))
4631 ;;; Generated autoloads from progmodes/cpp.el
4632
4633 (autoload (quote cpp-highlight-buffer) "cpp" "\
4634 Highlight C code according to preprocessor conditionals.
4635 This command pops up a buffer which you should edit to specify
4636 what kind of highlighting to use, and the criteria for highlighting.
4637 A prefix arg suppresses display of that buffer.
4638
4639 \(fn ARG)" t nil)
4640
4641 (autoload (quote cpp-parse-edit) "cpp" "\
4642 Edit display information for cpp conditionals.
4643
4644 \(fn)" t nil)
4645
4646 ;;;***
4647 \f
4648 ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4649 ;;;;;; (14632 7633))
4650 ;;; Generated autoloads from emulation/crisp.el
4651
4652 (defvar crisp-mode nil "\
4653 Track status of CRiSP emulation mode.
4654 A value of nil means CRiSP mode is not enabled. A value of t
4655 indicates CRiSP mode is enabled.
4656
4657 Setting this variable directly does not take effect;
4658 use either M-x customize or the function `crisp-mode'.")
4659
4660 (custom-add-to-group (quote crisp) (quote crisp-mode) (quote custom-variable))
4661
4662 (custom-add-load (quote crisp-mode) (quote crisp))
4663
4664 (autoload (quote crisp-mode) "crisp" "\
4665 Toggle CRiSP/Brief emulation minor mode.
4666 With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4667
4668 \(fn &optional ARG)" t nil)
4669
4670 (defalias (quote brief-mode) (quote crisp-mode))
4671
4672 ;;;***
4673 \f
4674 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4675 ;;;;;; (15366 56663))
4676 ;;; Generated autoloads from emacs-lisp/crm.el
4677
4678 (autoload (quote completing-read-multiple) "crm" "\
4679 Read multiple strings in the minibuffer, with completion.
4680 By using this functionality, a user may specify multiple strings at a
4681 single prompt, optionally using completion.
4682
4683 Multiple strings are specified by separating each of the strings with
4684 a prespecified separator character. For example, if the separator
4685 character is a comma, the strings 'alice', 'bob', and 'eve' would be
4686 specified as 'alice,bob,eve'.
4687
4688 The default value for the separator character is the value of
4689 `crm-default-separator' (comma). The separator character may be
4690 changed by modifying the value of `crm-separator'.
4691
4692 Contiguous strings of non-separator-characters are referred to as
4693 'elements'. In the aforementioned example, the elements are: 'alice',
4694 'bob', and 'eve'.
4695
4696 Completion is available on a per-element basis. For example, if the
4697 contents of the minibuffer are 'alice,bob,eve' and point is between
4698 'l' and 'i', pressing TAB operates on the element 'alice'.
4699
4700 The return value of this function is a list of the read strings.
4701
4702 See the documentation for `completing-read' for details on the arguments:
4703 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
4704 INHERIT-INPUT-METHOD.
4705
4706 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
4707
4708 ;;;***
4709 \f
4710 ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"
4711 ;;;;;; (15778 49709))
4712 ;;; Generated autoloads from emulation/cua-base.el
4713
4714 (defvar cua-mode nil "\
4715 Non-nil means that CUA emulation mode is enabled.
4716 In CUA mode, shifted movement keys highlight and extend the region.
4717 When a region is highlighted, the binding of the C-x and C-c keys are
4718 temporarily changed to work as Motif, MAC or MS-Windows cut and paste.
4719 Also, insertion commands first delete the region and then insert.
4720 This mode enables Transient Mark mode and it provides a superset of the
4721 PC Selection Mode and Delete Selection Modes.
4722
4723 Setting this variable directly does not take effect;
4724 use either \\[customize] or the function `cua-mode'.")
4725
4726 (custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable))
4727
4728 (custom-add-load (quote cua-mode) (quote cua-base))
4729
4730 (autoload (quote cua-mode) "cua-base" "\
4731 Toggle CUA key-binding mode.
4732 When enabled, using shifted movement keys will activate the region (and
4733 highlight the region using `transient-mark-mode'), and typed text replaces
4734 the active selection. C-z, C-x, C-c, and C-v will undo, cut, copy, and
4735 paste (in addition to the normal emacs bindings).
4736
4737 \(fn &optional ARG)" t nil)
4738
4739 ;;;***
4740 \f
4741 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all
4742 ;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window
4743 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
4744 ;;;;;; customize-apropos-options customize-apropos customize-saved
4745 ;;;;;; customize-customized customize-face-other-window customize-face
4746 ;;;;;; customize-option-other-window customize-changed-options customize-option
4747 ;;;;;; customize-group-other-window customize-group customize-mode
4748 ;;;;;; customize customize-save-variable customize-set-variable
4749 ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15852 39765))
4750 ;;; Generated autoloads from cus-edit.el
4751 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4752
4753 (autoload (quote customize-set-value) "cus-edit" "\
4754 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
4755
4756 If VARIABLE has a `variable-interactive' property, that is used as if
4757 it were the arg to `interactive' (which see) to interactively read the value.
4758
4759 If VARIABLE has a `custom-type' property, it must be a widget and the
4760 `:prompt-value' property of that widget will be used for reading the value.
4761
4762 If given a prefix (or a COMMENT argument), also prompt for a comment.
4763
4764 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4765
4766 (autoload (quote customize-set-variable) "cus-edit" "\
4767 Set the default for VARIABLE to VALUE, and return VALUE.
4768 VALUE is a Lisp object.
4769
4770 If VARIABLE has a `custom-set' property, that is used for setting
4771 VARIABLE, otherwise `set-default' is used.
4772
4773 The `customized-value' property of the VARIABLE will be set to a list
4774 with a quoted VALUE as its sole list member.
4775
4776 If VARIABLE has a `variable-interactive' property, that is used as if
4777 it were the arg to `interactive' (which see) to interactively read the value.
4778
4779 If VARIABLE has a `custom-type' property, it must be a widget and the
4780 `:prompt-value' property of that widget will be used for reading the value.
4781
4782 If given a prefix (or a COMMENT argument), also prompt for a comment.
4783
4784 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4785
4786 (autoload (quote customize-save-variable) "cus-edit" "\
4787 Set the default for VARIABLE to VALUE, and save it for future sessions.
4788 Return VALUE.
4789
4790 If VARIABLE has a `custom-set' property, that is used for setting
4791 VARIABLE, otherwise `set-default' is used.
4792
4793 The `customized-value' property of the VARIABLE will be set to a list
4794 with a quoted VALUE as its sole list member.
4795
4796 If VARIABLE has a `variable-interactive' property, that is used as if
4797 it were the arg to `interactive' (which see) to interactively read the value.
4798
4799 If VARIABLE has a `custom-type' property, it must be a widget and the
4800 `:prompt-value' property of that widget will be used for reading the value.
4801
4802 If given a prefix (or a COMMENT argument), also prompt for a comment.
4803
4804 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4805
4806 (autoload (quote customize) "cus-edit" "\
4807 Select a customization buffer which you can use to set user options.
4808 User options are structured into \"groups\".
4809 Initially the top-level group `Emacs' and its immediate subgroups
4810 are shown; the contents of those subgroups are initially hidden.
4811
4812 \(fn)" t nil)
4813
4814 (autoload (quote customize-mode) "cus-edit" "\
4815 Customize options related to the current major mode.
4816 If a prefix \\[universal-argument] was given (or if the current major mode has no known group),
4817 then prompt for the MODE to customize.
4818
4819 \(fn MODE)" t nil)
4820
4821 (autoload (quote customize-group) "cus-edit" "\
4822 Customize GROUP, which must be a customization group.
4823
4824 \(fn GROUP)" t nil)
4825
4826 (autoload (quote customize-group-other-window) "cus-edit" "\
4827 Customize GROUP, which must be a customization group.
4828
4829 \(fn GROUP)" t nil)
4830
4831 (defalias (quote customize-variable) (quote customize-option))
4832
4833 (autoload (quote customize-option) "cus-edit" "\
4834 Customize SYMBOL, which must be a user option variable.
4835
4836 \(fn SYMBOL)" t nil)
4837
4838 (autoload (quote customize-changed-options) "cus-edit" "\
4839 Customize all user option variables changed in Emacs itself.
4840 This includes new user option variables and faces, and new
4841 customization groups, as well as older options and faces whose default
4842 values have changed since the previous major Emacs release.
4843
4844 With argument SINCE-VERSION (a string), customize all user option
4845 variables that were added (or their meanings were changed) since that
4846 version.
4847
4848 \(fn SINCE-VERSION)" t nil)
4849
4850 (defalias (quote customize-variable-other-window) (quote customize-option-other-window))
4851
4852 (autoload (quote customize-option-other-window) "cus-edit" "\
4853 Customize SYMBOL, which must be a user option variable.
4854 Show the buffer in another window, but don't select it.
4855
4856 \(fn SYMBOL)" t nil)
4857
4858 (autoload (quote customize-face) "cus-edit" "\
4859 Customize SYMBOL, which should be a face name or nil.
4860 If SYMBOL is nil, customize all faces.
4861
4862 Interactively, when point is on text which has a face specified,
4863 suggest to customized that face, if it's customizable.
4864
4865 \(fn &optional FACE)" t nil)
4866
4867 (autoload (quote customize-face-other-window) "cus-edit" "\
4868 Show customization buffer for face SYMBOL in other window.
4869
4870 Interactively, when point is on text which has a face specified,
4871 suggest to customized that face, if it's customizable.
4872
4873 \(fn &optional FACE)" t nil)
4874
4875 (autoload (quote customize-customized) "cus-edit" "\
4876 Customize all user options set since the last save in this session.
4877
4878 \(fn)" t nil)
4879
4880 (autoload (quote customize-saved) "cus-edit" "\
4881 Customize all already saved user options.
4882
4883 \(fn)" t nil)
4884
4885 (autoload (quote customize-apropos) "cus-edit" "\
4886 Customize all user options matching REGEXP.
4887 If ALL is `options', include only options.
4888 If ALL is `faces', include only faces.
4889 If ALL is `groups', include only groups.
4890 If ALL is t (interactively, with prefix arg), include options which are not
4891 user-settable, as well as faces and groups.
4892
4893 \(fn REGEXP &optional ALL)" t nil)
4894
4895 (autoload (quote customize-apropos-options) "cus-edit" "\
4896 Customize all user options matching REGEXP.
4897 With prefix arg, include options which are not user-settable.
4898
4899 \(fn REGEXP &optional ARG)" t nil)
4900
4901 (autoload (quote customize-apropos-faces) "cus-edit" "\
4902 Customize all user faces matching REGEXP.
4903
4904 \(fn REGEXP)" t nil)
4905
4906 (autoload (quote customize-apropos-groups) "cus-edit" "\
4907 Customize all user groups matching REGEXP.
4908
4909 \(fn REGEXP)" t nil)
4910
4911 (autoload (quote custom-buffer-create) "cus-edit" "\
4912 Create a buffer containing OPTIONS.
4913 Optional NAME is the name of the buffer.
4914 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
4915 SYMBOL is a customization option, and WIDGET is a widget for editing
4916 that option.
4917
4918 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
4919
4920 (autoload (quote custom-buffer-create-other-window) "cus-edit" "\
4921 Create a buffer containing OPTIONS.
4922 Optional NAME is the name of the buffer.
4923 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
4924 SYMBOL is a customization option, and WIDGET is a widget for editing
4925 that option.
4926
4927 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
4928
4929 (autoload (quote customize-browse) "cus-edit" "\
4930 Create a tree browser for the customize hierarchy.
4931
4932 \(fn &optional GROUP)" t nil)
4933
4934 (defvar custom-file nil "\
4935 File used for storing customization information.
4936 The default is nil, which means to use your init file
4937 as specified by `user-init-file'. If you specify some other file,
4938 you need to explicitly load that file for the settings to take effect.
4939
4940 When you change this variable, look in the previous custom file
4941 \(usually your init file) for the forms `(custom-set-variables ...)'
4942 and `(custom-set-faces ...)', and copy them (whichever ones you find)
4943 to the new custom file. This will preserve your existing customizations.")
4944
4945 (autoload (quote customize-save-customized) "cus-edit" "\
4946 Save all user options which have been set in this session.
4947
4948 \(fn)" t nil)
4949
4950 (autoload (quote custom-save-all) "cus-edit" "\
4951 Save all customizations in `custom-file'.
4952
4953 \(fn)" nil nil)
4954
4955 (autoload (quote custom-menu-create) "cus-edit" "\
4956 Create menu for customization group SYMBOL.
4957 The menu is in a format applicable to `easy-menu-define'.
4958
4959 \(fn SYMBOL)" nil nil)
4960
4961 (autoload (quote customize-menu-create) "cus-edit" "\
4962 Return a customize menu for customization group SYMBOL.
4963 If optional NAME is given, use that as the name of the menu.
4964 Otherwise the menu will be named `Customize'.
4965 The format is suitable for use with `easy-menu-define'.
4966
4967 \(fn SYMBOL &optional NAME)" nil nil)
4968
4969 ;;;***
4970 \f
4971 ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"
4972 ;;;;;; "cus-face.el" (15845 60691))
4973 ;;; Generated autoloads from cus-face.el
4974
4975 (autoload (quote custom-declare-face) "cus-face" "\
4976 Like `defface', but FACE is evaluated as a normal argument.
4977
4978 \(fn FACE SPEC DOC &rest ARGS)" nil nil)
4979
4980 (autoload (quote custom-set-faces) "cus-face" "\
4981 Initialize faces according to user preferences.
4982 The arguments should be a list where each entry has the form:
4983
4984 (FACE SPEC [NOW [COMMENT]])
4985
4986 SPEC is stored as the saved value for FACE.
4987 If NOW is present and non-nil, FACE is created now, according to SPEC.
4988 COMMENT is a string comment about FACE.
4989
4990 See `defface' for the format of SPEC.
4991
4992 \(fn &rest ARGS)" nil nil)
4993
4994 ;;;***
4995 \f
4996 ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
4997 ;;;;;; (15415 19689))
4998 ;;; Generated autoloads from cvs-status.el
4999
5000 (autoload (quote cvs-status-mode) "cvs-status" "\
5001 Mode used for cvs status output." t nil)
5002
5003 ;;;***
5004 \f
5005 ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5006 ;;;;;; "cwarn" "progmodes/cwarn.el" (15538 7545))
5007 ;;; Generated autoloads from progmodes/cwarn.el
5008
5009 (autoload (quote cwarn-mode) "cwarn" "\
5010 Minor mode that highlights suspicious C and C++ constructions.
5011
5012 Note, in addition to enabling this minor mode, the major mode must
5013 be included in the variable `cwarn-configuration'. By default C and
5014 C++ modes are included.
5015
5016 With ARG, turn CWarn mode on if and only if arg is positive.
5017
5018 \(fn &optional ARG)" t nil)
5019
5020 (autoload (quote turn-on-cwarn-mode) "cwarn" "\
5021 Turn on CWarn mode.
5022
5023 This function is designed to be added to hooks, for example:
5024 (add-hook 'c-mode-hook 'turn-on-cwarn-mode)
5025
5026 \(fn)" nil nil)
5027
5028 (defvar global-cwarn-mode nil "\
5029 Non-nil if Global-Cwarn mode is enabled.
5030 See the command `global-cwarn-mode' for a description of this minor-mode.
5031 Setting this variable directly does not take effect;
5032 use either \\[customize] or the function `global-cwarn-mode'.")
5033
5034 (custom-add-to-group (quote cwarn) (quote global-cwarn-mode) (quote custom-variable))
5035
5036 (custom-add-load (quote global-cwarn-mode) (quote cwarn))
5037
5038 (autoload (quote global-cwarn-mode) "cwarn" "\
5039 Toggle Cwarn mode in every buffer.
5040 With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive.
5041 Cwarn mode is actually not turned on in every buffer but only in those
5042 in which `turn-on-cwarn-mode-if-enabled' turns it on.
5043
5044 \(fn &optional ARG)" t nil)
5045
5046 ;;;***
5047 \f
5048 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5049 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5050 ;;;;;; (15679 10480))
5051 ;;; Generated autoloads from language/cyril-util.el
5052
5053 (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
5054 Return KOI8-R external character code of CHAR if appropriate.
5055
5056 \(fn CHAR)" nil nil)
5057
5058 (autoload (quote cyrillic-encode-alternativnyj-char) "cyril-util" "\
5059 Return ALTERNATIVNYJ external character code of CHAR if appropriate.
5060
5061 \(fn CHAR)" nil nil)
5062
5063 (autoload (quote standard-display-cyrillic-translit) "cyril-util" "\
5064 Display a cyrillic buffer using a transliteration.
5065 For readability, the table is slightly
5066 different from the one used for the input method `cyrillic-translit'.
5067
5068 The argument is a string which specifies which language you are using;
5069 that affects the choice of transliterations slightly.
5070 Possible values are listed in `cyrillic-language-alist'.
5071 If the argument is t, we use the default cyrillic transliteration.
5072 If the argument is nil, we return the display table to its standard state.
5073
5074 \(fn &optional CYRILLIC-LANGUAGE)" t nil)
5075
5076 ;;;***
5077 \f
5078 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5079 ;;;;;; (15670 55281))
5080 ;;; Generated autoloads from dabbrev.el
5081
5082 (define-key esc-map "/" (quote dabbrev-expand))
5083
5084 (define-key esc-map [67108911] (quote dabbrev-completion))
5085
5086 (autoload (quote dabbrev-completion) "dabbrev" "\
5087 Completion on current word.
5088 Like \\[dabbrev-expand] but finds all expansions in the current buffer
5089 and presents suggestions for completion.
5090
5091 With a prefix argument, it searches all buffers accepted by the
5092 function pointed out by `dabbrev-friend-buffer-function' to find the
5093 completions.
5094
5095 If the prefix argument is 16 (which comes from C-u C-u),
5096 then it searches *all* buffers.
5097
5098 With no prefix argument, it reuses an old completion list
5099 if there is a suitable one already.
5100
5101 \(fn &optional ARG)" t nil)
5102
5103 (autoload (quote dabbrev-expand) "dabbrev" "\
5104 Expand previous word \"dynamically\".
5105
5106 Expands to the most recent, preceding word for which this is a prefix.
5107 If no suitable preceding word is found, words following point are
5108 considered. If still no suitable word is found, then look in the
5109 buffers accepted by the function pointed out by variable
5110 `dabbrev-friend-buffer-function'.
5111
5112 A positive prefix argument, N, says to take the Nth backward *distinct*
5113 possibility. A negative argument says search forward.
5114
5115 If the cursor has not moved from the end of the previous expansion and
5116 no argument is given, replace the previously-made expansion
5117 with the next possible expansion not yet tried.
5118
5119 The variable `dabbrev-backward-only' may be used to limit the
5120 direction of search to backward if set non-nil.
5121
5122 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5123
5124 \(fn ARG)" t nil)
5125
5126 ;;;***
5127 \f
5128 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15727
5129 ;;;;;; 20702))
5130 ;;; Generated autoloads from progmodes/dcl-mode.el
5131
5132 (autoload (quote dcl-mode) "dcl-mode" "\
5133 Major mode for editing DCL-files.
5134
5135 This mode indents command lines in blocks. (A block is commands between
5136 THEN-ELSE-ENDIF and between lines matching dcl-block-begin-regexp and
5137 dcl-block-end-regexp.)
5138
5139 Labels are indented to a fixed position unless they begin or end a block.
5140 Whole-line comments (matching dcl-comment-line-regexp) are not indented.
5141 Data lines are not indented.
5142
5143 Key bindings:
5144
5145 \\{dcl-mode-map}
5146 Commands not usually bound to keys:
5147
5148 \\[dcl-save-nondefault-options] Save changed options
5149 \\[dcl-save-all-options] Save all options
5150 \\[dcl-save-option] Save any option
5151 \\[dcl-save-mode] Save buffer mode
5152
5153 Variables controlling indentation style and extra features:
5154
5155 dcl-basic-offset
5156 Extra indentation within blocks.
5157
5158 dcl-continuation-offset
5159 Extra indentation for continued lines.
5160
5161 dcl-margin-offset
5162 Indentation for the first command line in a file or SUBROUTINE.
5163
5164 dcl-margin-label-offset
5165 Indentation for a label.
5166
5167 dcl-comment-line-regexp
5168 Lines matching this regexp will not be indented.
5169
5170 dcl-block-begin-regexp
5171 dcl-block-end-regexp
5172 Regexps that match command lines that begin and end, respectively,
5173 a block of commmand lines that will be given extra indentation.
5174 Command lines between THEN-ELSE-ENDIF are always indented; these variables
5175 make it possible to define other places to indent.
5176 Set to nil to disable this feature.
5177
5178 dcl-calc-command-indent-function
5179 Can be set to a function that customizes indentation for command lines.
5180 Two such functions are included in the package:
5181 dcl-calc-command-indent-multiple
5182 dcl-calc-command-indent-hang
5183
5184 dcl-calc-cont-indent-function
5185 Can be set to a function that customizes indentation for continued lines.
5186 One such function is included in the package:
5187 dcl-calc-cont-indent-relative (set by default)
5188
5189 dcl-tab-always-indent
5190 If t, pressing TAB always indents the current line.
5191 If nil, pressing TAB indents the current line if point is at the left
5192 margin.
5193
5194 dcl-electric-characters
5195 Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is
5196 typed.
5197
5198 dcl-electric-reindent-regexps
5199 Use this variable and function dcl-electric-character to customize
5200 which words trigger electric indentation.
5201
5202 dcl-tempo-comma
5203 dcl-tempo-left-paren
5204 dcl-tempo-right-paren
5205 These variables control the look of expanded templates.
5206
5207 dcl-imenu-generic-expression
5208 Default value for imenu-generic-expression. The default includes
5209 SUBROUTINE labels in the main listing and sub-listings for
5210 other labels, CALL, GOTO and GOSUB statements.
5211
5212 dcl-imenu-label-labels
5213 dcl-imenu-label-goto
5214 dcl-imenu-label-gosub
5215 dcl-imenu-label-call
5216 Change the text that is used as sub-listing labels in imenu.
5217
5218 Loading this package calls the value of the variable
5219 `dcl-mode-load-hook' with no args, if that value is non-nil.
5220 Turning on DCL mode calls the value of the variable `dcl-mode-hook'
5221 with no args, if that value is non-nil.
5222
5223
5224 The following example uses the default values for all variables:
5225
5226 $! This is a comment line that is not indented (it matches
5227 $! dcl-comment-line-regexp)
5228 $! Next follows the first command line. It is indented dcl-margin-offset.
5229 $ i = 1
5230 $ ! Other comments are indented like command lines.
5231 $ ! A margin label indented dcl-margin-label-offset:
5232 $ label:
5233 $ if i.eq.1
5234 $ then
5235 $ ! Lines between THEN-ELSE and ELSE-ENDIF are
5236 $ ! indented dcl-basic-offset
5237 $ loop1: ! This matches dcl-block-begin-regexp...
5238 $ ! ...so this line is indented dcl-basic-offset
5239 $ text = \"This \" + - ! is a continued line
5240 \"lined up with the command line\"
5241 $ type sys$input
5242 Data lines are not indented at all.
5243 $ endloop1: ! This matches dcl-block-end-regexp
5244 $ endif
5245 $
5246
5247 \(fn)" t nil)
5248
5249 ;;;***
5250 \f
5251 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5252 ;;;;;; "emacs-lisp/debug.el" (15684 41935))
5253 ;;; Generated autoloads from emacs-lisp/debug.el
5254
5255 (setq debugger (quote debug))
5256
5257 (autoload (quote debug) "debug" "\
5258 Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'.
5259 Arguments are mainly for use when this is called from the internals
5260 of the evaluator.
5261
5262 You may call with no args, or you may pass nil as the first arg and
5263 any other args you like. In that case, the list of args after the
5264 first will be printed into the backtrace buffer.
5265
5266 \(fn &rest DEBUGGER-ARGS)" t nil)
5267
5268 (autoload (quote debug-on-entry) "debug" "\
5269 Request FUNCTION to invoke debugger each time it is called.
5270 If you tell the debugger to continue, FUNCTION's execution proceeds.
5271 This works by modifying the definition of FUNCTION,
5272 which must be written in Lisp, not predefined.
5273 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
5274 Redefining FUNCTION also cancels it.
5275
5276 \(fn FUNCTION)" t nil)
5277
5278 (autoload (quote cancel-debug-on-entry) "debug" "\
5279 Undo effect of \\[debug-on-entry] on FUNCTION.
5280 If argument is nil or an empty string, cancel for all functions.
5281
5282 \(fn &optional FUNCTION)" t nil)
5283
5284 ;;;***
5285 \f
5286 ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5287 ;;;;;; (15394 11149))
5288 ;;; Generated autoloads from play/decipher.el
5289
5290 (autoload (quote decipher) "decipher" "\
5291 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode.
5292
5293 \(fn)" t nil)
5294
5295 (autoload (quote decipher-mode) "decipher" "\
5296 Major mode for decrypting monoalphabetic substitution ciphers.
5297 Lower-case letters enter plaintext.
5298 Upper-case letters are commands.
5299
5300 The buffer is made read-only so that normal Emacs commands cannot
5301 modify it.
5302
5303 The most useful commands are:
5304 \\<decipher-mode-map>
5305 \\[decipher-digram-list] Display a list of all digrams & their frequency
5306 \\[decipher-frequency-count] Display the frequency of each ciphertext letter
5307 \\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
5308 \\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
5309 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)
5310
5311 \(fn)" t nil)
5312
5313 ;;;***
5314 \f
5315 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5316 ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (15303
5317 ;;;;;; 63268))
5318 ;;; Generated autoloads from delim-col.el
5319
5320 (autoload (quote delimit-columns-customize) "delim-col" "\
5321 Customization of `columns' group.
5322
5323 \(fn)" t nil)
5324
5325 (autoload (quote delimit-columns-region) "delim-col" "\
5326 Prettify all columns in a text region.
5327
5328 START and END delimits the text region.
5329
5330 \(fn START END)" t nil)
5331
5332 (autoload (quote delimit-columns-rectangle) "delim-col" "\
5333 Prettify all columns in a text rectangle.
5334
5335 START and END delimits the corners of text rectangle.
5336
5337 \(fn START END)" t nil)
5338
5339 ;;;***
5340 \f
5341 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15372
5342 ;;;;;; 9207))
5343 ;;; Generated autoloads from progmodes/delphi.el
5344
5345 (autoload (quote delphi-mode) "delphi" "\
5346 Major mode for editing Delphi code. \\<delphi-mode-map>
5347 \\[delphi-tab] - Indents the current line for Delphi code.
5348 \\[delphi-find-unit] - Search for a Delphi source file.
5349 \\[delphi-fill-comment] - Fill the current comment.
5350 \\[delphi-new-comment-line] - If in a // comment, do a new comment line.
5351
5352 M-x indent-region also works for indenting a whole region.
5353
5354 Customization:
5355
5356 `delphi-indent-level' (default 3)
5357 Indentation of Delphi statements with respect to containing block.
5358 `delphi-compound-block-indent' (default 0)
5359 Extra indentation for blocks in compound statements.
5360 `delphi-case-label-indent' (default 0)
5361 Extra indentation for case statement labels.
5362 `delphi-tab-always-indents' (default t)
5363 Non-nil means TAB in Delphi mode should always reindent the current line,
5364 regardless of where in the line point is when the TAB command is used.
5365 `delphi-newline-always-indents' (default t)
5366 Non-nil means NEWLINE in Delphi mode should always reindent the current
5367 line, insert a blank line and move to the default indent column of the
5368 blank line.
5369 `delphi-search-path' (default .)
5370 Directories to search when finding external units.
5371 `delphi-verbose' (default nil)
5372 If true then delphi token processing progress is reported to the user.
5373
5374 Coloring:
5375
5376 `delphi-comment-face' (default font-lock-comment-face)
5377 Face used to color delphi comments.
5378 `delphi-string-face' (default font-lock-string-face)
5379 Face used to color delphi strings.
5380 `delphi-keyword-face' (default font-lock-keyword-face)
5381 Face used to color delphi keywords.
5382 `delphi-other-face' (default nil)
5383 Face used to color everything else.
5384
5385 Turning on Delphi mode calls the value of the variable delphi-mode-hook with
5386 no args, if that value is non-nil.
5387
5388 \(fn &optional SKIP-INITIAL-PARSING)" t nil)
5389
5390 ;;;***
5391 \f
5392 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15352
5393 ;;;;;; 42199))
5394 ;;; Generated autoloads from delsel.el
5395
5396 (defalias (quote pending-delete-mode) (quote delete-selection-mode))
5397
5398 (defvar delete-selection-mode nil "\
5399 Non-nil if Delete-Selection mode is enabled.
5400 See the command `delete-selection-mode' for a description of this minor-mode.
5401 Setting this variable directly does not take effect;
5402 use either \\[customize] or the function `delete-selection-mode'.")
5403
5404 (custom-add-to-group (quote editing-basics) (quote delete-selection-mode) (quote custom-variable))
5405
5406 (custom-add-load (quote delete-selection-mode) (quote delsel))
5407
5408 (autoload (quote delete-selection-mode) "delsel" "\
5409 Toggle Delete Selection mode.
5410 With prefix ARG, turn Delete Selection mode on if and only if ARG is
5411 positive.
5412
5413 When Delete Selection mode is enabled, Transient Mark mode is also
5414 enabled and typed text replaces the selection if the selection is
5415 active. Otherwise, typed text is just inserted at point regardless of
5416 any selection.
5417
5418 \(fn &optional ARG)" t nil)
5419
5420 ;;;***
5421 \f
5422 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5423 ;;;;;; "derived" "derived.el" (15746 4145))
5424 ;;; Generated autoloads from derived.el
5425
5426 (autoload (quote define-derived-mode) "derived" "\
5427 Create a new mode as a variant of an existing mode.
5428
5429 The arguments to this command are as follow:
5430
5431 CHILD: the name of the command for the derived mode.
5432 PARENT: the name of the command for the parent mode (e.g. `text-mode')
5433 or nil if there is no parent.
5434 NAME: a string which will appear in the status line (e.g. \"Hypertext\")
5435 DOCSTRING: an optional documentation string--if you do not supply one,
5436 the function will attempt to invent something useful.
5437 BODY: forms to execute just before running the
5438 hooks for the new mode. Do not use `interactive' here.
5439
5440 BODY can start with a bunch of keyword arguments. The following keyword
5441 arguments are currently understood:
5442 :group GROUP
5443 Declare the customization group that corresponds to this mode.
5444 :syntax-table TABLE
5445 Use TABLE instead of the default.
5446 A nil value means to simply use the same syntax-table as the parent.
5447 :abbrev-table TABLE
5448 Use TABLE instead of the default.
5449 A nil value means to simply use the same abbrev-table as the parent.
5450
5451 Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:
5452
5453 (define-derived-mode LaTeX-thesis-mode LaTeX-mode \"LaTeX-Thesis\")
5454
5455 You could then make new key bindings for `LaTeX-thesis-mode-map'
5456 without changing regular LaTeX mode. In this example, BODY is empty,
5457 and DOCSTRING is generated by default.
5458
5459 On a more complicated level, the following command uses `sgml-mode' as
5460 the parent, and then sets the variable `case-fold-search' to nil:
5461
5462 (define-derived-mode article-mode sgml-mode \"Article\"
5463 \"Major mode for editing technical articles.\"
5464 (setq case-fold-search nil))
5465
5466 Note that if the documentation string had been left out, it would have
5467 been generated automatically, with a reference to the keymap.
5468
5469 \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro))
5470
5471 (autoload (quote derived-mode-init-mode-variables) "derived" "\
5472 Initialise variables for a new MODE.
5473 Right now, if they don't already exist, set up a blank keymap, an
5474 empty syntax table, and an empty abbrev table -- these will be merged
5475 the first time the mode is used.
5476
5477 \(fn MODE)" nil nil)
5478
5479 ;;;***
5480 \f
5481 ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5482 ;;;;;; "descr-text.el" (15760 54525))
5483 ;;; Generated autoloads from descr-text.el
5484
5485 (autoload (quote describe-text-properties) "descr-text" "\
5486 Describe widgets, buttons, overlays and text properties at POS.
5487 Interactively, describe them for the character after point.
5488 If optional second argument OUTPUT-BUFFER is non-nil,
5489 insert the output into that buffer, and don't initialize or clear it
5490 otherwise.
5491
5492 \(fn POS &optional OUTPUT-BUFFER)" t nil)
5493
5494 (autoload (quote describe-char) "descr-text" "\
5495 Describe the character after POS (interactively, the character after point).
5496 The information includes character code, charset and code points in it,
5497 syntax, category, how the character is encoded in a file,
5498 character composition information (if relevant),
5499 as well as widgets, buttons, overlays, and text properties.
5500
5501 \(fn POS)" t nil)
5502
5503 ;;;***
5504 \f
5505 ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
5506 ;;;;;; (15818 52647))
5507 ;;; Generated autoloads from desktop.el
5508
5509 (autoload (quote desktop-read) "desktop" "\
5510 Read the Desktop file and the files it specifies.
5511 This is a no-op when Emacs is running in batch mode.
5512
5513 \(fn)" t nil)
5514
5515 (autoload (quote desktop-load-default) "desktop" "\
5516 Load the `default' start-up library manually.
5517 Also inhibit further loading of it. Call this from your `.emacs' file
5518 to provide correct modes for autoloaded files.
5519
5520 \(fn)" nil nil)
5521
5522 ;;;***
5523 \f
5524 ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15656
5525 ;;;;;; 43924))
5526 ;;; Generated autoloads from language/devan-util.el
5527
5528 (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
5529
5530 ;;;***
5531 \f
5532 ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5533 ;;;;;; "calendar/diary-lib.el" (15833 16924))
5534 ;;; Generated autoloads from calendar/diary-lib.el
5535
5536 (autoload (quote diary) "diary-lib" "\
5537 Generate the diary window for ARG days starting with the current date.
5538 If no argument is provided, the number of days of diary entries is governed
5539 by the variable `number-of-diary-entries'. This function is suitable for
5540 execution in a `.emacs' file.
5541
5542 \(fn &optional ARG)" t nil)
5543
5544 (autoload (quote diary-mail-entries) "diary-lib" "\
5545 Send a mail message showing diary entries for next NDAYS days.
5546 If no prefix argument is given, NDAYS is set to `diary-mail-days'.
5547
5548 You can call `diary-mail-entries' every night using an at/cron job.
5549 For example, this script will run the program at 2am daily. Since
5550 `emacs -batch' does not load your `.emacs' file, you must ensure that
5551 all relevant variables are set, as done here.
5552
5553 #!/bin/sh
5554 # diary-rem.sh -- repeatedly run the Emacs diary-reminder
5555 emacs -batch \\
5556 -eval \"(setq diary-mail-days 3 \\
5557 european-calendar-style t \\
5558 diary-mail-addr \\\"user@host.name\\\" )\" \\
5559 -l diary-lib -f diary-mail-entries
5560 at -f diary-rem.sh 0200 tomorrow
5561
5562 You may have to tweak the syntax of the `at' command to suit your
5563 system. Alternatively, you can specify a cron entry:
5564 0 1 * * * diary-rem.sh
5565 to run it every morning at 1am.
5566
5567 \(fn &optional NDAYS)" t nil)
5568
5569 (autoload (quote diary-mode) "diary-lib" "\
5570 Major mode for editing the diary file." t nil)
5571
5572 ;;;***
5573 \f
5574 ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5575 ;;;;;; "diff.el" (15739 64695))
5576 ;;; Generated autoloads from diff.el
5577
5578 (defvar diff-switches "-c" "\
5579 *A string or list of strings specifying switches to be be passed to diff.")
5580
5581 (defvar diff-command "diff" "\
5582 *The command to use to run diff.")
5583
5584 (autoload (quote diff) "diff" "\
5585 Find and display the differences between OLD and NEW files.
5586 Interactively the current buffer's file name is the default for NEW
5587 and a backup file for NEW is the default for OLD.
5588 With prefix arg, prompt for diff switches.
5589 If NO-ASYNC is non-nil, call diff synchronously.
5590
5591 \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil)
5592
5593 (autoload (quote diff-backup) "diff" "\
5594 Diff this file with its backup file or vice versa.
5595 Uses the latest backup, if there are several numerical backups.
5596 If this file is a backup, diff it with its original.
5597 The backup file is the first file given to `diff'.
5598
5599 \(fn FILE &optional SWITCHES)" t nil)
5600
5601 ;;;***
5602 \f
5603 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
5604 ;;;;;; (15752 27875))
5605 ;;; Generated autoloads from diff-mode.el
5606
5607 (autoload (quote diff-mode) "diff-mode" "\
5608 Major mode for viewing/editing context diffs.
5609 Supports unified and context diffs as well as (to a lesser extent)
5610 normal diffs.
5611 When the buffer is read-only, the ESC prefix is not necessary.
5612 IF you edit the buffer manually, diff-mode will try to update the hunk
5613 headers for you on-the-fly.
5614
5615 You can also switch between context diff and unified diff with \\[diff-context->unified],
5616 or vice versa with \\[diff-unified->context] and you can also revert the direction of
5617 a diff with \\[diff-reverse-direction]." t nil)
5618
5619 (autoload (quote diff-minor-mode) "diff-mode" "\
5620 Minor mode for viewing/editing context diffs.
5621 \\{diff-minor-mode-map}
5622
5623 \(fn &optional ARG)" t nil)
5624
5625 ;;;***
5626 \f
5627 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window
5628 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5629 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5630 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5631 ;;;;;; "dired" "dired.el" (15845 60691))
5632 ;;; Generated autoloads from dired.el
5633
5634 (defvar dired-listing-switches "-al" "\
5635 *Switches passed to `ls' for dired. MUST contain the `l' option.
5636 May contain all other options that don't contradict `-l';
5637 may contain even `F', `b', `i' and `s'. See also the variable
5638 `dired-ls-F-marks-symlinks' concerning the `F' switch.
5639 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
5640 some of the `ls' switches are not supported; see the doc string of
5641 `insert-directory' on ls-lisp.el for more details.")
5642
5643 (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\
5644 Name of chown command (usually `chown' or `/etc/chown').")
5645
5646 (defvar dired-ls-F-marks-symlinks nil "\
5647 *Informs dired about how `ls -lF' marks symbolic links.
5648 Set this to t if `ls' (or whatever program is specified by
5649 `insert-directory-program') with `-lF' marks the symbolic link
5650 itself with a trailing @ (usually the case under Ultrix).
5651
5652 Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to
5653 nil (the default), if it gives `bar@ -> foo', set it to t.
5654
5655 Dired checks if there is really a @ appended. Thus, if you have a
5656 marking `ls' program on one host and a non-marking on another host, and
5657 don't care about symbolic links which really end in a @, you can
5658 always set this variable to t.")
5659
5660 (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\
5661 *Regexp of files to skip when finding first file of a directory.
5662 A value of nil means move to the subdir line.
5663 A value of t means move to first file.")
5664
5665 (defvar dired-keep-marker-rename t "\
5666 *Controls marking of renamed files.
5667 If t, files keep their previous marks when they are renamed.
5668 If a character, renamed files (whether previously marked or not)
5669 are afterward marked with that character.")
5670
5671 (defvar dired-keep-marker-copy 67 "\
5672 *Controls marking of copied files.
5673 If t, copied files are marked if and as the corresponding original files were.
5674 If a character, copied files are unconditionally marked with that character.")
5675
5676 (defvar dired-keep-marker-hardlink 72 "\
5677 *Controls marking of newly made hard links.
5678 If t, they are marked if and as the files linked to were marked.
5679 If a character, new links are unconditionally marked with that character.")
5680
5681 (defvar dired-keep-marker-symlink 89 "\
5682 *Controls marking of newly made symbolic links.
5683 If t, they are marked if and as the files linked to were marked.
5684 If a character, new links are unconditionally marked with that character.")
5685
5686 (defvar dired-dwim-target nil "\
5687 *If non-nil, dired tries to guess a default target directory.
5688 This means: if there is a dired buffer displayed in the next window,
5689 use its current subdir, instead of the current subdir of this dired buffer.
5690
5691 The target is used in the prompt for file copy, rename etc.")
5692
5693 (defvar dired-copy-preserve-time t "\
5694 *If non-nil, Dired preserves the last-modified time in a file copy.
5695 \(This works on only some systems.)")
5696 (define-key ctl-x-map "d" 'dired)
5697
5698 (autoload (quote dired) "dired" "\
5699 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
5700 Optional second argument SWITCHES specifies the `ls' options used.
5701 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
5702 Dired displays a list of files in DIRNAME (which may also have
5703 shell wildcards appended to select certain files). If DIRNAME is a cons,
5704 its first element is taken as the directory name and the rest as an explicit
5705 list of files to make directory entries for.
5706 \\<dired-mode-map>You can move around in it with the usual commands.
5707 You can flag files for deletion with \\[dired-flag-file-deletion] and then
5708 delete them by typing \\[dired-do-flagged-delete].
5709 Type \\[describe-mode] after entering dired for more info.
5710
5711 If DIRNAME is already in a dired buffer, that buffer is used without refresh.
5712
5713 \(fn DIRNAME &optional SWITCHES)" t nil)
5714 (define-key ctl-x-4-map "d" 'dired-other-window)
5715
5716 (autoload (quote dired-other-window) "dired" "\
5717 \"Edit\" directory DIRNAME. Like `dired' but selects in another window.
5718
5719 \(fn DIRNAME &optional SWITCHES)" t nil)
5720 (define-key ctl-x-5-map "d" 'dired-other-frame)
5721
5722 (autoload (quote dired-other-frame) "dired" "\
5723 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame.
5724
5725 \(fn DIRNAME &optional SWITCHES)" t nil)
5726
5727 (autoload (quote dired-noselect) "dired" "\
5728 Like `dired' but returns the dired buffer as value, does not select it.
5729
5730 \(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
5731 (put 'dired-find-alternate-file 'disabled t)
5732
5733 ;;;***
5734 \f
5735 ;;;### (autoloads (dired-show-file-type dired-do-query-replace-regexp
5736 ;;;;;; dired-do-search dired-hide-all dired-hide-subdir dired-tree-down
5737 ;;;;;; dired-tree-up dired-kill-subdir dired-mark-subdir-files dired-goto-subdir
5738 ;;;;;; dired-prev-subdir dired-insert-subdir dired-maybe-insert-subdir
5739 ;;;;;; dired-downcase dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
5740 ;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename
5741 ;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory
5742 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
5743 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
5744 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
5745 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
5746 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
5747 ;;;;;; "dired-aux.el" (15826 3927))
5748 ;;; Generated autoloads from dired-aux.el
5749
5750 (autoload (quote dired-diff) "dired-aux" "\
5751 Compare file at point with file FILE using `diff'.
5752 FILE defaults to the file at the mark. (That's the mark set by
5753 \\[set-mark-command], not by Dired's \\[dired-mark] command.)
5754 The prompted-for file is the first file given to `diff'.
5755 With prefix arg, prompt for second argument SWITCHES,
5756 which is options for `diff'.
5757
5758 \(fn FILE &optional SWITCHES)" t nil)
5759
5760 (autoload (quote dired-backup-diff) "dired-aux" "\
5761 Diff this file with its backup file or vice versa.
5762 Uses the latest backup, if there are several numerical backups.
5763 If this file is a backup, diff it with its original.
5764 The backup file is the first file given to `diff'.
5765 With prefix arg, prompt for argument SWITCHES which is options for `diff'.
5766
5767 \(fn &optional SWITCHES)" t nil)
5768
5769 (autoload (quote dired-do-chmod) "dired-aux" "\
5770 Change the mode of the marked (or next ARG) files.
5771 This calls chmod, thus symbolic modes like `g+w' are allowed.
5772
5773 \(fn &optional ARG)" t nil)
5774
5775 (autoload (quote dired-do-chgrp) "dired-aux" "\
5776 Change the group of the marked (or next ARG) files.
5777
5778 \(fn &optional ARG)" t nil)
5779
5780 (autoload (quote dired-do-chown) "dired-aux" "\
5781 Change the owner of the marked (or next ARG) files.
5782
5783 \(fn &optional ARG)" t nil)
5784
5785 (autoload (quote dired-do-print) "dired-aux" "\
5786 Print the marked (or next ARG) files.
5787 Uses the shell command coming from variables `lpr-command' and
5788 `lpr-switches' as default.
5789
5790 \(fn &optional ARG)" t nil)
5791
5792 (autoload (quote dired-do-shell-command) "dired-aux" "\
5793 Run a shell command COMMAND on the marked files.
5794 If no files are marked or a specific numeric prefix arg is given,
5795 the next ARG files are used. Just \\[universal-argument] means the current file.
5796 The prompt mentions the file(s) or the marker, as appropriate.
5797
5798 If there is a `*' in COMMAND, surrounded by whitespace, this runs
5799 COMMAND just once with the entire file list substituted there.
5800
5801 If there is no `*', but there is a `?' in COMMAND, surrounded by
5802 whitespace, this runs COMMAND on each file individually with the
5803 file name substituted for `?'.
5804
5805 Otherwise, this runs COMMAND on each file individually with the
5806 file name added at the end of COMMAND (separated by a space).
5807
5808 `*' and `?' when not surrounded by whitespace have no special
5809 significance for `dired-do-shell-command', and are passed through
5810 normally to the shell, but you must confirm first. To pass `*' by
5811 itself to the shell as a wildcard, type `*\"\"'.
5812
5813 If COMMAND produces output, it goes to a separate buffer.
5814
5815 This feature does not try to redisplay Dired buffers afterward, as
5816 there's no telling what files COMMAND may have changed.
5817 Type \\[dired-do-redisplay] to redisplay the marked files.
5818
5819 When COMMAND runs, its working directory is the top-level directory of
5820 the Dired buffer, so output files usually are created there instead of
5821 in a subdir.
5822
5823 In a noninteractive call (from Lisp code), you must specify
5824 the list of file names explicitly with the FILE-LIST argument.
5825
5826 \(fn COMMAND &optional ARG FILE-LIST)" t nil)
5827
5828 (autoload (quote dired-do-kill-lines) "dired-aux" "\
5829 Kill all marked lines (not the files).
5830 With a prefix argument, kill that many lines starting with the current line.
5831 \(A negative argument kills lines before the current line.)
5832 To kill an entire subdirectory, go to its directory header line
5833 and use this command with a prefix argument (the value does not matter).
5834
5835 \(fn &optional ARG FMT)" t nil)
5836
5837 (autoload (quote dired-compress-file) "dired-aux" "\
5838 Not documented
5839
5840 \(fn FILE)" nil nil)
5841
5842 (autoload (quote dired-do-compress) "dired-aux" "\
5843 Compress or uncompress marked (or next ARG) files.
5844
5845 \(fn &optional ARG)" t nil)
5846
5847 (autoload (quote dired-do-byte-compile) "dired-aux" "\
5848 Byte compile marked (or next ARG) Emacs Lisp files.
5849
5850 \(fn &optional ARG)" t nil)
5851
5852 (autoload (quote dired-do-load) "dired-aux" "\
5853 Load the marked (or next ARG) Emacs Lisp files.
5854
5855 \(fn &optional ARG)" t nil)
5856
5857 (autoload (quote dired-do-redisplay) "dired-aux" "\
5858 Redisplay all marked (or next ARG) files.
5859 If on a subdir line, redisplay that subdirectory. In that case,
5860 a prefix arg lets you edit the `ls' switches used for the new listing.
5861
5862 \(fn &optional ARG TEST-FOR-SUBDIR)" t nil)
5863
5864 (autoload (quote dired-add-file) "dired-aux" "\
5865 Not documented
5866
5867 \(fn FILENAME &optional MARKER-CHAR)" nil nil)
5868
5869 (autoload (quote dired-remove-file) "dired-aux" "\
5870 Not documented
5871
5872 \(fn FILE)" nil nil)
5873
5874 (autoload (quote dired-relist-file) "dired-aux" "\
5875 Create or update the line for FILE in all Dired buffers it would belong in.
5876
5877 \(fn FILE)" nil nil)
5878
5879 (autoload (quote dired-copy-file) "dired-aux" "\
5880 Not documented
5881
5882 \(fn FROM TO OK-FLAG)" nil nil)
5883
5884 (autoload (quote dired-rename-file) "dired-aux" "\
5885 Not documented
5886
5887 \(fn FILE NEWNAME OK-IF-ALREADY-EXISTS)" nil nil)
5888
5889 (autoload (quote dired-create-directory) "dired-aux" "\
5890 Create a directory called DIRECTORY.
5891
5892 \(fn DIRECTORY)" t nil)
5893
5894 (autoload (quote dired-do-copy) "dired-aux" "\
5895 Copy all marked (or next ARG) files, or copy the current file.
5896 This normally preserves the last-modified date when copying.
5897 When operating on just the current file, you specify the new name.
5898 When operating on multiple or marked files, you specify a directory,
5899 and new copies of these files are made in that directory
5900 with the same names that the files currently have. The default
5901 suggested for the target directory depends on the value of
5902 `dired-dwim-target', which see.
5903
5904 \(fn &optional ARG)" t nil)
5905
5906 (autoload (quote dired-do-symlink) "dired-aux" "\
5907 Make symbolic links to current file or all marked (or next ARG) files.
5908 When operating on just the current file, you specify the new name.
5909 When operating on multiple or marked files, you specify a directory
5910 and new symbolic links are made in that directory
5911 with the same names that the files currently have. The default
5912 suggested for the target directory depends on the value of
5913 `dired-dwim-target', which see.
5914
5915 \(fn &optional ARG)" t nil)
5916
5917 (autoload (quote dired-do-hardlink) "dired-aux" "\
5918 Add names (hard links) current file or all marked (or next ARG) files.
5919 When operating on just the current file, you specify the new name.
5920 When operating on multiple or marked files, you specify a directory
5921 and new hard links are made in that directory
5922 with the same names that the files currently have. The default
5923 suggested for the target directory depends on the value of
5924 `dired-dwim-target', which see.
5925
5926 \(fn &optional ARG)" t nil)
5927
5928 (autoload (quote dired-do-rename) "dired-aux" "\
5929 Rename current file or all marked (or next ARG) files.
5930 When renaming just the current file, you specify the new name.
5931 When renaming multiple or marked files, you specify a directory.
5932 This command also renames any buffers that are visiting the files.
5933 The default suggested for the target directory depends on the value
5934 of `dired-dwim-target', which see.
5935
5936 \(fn &optional ARG)" t nil)
5937
5938 (autoload (quote dired-do-rename-regexp) "dired-aux" "\
5939 Rename selected files whose names match REGEXP to NEWNAME.
5940
5941 With non-zero prefix argument ARG, the command operates on the next ARG
5942 files. Otherwise, it operates on all the marked files, or the current
5943 file if none are marked.
5944
5945 As each match is found, the user must type a character saying
5946 what to do with it. For directions, type \\[help-command] at that time.
5947 NEWNAME may contain \\=\\<n> or \\& as in `query-replace-regexp'.
5948 REGEXP defaults to the last regexp used.
5949
5950 With a zero prefix arg, renaming by regexp affects the absolute file name.
5951 Normally, only the non-directory part of the file name is used and changed.
5952
5953 \(fn REGEXP NEWNAME &optional ARG WHOLE-PATH)" t nil)
5954
5955 (autoload (quote dired-do-copy-regexp) "dired-aux" "\
5956 Copy selected files whose names match REGEXP to NEWNAME.
5957 See function `dired-do-rename-regexp' for more info.
5958
5959 \(fn REGEXP NEWNAME &optional ARG WHOLE-PATH)" t nil)
5960
5961 (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\
5962 Hardlink selected files whose names match REGEXP to NEWNAME.
5963 See function `dired-do-rename-regexp' for more info.
5964
5965 \(fn REGEXP NEWNAME &optional ARG WHOLE-PATH)" t nil)
5966
5967 (autoload (quote dired-do-symlink-regexp) "dired-aux" "\
5968 Symlink selected files whose names match REGEXP to NEWNAME.
5969 See function `dired-do-rename-regexp' for more info.
5970
5971 \(fn REGEXP NEWNAME &optional ARG WHOLE-PATH)" t nil)
5972
5973 (autoload (quote dired-upcase) "dired-aux" "\
5974 Rename all marked (or next ARG) files to upper case.
5975
5976 \(fn &optional ARG)" t nil)
5977
5978 (autoload (quote dired-downcase) "dired-aux" "\
5979 Rename all marked (or next ARG) files to lower case.
5980
5981 \(fn &optional ARG)" t nil)
5982
5983 (autoload (quote dired-maybe-insert-subdir) "dired-aux" "\
5984 Insert this subdirectory into the same dired buffer.
5985 If it is already present, just move to it (type \\[dired-do-redisplay] to refresh),
5986 else inserts it at its natural place (as `ls -lR' would have done).
5987 With a prefix arg, you may edit the ls switches used for this listing.
5988 You can add `R' to the switches to expand the whole tree starting at
5989 this subdirectory.
5990 This function takes some pains to conform to `ls -lR' output.
5991
5992 \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
5993
5994 (autoload (quote dired-insert-subdir) "dired-aux" "\
5995 Insert this subdirectory into the same dired buffer.
5996 If it is already present, overwrites previous entry,
5997 else inserts it at its natural place (as `ls -lR' would have done).
5998 With a prefix arg, you may edit the `ls' switches used for this listing.
5999 You can add `R' to the switches to expand the whole tree starting at
6000 this subdirectory.
6001 This function takes some pains to conform to `ls -lR' output.
6002
6003 \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
6004
6005 (autoload (quote dired-prev-subdir) "dired-aux" "\
6006 Go to previous subdirectory, regardless of level.
6007 When called interactively and not on a subdir line, go to this subdir's line.
6008
6009 \(fn ARG &optional NO-ERROR-IF-NOT-FOUND NO-SKIP)" t nil)
6010
6011 (autoload (quote dired-goto-subdir) "dired-aux" "\
6012 Go to end of header line of DIR in this dired buffer.
6013 Return value of point on success, otherwise return nil.
6014 The next char is either \\n, or \\r if DIR is hidden.
6015
6016 \(fn DIR)" t nil)
6017
6018 (autoload (quote dired-mark-subdir-files) "dired-aux" "\
6019 Mark all files except `.' and `..' in current subdirectory.
6020 If the Dired buffer shows multiple directories, this command
6021 marks the files listed in the subdirectory that point is in.
6022
6023 \(fn)" t nil)
6024
6025 (autoload (quote dired-kill-subdir) "dired-aux" "\
6026 Remove all lines of current subdirectory.
6027 Lower levels are unaffected.
6028
6029 \(fn &optional REMEMBER-MARKS)" t nil)
6030
6031 (autoload (quote dired-tree-up) "dired-aux" "\
6032 Go up ARG levels in the dired tree.
6033
6034 \(fn ARG)" t nil)
6035
6036 (autoload (quote dired-tree-down) "dired-aux" "\
6037 Go down in the dired tree.
6038
6039 \(fn)" t nil)
6040
6041 (autoload (quote dired-hide-subdir) "dired-aux" "\
6042 Hide or unhide the current subdirectory and move to next directory.
6043 Optional prefix arg is a repeat factor.
6044 Use \\[dired-hide-all] to (un)hide all directories.
6045
6046 \(fn ARG)" t nil)
6047
6048 (autoload (quote dired-hide-all) "dired-aux" "\
6049 Hide all subdirectories, leaving only their header lines.
6050 If there is already something hidden, make everything visible again.
6051 Use \\[dired-hide-subdir] to (un)hide a particular subdirectory.
6052
6053 \(fn ARG)" t nil)
6054
6055 (autoload (quote dired-do-search) "dired-aux" "\
6056 Search through all marked files for a match for REGEXP.
6057 Stops when a match is found.
6058 To continue searching for next match, use command \\[tags-loop-continue].
6059
6060 \(fn REGEXP)" t nil)
6061
6062 (autoload (quote dired-do-query-replace-regexp) "dired-aux" "\
6063 Do `query-replace-regexp' of FROM with TO, on all marked files.
6064 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
6065 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
6066 with the command \\[tags-loop-continue].
6067
6068 \(fn FROM TO &optional DELIMITED)" t nil)
6069
6070 (autoload (quote dired-show-file-type) "dired-aux" "\
6071 Print the type of FILE, according to the `file' command.
6072 If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is
6073 true then the type of the file linked to by FILE is printed instead.
6074
6075 \(fn FILE &optional DEREF-SYMLINKS)" t nil)
6076
6077 ;;;***
6078 \f
6079 ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15415 19784))
6080 ;;; Generated autoloads from dired-x.el
6081
6082 (autoload (quote dired-jump) "dired-x" "\
6083 Jump to dired buffer corresponding to current buffer.
6084 If in a file, dired the current directory and move to file's line.
6085 If in dired already, pop up a level and goto old directory's line.
6086 In case the proper dired file line cannot be found, refresh the dired
6087 buffer and try again.
6088
6089 \(fn &optional OTHER-WINDOW)" t nil)
6090
6091 ;;;***
6092 \f
6093 ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14977 56454))
6094 ;;; Generated autoloads from dirtrack.el
6095
6096 (autoload (quote dirtrack) "dirtrack" "\
6097 Determine the current directory by scanning the process output for a prompt.
6098 The prompt to look for is the first item in `dirtrack-list'.
6099
6100 You can toggle directory tracking by using the function `dirtrack-toggle'.
6101
6102 If directory tracking does not seem to be working, you can use the
6103 function `dirtrack-debug-toggle' to turn on debugging output.
6104
6105 You can enable directory tracking by adding this function to
6106 `comint-output-filter-functions'.
6107
6108 \(fn INPUT)" nil nil)
6109
6110 ;;;***
6111 \f
6112 ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (13776
6113 ;;;;;; 9615))
6114 ;;; Generated autoloads from emacs-lisp/disass.el
6115
6116 (autoload (quote disassemble) "disass" "\
6117 Print disassembled code for OBJECT in (optional) BUFFER.
6118 OBJECT can be a symbol defined as a function, or a function itself
6119 \(a lambda expression or a compiled-function object).
6120 If OBJECT is not already compiled, we compile it, but do not
6121 redefine OBJECT if it is a symbol.
6122
6123 \(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil)
6124
6125 ;;;***
6126 \f
6127 ;;;### (autoloads (standard-display-european create-glyph standard-display-underline
6128 ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
6129 ;;;;;; standard-display-default standard-display-8bit describe-current-display-table
6130 ;;;;;; describe-display-table set-display-table-slot display-table-slot
6131 ;;;;;; make-display-table) "disp-table" "disp-table.el" (15369 56725))
6132 ;;; Generated autoloads from disp-table.el
6133
6134 (autoload (quote make-display-table) "disp-table" "\
6135 Return a new, empty display table.
6136
6137 \(fn)" nil nil)
6138
6139 (autoload (quote display-table-slot) "disp-table" "\
6140 Return the value of the extra slot in DISPLAY-TABLE named SLOT.
6141 SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
6142 Valid symbols are `truncation', `wrap', `escape', `control',
6143 `selective-display', and `vertical-border'.
6144
6145 \(fn DISPLAY-TABLE SLOT)" nil nil)
6146
6147 (autoload (quote set-display-table-slot) "disp-table" "\
6148 Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
6149 SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
6150 Valid symbols are `truncation', `wrap', `escape', `control',
6151 `selective-display', and `vertical-border'.
6152
6153 \(fn DISPLAY-TABLE SLOT VALUE)" nil nil)
6154
6155 (autoload (quote describe-display-table) "disp-table" "\
6156 Describe the display table DT in a help buffer.
6157
6158 \(fn DT)" nil nil)
6159
6160 (autoload (quote describe-current-display-table) "disp-table" "\
6161 Describe the display table in use in the selected window and buffer.
6162
6163 \(fn)" t nil)
6164
6165 (autoload (quote standard-display-8bit) "disp-table" "\
6166 Display characters in the range L to H literally.
6167
6168 \(fn L H)" nil nil)
6169
6170 (autoload (quote standard-display-default) "disp-table" "\
6171 Display characters in the range L to H using the default notation.
6172
6173 \(fn L H)" nil nil)
6174
6175 (autoload (quote standard-display-ascii) "disp-table" "\
6176 Display character C using printable string S.
6177
6178 \(fn C S)" nil nil)
6179
6180 (autoload (quote standard-display-g1) "disp-table" "\
6181 Display character C as character SC in the g1 character set.
6182 This function assumes that your terminal uses the SO/SI characters;
6183 it is meaningless for an X frame.
6184
6185 \(fn C SC)" nil nil)
6186
6187 (autoload (quote standard-display-graphic) "disp-table" "\
6188 Display character C as character GC in graphics character set.
6189 This function assumes VT100-compatible escapes; it is meaningless for an
6190 X frame.
6191
6192 \(fn C GC)" nil nil)
6193
6194 (autoload (quote standard-display-underline) "disp-table" "\
6195 Display character C as character UC plus underlining.
6196
6197 \(fn C UC)" nil nil)
6198
6199 (autoload (quote create-glyph) "disp-table" "\
6200 Allocate a glyph code to display by sending STRING to the terminal.
6201
6202 \(fn STRING)" nil nil)
6203
6204 (autoload (quote standard-display-european) "disp-table" "\
6205 Semi-obsolete way to toggle display of ISO 8859 European characters.
6206
6207 This function is semi-obsolete; if you want to do your editing with
6208 unibyte characters, it is better to `set-language-environment' coupled
6209 with either the `--unibyte' option or the EMACS_UNIBYTE environment
6210 variable, or else customize `enable-multibyte-characters'.
6211
6212 With prefix argument, this command enables European character display
6213 if arg is positive, disables it otherwise. Otherwise, it toggles
6214 European character display.
6215
6216 When this mode is enabled, characters in the range of 160 to 255
6217 display not as octal escapes, but as accented characters. Codes 146
6218 and 160 display as apostrophe and space, even though they are not the
6219 ASCII codes for apostrophe and space.
6220
6221 Enabling European character display with this command noninteractively
6222 from Lisp code also selects Latin-1 as the language environment, and
6223 selects unibyte mode for all Emacs buffers (both existing buffers and
6224 those created subsequently). This provides increased compatibility
6225 for users who call this function in `.emacs'.
6226
6227 \(fn ARG)" nil nil)
6228
6229 ;;;***
6230 \f
6231 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6232 ;;;;;; (15185 49575))
6233 ;;; Generated autoloads from play/dissociate.el
6234
6235 (autoload (quote dissociated-press) "dissociate" "\
6236 Dissociate the text of the current buffer.
6237 Output goes in buffer named *Dissociation*,
6238 which is redisplayed each time text is added to it.
6239 Every so often the user must say whether to continue.
6240 If ARG is positive, require ARG chars of continuity.
6241 If ARG is negative, require -ARG words of continuity.
6242 Default is 2.
6243
6244 \(fn &optional ARG)" t nil)
6245
6246 ;;;***
6247 \f
6248 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15759 15266))
6249 ;;; Generated autoloads from play/doctor.el
6250
6251 (autoload (quote doctor) "doctor" "\
6252 Switch to *doctor* buffer and start giving psychotherapy.
6253
6254 \(fn)" t nil)
6255
6256 ;;;***
6257 \f
6258 ;;;### (autoloads (double-mode double-mode) "double" "double.el"
6259 ;;;;;; (15736 21861))
6260 ;;; Generated autoloads from double.el
6261
6262 (defvar double-mode nil "\
6263 Toggle Double mode.
6264 Setting this variable directly does not take effect;
6265 use either \\[customize] or the function `double-mode'.")
6266
6267 (custom-add-to-group (quote double) (quote double-mode) (quote custom-variable))
6268
6269 (custom-add-load (quote double-mode) (quote double))
6270
6271 (autoload (quote double-mode) "double" "\
6272 Toggle Double mode.
6273 With prefix arg, turn Double mode on iff arg is positive.
6274
6275 When Double mode is on, some keys will insert different strings
6276 when pressed twice. See variable `double-map' for details.
6277
6278 \(fn ARG)" t nil)
6279
6280 ;;;***
6281 \f
6282 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15786 21057))
6283 ;;; Generated autoloads from play/dunnet.el
6284
6285 (autoload (quote dunnet) "dunnet" "\
6286 Switch to *dungeon* buffer and start game.
6287
6288 \(fn)" t nil)
6289
6290 ;;;***
6291 \f
6292 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6293 ;;;;;; (15232 59206))
6294 ;;; Generated autoloads from gnus/earcon.el
6295
6296 (autoload (quote gnus-earcon-display) "earcon" "\
6297 Play sounds in message buffers.
6298
6299 \(fn)" t nil)
6300
6301 ;;;***
6302 \f
6303 ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6304 ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
6305 ;;;;;; "emacs-lisp/easy-mmode.el" (15817 29181))
6306 ;;; Generated autoloads from emacs-lisp/easy-mmode.el
6307
6308 (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
6309
6310 (autoload (quote define-minor-mode) "easy-mmode" "\
6311 Define a new minor mode MODE.
6312 This function defines the associated control variable MODE, keymap MODE-map,
6313 toggle command MODE, and hook MODE-hook.
6314
6315 DOC is the documentation for the mode toggle command.
6316 Optional INIT-VALUE is the initial value of the mode's variable.
6317 Optional LIGHTER is displayed in the modeline when the mode is on.
6318 Optional KEYMAP is the default (defvar) keymap bound to the mode keymap.
6319 If it is a list, it is passed to `easy-mmode-define-keymap'
6320 in order to build a valid keymap. It's generally better to use
6321 a separate MODE-map variable than to use this argument.
6322 The above three arguments can be skipped if keyword arguments are
6323 used (see below).
6324
6325 BODY contains code that will be executed each time the mode is (dis)activated.
6326 It will be executed after any toggling but before running the hooks.
6327 Before the actual body code, you can write
6328 keyword arguments (alternating keywords and values).
6329 These following keyword arguments are supported:
6330 :group GROUP Custom group name to use in all generated `defcustom' forms.
6331 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
6332 buffer-local, so don't make the variable MODE buffer-local.
6333 By default, the mode is buffer-local.
6334 :init-value VAL Same as the INIT-VALUE argument.
6335 :lighter SPEC Same as the LIGHTER argument.
6336 :require SYM Same as in `defcustom'.
6337
6338 For example, you could write
6339 (define-minor-mode foo-mode \"If enabled, foo on you!\"
6340 nil \"Foo \" foo-keymap
6341 :require 'foo :global t :group 'inconvenience
6342 ...BODY CODE...)
6343
6344 \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro))
6345
6346 (autoload (quote easy-mmode-define-global-mode) "easy-mmode" "\
6347 Make GLOBAL-MODE out of the buffer-local minor MODE.
6348 TURN-ON is a function that will be called with no args in every buffer
6349 and that should try to turn MODE on if applicable for that buffer.
6350 KEYS is a list of CL-style keyword arguments:
6351 :group to specify the custom group.
6352
6353 \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil (quote macro))
6354
6355 (autoload (quote easy-mmode-define-keymap) "easy-mmode" "\
6356 Return a keymap built from bindings BS.
6357 BS must be a list of (KEY . BINDING) where
6358 KEY and BINDINGS are suitable for `define-key'.
6359 Optional NAME is passed to `make-sparse-keymap'.
6360 Optional map M can be used to modify an existing map.
6361 ARGS is a list of additional keyword arguments.
6362
6363 \(fn BS &optional NAME M ARGS)" nil nil)
6364
6365 (autoload (quote easy-mmode-defmap) "easy-mmode" "\
6366 Not documented
6367
6368 \(fn M BS DOC &rest ARGS)" nil (quote macro))
6369
6370 (autoload (quote easy-mmode-defsyntax) "easy-mmode" "\
6371 Define variable ST as a syntax-table.
6372 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6373
6374 \(fn ST CSS DOC &rest ARGS)" nil (quote macro))
6375
6376 ;;;***
6377 \f
6378 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6379 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15753
6380 ;;;;;; 23736))
6381 ;;; Generated autoloads from emacs-lisp/easymenu.el
6382
6383 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
6384
6385 (autoload (quote easy-menu-define) "easymenu" "\
6386 Define a menu bar submenu in maps MAPS, according to MENU.
6387 The menu keymap is stored in symbol SYMBOL, both as its value
6388 and as its function definition. DOC is used as the doc string for SYMBOL.
6389
6390 The first element of MENU must be a string. It is the menu bar item name.
6391 It may be followed by the following keyword argument pairs
6392
6393 :filter FUNCTION
6394
6395 FUNCTION is a function with one argument, the menu. It returns the actual
6396 menu displayed.
6397
6398 :visible INCLUDE
6399
6400 INCLUDE is an expression; this menu is only visible if this
6401 expression has a non-nil value. `:include' is an alias for `:visible'.
6402
6403 :active ENABLE
6404
6405 ENABLE is an expression; the menu is enabled for selection
6406 whenever this expression's value is non-nil.
6407
6408 The rest of the elements in MENU, are menu items.
6409
6410 A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
6411
6412 NAME is a string--the menu item name.
6413
6414 CALLBACK is a command to run when the item is chosen,
6415 or a list to evaluate when the item is chosen.
6416
6417 ENABLE is an expression; the item is enabled for selection
6418 whenever this expression's value is non-nil.
6419
6420 Alternatively, a menu item may have the form:
6421
6422 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
6423
6424 Where KEYWORD is one of the symbols defined below.
6425
6426 :keys KEYS
6427
6428 KEYS is a string; a complex keyboard equivalent to this menu item.
6429 This is normally not needed because keyboard equivalents are usually
6430 computed automatically.
6431 KEYS is expanded with `substitute-command-keys' before it is used.
6432
6433 :key-sequence KEYS
6434
6435 KEYS is nil, a string or a vector; nil or a keyboard equivalent to this
6436 menu item.
6437 This is a hint that will considerably speed up Emacs' first display of
6438 a menu. Use `:key-sequence nil' when you know that this menu item has no
6439 keyboard equivalent.
6440
6441 :active ENABLE
6442
6443 ENABLE is an expression; the item is enabled for selection
6444 whenever this expression's value is non-nil.
6445
6446 :included INCLUDE
6447
6448 INCLUDE is an expression; this item is only visible if this
6449 expression has a non-nil value.
6450
6451 :suffix FORM
6452
6453 FORM is an expression that will be dynamically evaluated and whose
6454 value will be concatenated to the menu entry's NAME.
6455
6456 :style STYLE
6457
6458 STYLE is a symbol describing the type of menu item. The following are
6459 defined:
6460
6461 toggle: A checkbox.
6462 Prepend the name with `(*) ' or `( ) ' depending on if selected or not.
6463 radio: A radio button.
6464 Prepend the name with `[X] ' or `[ ] ' depending on if selected or not.
6465 button: Surround the name with `[' and `]'. Use this for an item in the
6466 menu bar itself.
6467 anything else means an ordinary menu item.
6468
6469 :selected SELECTED
6470
6471 SELECTED is an expression; the checkbox or radio button is selected
6472 whenever this expression's value is non-nil.
6473
6474 :help HELP
6475
6476 HELP is a string, the help to display for the menu item.
6477
6478 A menu item can be a string. Then that string appears in the menu as
6479 unselectable text. A string consisting solely of hyphens is displayed
6480 as a solid horizontal line.
6481
6482 A menu item can be a list with the same format as MENU. This is a submenu.
6483
6484 \(fn SYMBOL MAPS DOC MENU)" nil (quote macro))
6485
6486 (autoload (quote easy-menu-do-define) "easymenu" "\
6487 Not documented
6488
6489 \(fn SYMBOL MAPS DOC MENU)" nil nil)
6490
6491 (autoload (quote easy-menu-create-menu) "easymenu" "\
6492 Create a menu called MENU-NAME with items described in MENU-ITEMS.
6493 MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items
6494 possibly preceded by keyword pairs as described in `easy-menu-define'.
6495
6496 \(fn MENU-NAME MENU-ITEMS)" nil nil)
6497
6498 (autoload (quote easy-menu-change) "easymenu" "\
6499 Change menu found at PATH as item NAME to contain ITEMS.
6500 PATH is a list of strings for locating the menu that
6501 should contain a submenu named NAME.
6502 ITEMS is a list of menu items, as in `easy-menu-define'.
6503 These items entirely replace the previous items in that submenu.
6504
6505 If the menu located by PATH has no submenu named NAME, add one.
6506 If the optional argument BEFORE is present, add it just before
6507 the submenu named BEFORE, otherwise add it at the end of the menu.
6508
6509 Either call this from `menu-bar-update-hook' or use a menu filter,
6510 to implement dynamic menus.
6511
6512 \(fn PATH NAME ITEMS &optional BEFORE)" nil nil)
6513
6514 ;;;***
6515 \f
6516 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style
6517 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
6518 ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
6519 ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
6520 ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28735))
6521 ;;; Generated autoloads from progmodes/ebnf2ps.el
6522
6523 (autoload (quote ebnf-customize) "ebnf2ps" "\
6524 Customization for ebnf group.
6525
6526 \(fn)" t nil)
6527
6528 (autoload (quote ebnf-print-buffer) "ebnf2ps" "\
6529 Generate and print a PostScript syntatic chart image of the buffer.
6530
6531 When called with a numeric prefix argument (C-u), prompts the user for
6532 the name of a file to save the PostScript image in, instead of sending
6533 it to the printer.
6534
6535 More specifically, the FILENAME argument is treated as follows: if it
6536 is nil, send the image to the printer. If FILENAME is a string, save
6537 the PostScript image in a file with that name. If FILENAME is a
6538 number, prompt the user for the name of the file to save in.
6539
6540 \(fn &optional FILENAME)" t nil)
6541
6542 (autoload (quote ebnf-print-region) "ebnf2ps" "\
6543 Generate and print a PostScript syntatic chart image of the region.
6544 Like `ebnf-print-buffer', but prints just the current region.
6545
6546 \(fn FROM TO &optional FILENAME)" t nil)
6547
6548 (autoload (quote ebnf-spool-buffer) "ebnf2ps" "\
6549 Generate and spool a PostScript syntatic chart image of the buffer.
6550 Like `ebnf-print-buffer' except that the PostScript image is saved in a
6551 local buffer to be sent to the printer later.
6552
6553 Use the command `ebnf-despool' to send the spooled images to the printer.
6554
6555 \(fn)" t nil)
6556
6557 (autoload (quote ebnf-spool-region) "ebnf2ps" "\
6558 Generate a PostScript syntatic chart image of the region and spool locally.
6559 Like `ebnf-spool-buffer', but spools just the current region.
6560
6561 Use the command `ebnf-despool' to send the spooled images to the printer.
6562
6563 \(fn FROM TO)" t nil)
6564
6565 (autoload (quote ebnf-eps-buffer) "ebnf2ps" "\
6566 Generate a PostScript syntatic chart image of the buffer in a EPS file.
6567
6568 Indeed, for each production is generated a EPS file.
6569 The EPS file name has the following form:
6570
6571 <PREFIX><PRODUCTION>.eps
6572
6573 <PREFIX> is given by variable `ebnf-eps-prefix'.
6574 The default value is \"ebnf--\".
6575
6576 <PRODUCTION> is the production name.
6577 The production name is mapped to form a valid file name.
6578 For example, the production name \"A/B + C\" is mapped to
6579 \"A_B_+_C\" and the EPS file name used is \"ebnf--A_B_+_C.eps\".
6580
6581 WARNING: It's *NOT* asked any confirmation to override an existing file.
6582
6583 \(fn)" t nil)
6584
6585 (autoload (quote ebnf-eps-region) "ebnf2ps" "\
6586 Generate a PostScript syntatic chart image of the region in a EPS file.
6587
6588 Indeed, for each production is generated a EPS file.
6589 The EPS file name has the following form:
6590
6591 <PREFIX><PRODUCTION>.eps
6592
6593 <PREFIX> is given by variable `ebnf-eps-prefix'.
6594 The default value is \"ebnf--\".
6595
6596 <PRODUCTION> is the production name.
6597 The production name is mapped to form a valid file name.
6598 For example, the production name \"A/B + C\" is mapped to
6599 \"A_B_+_C\" and the EPS file name used is \"ebnf--A_B_+_C.eps\".
6600
6601 WARNING: It's *NOT* asked any confirmation to override an existing file.
6602
6603 \(fn FROM TO)" t nil)
6604
6605 (defalias (quote ebnf-despool) (quote ps-despool))
6606
6607 (autoload (quote ebnf-syntax-buffer) "ebnf2ps" "\
6608 Does a syntatic analysis of the current buffer.
6609
6610 \(fn)" t nil)
6611
6612 (autoload (quote ebnf-syntax-region) "ebnf2ps" "\
6613 Does a syntatic analysis of a region.
6614
6615 \(fn FROM TO)" t nil)
6616
6617 (autoload (quote ebnf-setup) "ebnf2ps" "\
6618 Return the current ebnf2ps setup.
6619
6620 \(fn)" nil nil)
6621
6622 (autoload (quote ebnf-insert-style) "ebnf2ps" "\
6623 Insert a new style NAME with inheritance INHERITS and values VALUES.
6624
6625 \(fn NAME INHERITS &rest VALUES)" t nil)
6626
6627 (autoload (quote ebnf-merge-style) "ebnf2ps" "\
6628 Merge values of style NAME with style VALUES.
6629
6630 \(fn NAME &rest VALUES)" t nil)
6631
6632 (autoload (quote ebnf-apply-style) "ebnf2ps" "\
6633 Set STYLE to current style.
6634
6635 It returns the old style symbol.
6636
6637 \(fn STYLE)" t nil)
6638
6639 (autoload (quote ebnf-reset-style) "ebnf2ps" "\
6640 Reset current style.
6641
6642 It returns the old style symbol.
6643
6644 \(fn &optional STYLE)" t nil)
6645
6646 (autoload (quote ebnf-push-style) "ebnf2ps" "\
6647 Push the current style and set STYLE to current style.
6648
6649 It returns the old style symbol.
6650
6651 \(fn &optional STYLE)" t nil)
6652
6653 (autoload (quote ebnf-pop-style) "ebnf2ps" "\
6654 Pop a style and set it to current style.
6655
6656 It returns the old style symbol.
6657
6658 \(fn)" t nil)
6659
6660 ;;;***
6661 \f
6662 ;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree
6663 ;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack
6664 ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
6665 ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
6666 ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
6667 ;;;;;; "progmodes/ebrowse.el" (15792 4538))
6668 ;;; Generated autoloads from progmodes/ebrowse.el
6669
6670 (autoload (quote ebrowse-tree-mode) "ebrowse" "\
6671 Major mode for Ebrowse class tree buffers.
6672 Each line corresponds to a class in a class tree.
6673 Letters do not insert themselves, they are commands.
6674 File operations in the tree buffer work on class tree data structures.
6675 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
6676
6677 Tree mode key bindings:
6678 \\{ebrowse-tree-mode-map}
6679
6680 \(fn)" t nil)
6681
6682 (autoload (quote ebrowse-electric-choose-tree) "ebrowse" "\
6683 Return a buffer containing a tree or nil if no tree found or canceled.
6684
6685 \(fn)" t nil)
6686
6687 (autoload (quote ebrowse-tags-complete-symbol) "ebrowse" "\
6688 Perform completion on the C++ symbol preceding point.
6689 A second call of this function without changing point inserts the next match.
6690 A call with prefix PREFIX reads the symbol to insert from the minibuffer with
6691 completion.
6692
6693 \(fn PREFIX)" t nil)
6694
6695 (autoload (quote ebrowse-tags-loop-continue) "ebrowse" "\
6696 Repeat last operation on files in tree.
6697 FIRST-TIME non-nil means this is not a repetition, but the first time.
6698 TREE-BUFFER if indirectly specifies which files to loop over.
6699
6700 \(fn &optional FIRST-TIME TREE-BUFFER)" t nil)
6701
6702 (autoload (quote ebrowse-tags-query-replace) "ebrowse" "\
6703 Query replace FROM with TO in all files of a class tree.
6704 With prefix arg, process files of marked classes only.
6705
6706 \(fn FROM TO)" t nil)
6707
6708 (autoload (quote ebrowse-tags-search-member-use) "ebrowse" "\
6709 Search for call sites of a member.
6710 If FIX-NAME is specified, search uses of that member.
6711 Otherwise, read a member name from the minibuffer.
6712 Searches in all files mentioned in a class tree for something that
6713 looks like a function call to the member.
6714
6715 \(fn &optional FIX-NAME)" t nil)
6716
6717 (autoload (quote ebrowse-back-in-position-stack) "ebrowse" "\
6718 Move backward in the position stack.
6719 Prefix arg ARG says how much.
6720
6721 \(fn ARG)" t nil)
6722
6723 (autoload (quote ebrowse-forward-in-position-stack) "ebrowse" "\
6724 Move forward in the position stack.
6725 Prefix arg ARG says how much.
6726
6727 \(fn ARG)" t nil)
6728
6729 (autoload (quote ebrowse-electric-position-menu) "ebrowse" "\
6730 List positions in the position stack in an electric buffer.
6731
6732 \(fn)" t nil)
6733
6734 (autoload (quote ebrowse-save-tree) "ebrowse" "\
6735 Save current tree in same file it was loaded from.
6736
6737 \(fn)" t nil)
6738
6739 (autoload (quote ebrowse-save-tree-as) "ebrowse" "\
6740 Write the current tree data structure to a file.
6741 Read the file name from the minibuffer if interactive.
6742 Otherwise, FILE-NAME specifies the file to save the tree in.
6743
6744 \(fn &optional FILE-NAME)" t nil)
6745
6746 (autoload (quote ebrowse-statistics) "ebrowse" "\
6747 Display statistics for a class tree.
6748
6749 \(fn)" t nil)
6750
6751 ;;;***
6752 \f
6753 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
6754 ;;;;;; (15345 22660))
6755 ;;; Generated autoloads from ebuff-menu.el
6756
6757 (autoload (quote electric-buffer-list) "ebuff-menu" "\
6758 Pops up a buffer describing the set of Emacs buffers.
6759 Vaguely like ITS lunar select buffer; combining typeoutoid buffer
6760 listing with menuoid buffer selection.
6761
6762 If the very next character typed is a space then the buffer list
6763 window disappears. Otherwise, one may move around in the buffer list
6764 window, marking buffers to be selected, saved or deleted.
6765
6766 To exit and select a new buffer, type a space when the cursor is on
6767 the appropriate line of the buffer-list window. Other commands are
6768 much like those of buffer-menu-mode.
6769
6770 Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
6771
6772 \\{electric-buffer-menu-mode-map}
6773
6774 \(fn ARG)" t nil)
6775
6776 ;;;***
6777 \f
6778 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
6779 ;;;;;; "echistory.el" (15185 49574))
6780 ;;; Generated autoloads from echistory.el
6781
6782 (autoload (quote Electric-command-history-redo-expression) "echistory" "\
6783 Edit current history line in minibuffer and execute result.
6784 With prefix arg NOCONFIRM, execute current line as-is without editing.
6785
6786 \(fn &optional NOCONFIRM)" t nil)
6787
6788 ;;;***
6789 \f
6790 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
6791 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15764 55593))
6792 ;;; Generated autoloads from emacs-lisp/edebug.el
6793
6794 (defvar edebug-all-defs nil "\
6795 *If non-nil, evaluation of any defining forms will instrument for Edebug.
6796 This applies to `eval-defun', `eval-region', `eval-buffer', and
6797 `eval-current-buffer'. `eval-region' is also called by
6798 `eval-last-sexp', and `eval-print-last-sexp'.
6799
6800 You can use the command `edebug-all-defs' to toggle the value of this
6801 variable. You may wish to make it local to each buffer with
6802 \(make-local-variable 'edebug-all-defs) in your
6803 `emacs-lisp-mode-hook'.")
6804
6805 (defvar edebug-all-forms nil "\
6806 *Non-nil evaluation of all forms will instrument for Edebug.
6807 This doesn't apply to loading or evaluations in the minibuffer.
6808 Use the command `edebug-all-forms' to toggle the value of this option.")
6809
6810 (autoload (quote def-edebug-spec) "edebug" "\
6811 Set the `edebug-form-spec' property of SYMBOL according to SPEC.
6812 Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
6813 \(naming a function), or a list.
6814
6815 \(fn SYMBOL SPEC)" nil (quote macro))
6816
6817 (defalias (quote edebug-defun) (quote edebug-eval-top-level-form))
6818
6819 (autoload (quote edebug-eval-top-level-form) "edebug" "\
6820 Evaluate the top level form point is in, stepping through with Edebug.
6821 This is like `eval-defun' except that it steps the code for Edebug
6822 before evaluating it. It displays the value in the echo area
6823 using `eval-expression' (which see).
6824
6825 If you do this on a function definition
6826 such as a defun or defmacro, it defines the function and instruments
6827 its definition for Edebug, so it will do Edebug stepping when called
6828 later. It displays `Edebug: FUNCTION' in the echo area to indicate
6829 that FUNCTION is now instrumented for Edebug.
6830
6831 If the current defun is actually a call to `defvar' or `defcustom',
6832 evaluating it this way resets the variable using its initial value
6833 expression even if the variable already has some other value.
6834 \(Normally `defvar' and `defcustom' do not alter the value if there
6835 already is one.)
6836
6837 \(fn)" t nil)
6838
6839 ;;;***
6840 \f
6841 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision
6842 ;;;;;; ediff-patch-buffer ediff-patch-file run-ediff-from-cvs-buffer
6843 ;;;;;; ediff-merge-revisions-with-ancestor ediff-merge-revisions
6844 ;;;;;; ediff-merge-buffers-with-ancestor ediff-merge-buffers ediff-merge-files-with-ancestor
6845 ;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise
6846 ;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor
6847 ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
6848 ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
6849 ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
6850 ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15832 43705))
6851 ;;; Generated autoloads from ediff.el
6852
6853 (autoload (quote ediff-files) "ediff" "\
6854 Run Ediff on a pair of files, FILE-A and FILE-B.
6855
6856 \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil)
6857
6858 (autoload (quote ediff-files3) "ediff" "\
6859 Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
6860
6861 \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil)
6862
6863 (defalias (quote ediff3) (quote ediff-files3))
6864
6865 (defalias (quote ediff) (quote ediff-files))
6866
6867 (autoload (quote ediff-backup) "ediff" "\
6868 Run Ediff on FILE and its backup file.
6869 Uses the latest backup, if there are several numerical backups.
6870 If this file is a backup, `ediff' it with its original.
6871
6872 \(fn FILE)" t nil)
6873
6874 (autoload (quote ediff-buffers) "ediff" "\
6875 Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B.
6876
6877 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil)
6878
6879 (defalias (quote ebuffers) (quote ediff-buffers))
6880
6881 (autoload (quote ediff-buffers3) "ediff" "\
6882 Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C.
6883
6884 \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil)
6885
6886 (defalias (quote ebuffers3) (quote ediff-buffers3))
6887
6888 (autoload (quote ediff-directories) "ediff" "\
6889 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
6890 the same name in both. The third argument, REGEXP, is nil or a regular
6891 expression; only file names that match the regexp are considered.
6892
6893 \(fn DIR1 DIR2 REGEXP)" t nil)
6894
6895 (defalias (quote edirs) (quote ediff-directories))
6896
6897 (autoload (quote ediff-directory-revisions) "ediff" "\
6898 Run Ediff on a directory, DIR1, comparing its files with their revisions.
6899 The second argument, REGEXP, is a regular expression that filters the file
6900 names. Only the files that are under revision control are taken into account.
6901
6902 \(fn DIR1 REGEXP)" t nil)
6903
6904 (defalias (quote edir-revisions) (quote ediff-directory-revisions))
6905
6906 (autoload (quote ediff-directories3) "ediff" "\
6907 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
6908 have the same name in all three. The last argument, REGEXP, is nil or a
6909 regular expression; only file names that match the regexp are considered.
6910
6911 \(fn DIR1 DIR2 DIR3 REGEXP)" t nil)
6912
6913 (defalias (quote edirs3) (quote ediff-directories3))
6914
6915 (autoload (quote ediff-merge-directories) "ediff" "\
6916 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
6917 the same name in both. The third argument, REGEXP, is nil or a regular
6918 expression; only file names that match the regexp are considered.
6919
6920 \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
6921
6922 (defalias (quote edirs-merge) (quote ediff-merge-directories))
6923
6924 (autoload (quote ediff-merge-directories-with-ancestor) "ediff" "\
6925 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
6926 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
6927 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
6928 without ancestor. The fourth argument, REGEXP, is nil or a regular expression;
6929 only file names that match the regexp are considered.
6930
6931 \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
6932
6933 (autoload (quote ediff-merge-directory-revisions) "ediff" "\
6934 Run Ediff on a directory, DIR1, merging its files with their revisions.
6935 The second argument, REGEXP, is a regular expression that filters the file
6936 names. Only the files that are under revision control are taken into account.
6937
6938 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
6939
6940 (defalias (quote edir-merge-revisions) (quote ediff-merge-directory-revisions))
6941
6942 (autoload (quote ediff-merge-directory-revisions-with-ancestor) "ediff" "\
6943 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
6944 The second argument, REGEXP, is a regular expression that filters the file
6945 names. Only the files that are under revision control are taken into account.
6946
6947 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
6948
6949 (defalias (quote edir-merge-revisions-with-ancestor) (quote ediff-merge-directory-revisions-with-ancestor))
6950
6951 (defalias (quote edirs-merge-with-ancestor) (quote ediff-merge-directories-with-ancestor))
6952
6953 (autoload (quote ediff-windows-wordwise) "ediff" "\
6954 Compare WIND-A and WIND-B, which are selected by clicking, wordwise.
6955 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
6956 follows:
6957 If WIND-A is nil, use selected window.
6958 If WIND-B is nil, use window next to WIND-A.
6959
6960 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
6961
6962 (autoload (quote ediff-windows-linewise) "ediff" "\
6963 Compare WIND-A and WIND-B, which are selected by clicking, linewise.
6964 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
6965 follows:
6966 If WIND-A is nil, use selected window.
6967 If WIND-B is nil, use window next to WIND-A.
6968
6969 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
6970
6971 (autoload (quote ediff-regions-wordwise) "ediff" "\
6972 Run Ediff on a pair of regions in specified buffers.
6973 Regions (i.e., point and mark) are assumed to be set in advance except
6974 for the second region in the case both regions are from the same buffer.
6975 In such a case the user is asked to interactively establish the second
6976 region.
6977 This function is effective only for relatively small regions, up to 200
6978 lines. For large regions, use `ediff-regions-linewise'.
6979
6980 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
6981
6982 (autoload (quote ediff-regions-linewise) "ediff" "\
6983 Run Ediff on a pair of regions in specified buffers.
6984 Regions (i.e., point and mark) are assumed to be set in advance except
6985 for the second region in the case both regions are from the same buffer.
6986 In such a case the user is asked to interactively establish the second
6987 region.
6988 Each region is enlarged to contain full lines.
6989 This function is effective for large regions, over 100-200
6990 lines. For small regions, use `ediff-regions-wordwise'.
6991
6992 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
6993
6994 (defalias (quote ediff-merge) (quote ediff-merge-files))
6995
6996 (autoload (quote ediff-merge-files) "ediff" "\
6997 Merge two files without ancestor.
6998
6999 \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7000
7001 (autoload (quote ediff-merge-files-with-ancestor) "ediff" "\
7002 Merge two files with ancestor.
7003
7004 \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7005
7006 (defalias (quote ediff-merge-with-ancestor) (quote ediff-merge-files-with-ancestor))
7007
7008 (autoload (quote ediff-merge-buffers) "ediff" "\
7009 Merge buffers without ancestor.
7010
7011 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7012
7013 (autoload (quote ediff-merge-buffers-with-ancestor) "ediff" "\
7014 Merge buffers with ancestor.
7015
7016 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7017
7018 (autoload (quote ediff-merge-revisions) "ediff" "\
7019 Run Ediff by merging two revisions of a file.
7020 The file is the optional FILE argument or the file visited by the current
7021 buffer.
7022
7023 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7024
7025 (autoload (quote ediff-merge-revisions-with-ancestor) "ediff" "\
7026 Run Ediff by merging two revisions of a file with a common ancestor.
7027 The file is the optional FILE argument or the file visited by the current
7028 buffer.
7029
7030 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7031
7032 (autoload (quote run-ediff-from-cvs-buffer) "ediff" "\
7033 Run Ediff-merge on appropriate revisions of the selected file.
7034 First run after `M-x cvs-update'. Then place the cursor on a line describing a
7035 file and then run `run-ediff-from-cvs-buffer'.
7036
7037 \(fn POS)" t nil)
7038
7039 (autoload (quote ediff-patch-file) "ediff" "\
7040 Run Ediff by patching SOURCE-FILENAME.
7041 If optional PATCH-BUF is given, use the patch in that buffer
7042 and don't ask the user.
7043 If prefix argument, then: if even argument, assume that the patch is in a
7044 buffer. If odd -- assume it is in a file.
7045
7046 \(fn &optional ARG PATCH-BUF)" t nil)
7047
7048 (autoload (quote ediff-patch-buffer) "ediff" "\
7049 Run Ediff by patching BUFFER-NAME.
7050 Without prefix argument: asks if the patch is in some buffer and prompts for
7051 the buffer or a file, depending on the answer.
7052 With prefix arg=1: assumes the patch is in a file and prompts for the file.
7053 With prefix arg=2: assumes the patch is in a buffer and prompts for the buffer.
7054
7055 \(fn &optional ARG PATCH-BUF)" t nil)
7056
7057 (defalias (quote epatch) (quote ediff-patch-file))
7058
7059 (defalias (quote epatch-buffer) (quote ediff-patch-buffer))
7060
7061 (autoload (quote ediff-revision) "ediff" "\
7062 Run Ediff by comparing versions of a file.
7063 The file is an optional FILE argument or the file entered at the prompt.
7064 Default: the file visited by the current buffer.
7065 Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'.
7066
7067 \(fn &optional FILE STARTUP-HOOKS)" t nil)
7068
7069 (defalias (quote erevision) (quote ediff-revision))
7070
7071 (autoload (quote ediff-version) "ediff" "\
7072 Return string describing the version of Ediff.
7073 When called interactively, displays the version.
7074
7075 \(fn)" t nil)
7076
7077 (autoload (quote ediff-documentation) "ediff" "\
7078 Display Ediff's manual.
7079 With optional NODE, goes to that node.
7080
7081 \(fn &optional NODE)" t nil)
7082
7083 ;;;***
7084 \f
7085 ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
7086 ;;;;;; (15418 30513))
7087 ;;; Generated autoloads from ediff-help.el
7088
7089 (autoload (quote ediff-customize) "ediff-help" "\
7090 Not documented
7091
7092 \(fn)" t nil)
7093
7094 ;;;***
7095 \f
7096 ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15753 8718))
7097 ;;; Generated autoloads from ediff-hook.el
7098
7099 (defvar ediff-window-setup-function)
7100 (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form))
7101
7102 (ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) nil)
7103
7104 (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation))))))
7105
7106 ;;;***
7107 \f
7108 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7109 ;;;;;; (15832 43705))
7110 ;;; Generated autoloads from ediff-mult.el
7111
7112 (autoload (quote ediff-show-registry) "ediff-mult" "\
7113 Display Ediff's registry.
7114
7115 \(fn)" t nil)
7116
7117 (defalias (quote eregistry) (quote ediff-show-registry))
7118
7119 ;;;***
7120 \f
7121 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7122 ;;;;;; "ediff-util" "ediff-util.el" (15787 57178))
7123 ;;; Generated autoloads from ediff-util.el
7124
7125 (autoload (quote ediff-toggle-multiframe) "ediff-util" "\
7126 Switch from multiframe display to single-frame display and back.
7127 To change the default, set the variable `ediff-window-setup-function',
7128 which see.
7129
7130 \(fn)" t nil)
7131
7132 (autoload (quote ediff-toggle-use-toolbar) "ediff-util" "\
7133 Enable or disable Ediff toolbar.
7134 Works only in versions of Emacs that support toolbars.
7135 To change the default, set the variable `ediff-use-toolbar-p', which see.
7136
7137 \(fn)" t nil)
7138
7139 ;;;***
7140 \f
7141 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7142 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7143 ;;;;;; (15743 41210))
7144 ;;; Generated autoloads from edmacro.el
7145
7146 (defvar edmacro-eight-bits nil "\
7147 *Non-nil if edit-kbd-macro should leave 8-bit characters intact.
7148 Default nil means to write characters above \\177 in octal notation.")
7149
7150 (autoload (quote edit-kbd-macro) "edmacro" "\
7151 Edit a keyboard macro.
7152 At the prompt, type any key sequence which is bound to a keyboard macro.
7153 Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
7154 the last 100 keystrokes as a keyboard macro, or `M-x' to edit a macro by
7155 its command name.
7156 With a prefix argument, format the macro in a more concise way.
7157
7158 \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil)
7159
7160 (autoload (quote edit-last-kbd-macro) "edmacro" "\
7161 Edit the most recently defined keyboard macro.
7162
7163 \(fn &optional PREFIX)" t nil)
7164
7165 (autoload (quote edit-named-kbd-macro) "edmacro" "\
7166 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
7167
7168 \(fn &optional PREFIX)" t nil)
7169
7170 (autoload (quote read-kbd-macro) "edmacro" "\
7171 Read the region as a keyboard macro definition.
7172 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".
7173 See documentation for `edmacro-mode' for details.
7174 Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
7175 The resulting macro is installed as the \"current\" keyboard macro.
7176
7177 In Lisp, may also be called with a single STRING argument in which case
7178 the result is returned rather than being installed as the current macro.
7179 The result will be a string if possible, otherwise an event vector.
7180 Second argument NEED-VECTOR means to return an event vector always.
7181
7182 \(fn START &optional END)" t nil)
7183
7184 (autoload (quote format-kbd-macro) "edmacro" "\
7185 Return the keyboard macro MACRO as a human-readable string.
7186 This string is suitable for passing to `read-kbd-macro'.
7187 Second argument VERBOSE means to put one command per line with comments.
7188 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
7189 or nil, use a compact 80-column format.
7190
7191 \(fn &optional MACRO VERBOSE)" nil nil)
7192
7193 ;;;***
7194 \f
7195 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7196 ;;;;;; "emulation/edt.el" (15826 3927))
7197 ;;; Generated autoloads from emulation/edt.el
7198
7199 (autoload (quote edt-set-scroll-margins) "edt" "\
7200 Set scroll margins.
7201 Argument TOP is the top margin in number of lines or percent of window.
7202 Argument BOTTOM is the bottom margin in number of lines or percent of window.
7203
7204 \(fn TOP BOTTOM)" t nil)
7205
7206 (autoload (quote edt-emulation-on) "edt" "\
7207 Turn on EDT Emulation.
7208
7209 \(fn)" t nil)
7210
7211 ;;;***
7212 \f
7213 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7214 ;;;;;; (15031 23821))
7215 ;;; Generated autoloads from ehelp.el
7216
7217 (autoload (quote with-electric-help) "ehelp" "\
7218 Pop up an \"electric\" help buffer.
7219 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT.
7220 THUNK is a function of no arguments which is called to initialize the
7221 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
7222 erased before THUNK is called unless NOERASE is non-nil. THUNK will
7223 be called while BUFFER is current and with `standard-output' bound to
7224 the buffer specified by BUFFER.
7225
7226 If THUNK returns nil, we display BUFFER starting at the top, and
7227 shrink the window to fit. If THUNK returns non-nil, we don't do those things.
7228
7229 After THUNK has been called, this function \"electrically\" pops up a window
7230 in which BUFFER is displayed and allows the user to scroll through that buffer
7231 in electric-help-mode. The window's height will be at least MINHEIGHT if
7232 this value is non-nil.
7233
7234 If THUNK returns nil, we display BUFFER starting at the top, and
7235 shrink the window to fit if `electric-help-shrink-window' is non-nil.
7236 If THUNK returns non-nil, we don't do those things.
7237
7238 When the user exits (with `electric-help-exit', or otherwise), the help
7239 buffer's window disappears (i.e., we use `save-window-excursion'), and
7240 BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit.
7241
7242 \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil)
7243
7244 (autoload (quote electric-helpify) "ehelp" "\
7245 Not documented
7246
7247 \(fn FUN &optional NAME)" nil nil)
7248
7249 ;;;***
7250 \f
7251 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7252 ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15835 23135))
7253 ;;; Generated autoloads from emacs-lisp/eldoc.el
7254
7255 (defvar eldoc-minor-mode-string " ElDoc" "\
7256 *String to display in mode line when Eldoc Mode is enabled; nil for none.")
7257
7258 (autoload (quote eldoc-mode) "eldoc" "\
7259 Toggle ElDoc mode on or off.
7260 Show the defined parameters for the elisp function near point.
7261
7262 For the emacs lisp function at the beginning of the sexp which point is
7263 within, show the defined parameters for the function in the echo area.
7264 This information is extracted directly from the function or macro if it is
7265 in pure lisp. If the emacs function is a subr, the parameters are obtained
7266 from the documentation string if possible.
7267
7268 If point is over a documented variable, print that variable's docstring
7269 instead.
7270
7271 With prefix ARG, turn ElDoc mode on if and only if ARG is positive.
7272
7273 \(fn &optional ARG)" t nil)
7274
7275 (autoload (quote turn-on-eldoc-mode) "eldoc" "\
7276 Unequivocally turn on eldoc-mode (see variable documentation).
7277
7278 \(fn)" t nil)
7279
7280 ;;;***
7281 \f
7282 ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15818
7283 ;;;;;; 52647))
7284 ;;; Generated autoloads from elide-head.el
7285
7286 (autoload (quote elide-head) "elide-head" "\
7287 Hide header material in buffer according to `elide-head-headers-to-hide'.
7288
7289 The header is made invisible with an overlay. With a prefix arg, show
7290 an elided material again.
7291
7292 This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7293
7294 \(fn &optional ARG)" t nil)
7295
7296 ;;;***
7297 \f
7298 ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
7299 ;;;;;; (15792 4536))
7300 ;;; Generated autoloads from emacs-lisp/elint.el
7301
7302 (autoload (quote elint-initialize) "elint" "\
7303 Initialize elint.
7304
7305 \(fn)" t nil)
7306
7307 ;;;***
7308 \f
7309 ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7310 ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15402
7311 ;;;;;; 37958))
7312 ;;; Generated autoloads from emacs-lisp/elp.el
7313
7314 (autoload (quote elp-instrument-function) "elp" "\
7315 Instrument FUNSYM for profiling.
7316 FUNSYM must be a symbol of a defined function.
7317
7318 \(fn FUNSYM)" t nil)
7319
7320 (autoload (quote elp-instrument-list) "elp" "\
7321 Instrument for profiling, all functions in `elp-function-list'.
7322 Use optional LIST if provided instead.
7323
7324 \(fn &optional LIST)" t nil)
7325
7326 (autoload (quote elp-instrument-package) "elp" "\
7327 Instrument for profiling, all functions which start with PREFIX.
7328 For example, to instrument all ELP functions, do the following:
7329
7330 \\[elp-instrument-package] RET elp- RET
7331
7332 \(fn PREFIX)" t nil)
7333
7334 (autoload (quote elp-results) "elp" "\
7335 Display current profiling results.
7336 If `elp-reset-after-results' is non-nil, then current profiling
7337 information for all instrumented functions are reset after results are
7338 displayed.
7339
7340 \(fn)" t nil)
7341
7342 ;;;***
7343 \f
7344 ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7345 ;;;;;; (15672 29686))
7346 ;;; Generated autoloads from mail/emacsbug.el
7347
7348 (autoload (quote report-emacs-bug) "emacsbug" "\
7349 Report a bug in GNU Emacs.
7350 Prompts for bug subject. Leaves you in a mail buffer.
7351
7352 \(fn TOPIC &optional RECENT-KEYS)" t nil)
7353
7354 ;;;***
7355 \f
7356 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor
7357 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7358 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7359 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7360 ;;;;;; "emerge.el" (15400 23563))
7361 ;;; Generated autoloads from emerge.el
7362
7363 (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
7364
7365 (fset (quote menu-bar-emerge-menu) (symbol-value (quote menu-bar-emerge-menu)))
7366
7367 (define-key menu-bar-emerge-menu [emerge-merge-directories] (quote ("Merge Directories..." . emerge-merge-directories)))
7368
7369 (define-key menu-bar-emerge-menu [emerge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . emerge-revisions-with-ancestor)))
7370
7371 (define-key menu-bar-emerge-menu [emerge-revisions] (quote ("Revisions..." . emerge-revisions)))
7372
7373 (define-key menu-bar-emerge-menu [emerge-files-with-ancestor] (quote ("Files with Ancestor..." . emerge-files-with-ancestor)))
7374
7375 (define-key menu-bar-emerge-menu [emerge-files] (quote ("Files..." . emerge-files)))
7376
7377 (define-key menu-bar-emerge-menu [emerge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . emerge-buffers-with-ancestor)))
7378
7379 (define-key menu-bar-emerge-menu [emerge-buffers] (quote ("Buffers..." . emerge-buffers)))
7380
7381 (autoload (quote emerge-files) "emerge" "\
7382 Run Emerge on two files.
7383
7384 \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7385
7386 (autoload (quote emerge-files-with-ancestor) "emerge" "\
7387 Run Emerge on two files, giving another file as the ancestor.
7388
7389 \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7390
7391 (autoload (quote emerge-buffers) "emerge" "\
7392 Run Emerge on two buffers.
7393
7394 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7395
7396 (autoload (quote emerge-buffers-with-ancestor) "emerge" "\
7397 Run Emerge on two buffers, giving another buffer as the ancestor.
7398
7399 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7400
7401 (autoload (quote emerge-files-command) "emerge" "\
7402 Not documented
7403
7404 \(fn)" nil nil)
7405
7406 (autoload (quote emerge-files-with-ancestor-command) "emerge" "\
7407 Not documented
7408
7409 \(fn)" nil nil)
7410
7411 (autoload (quote emerge-files-remote) "emerge" "\
7412 Not documented
7413
7414 \(fn FILE-A FILE-B FILE-OUT)" nil nil)
7415
7416 (autoload (quote emerge-files-with-ancestor-remote) "emerge" "\
7417 Not documented
7418
7419 \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil)
7420
7421 (autoload (quote emerge-revisions) "emerge" "\
7422 Emerge two RCS revisions of a file.
7423
7424 \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7425
7426 (autoload (quote emerge-revisions-with-ancestor) "emerge" "\
7427 Emerge two RCS revisions of a file, with another revision as ancestor.
7428
7429 \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7430
7431 (autoload (quote emerge-merge-directories) "emerge" "\
7432 Not documented
7433
7434 \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil)
7435
7436 ;;;***
7437 \f
7438 ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
7439 ;;;;;; (15781 14318))
7440 ;;; Generated autoloads from international/encoded-kb.el
7441
7442 (defvar encoded-kbd-mode nil "\
7443 Non-nil if Encoded-Kbd mode is enabled.
7444 See the command `encoded-kbd-mode' for a description of this minor-mode.
7445 Setting this variable directly does not take effect;
7446 use either \\[customize] or the function `encoded-kbd-mode'.")
7447
7448 (custom-add-to-group (quote encoded-kbd) (quote encoded-kbd-mode) (quote custom-variable))
7449
7450 (custom-add-load (quote encoded-kbd-mode) (quote encoded-kb))
7451
7452 (autoload (quote encoded-kbd-mode) "encoded-kb" "\
7453 Toggle Encoded-kbd minor mode.
7454 With arg, turn Encoded-kbd mode on if and only if arg is positive.
7455
7456 You should not turn this mode on manually, instead use the command
7457 \\[set-keyboard-coding-system] which turns on or off this mode
7458 automatically.
7459
7460 In Encoded-kbd mode, a text sent from keyboard is accepted
7461 as a multilingual text encoded in a coding system set by
7462 \\[set-keyboard-coding-system].
7463
7464 \(fn &optional ARG)" t nil)
7465
7466 ;;;***
7467 \f
7468 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7469 ;;;;;; "enriched" "enriched.el" (15535 7606))
7470 ;;; Generated autoloads from enriched.el
7471
7472 (autoload (quote enriched-mode) "enriched" "\
7473 Minor mode for editing text/enriched files.
7474 These are files with embedded formatting information in the MIME standard
7475 text/enriched format.
7476 Turning the mode on runs `enriched-mode-hook'.
7477
7478 More information about Enriched mode is available in the file
7479 etc/enriched.doc in the Emacs distribution directory.
7480
7481 Commands:
7482
7483 \\{enriched-mode-map}
7484
7485 \(fn &optional ARG)" t nil)
7486
7487 (autoload (quote enriched-encode) "enriched" "\
7488 Not documented
7489
7490 \(fn FROM TO ORIG-BUF)" nil nil)
7491
7492 (autoload (quote enriched-decode) "enriched" "\
7493 Not documented
7494
7495 \(fn FROM TO)" nil nil)
7496
7497 ;;;***
7498 \f
7499 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15620
7500 ;;;;;; 25657))
7501 ;;; Generated autoloads from eshell/esh-mode.el
7502
7503 (autoload (quote eshell-mode) "esh-mode" "\
7504 Emacs shell interactive mode.
7505
7506 \\{eshell-mode-map}
7507
7508 \(fn)" nil nil)
7509
7510 ;;;***
7511 \f
7512 ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15470
7513 ;;;;;; 10698))
7514 ;;; Generated autoloads from eshell/esh-test.el
7515
7516 (autoload (quote eshell-test) "esh-test" "\
7517 Test Eshell to verify that it works as expected.
7518
7519 \(fn &optional ARG)" t nil)
7520
7521 ;;;***
7522 \f
7523 ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
7524 ;;;;;; eshell) "eshell" "eshell/eshell.el" (15816 17788))
7525 ;;; Generated autoloads from eshell/eshell.el
7526
7527 (autoload (quote eshell) "eshell" "\
7528 Create an interactive Eshell buffer.
7529 The buffer used for Eshell sessions is determined by the value of
7530 `eshell-buffer-name'. If there is already an Eshell session active in
7531 that buffer, Emacs will simply switch to it. Otherwise, a new session
7532 will begin. A numeric prefix arg (as in `C-u 42 M-x eshell RET')
7533 switches to the session with that number, creating it if necessary. A
7534 nonnumeric prefix arg means to create a new session. Returns the
7535 buffer selected (or created).
7536
7537 \(fn &optional ARG)" t nil)
7538
7539 (autoload (quote eshell-command) "eshell" "\
7540 Execute the Eshell command string COMMAND.
7541 With prefix ARG, insert output into the current buffer at point.
7542
7543 \(fn &optional COMMAND ARG)" t nil)
7544
7545 (autoload (quote eshell-command-result) "eshell" "\
7546 Execute the given Eshell COMMAND, and return the result.
7547 The result might be any Lisp object.
7548 If STATUS-VAR is a symbol, it will be set to the exit status of the
7549 command. This is the only way to determine whether the value returned
7550 corresponding to a successful execution.
7551
7552 \(fn COMMAND &optional STATUS-VAR)" nil nil)
7553
7554 (autoload (quote eshell-report-bug) "eshell" "\
7555 Report a bug in Eshell.
7556 Prompts for the TOPIC. Leaves you in a mail buffer.
7557 Please include any configuration details that might be involved.
7558
7559 \(fn TOPIC)" t nil)
7560
7561 ;;;***
7562 \f
7563 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
7564 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
7565 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
7566 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
7567 ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
7568 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
7569 ;;;;;; (15830 7058))
7570 ;;; Generated autoloads from progmodes/etags.el
7571
7572 (defvar tags-file-name nil "\
7573 *File name of tags table.
7574 To switch to a new tags table, setting this variable is sufficient.
7575 If you set this variable, do not also set `tags-table-list'.
7576 Use the `etags' program to make a tags table file.")
7577 (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
7578
7579 (defvar tags-case-fold-search (quote default) "\
7580 *Whether tags operations should be case-sensitive.
7581 A value of t means case-insensitive, a value of nil means case-sensitive.
7582 Any other value means use the setting of `case-fold-search'.")
7583
7584 (defvar tags-table-list nil "\
7585 *List of file names of tags tables to search.
7586 An element that is a directory means the file \"TAGS\" in that directory.
7587 To switch to a new list of tags tables, setting this variable is sufficient.
7588 If you set this variable, do not also set `tags-file-name'.
7589 Use the `etags' program to make a tags table file.")
7590
7591 (defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\
7592 *List of extensions tried by etags when jka-compr is used.
7593 An empty string means search the non-compressed file.
7594 These extensions will be tried only if jka-compr was activated
7595 \(i.e. via customize of `auto-compression-mode' or by calling the function
7596 `auto-compression-mode').")
7597
7598 (defvar tags-add-tables (quote ask-user) "\
7599 *Control whether to add a new tags table to the current list.
7600 t means do; nil means don't (always start a new list).
7601 Any other value means ask the user whether to add a new tags table
7602 to the current list (as opposed to starting a new list).")
7603
7604 (defvar find-tag-hook nil "\
7605 *Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
7606 The value in the buffer in which \\[find-tag] is done is used,
7607 not the value in the buffer \\[find-tag] goes to.")
7608
7609 (defvar find-tag-default-function nil "\
7610 *A function of no arguments used by \\[find-tag] to pick a default tag.
7611 If nil, and the symbol that is the value of `major-mode'
7612 has a `find-tag-default-function' property (see `put'), that is used.
7613 Otherwise, `find-tag-default' is used.")
7614
7615 (autoload (quote visit-tags-table) "etags" "\
7616 Tell tags commands to use tags table file FILE.
7617 FILE should be the name of a file created with the `etags' program.
7618 A directory name is ok too; it means file TAGS in that directory.
7619
7620 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
7621 With a prefix arg, set the buffer-local value instead.
7622 When you find a tag with \\[find-tag], the buffer it finds the tag
7623 in is given a local value of this variable which is the name of the tags
7624 file the tag was in.
7625
7626 \(fn FILE &optional LOCAL)" t nil)
7627
7628 (autoload (quote tags-table-files) "etags" "\
7629 Return a list of files in the current tags table.
7630 Assumes the tags table is the current buffer. The file names are returned
7631 as they appeared in the `etags' command that created the table, usually
7632 without directory names.
7633
7634 \(fn)" nil nil)
7635
7636 (autoload (quote find-tag-noselect) "etags" "\
7637 Find tag (in current tags table) whose name contains TAGNAME.
7638 Returns the buffer containing the tag's definition and moves its point there,
7639 but does not select the buffer.
7640 The default for TAGNAME is the expression in the buffer near point.
7641
7642 If second arg NEXT-P is t (interactively, with prefix arg), search for
7643 another tag that matches the last tagname or regexp used. When there are
7644 multiple matches for a tag, more exact matches are found first. If NEXT-P
7645 is the atom `-' (interactively, with prefix arg that is a negative number
7646 or just \\[negative-argument]), pop back to the previous tag gone to.
7647
7648 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
7649
7650 A marker representing the point when this command is invoked is pushed
7651 onto a ring and may be popped back to with \\[pop-tag-mark].
7652 Contrast this with the ring of marks gone to by the command.
7653
7654 See documentation of variable `tags-file-name'.
7655
7656 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
7657
7658 (autoload (quote find-tag) "etags" "\
7659 Find tag (in current tags table) whose name contains TAGNAME.
7660 Select the buffer containing the tag's definition, and move point there.
7661 The default for TAGNAME is the expression in the buffer around or before point.
7662
7663 If second arg NEXT-P is t (interactively, with prefix arg), search for
7664 another tag that matches the last tagname or regexp used. When there are
7665 multiple matches for a tag, more exact matches are found first. If NEXT-P
7666 is the atom `-' (interactively, with prefix arg that is a negative number
7667 or just \\[negative-argument]), pop back to the previous tag gone to.
7668
7669 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
7670
7671 A marker representing the point when this command is invoked is pushed
7672 onto a ring and may be popped back to with \\[pop-tag-mark].
7673 Contrast this with the ring of marks gone to by the command.
7674
7675 See documentation of variable `tags-file-name'.
7676
7677 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
7678 (define-key esc-map "." 'find-tag)
7679
7680 (autoload (quote find-tag-other-window) "etags" "\
7681 Find tag (in current tags table) whose name contains TAGNAME.
7682 Select the buffer containing the tag's definition in another window, and
7683 move point there. The default for TAGNAME is the expression in the buffer
7684 around or before point.
7685
7686 If second arg NEXT-P is t (interactively, with prefix arg), search for
7687 another tag that matches the last tagname or regexp used. When there are
7688 multiple matches for a tag, more exact matches are found first. If NEXT-P
7689 is negative (interactively, with prefix arg that is a negative number or
7690 just \\[negative-argument]), pop back to the previous tag gone to.
7691
7692 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
7693
7694 A marker representing the point when this command is invoked is pushed
7695 onto a ring and may be popped back to with \\[pop-tag-mark].
7696 Contrast this with the ring of marks gone to by the command.
7697
7698 See documentation of variable `tags-file-name'.
7699
7700 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
7701 (define-key ctl-x-4-map "." 'find-tag-other-window)
7702
7703 (autoload (quote find-tag-other-frame) "etags" "\
7704 Find tag (in current tags table) whose name contains TAGNAME.
7705 Select the buffer containing the tag's definition in another frame, and
7706 move point there. The default for TAGNAME is the expression in the buffer
7707 around or before point.
7708
7709 If second arg NEXT-P is t (interactively, with prefix arg), search for
7710 another tag that matches the last tagname or regexp used. When there are
7711 multiple matches for a tag, more exact matches are found first. If NEXT-P
7712 is negative (interactively, with prefix arg that is a negative number or
7713 just \\[negative-argument]), pop back to the previous tag gone to.
7714
7715 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
7716
7717 A marker representing the point when this command is invoked is pushed
7718 onto a ring and may be popped back to with \\[pop-tag-mark].
7719 Contrast this with the ring of marks gone to by the command.
7720
7721 See documentation of variable `tags-file-name'.
7722
7723 \(fn TAGNAME &optional NEXT-P)" t nil)
7724 (define-key ctl-x-5-map "." 'find-tag-other-frame)
7725
7726 (autoload (quote find-tag-regexp) "etags" "\
7727 Find tag (in current tags table) whose name matches REGEXP.
7728 Select the buffer containing the tag's definition and move point there.
7729
7730 If second arg NEXT-P is t (interactively, with prefix arg), search for
7731 another tag that matches the last tagname or regexp used. When there are
7732 multiple matches for a tag, more exact matches are found first. If NEXT-P
7733 is negative (interactively, with prefix arg that is a negative number or
7734 just \\[negative-argument]), pop back to the previous tag gone to.
7735
7736 If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
7737
7738 A marker representing the point when this command is invoked is pushed
7739 onto a ring and may be popped back to with \\[pop-tag-mark].
7740 Contrast this with the ring of marks gone to by the command.
7741
7742 See documentation of variable `tags-file-name'.
7743
7744 \(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil)
7745 (define-key esc-map [?\C-.] 'find-tag-regexp)
7746 (define-key esc-map "*" 'pop-tag-mark)
7747
7748 (autoload (quote pop-tag-mark) "etags" "\
7749 Pop back to where \\[find-tag] was last invoked.
7750
7751 This is distinct from invoking \\[find-tag] with a negative argument
7752 since that pops a stack of markers at which tags were found, not from
7753 where they were found.
7754
7755 \(fn)" t nil)
7756
7757 (autoload (quote next-file) "etags" "\
7758 Select next file among files in current tags table.
7759
7760 A first argument of t (prefix arg, if interactive) initializes to the
7761 beginning of the list of files in the tags table. If the argument is
7762 neither nil nor t, it is evalled to initialize the list of files.
7763
7764 Non-nil second argument NOVISIT means use a temporary buffer
7765 to save time and avoid uninteresting warnings.
7766
7767 Value is nil if the file was already visited;
7768 if the file was newly read in, the value is the filename.
7769
7770 \(fn &optional INITIALIZE NOVISIT)" t nil)
7771
7772 (autoload (quote tags-loop-continue) "etags" "\
7773 Continue last \\[tags-search] or \\[tags-query-replace] command.
7774 Used noninteractively with non-nil argument to begin such a command (the
7775 argument is passed to `next-file', which see).
7776
7777 Two variables control the processing we do on each file: the value of
7778 `tags-loop-scan' is a form to be executed on each file to see if it is
7779 interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
7780 evaluate to operate on an interesting file. If the latter evaluates to
7781 nil, we exit; otherwise we scan the next file.
7782
7783 \(fn &optional FIRST-TIME)" t nil)
7784 (define-key esc-map "," 'tags-loop-continue)
7785
7786 (autoload (quote tags-search) "etags" "\
7787 Search through all files listed in tags table for match for REGEXP.
7788 Stops when a match is found.
7789 To continue searching for next match, use command \\[tags-loop-continue].
7790
7791 See documentation of variable `tags-file-name'.
7792
7793 \(fn REGEXP &optional FILE-LIST-FORM)" t nil)
7794
7795 (autoload (quote tags-query-replace) "etags" "\
7796 Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
7797 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
7798 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
7799 with the command \\[tags-loop-continue].
7800
7801 See documentation of variable `tags-file-name'.
7802
7803 \(fn FROM TO &optional DELIMITED FILE-LIST-FORM START END)" t nil)
7804
7805 (autoload (quote list-tags) "etags" "\
7806 Display list of tags in file FILE.
7807 This searches only the first table in the list, and no included tables.
7808 FILE should be as it appeared in the `etags' command, usually without a
7809 directory specification.
7810
7811 \(fn FILE &optional NEXT-MATCH)" t nil)
7812
7813 (autoload (quote tags-apropos) "etags" "\
7814 Display list of all tags in tags table REGEXP matches.
7815
7816 \(fn REGEXP)" t nil)
7817
7818 (autoload (quote select-tags-table) "etags" "\
7819 Select a tags table file from a menu of those you have already used.
7820 The list of tags tables to select from is stored in `tags-table-set-list';
7821 see the doc of that variable if you want to add names to the list.
7822
7823 \(fn)" t nil)
7824
7825 (autoload (quote complete-tag) "etags" "\
7826 Perform tags completion on the text around point.
7827 Completes to the set of names listed in the current tags table.
7828 The string to complete is chosen in the same way as the default
7829 for \\[find-tag] (which see).
7830
7831 \(fn)" t nil)
7832
7833 ;;;***
7834 \f
7835 ;;;### (autoloads (ethio-write-file ethio-find-file ethio-java-to-fidel-buffer
7836 ;;;;;; ethio-fidel-to-java-buffer ethio-tex-to-fidel-buffer ethio-fidel-to-tex-buffer
7837 ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel
7838 ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-mail ethio-fidel-to-sera-mail-or-marker
7839 ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
7840 ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
7841 ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
7842 ;;;;;; "ethio-util" "language/ethio-util.el" (15706 63953))
7843 ;;; Generated autoloads from language/ethio-util.el
7844
7845 (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
7846 Not documented
7847
7848 \(fn)" nil nil)
7849
7850 (autoload (quote ethio-sera-to-fidel-region) "ethio-util" "\
7851 Convert the characters in region from SERA to FIDEL.
7852 The variable `ethio-primary-language' specifies the primary language
7853 and `ethio-secondary-language' specifies the secondary.
7854
7855 If the 3rd parameter SECONDARY is given and non-nil, assume the region
7856 begins begins with the secondary language; otherwise with the primary
7857 language.
7858
7859 If the 4th parameter FORCE is given and non-nil, perform conversion
7860 even if the buffer is read-only.
7861
7862 See also the descriptions of the variables
7863 `ethio-use-colon-for-colon' and
7864 `ethio-use-three-dot-question'.
7865
7866 \(fn BEG END &optional SECONDARY FORCE)" t nil)
7867
7868 (autoload (quote ethio-sera-to-fidel-buffer) "ethio-util" "\
7869 Convert the current buffer from SERA to FIDEL.
7870
7871 The variable `ethio-primary-language' specifies the primary
7872 language and `ethio-secondary-language' specifies the secondary.
7873
7874 If the 1st optional parameter SECONDARY is non-nil, assume the buffer
7875 begins with the secondary language; otherwise with the primary
7876 language.
7877
7878 If the 2nd optional parametr FORCE is non-nil, perform conversion even if the
7879 buffer is read-only.
7880
7881 See also the descriptions of the variables
7882 `ethio-use-colon-for-colon' and
7883 `ethio-use-three-dot-question'.
7884
7885 \(fn &optional SECONDARY FORCE)" t nil)
7886
7887 (autoload (quote ethio-sera-to-fidel-mail-or-marker) "ethio-util" "\
7888 Execute ethio-sera-to-fidel-mail or ethio-sera-to-fidel-marker depending on the current major mode.
7889 If in rmail-mode or in mail-mode, execute the former; otherwise latter.
7890
7891 \(fn &optional ARG)" t nil)
7892
7893 (autoload (quote ethio-sera-to-fidel-mail) "ethio-util" "\
7894 Convert SERA to FIDEL to read/write mail and news.
7895
7896 If the buffer contains the markers \"<sera>\" and \"</sera>\",
7897 convert the segments between them into FIDEL.
7898
7899 If invoked interactively and there is no marker, convert the subject field
7900 and the body into FIDEL using `ethio-sera-to-fidel-region'.
7901
7902 \(fn &optional ARG)" t nil)
7903
7904 (autoload (quote ethio-sera-to-fidel-marker) "ethio-util" "\
7905 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL.
7906 Assume that each region begins with `ethio-primary-language'.
7907 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
7908
7909 \(fn &optional FORCE)" t nil)
7910
7911 (autoload (quote ethio-fidel-to-sera-region) "ethio-util" "\
7912 Replace all the FIDEL characters in the region to the SERA format.
7913 The variable `ethio-primary-language' specifies the primary
7914 language and `ethio-secondary-language' specifies the secondary.
7915
7916 If the 3dr parameter SECONDARY is given and non-nil, try to convert
7917 the region so that it begins in the secondary language; otherwise with
7918 the primary language.
7919
7920 If the 4th parameter FORCE is given and non-nil, convert even if the
7921 buffer is read-only.
7922
7923 See also the descriptions of the variables
7924 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
7925 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
7926
7927 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
7928
7929 (autoload (quote ethio-fidel-to-sera-buffer) "ethio-util" "\
7930 Replace all the FIDEL characters in the current buffer to the SERA format.
7931 The variable `ethio-primary-language' specifies the primary
7932 language and `ethio-secondary-language' specifies the secondary.
7933
7934 If the 1st optional parameter SECONDARY is non-nil, try to convert the
7935 region so that it begins in the secondary language; otherwise with the
7936 primary language.
7937
7938 If the 2nd optional parameter FORCE is non-nil, convert even if the
7939 buffer is read-only.
7940
7941 See also the descriptions of the variables
7942 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
7943 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
7944
7945 \(fn &optional SECONDARY FORCE)" t nil)
7946
7947 (autoload (quote ethio-fidel-to-sera-mail-or-marker) "ethio-util" "\
7948 Execute ethio-fidel-to-sera-mail or ethio-fidel-to-sera-marker depending on the current major mode.
7949 If in rmail-mode or in mail-mode, execute the former; otherwise latter.
7950
7951 \(fn &optional ARG)" t nil)
7952
7953 (autoload (quote ethio-fidel-to-sera-mail) "ethio-util" "\
7954 Convert FIDEL to SERA to read/write mail and news.
7955
7956 If the body contains at least one Ethiopic character,
7957 1) insert the string \"<sera>\" at the beginning of the body,
7958 2) insert \"</sera>\" at the end of the body, and
7959 3) convert the body into SERA.
7960
7961 The very same procedure applies to the subject field, too.
7962
7963 \(fn)" t nil)
7964
7965 (autoload (quote ethio-fidel-to-sera-marker) "ethio-util" "\
7966 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA.
7967 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
7968
7969 \(fn &optional FORCE)" t nil)
7970
7971 (autoload (quote ethio-modify-vowel) "ethio-util" "\
7972 Modify the vowel of the FIDEL that is under the cursor.
7973
7974 \(fn)" t nil)
7975
7976 (autoload (quote ethio-replace-space) "ethio-util" "\
7977 Replace ASCII spaces with Ethiopic word separators in the region.
7978
7979 In the specified region, replace word separators surrounded by two
7980 Ethiopic characters, depending on the first parameter CH, which should
7981 be 1, 2, or 3.
7982
7983 If CH = 1, word separator will be replaced with an ASCII space.
7984 If CH = 2, with two ASCII spaces.
7985 If CH = 3, with the Ethiopic colon-like word separator.
7986
7987 The second and third parameters BEGIN and END specify the region.
7988
7989 \(fn CH BEGIN END)" t nil)
7990
7991 (autoload (quote ethio-input-special-character) "ethio-util" "\
7992 Allow the user to input special characters.
7993
7994 \(fn ARG)" t nil)
7995
7996 (autoload (quote ethio-fidel-to-tex-buffer) "ethio-util" "\
7997 Convert each fidel characters in the current buffer into a fidel-tex command.
7998 Each command is always surrounded by braces.
7999
8000 \(fn)" t nil)
8001
8002 (autoload (quote ethio-tex-to-fidel-buffer) "ethio-util" "\
8003 Convert fidel-tex commands in the current buffer into fidel chars.
8004
8005 \(fn)" t nil)
8006
8007 (autoload (quote ethio-fidel-to-java-buffer) "ethio-util" "\
8008 Convert Ethiopic characters into the Java escape sequences.
8009
8010 Each escape sequence is of the form uXXXX, where XXXX is the
8011 character's codepoint (in hex) in Unicode.
8012
8013 If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
8014 Otherwise, [0-9A-F].
8015
8016 \(fn)" nil nil)
8017
8018 (autoload (quote ethio-java-to-fidel-buffer) "ethio-util" "\
8019 Convert the Java escape sequences into corresponding Ethiopic characters.
8020
8021 \(fn)" nil nil)
8022
8023 (autoload (quote ethio-find-file) "ethio-util" "\
8024 Transcribe file content into Ethiopic dependig on filename suffix.
8025
8026 \(fn)" nil nil)
8027
8028 (autoload (quote ethio-write-file) "ethio-util" "\
8029 Transcribe Ethiopic characters in ASCII depending on the file extension.
8030
8031 \(fn)" nil nil)
8032
8033 ;;;***
8034 \f
8035 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
8036 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
8037 ;;;;;; (15793 40694))
8038 ;;; Generated autoloads from net/eudc.el
8039
8040 (autoload (quote eudc-set-server) "eudc" "\
8041 Set the directory server to SERVER using PROTOCOL.
8042 Unless NO-SAVE is non-nil, the server is saved as the default
8043 server for future sessions.
8044
8045 \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil)
8046
8047 (autoload (quote eudc-get-email) "eudc" "\
8048 Get the email field of NAME from the directory server.
8049
8050 \(fn NAME)" t nil)
8051
8052 (autoload (quote eudc-get-phone) "eudc" "\
8053 Get the phone field of NAME from the directory server.
8054
8055 \(fn NAME)" t nil)
8056
8057 (autoload (quote eudc-expand-inline) "eudc" "\
8058 Query the directory server, and expand the query string before point.
8059 The query string consists of the buffer substring from the point back to
8060 the preceding comma, colon or beginning of line.
8061 The variable `eudc-inline-query-format' controls how to associate the
8062 individual inline query words with directory attribute names.
8063 After querying the server for the given string, the expansion specified by
8064 `eudc-inline-expansion-format' is inserted in the buffer at point.
8065 If REPLACE is non-nil, then this expansion replaces the name in the buffer.
8066 `eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.
8067 Multiple servers can be tried with the same query until one finds a match,
8068 see `eudc-inline-expansion-servers'
8069
8070 \(fn &optional REPLACE)" t nil)
8071
8072 (autoload (quote eudc-query-form) "eudc" "\
8073 Display a form to query the directory server.
8074 If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first
8075 queries the server for the existing fields and displays a corresponding form.
8076
8077 \(fn &optional GET-FIELDS-FROM-SERVER)" t nil)
8078
8079 (autoload (quote eudc-load-eudc) "eudc" "\
8080 Load the Emacs Unified Directory Client.
8081 This does nothing except loading eudc by autoload side-effect.
8082
8083 \(fn)" t nil)
8084
8085 (cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("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 (quote eudc-autoloads))) (if eudc-xemacs-p (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu)))))))))))
8086
8087 ;;;***
8088 \f
8089 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
8090 ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
8091 ;;;;;; "eudc-bob" "net/eudc-bob.el" (15429 13186))
8092 ;;; Generated autoloads from net/eudc-bob.el
8093
8094 (autoload (quote eudc-display-generic-binary) "eudc-bob" "\
8095 Display a button for unidentified binary DATA.
8096
8097 \(fn DATA)" nil nil)
8098
8099 (autoload (quote eudc-display-url) "eudc-bob" "\
8100 Display URL and make it clickable.
8101
8102 \(fn URL)" nil nil)
8103
8104 (autoload (quote eudc-display-mail) "eudc-bob" "\
8105 Display e-mail address and make it clickable.
8106
8107 \(fn MAIL)" nil nil)
8108
8109 (autoload (quote eudc-display-sound) "eudc-bob" "\
8110 Display a button to play the sound DATA.
8111
8112 \(fn DATA)" nil nil)
8113
8114 (autoload (quote eudc-display-jpeg-inline) "eudc-bob" "\
8115 Display the JPEG DATA inline at point if possible.
8116
8117 \(fn DATA)" nil nil)
8118
8119 (autoload (quote eudc-display-jpeg-as-button) "eudc-bob" "\
8120 Display a button for the JPEG DATA.
8121
8122 \(fn DATA)" nil nil)
8123
8124 ;;;***
8125 \f
8126 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
8127 ;;;;;; "eudc-export" "net/eudc-export.el" (15429 13344))
8128 ;;; Generated autoloads from net/eudc-export.el
8129
8130 (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
8131 Insert record at point into the BBDB database.
8132 This function can only be called from a directory query result buffer.
8133
8134 \(fn)" t nil)
8135
8136 (autoload (quote eudc-try-bbdb-insert) "eudc-export" "\
8137 Call `eudc-insert-record-at-point-into-bbdb' if on a record.
8138
8139 \(fn)" t nil)
8140
8141 ;;;***
8142 \f
8143 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
8144 ;;;;;; (15429 13512))
8145 ;;; Generated autoloads from net/eudc-hotlist.el
8146
8147 (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
8148 Edit the hotlist of directory servers in a specialized buffer.
8149
8150 \(fn)" t nil)
8151
8152 ;;;***
8153 \f
8154 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
8155 ;;;;;; executable-self-display executable-set-magic executable-find)
8156 ;;;;;; "executable" "progmodes/executable.el" (15305 61706))
8157 ;;; Generated autoloads from progmodes/executable.el
8158
8159 (autoload (quote executable-find) "executable" "\
8160 Search for COMMAND in `exec-path' and return the absolute file name.
8161 Return nil if COMMAND is not found anywhere in `exec-path'.
8162
8163 \(fn COMMAND)" nil nil)
8164
8165 (autoload (quote executable-set-magic) "executable" "\
8166 Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
8167 The variables `executable-magicless-file-regexp', `executable-prefix',
8168 `executable-insert', `executable-query' and `executable-chmod' control
8169 when and how magic numbers are inserted or replaced and scripts made
8170 executable.
8171
8172 \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil)
8173
8174 (autoload (quote executable-self-display) "executable" "\
8175 Turn a text file into a self-displaying Un*x command.
8176 The magic number of such a command displays all lines but itself.
8177
8178 \(fn)" t nil)
8179
8180 (autoload (quote executable-make-buffer-file-executable-if-script-p) "executable" "\
8181 Make file executable according to umask if not already executable.
8182 If file already has any execute bits set at all, do not change existing
8183 file modes.
8184
8185 \(fn)" nil nil)
8186
8187 ;;;***
8188 \f
8189 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
8190 ;;;;;; expand-add-abbrevs) "expand" "expand.el" (15363 54641))
8191 ;;; Generated autoloads from expand.el
8192
8193 (autoload (quote expand-add-abbrevs) "expand" "\
8194 Add a list of abbrev to abbrev table TABLE.
8195 ABBREVS is a list of abbrev definitions; each abbrev description entry
8196 has the form (ABBREV EXPANSION ARG).
8197
8198 ABBREV is the abbreviation to replace.
8199
8200 EXPANSION is the replacement string or a function which will make the
8201 expansion. For example you, could use the DMacros or skeleton packages
8202 to generate such functions.
8203
8204 ARG is an optional argument which can be a number or a list of
8205 numbers. If ARG is a number, point is placed ARG chars from the
8206 beginning of the expanded text.
8207
8208 If ARG is a list of numbers, point is placed according to the first
8209 member of the list, but you can visit the other specified positions
8210 cyclicaly with the functions `expand-jump-to-previous-slot' and
8211 `expand-jump-to-next-slot'.
8212
8213 If ARG is omitted, point is placed at the end of the expanded text.
8214
8215 \(fn TABLE ABBREVS)" nil nil)
8216
8217 (autoload (quote expand-jump-to-previous-slot) "expand" "\
8218 Move the cursor to the previous slot in the last abbrev expansion.
8219 This is used only in conjunction with `expand-add-abbrevs'.
8220
8221 \(fn)" t nil)
8222
8223 (autoload (quote expand-jump-to-next-slot) "expand" "\
8224 Move the cursor to the next slot in the last abbrev expansion.
8225 This is used only in conjunction with `expand-add-abbrevs'.
8226
8227 \(fn)" t nil)
8228 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)
8229 (define-key ctl-x-map "an" 'expand-jump-to-next-slot)
8230
8231 ;;;***
8232 \f
8233 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15729 25951))
8234 ;;; Generated autoloads from progmodes/f90.el
8235
8236 (autoload (quote f90-mode) "f90" "\
8237 Major mode for editing Fortran 90,95 code in free format.
8238
8239 \\[f90-indent-new-line] indents current line and creates a new indented line.
8240 \\[f90-indent-line] indents the current line.
8241 \\[f90-indent-subprogram] indents the current subprogram.
8242
8243 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
8244
8245 Key definitions:
8246 \\{f90-mode-map}
8247
8248 Variables controlling indentation style and extra features:
8249
8250 `f90-do-indent'
8251 Extra indentation within do blocks (default 3).
8252 `f90-if-indent'
8253 Extra indentation within if/select case/where/forall blocks (default 3).
8254 `f90-type-indent'
8255 Extra indentation within type/interface/block-data blocks (default 3).
8256 `f90-program-indent'
8257 Extra indentation within program/module/subroutine/function blocks
8258 (default 2).
8259 `f90-continuation-indent'
8260 Extra indentation applied to continuation lines (default 5).
8261 `f90-comment-region'
8262 String inserted by function \\[f90-comment-region] at start of each
8263 line in region (default \"!!!$\").
8264 `f90-indented-comment-re'
8265 Regexp determining the type of comment to be intended like code
8266 (default \"!\").
8267 `f90-directive-comment-re'
8268 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented
8269 (default \"!hpf\\\\$\").
8270 `f90-break-delimiters'
8271 Regexp holding list of delimiters at which lines may be broken
8272 (default \"[-+*/><=,% \\t]\").
8273 `f90-break-before-delimiters'
8274 Non-nil causes `f90-do-auto-fill' to break lines before delimiters
8275 (default t).
8276 `f90-beginning-ampersand'
8277 Automatic insertion of & at beginning of continuation lines (default t).
8278 `f90-smart-end'
8279 From an END statement, check and fill the end using matching block start.
8280 Allowed values are 'blink, 'no-blink, and nil, which determine
8281 whether to blink the matching beginning (default 'blink).
8282 `f90-auto-keyword-case'
8283 Automatic change of case of keywords (default nil).
8284 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
8285 `f90-leave-line-no'
8286 Do not left-justify line numbers (default nil).
8287 `f90-keywords-re'
8288 List of keywords used for highlighting/upcase-keywords etc.
8289
8290 Turning on F90 mode calls the value of the variable `f90-mode-hook'
8291 with no args, if that value is non-nil.
8292
8293 \(fn)" t nil)
8294
8295 ;;;***
8296 \f
8297 ;;;### (autoloads (list-colors-display facemenu-read-color facemenu-remove-special
8298 ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
8299 ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
8300 ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
8301 ;;;;;; "facemenu" "facemenu.el" (15656 59685))
8302 ;;; Generated autoloads from facemenu.el
8303 (define-key global-map "\M-g" 'facemenu-keymap)
8304 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
8305
8306 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\
8307 Menu keymap for faces.")
8308
8309 (defalias (quote facemenu-face-menu) facemenu-face-menu)
8310
8311 (defvar facemenu-foreground-menu (let ((map (make-sparse-keymap "Foreground Color"))) (define-key map "o" (cons "Other..." (quote facemenu-set-foreground))) map) "\
8312 Menu keymap for foreground colors.")
8313
8314 (defalias (quote facemenu-foreground-menu) facemenu-foreground-menu)
8315
8316 (defvar facemenu-background-menu (let ((map (make-sparse-keymap "Background Color"))) (define-key map "o" (cons "Other..." (quote facemenu-set-background))) map) "\
8317 Menu keymap for background colors.")
8318
8319 (defalias (quote facemenu-background-menu) facemenu-background-menu)
8320
8321 (defvar facemenu-special-menu (let ((map (make-sparse-keymap "Special"))) (define-key map [115] (cons (purecopy "Remove Special") (quote facemenu-remove-special))) (define-key map [116] (cons (purecopy "Intangible") (quote facemenu-set-intangible))) (define-key map [118] (cons (purecopy "Invisible") (quote facemenu-set-invisible))) (define-key map [114] (cons (purecopy "Read-Only") (quote facemenu-set-read-only))) map) "\
8322 Menu keymap for non-face text-properties.")
8323
8324 (defalias (quote facemenu-special-menu) facemenu-special-menu)
8325
8326 (defvar facemenu-justification-menu (let ((map (make-sparse-keymap "Justification"))) (define-key map [99] (cons (purecopy "Center") (quote set-justification-center))) (define-key map [98] (cons (purecopy "Full") (quote set-justification-full))) (define-key map [114] (cons (purecopy "Right") (quote set-justification-right))) (define-key map [108] (cons (purecopy "Left") (quote set-justification-left))) (define-key map [117] (cons (purecopy "Unfilled") (quote set-justification-none))) map) "\
8327 Submenu for text justification commands.")
8328
8329 (defalias (quote facemenu-justification-menu) facemenu-justification-menu)
8330
8331 (defvar facemenu-indentation-menu (let ((map (make-sparse-keymap "Indentation"))) (define-key map [decrease-right-margin] (cons (purecopy "Indent Right Less") (quote decrease-right-margin))) (define-key map [increase-right-margin] (cons (purecopy "Indent Right More") (quote increase-right-margin))) (define-key map [decrease-left-margin] (cons (purecopy "Indent Less") (quote decrease-left-margin))) (define-key map [increase-left-margin] (cons (purecopy "Indent More") (quote increase-left-margin))) map) "\
8332 Submenu for indentation commands.")
8333
8334 (defalias (quote facemenu-indentation-menu) facemenu-indentation-menu)
8335
8336 (defvar facemenu-menu nil "\
8337 Facemenu top-level menu keymap.")
8338
8339 (setq facemenu-menu (make-sparse-keymap "Text Properties"))
8340
8341 (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") (quote list-colors-display))) (define-key map [df] (cons (purecopy "Display Faces") (quote list-faces-display))) (define-key map [dp] (cons (purecopy "Describe Properties") (quote describe-text-properties))) (define-key map [ra] (cons (purecopy "Remove Text Properties") (quote facemenu-remove-all))) (define-key map [rm] (cons (purecopy "Remove Face Properties") (quote facemenu-remove-face-props))) (define-key map [s1] (list (purecopy "--"))))
8342
8343 (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") (quote facemenu-indentation-menu))) (define-key map [ju] (cons (purecopy "Justification") (quote facemenu-justification-menu))) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") (quote facemenu-special-menu))) (define-key map [bg] (cons (purecopy "Background Color") (quote facemenu-background-menu))) (define-key map [fg] (cons (purecopy "Foreground Color") (quote facemenu-foreground-menu))) (define-key map [fc] (cons (purecopy "Face") (quote facemenu-face-menu))))
8344
8345 (defalias (quote facemenu-menu) facemenu-menu)
8346
8347 (autoload (quote facemenu-set-face) "facemenu" "\
8348 Add FACE to the region or next character typed.
8349 This adds FACE to the top of the face list; any faces lower on the list that
8350 will not show through at all will be removed.
8351
8352 Interactively, reads the face name with the minibuffer.
8353
8354 If the region is active (normally true except in Transient Mark mode)
8355 and there is no prefix argument, this command sets the region to the
8356 requested face.
8357
8358 Otherwise, this command specifies the face for the next character
8359 inserted. Moving point or switching buffers before
8360 typing a character to insert cancels the specification.
8361
8362 \(fn FACE &optional START END)" t nil)
8363
8364 (autoload (quote facemenu-set-foreground) "facemenu" "\
8365 Set the foreground COLOR of the region or next character typed.
8366 This command reads the color in the minibuffer.
8367
8368 If the region is active (normally true except in Transient Mark mode)
8369 and there is no prefix argument, this command sets the region to the
8370 requested face.
8371
8372 Otherwise, this command specifies the face for the next character
8373 inserted. Moving point or switching buffers before
8374 typing a character to insert cancels the specification.
8375
8376 \(fn COLOR &optional START END)" t nil)
8377
8378 (autoload (quote facemenu-set-background) "facemenu" "\
8379 Set the background COLOR of the region or next character typed.
8380 This command reads the color in the minibuffer.
8381
8382 If the region is active (normally true except in Transient Mark mode)
8383 and there is no prefix argument, this command sets the region to the
8384 requested face.
8385
8386 Otherwise, this command specifies the face for the next character
8387 inserted. Moving point or switching buffers before
8388 typing a character to insert cancels the specification.
8389
8390 \(fn COLOR &optional START END)" t nil)
8391
8392 (autoload (quote facemenu-set-face-from-menu) "facemenu" "\
8393 Set the FACE of the region or next character typed.
8394 This function is designed to be called from a menu; the face to use
8395 is the menu item's name.
8396
8397 If the region is active (normally true except in Transient Mark mode)
8398 and there is no prefix argument, this command sets the region to the
8399 requested face.
8400
8401 Otherwise, this command specifies the face for the next character
8402 inserted. Moving point or switching buffers before
8403 typing a character to insert cancels the specification.
8404
8405 \(fn FACE START END)" t nil)
8406
8407 (autoload (quote facemenu-set-invisible) "facemenu" "\
8408 Make the region invisible.
8409 This sets the `invisible' text property; it can be undone with
8410 `facemenu-remove-special'.
8411
8412 \(fn START END)" t nil)
8413
8414 (autoload (quote facemenu-set-intangible) "facemenu" "\
8415 Make the region intangible: disallow moving into it.
8416 This sets the `intangible' text property; it can be undone with
8417 `facemenu-remove-special'.
8418
8419 \(fn START END)" t nil)
8420
8421 (autoload (quote facemenu-set-read-only) "facemenu" "\
8422 Make the region unmodifiable.
8423 This sets the `read-only' text property; it can be undone with
8424 `facemenu-remove-special'.
8425
8426 \(fn START END)" t nil)
8427
8428 (autoload (quote facemenu-remove-face-props) "facemenu" "\
8429 Remove `face' and `mouse-face' text properties.
8430
8431 \(fn START END)" t nil)
8432
8433 (autoload (quote facemenu-remove-all) "facemenu" "\
8434 Remove all text properties from the region.
8435
8436 \(fn START END)" t nil)
8437
8438 (autoload (quote facemenu-remove-special) "facemenu" "\
8439 Remove all the \"special\" text properties from the region.
8440 These special properties include `invisible', `intangible' and `read-only'.
8441
8442 \(fn START END)" t nil)
8443
8444 (autoload (quote facemenu-read-color) "facemenu" "\
8445 Read a color using the minibuffer.
8446
8447 \(fn &optional PROMPT)" nil nil)
8448
8449 (autoload (quote list-colors-display) "facemenu" "\
8450 Display names of defined colors, and show what they look like.
8451 If the optional argument LIST is non-nil, it should be a list of
8452 colors to display. Otherwise, this command computes a list
8453 of colors that the current display can handle.
8454
8455 \(fn &optional LIST)" t nil)
8456
8457 ;;;***
8458 \f
8459 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
8460 ;;;;;; "fast-lock.el" (15363 46804))
8461 ;;; Generated autoloads from fast-lock.el
8462
8463 (autoload (quote fast-lock-mode) "fast-lock" "\
8464 Toggle Fast Lock mode.
8465 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer
8466 is associated with a file. Enable it automatically in your `~/.emacs' by:
8467
8468 (setq font-lock-support-mode 'fast-lock-mode)
8469
8470 If Fast Lock mode is enabled, and the current buffer does not contain any text
8471 properties, any associated Font Lock cache is used if its timestamp matches the
8472 buffer's file, and its `font-lock-keywords' match those that you are using.
8473
8474 Font Lock caches may be saved:
8475 - When you save the file's buffer.
8476 - When you kill an unmodified file's buffer.
8477 - When you exit Emacs, for all unmodified or saved buffers.
8478 Depending on the value of `fast-lock-save-events'.
8479 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'.
8480
8481 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad.
8482
8483 Various methods of control are provided for the Font Lock cache. In general,
8484 see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.
8485 For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',
8486 `fast-lock-save-others' and `fast-lock-save-faces'.
8487
8488 \(fn &optional ARG)" t nil)
8489
8490 (autoload (quote turn-on-fast-lock) "fast-lock" "\
8491 Unconditionally turn on Fast Lock mode.
8492
8493 \(fn)" nil nil)
8494
8495 (when (fboundp (quote add-minor-mode)) (defvar fast-lock-mode nil) (add-minor-mode (quote fast-lock-mode) nil))
8496
8497 ;;;***
8498 \f
8499 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
8500 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
8501 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15832 43707))
8502 ;;; Generated autoloads from mail/feedmail.el
8503
8504 (autoload (quote feedmail-send-it) "feedmail" "\
8505 Send the current mail buffer using the Feedmail package.
8506 This is a suitable value for `send-mail-function'. It can be used
8507 with various lower-level mechanisms to provide features such as queueing.
8508
8509 \(fn)" nil nil)
8510
8511 (autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\
8512 Like feedmail-run-the-queue, but suppress confirmation prompts.
8513
8514 \(fn &optional ARG)" t nil)
8515
8516 (autoload (quote feedmail-run-the-queue-global-prompt) "feedmail" "\
8517 Like feedmail-run-the-queue, but with a global confirmation prompt.
8518 This is generally most useful if run non-interactively, since you can
8519 bail out with an appropriate answer to the global confirmation prompt.
8520
8521 \(fn &optional ARG)" t nil)
8522
8523 (autoload (quote feedmail-run-the-queue) "feedmail" "\
8524 Visit each message in the feedmail queue directory and send it out.
8525 Return value is a list of three things: number of messages sent, number of
8526 messages skipped, and number of non-message things in the queue (commonly
8527 backup file names and the like).
8528
8529 \(fn &optional ARG)" t nil)
8530
8531 (autoload (quote feedmail-queue-reminder) "feedmail" "\
8532 Perform some kind of reminder activity about queued and draft messages.
8533 Called with an optional symbol argument which says what kind of event
8534 is triggering the reminder activity. The default is 'on-demand, which
8535 is what you typically would use if you were putting this in your emacs start-up
8536 or mail hook code. Other recognized values for WHAT-EVENT (these are passed
8537 internally by feedmail):
8538
8539 after-immediate (a message has just been sent in immediate mode)
8540 after-queue (a message has just been queued)
8541 after-draft (a message has just been placed in the draft directory)
8542 after-run (the queue has just been run, possibly sending messages)
8543
8544 WHAT-EVENT is used as a key into the table feedmail-queue-reminder-alist. If
8545 the associated value is a function, it is called without arguments and is expected
8546 to perform the reminder activity. You can supply your own reminder functions
8547 by redefining feedmail-queue-reminder-alist. If you don't want any reminders,
8548 you can set feedmail-queue-reminder-alist to nil.
8549
8550 \(fn &optional WHAT-EVENT)" t nil)
8551
8552 ;;;***
8553 \f
8554 ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
8555 ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15832 43705))
8556 ;;; Generated autoloads from ffap.el
8557
8558 (autoload (quote ffap-next) "ffap" "\
8559 Search buffer for next file or URL, and run ffap.
8560 Optional argument BACK says to search backwards.
8561 Optional argument WRAP says to try wrapping around if necessary.
8562 Interactively: use a single prefix to search backwards,
8563 double prefix to wrap forward, triple to wrap backwards.
8564 Actual search is done by `ffap-next-guess'.
8565
8566 \(fn &optional BACK WRAP)" t nil)
8567
8568 (autoload (quote find-file-at-point) "ffap" "\
8569 Find FILENAME, guessing a default from text around point.
8570 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
8571 With a prefix, this command behaves exactly like `ffap-file-finder'.
8572 If `ffap-require-prefix' is set, the prefix meaning is reversed.
8573 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
8574 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
8575
8576 See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version.
8577
8578 \(fn &optional FILENAME)" t nil)
8579
8580 (defalias (quote ffap) (quote find-file-at-point))
8581
8582 (autoload (quote ffap-menu) "ffap" "\
8583 Put up a menu of files and urls mentioned in this buffer.
8584 Then set mark, jump to choice, and try to fetch it. The menu is
8585 cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.
8586 The optional RESCAN argument (a prefix, interactively) forces
8587 a rebuild. Searches with `ffap-menu-regexp'.
8588
8589 \(fn &optional RESCAN)" t nil)
8590
8591 (autoload (quote ffap-at-mouse) "ffap" "\
8592 Find file or url guessed from text around mouse click.
8593 Interactively, calls `ffap-at-mouse-fallback' if no guess is found.
8594 Return value:
8595 * if a guess string is found, return it (after finding it)
8596 * if the fallback is called, return whatever it returns
8597 * otherwise, nil
8598
8599 \(fn E)" t nil)
8600
8601 (autoload (quote dired-at-point) "ffap" "\
8602 Start Dired, defaulting to file at point. See `ffap'.
8603
8604 \(fn &optional FILENAME)" t nil)
8605
8606 (autoload (quote ffap-bindings) "ffap" "\
8607 Evaluate the forms in variable `ffap-bindings'.
8608
8609 \(fn)" t nil)
8610
8611 ;;;***
8612 \f
8613 ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
8614 ;;;;;; (15567 448))
8615 ;;; Generated autoloads from filecache.el
8616
8617 (autoload (quote file-cache-minibuffer-complete) "filecache" "\
8618 Complete a filename in the minibuffer using a preloaded cache.
8619 Filecache does two kinds of substitution: it completes on names in
8620 the cache, and, once it has found a unique name, it cycles through
8621 the directories that the name is available in. With a prefix argument,
8622 the name is considered already unique; only the second substitution
8623 \(directories) is done.
8624
8625 \(fn ARG)" t nil)
8626 (define-key minibuffer-local-completion-map [C-tab] 'file-cache-minibuffer-complete)
8627 (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete)
8628 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete)
8629
8630 ;;;***
8631 \f
8632 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
8633 ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15845 60691))
8634 ;;; Generated autoloads from find-dired.el
8635
8636 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
8637 *Description of the option to `find' to produce an `ls -l'-type listing.
8638 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION
8639 gives the option (or options) to `find' that produce the desired output.
8640 LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")
8641
8642 (defvar find-grep-options (if (or (eq system-type (quote berkeley-unix)) (string-match "solaris2" system-configuration) (string-match "irix" system-configuration)) "-s" "-q") "\
8643 *Option to grep to be as silent as possible.
8644 On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it.
8645 On other systems, the closest you can come is to use `-l'.")
8646
8647 (autoload (quote find-dired) "find-dired" "\
8648 Run `find' and go into Dired mode on a buffer of the output.
8649 The command run (after changing into DIR) is
8650
8651 find . \\( ARGS \\) -ls
8652
8653 except that the variable `find-ls-option' specifies what to use
8654 as the final argument.
8655
8656 \(fn DIR ARGS)" t nil)
8657
8658 (autoload (quote find-name-dired) "find-dired" "\
8659 Search DIR recursively for files matching the globbing pattern PATTERN,
8660 and run dired on those files.
8661 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
8662 The command run (after changing into DIR) is
8663
8664 find . -name 'PATTERN' -ls
8665
8666 \(fn DIR PATTERN)" t nil)
8667
8668 (autoload (quote find-grep-dired) "find-dired" "\
8669 Find files in DIR containing a regexp REGEXP and start Dired on output.
8670 The command run (after changing into DIR) is
8671
8672 find . -exec grep -s -e REGEXP {} \\; -ls
8673
8674 Thus ARG can also contain additional grep options.
8675
8676 \(fn DIR REGEXP)" t nil)
8677
8678 ;;;***
8679 \f
8680 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
8681 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
8682 ;;;;;; (15809 3073))
8683 ;;; Generated autoloads from find-file.el
8684
8685 (autoload (quote ff-get-other-file) "find-file" "\
8686 Find the header or source file corresponding to this file.
8687 See also the documentation for `ff-find-other-file'.
8688
8689 If optional IN-OTHER-WINDOW is non-nil, find the file in another window.
8690
8691 \(fn &optional IN-OTHER-WINDOW)" t nil)
8692
8693 (defalias (quote ff-find-related-file) (quote ff-find-other-file))
8694
8695 (autoload (quote ff-find-other-file) "find-file" "\
8696 Find the header or source file corresponding to this file.
8697 Being on a `#include' line pulls in that file.
8698
8699 If optional IN-OTHER-WINDOW is non-nil, find the file in the other window.
8700 If optional IGNORE-INCLUDE is non-nil, ignore being on `#include' lines.
8701
8702 Variables of interest include:
8703
8704 - `ff-case-fold-search'
8705 Non-nil means ignore cases in matches (see `case-fold-search').
8706 If you have extensions in different cases, you will want this to be nil.
8707
8708 - `ff-always-in-other-window'
8709 If non-nil, always open the other file in another window, unless an
8710 argument is given to `ff-find-other-file'.
8711
8712 - `ff-ignore-include'
8713 If non-nil, ignores #include lines.
8714
8715 - `ff-always-try-to-create'
8716 If non-nil, always attempt to create the other file if it was not found.
8717
8718 - `ff-quiet-mode'
8719 If non-nil, traces which directories are being searched.
8720
8721 - `ff-special-constructs'
8722 A list of regular expressions specifying how to recognise special
8723 constructs such as include files etc, and an associated method for
8724 extracting the filename from that construct.
8725
8726 - `ff-other-file-alist'
8727 Alist of extensions to find given the current file's extension.
8728
8729 - `ff-search-directories'
8730 List of directories searched through with each extension specified in
8731 `ff-other-file-alist' that matches this file's extension.
8732
8733 - `ff-pre-find-hook'
8734 List of functions to be called before the search for the file starts.
8735
8736 - `ff-pre-load-hook'
8737 List of functions to be called before the other file is loaded.
8738
8739 - `ff-post-load-hook'
8740 List of functions to be called after the other file is loaded.
8741
8742 - `ff-not-found-hook'
8743 List of functions to be called if the other file could not be found.
8744
8745 - `ff-file-created-hook'
8746 List of functions to be called if the other file has been created.
8747
8748 \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil)
8749
8750 (autoload (quote ff-mouse-find-other-file) "find-file" "\
8751 Visit the file you click on.
8752
8753 \(fn EVENT)" t nil)
8754
8755 (autoload (quote ff-mouse-find-other-file-other-window) "find-file" "\
8756 Visit the file you click on in another window.
8757
8758 \(fn EVENT)" t nil)
8759
8760 ;;;***
8761 \f
8762 ;;;### (autoloads (find-function-setup-keys find-variable-at-point
8763 ;;;;;; find-function-at-point find-function-on-key find-variable-other-frame
8764 ;;;;;; find-variable-other-window find-variable find-variable-noselect
8765 ;;;;;; find-function-other-frame find-function-other-window find-function
8766 ;;;;;; find-function-noselect find-function-search-for-symbol find-library)
8767 ;;;;;; "find-func" "emacs-lisp/find-func.el" (15762 1885))
8768 ;;; Generated autoloads from emacs-lisp/find-func.el
8769
8770 (autoload (quote find-library) "find-func" "\
8771 Find the elisp source of LIBRARY.
8772
8773 \(fn LIBRARY)" t nil)
8774
8775 (autoload (quote find-function-search-for-symbol) "find-func" "\
8776 Search for SYMBOL.
8777 If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
8778 `find-variable-regexp' is used. The search is done in library LIBRARY.
8779
8780 \(fn SYMBOL VARIABLE-P LIBRARY)" nil nil)
8781
8782 (autoload (quote find-function-noselect) "find-func" "\
8783 Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
8784
8785 Finds the Emacs Lisp library containing the definition of FUNCTION
8786 in a buffer and the point of the definition. The buffer is
8787 not selected.
8788
8789 If the file where FUNCTION is defined is not known, then it is
8790 searched for in `find-function-source-path' if non nil, otherwise
8791 in `load-path'.
8792
8793 \(fn FUNCTION)" nil nil)
8794
8795 (autoload (quote find-function) "find-func" "\
8796 Find the definition of the FUNCTION near point.
8797
8798 Finds the Emacs Lisp library containing the definition of the function
8799 near point (selected by `function-at-point') in a buffer and
8800 places point before the definition. Point is saved in the buffer if
8801 it is one of the current buffers.
8802
8803 The library where FUNCTION is defined is searched for in
8804 `find-function-source-path', if non nil, otherwise in `load-path'.
8805 See also `find-function-recenter-line' and `find-function-after-hook'.
8806
8807 \(fn FUNCTION)" t nil)
8808
8809 (autoload (quote find-function-other-window) "find-func" "\
8810 Find, in another window, the definition of FUNCTION near point.
8811
8812 See `find-function' for more details.
8813
8814 \(fn FUNCTION)" t nil)
8815
8816 (autoload (quote find-function-other-frame) "find-func" "\
8817 Find, in ananother frame, the definition of FUNCTION near point.
8818
8819 See `find-function' for more details.
8820
8821 \(fn FUNCTION)" t nil)
8822
8823 (autoload (quote find-variable-noselect) "find-func" "\
8824 Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
8825
8826 Finds the Emacs Lisp library containing the definition of SYMBOL
8827 in a buffer and the point of the definition. The buffer is
8828 not selected.
8829
8830 The library where VARIABLE is defined is searched for in FILE or
8831 `find-function-source-path', if non nil, otherwise in `load-path'.
8832
8833 \(fn VARIABLE &optional FILE)" nil nil)
8834
8835 (autoload (quote find-variable) "find-func" "\
8836 Find the definition of the VARIABLE near point.
8837
8838 Finds the Emacs Lisp library containing the definition of the variable
8839 near point (selected by `variable-at-point') in a buffer and
8840 places point before the definition. Point is saved in the buffer if
8841 it is one of the current buffers.
8842
8843 The library where VARIABLE is defined is searched for in
8844 `find-function-source-path', if non nil, otherwise in `load-path'.
8845 See also `find-function-recenter-line' and `find-function-after-hook'.
8846
8847 \(fn VARIABLE)" t nil)
8848
8849 (autoload (quote find-variable-other-window) "find-func" "\
8850 Find, in another window, the definition of VARIABLE near point.
8851
8852 See `find-variable' for more details.
8853
8854 \(fn VARIABLE)" t nil)
8855
8856 (autoload (quote find-variable-other-frame) "find-func" "\
8857 Find, in annother frame, the definition of VARIABLE near point.
8858
8859 See `find-variable' for more details.
8860
8861 \(fn VARIABLE)" t nil)
8862
8863 (autoload (quote find-function-on-key) "find-func" "\
8864 Find the function that KEY invokes. KEY is a string.
8865 Point is saved if FUNCTION is in the current buffer.
8866
8867 \(fn KEY)" t nil)
8868
8869 (autoload (quote find-function-at-point) "find-func" "\
8870 Find directly the function at point in the other window.
8871
8872 \(fn)" t nil)
8873
8874 (autoload (quote find-variable-at-point) "find-func" "\
8875 Find directly the function at point in the other window.
8876
8877 \(fn)" t nil)
8878
8879 (autoload (quote find-function-setup-keys) "find-func" "\
8880 Define some key bindings for the find-function family of functions.
8881
8882 \(fn)" nil nil)
8883
8884 ;;;***
8885 \f
8886 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
8887 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15186 53885))
8888 ;;; Generated autoloads from find-lisp.el
8889
8890 (autoload (quote find-lisp-find-dired) "find-lisp" "\
8891 Find files in DIR, matching REGEXP.
8892
8893 \(fn DIR REGEXP)" t nil)
8894
8895 (autoload (quote find-lisp-find-dired-subdirectories) "find-lisp" "\
8896 Find all subdirectories of DIR.
8897
8898 \(fn DIR)" t nil)
8899
8900 (autoload (quote find-lisp-find-dired-filter) "find-lisp" "\
8901 Change the filter on a find-lisp-find-dired buffer to REGEXP.
8902
8903 \(fn REGEXP)" t nil)
8904
8905 ;;;***
8906 \f
8907 ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
8908 ;;;;;; "finder" "finder.el" (15832 43705))
8909 ;;; Generated autoloads from finder.el
8910
8911 (autoload (quote finder-list-keywords) "finder" "\
8912 Display descriptions of the keywords in the Finder buffer.
8913
8914 \(fn)" t nil)
8915
8916 (autoload (quote finder-commentary) "finder" "\
8917 Display FILE's commentary section.
8918 FILE should be in a form suitable for passing to `locate-library'.
8919
8920 \(fn FILE)" t nil)
8921
8922 (autoload (quote finder-by-keyword) "finder" "\
8923 Find packages matching a given keyword.
8924
8925 \(fn)" t nil)
8926
8927 ;;;***
8928 \f
8929 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
8930 ;;;;;; "flow-ctrl.el" (12550 54450))
8931 ;;; Generated autoloads from flow-ctrl.el
8932
8933 (autoload (quote enable-flow-control) "flow-ctrl" "\
8934 Toggle flow control handling.
8935 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
8936 With arg, enable flow control mode if arg is positive, otherwise disable.
8937
8938 \(fn &optional ARGUMENT)" t nil)
8939
8940 (autoload (quote enable-flow-control-on) "flow-ctrl" "\
8941 Enable flow control if using one of a specified set of terminal types.
8942 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
8943 on VT-100 and H19 terminals. When flow control is enabled,
8944 you must type C-\\ to get the effect of a C-s, and type C-^
8945 to get the effect of a C-q.
8946
8947 \(fn &rest LOSING-TERMINAL-TYPES)" nil nil)
8948
8949 ;;;***
8950 \f
8951 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
8952 ;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
8953 ;;;;;; "flyspell" "textmodes/flyspell.el" (15577 17335))
8954 ;;; Generated autoloads from textmodes/flyspell.el
8955
8956 (defvar flyspell-mode-line-string " Fly" "\
8957 *String displayed on the modeline when flyspell is active.
8958 Set this to nil if you don't want a modeline indicator.")
8959
8960 (autoload (quote flyspell-prog-mode) "flyspell" "\
8961 Turn on `flyspell-mode' for comments and strings.
8962
8963 \(fn)" t nil)
8964
8965 (defvar flyspell-mode nil)
8966
8967 (defvar flyspell-mode-map (make-sparse-keymap))
8968
8969 (autoload (quote flyspell-mode) "flyspell" "\
8970 Minor mode performing on-the-fly spelling checking.
8971 Ispell is automatically spawned on background for each entered words.
8972 The default flyspell behavior is to highlight incorrect words.
8973 With no argument, this command toggles Flyspell mode.
8974 With a prefix argument ARG, turn Flyspell minor mode on iff ARG is positive.
8975
8976 Bindings:
8977 \\[ispell-word]: correct words (using Ispell).
8978 \\[flyspell-auto-correct-word]: automatically correct word.
8979 \\[flyspell-correct-word] (or mouse-2): popup correct words.
8980
8981 Hooks:
8982 This runs `flyspell-mode-hook' after flyspell is entered.
8983
8984 Remark:
8985 `flyspell-mode' uses `ispell-mode'. Thus all Ispell options are
8986 valid. For instance, a personal dictionary can be used by
8987 invoking `ispell-change-dictionary'.
8988
8989 Consider using the `ispell-parser' to check your text. For instance
8990 consider adding:
8991 \(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))
8992 in your .emacs file.
8993
8994 \\[flyspell-region] checks all words inside a region.
8995 \\[flyspell-buffer] checks the whole buffer.
8996
8997 \(fn &optional ARG)" t nil)
8998
8999 (add-minor-mode (quote flyspell-mode) (quote flyspell-mode-line-string) flyspell-mode-map nil (quote flyspell-mode))
9000
9001 (autoload (quote flyspell-version) "flyspell" "\
9002 The flyspell version
9003
9004 \(fn)" t nil)
9005
9006 (autoload (quote flyspell-mode-off) "flyspell" "\
9007 Turn Flyspell mode off.
9008
9009 \(fn)" nil nil)
9010
9011 (autoload (quote flyspell-region) "flyspell" "\
9012 Flyspell text between BEG and END.
9013
9014 \(fn BEG END)" t nil)
9015
9016 (autoload (quote flyspell-buffer) "flyspell" "\
9017 Flyspell whole buffer.
9018
9019 \(fn)" t nil)
9020
9021 ;;;***
9022 \f
9023 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
9024 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
9025 ;;;;;; (15832 43705))
9026 ;;; Generated autoloads from follow.el
9027
9028 (autoload (quote turn-on-follow-mode) "follow" "\
9029 Turn on Follow mode. Please see the function `follow-mode'.
9030
9031 \(fn)" t nil)
9032
9033 (autoload (quote turn-off-follow-mode) "follow" "\
9034 Turn off Follow mode. Please see the function `follow-mode'.
9035
9036 \(fn)" t nil)
9037
9038 (autoload (quote follow-mode) "follow" "\
9039 Minor mode that combines windows into one tall virtual window.
9040
9041 The feeling of a \"virtual window\" has been accomplished by the use
9042 of two major techniques:
9043
9044 * The windows always displays adjacent sections of the buffer.
9045 This means that whenever one window is moved, all the
9046 others will follow. (Hence the name Follow Mode.)
9047
9048 * Should the point (cursor) end up outside a window, another
9049 window displaying that point is selected, if possible. This
9050 makes it possible to walk between windows using normal cursor
9051 movement commands.
9052
9053 Follow mode comes to its prime when used on a large screen and two
9054 side-by-side window are used. The user can, with the help of Follow
9055 mode, use two full-height windows as though they would have been
9056 one. Imagine yourself editing a large function, or section of text,
9057 and being able to use 144 lines instead of the normal 72... (your
9058 mileage may vary).
9059
9060 To split one large window into two side-by-side windows, the commands
9061 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used.
9062
9063 Only windows displayed in the same frame follow each-other.
9064
9065 If the variable `follow-intercept-processes' is non-nil, Follow mode
9066 will listen to the output of processes and redisplay accordingly.
9067 \(This is the default.)
9068
9069 When Follow mode is switched on, the hook `follow-mode-hook'
9070 is called. When turned off, `follow-mode-off-hook' is called.
9071
9072 Keys specific to Follow mode:
9073 \\{follow-mode-map}
9074
9075 \(fn ARG)" t nil)
9076
9077 (autoload (quote follow-delete-other-windows-and-split) "follow" "\
9078 Create two side by side windows and enter Follow Mode.
9079
9080 Execute this command to display as much as possible of the text
9081 in the selected window. All other windows, in the current
9082 frame, are deleted and the selected window is split in two
9083 side-by-side windows. Follow Mode is activated, hence the
9084 two windows always will display two successive pages.
9085 \(If one window is moved, the other one will follow.)
9086
9087 If ARG is positive, the leftmost window is selected. If it negative,
9088 the rightmost is selected. If ARG is nil, the leftmost window is
9089 selected if the original window is the first one in the frame.
9090
9091 To bind this command to a hotkey, place the following line
9092 in your `~/.emacs' file, replacing [f7] by your favourite key:
9093 (global-set-key [f7] 'follow-delete-other-windows-and-split)
9094
9095 \(fn &optional ARG)" t nil)
9096
9097 ;;;***
9098 \f
9099 ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9100 ;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15852
9101 ;;;;;; 39766))
9102 ;;; Generated autoloads from font-lock.el
9103
9104 (autoload (quote font-lock-add-keywords) "font-lock" "\
9105 Add highlighting KEYWORDS for MODE.
9106 MODE should be a symbol, the major mode command name, such as `c-mode'
9107 or nil. If nil, highlighting keywords are added for the current buffer.
9108 KEYWORDS should be a list; see the variable `font-lock-keywords'.
9109 By default they are added at the beginning of the current highlighting list.
9110 If optional argument APPEND is `set', they are used to replace the current
9111 highlighting list. If APPEND is any other non-nil value, they are added at the
9112 end of the current highlighting list.
9113
9114 For example:
9115
9116 (font-lock-add-keywords 'c-mode
9117 '((\"\\\\\\=<\\\\(FIXME\\\\):\" 1 font-lock-warning-face prepend)
9118 (\"\\\\\\=<\\\\(and\\\\|or\\\\|not\\\\)\\\\\\=>\" . font-lock-keyword-face)))
9119
9120 adds two fontification patterns for C mode, to fontify `FIXME:' words, even in
9121 comments, and to fontify `and', `or' and `not' words as keywords.
9122
9123 When used from an elisp package (such as a minor mode), it is recommended
9124 to use nil for MODE (and place the call in a loop or on a hook) to avoid
9125 subtle problems due to details of the implementation.
9126
9127 Note that some modes have specialized support for additional patterns, e.g.,
9128 see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
9129 `objc-font-lock-extra-types' and `java-font-lock-extra-types'.
9130
9131 \(fn MODE KEYWORDS &optional APPEND)" nil nil)
9132
9133 (autoload (quote font-lock-remove-keywords) "font-lock" "\
9134 Remove highlighting KEYWORDS for MODE.
9135
9136 MODE should be a symbol, the major mode command name, such as `c-mode'
9137 or nil. If nil, highlighting keywords are removed for the current buffer.
9138
9139 When used from an elisp package (such as a minor mode), it is recommended
9140 to use nil for MODE (and place the call in a loop or on a hook) to avoid
9141 subtle problems due to details of the implementation.
9142
9143 \(fn MODE KEYWORDS)" nil nil)
9144
9145 (autoload (quote font-lock-fontify-buffer) "font-lock" "\
9146 Fontify the current buffer the way the function `font-lock-mode' would.
9147
9148 \(fn)" t nil)
9149
9150 ;;;***
9151 \f
9152 ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
9153 ;;;;;; (15767 61949))
9154 ;;; Generated autoloads from international/fontset.el
9155
9156 (autoload (quote create-fontset-from-fontset-spec) "fontset" "\
9157 Create a fontset from fontset specification string FONTSET-SPEC.
9158 FONTSET-SPEC is a string of the format:
9159 FONTSET-NAME,CHARSET-NAME0:FONT-NAME0,CHARSET-NAME1:FONT-NAME1, ...
9160 Any number of SPACE, TAB, and NEWLINE can be put before and after commas.
9161
9162 Optional 2nd argument is ignored. It exists just for backward
9163 compatibility.
9164
9165 If this function attempts to create already existing fontset, error is
9166 signaled unless the optional 3rd argument NOERROR is non-nil.
9167
9168 It returns a name of the created fontset.
9169
9170 \(fn FONTSET-SPEC &optional STYLE-VARIANT NOERROR)" nil nil)
9171
9172 ;;;***
9173 \f
9174 ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15394
9175 ;;;;;; 11333))
9176 ;;; Generated autoloads from mail/footnote.el
9177
9178 (autoload (quote footnote-mode) "footnote" "\
9179 Toggle footnote minor mode.
9180 \\<message-mode-map>
9181 key binding
9182 --- -------
9183
9184 \\[Footnote-renumber-footnotes] Footnote-renumber-footnotes
9185 \\[Footnote-goto-footnote] Footnote-goto-footnote
9186 \\[Footnote-delete-footnote] Footnote-delete-footnote
9187 \\[Footnote-cycle-style] Footnote-cycle-style
9188 \\[Footnote-back-to-message] Footnote-back-to-message
9189 \\[Footnote-add-footnote] Footnote-add-footnote
9190
9191 \(fn &optional ARG)" t nil)
9192
9193 ;;;***
9194 \f
9195 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
9196 ;;;;;; "forms" "forms.el" (15590 2849))
9197 ;;; Generated autoloads from forms.el
9198
9199 (autoload (quote forms-mode) "forms" "\
9200 Major mode to visit files in a field-structured manner using a form.
9201
9202 Commands: Equivalent keys in read-only mode:
9203 TAB forms-next-field TAB
9204 C-c TAB forms-next-field
9205 C-c < forms-first-record <
9206 C-c > forms-last-record >
9207 C-c ? describe-mode ?
9208 C-c C-k forms-delete-record
9209 C-c C-q forms-toggle-read-only q
9210 C-c C-o forms-insert-record
9211 C-c C-l forms-jump-record l
9212 C-c C-n forms-next-record n
9213 C-c C-p forms-prev-record p
9214 C-c C-r forms-search-reverse r
9215 C-c C-s forms-search-forward s
9216 C-c C-x forms-exit x
9217
9218 \(fn &optional PRIMARY)" t nil)
9219
9220 (autoload (quote forms-find-file) "forms" "\
9221 Visit a file in Forms mode.
9222
9223 \(fn FN)" t nil)
9224
9225 (autoload (quote forms-find-file-other-window) "forms" "\
9226 Visit a file in Forms mode in other window.
9227
9228 \(fn FN)" t nil)
9229
9230 ;;;***
9231 \f
9232 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
9233 ;;;;;; "progmodes/fortran.el" (15776 36277))
9234 ;;; Generated autoloads from progmodes/fortran.el
9235
9236 (defvar fortran-tab-mode-default nil "\
9237 *Default tabbing/carriage control style for empty files in Fortran mode.
9238 A value of t specifies tab-digit style of continuation control.
9239 A value of nil specifies that continuation lines are marked
9240 with a character in column 6.")
9241
9242 (autoload (quote fortran-mode) "fortran" "\
9243 Major mode for editing Fortran code.
9244 \\[fortran-indent-line] indents the current Fortran line correctly.
9245 DO statements must not share a common CONTINUE.
9246
9247 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for
9248 Fortran keywords.
9249
9250 Key definitions:
9251 \\{fortran-mode-map}
9252
9253 Variables controlling indentation style and extra features:
9254
9255 `comment-start'
9256 If you want to use comments starting with `!',
9257 set this to the string \"!\".
9258 `fortran-do-indent'
9259 Extra indentation within do blocks. (default 3)
9260 `fortran-if-indent'
9261 Extra indentation within if blocks. (default 3)
9262 `fortran-structure-indent'
9263 Extra indentation within structure, union, map and interface blocks.
9264 (default 3)
9265 `fortran-continuation-indent'
9266 Extra indentation applied to continuation statements. (default 5)
9267 `fortran-comment-line-extra-indent'
9268 Amount of extra indentation for text within full-line comments. (default 0)
9269 `fortran-comment-indent-style'
9270 nil means don't change indentation of text in full-line comments,
9271 fixed means indent that text at `fortran-comment-line-extra-indent' beyond
9272 the value of `fortran-minimum-statement-indent-fixed' (for fixed
9273 format continuation style) or `fortran-minimum-statement-indent-tab'
9274 (for TAB format continuation style).
9275 relative means indent at `fortran-comment-line-extra-indent' beyond the
9276 indentation for a line of code.
9277 (default 'fixed)
9278 `fortran-comment-indent-char'
9279 Single-character string to be inserted instead of space for
9280 full-line comment indentation. (default \" \")
9281 `fortran-minimum-statement-indent-fixed'
9282 Minimum indentation for Fortran statements in fixed format mode. (def.6)
9283 `fortran-minimum-statement-indent-tab'
9284 Minimum indentation for Fortran statements in TAB format mode. (default 9)
9285 `fortran-line-number-indent'
9286 Maximum indentation for line numbers. A line number will get
9287 less than this much indentation if necessary to avoid reaching
9288 column 5. (default 1)
9289 `fortran-check-all-num-for-matching-do'
9290 Non-nil causes all numbered lines to be treated as possible \"continue\"
9291 statements. (default nil)
9292 `fortran-blink-matching-if'
9293 Non-nil causes \\[fortran-indent-line] on an ENDIF statement to blink on
9294 matching IF. Also, from an ENDDO statement, blink on matching DO [WHILE]
9295 statement. (default nil)
9296 `fortran-continuation-string'
9297 Single-character string to be inserted in column 5 of a continuation
9298 line. (default \"$\")
9299 `fortran-comment-region'
9300 String inserted by \\[fortran-comment-region] at start of each line in
9301 region. (default \"c$$$\")
9302 `fortran-electric-line-number'
9303 Non-nil causes line number digits to be moved to the correct column
9304 as typed. (default t)
9305 `fortran-break-before-delimiters'
9306 Non-nil causes lines to be broken before delimiters.
9307 (default t)
9308
9309 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
9310 with no args, if that value is non-nil.
9311
9312 \(fn)" t nil)
9313
9314 ;;;***
9315 \f
9316 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
9317 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15195 62737))
9318 ;;; Generated autoloads from play/fortune.el
9319
9320 (autoload (quote fortune-add-fortune) "fortune" "\
9321 Add STRING to a fortune file FILE.
9322
9323 Interactively, if called with a prefix argument,
9324 read the file name to use. Otherwise use the value of `fortune-file'.
9325
9326 \(fn STRING FILE)" t nil)
9327
9328 (autoload (quote fortune-from-region) "fortune" "\
9329 Append the current region to a local fortune-like data file.
9330
9331 Interactively, if called with a prefix argument,
9332 read the file name to use. Otherwise use the value of `fortune-file'.
9333
9334 \(fn BEG END FILE)" t nil)
9335
9336 (autoload (quote fortune-compile) "fortune" "\
9337 Compile fortune file.
9338
9339 If called with a prefix asks for the FILE to compile, otherwise uses
9340 the value of `fortune-file'. This currently cannot handle directories.
9341
9342 \(fn &optional FILE)" t nil)
9343
9344 (autoload (quote fortune-to-signature) "fortune" "\
9345 Create signature from output of the fortune program.
9346
9347 If called with a prefix asks for the FILE to choose the fortune from,
9348 otherwise uses the value of `fortune-file'. If you want to have fortune
9349 choose from a set of files in a directory, call interactively with prefix
9350 and choose the directory as the fortune-file.
9351
9352 \(fn &optional FILE)" t nil)
9353
9354 (autoload (quote fortune) "fortune" "\
9355 Display a fortune cookie.
9356
9357 If called with a prefix asks for the FILE to choose the fortune from,
9358 otherwise uses the value of `fortune-file'. If you want to have fortune
9359 choose from a set of files in a directory, call interactively with prefix
9360 and choose the directory as the fortune-file.
9361
9362 \(fn &optional FILE)" t nil)
9363
9364 ;;;***
9365 \f
9366 ;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el"
9367 ;;;;;; (15600 45018))
9368 ;;; Generated autoloads from fringe.el
9369
9370 (autoload (quote fringe-mode) "fringe" "\
9371 Toggle appearance of fringes on all frames.
9372 Valid values for MODE include `none', `default', `left-only',
9373 `right-only', `minimal' and `half'. MODE can also be a cons cell
9374 where the integer in car will be used as left fringe width and the
9375 integer in cdr will be used as right fringe width. If MODE is not
9376 specified, the user is queried.
9377 It applies to all frames that exist and frames to be created in the
9378 future.
9379 If you want to set appearance of fringes on the selected frame only,
9380 see `set-fringe-style'.
9381
9382 \(fn &optional MODE)" t nil)
9383
9384 (autoload (quote set-fringe-style) "fringe" "\
9385 Set appearance of fringes on selected frame.
9386 Valid values for MODE include `none', `default', `left-only',
9387 `right-only', `minimal' and `half'. MODE can also be a cons cell
9388 where the integer in car will be used as left fringe width and the
9389 integer in cdr will be used as right fringe width. If MODE is not
9390 specified, the user is queried.
9391 If you want to set appearance of fringes on all frames, see `fringe-mode'.
9392
9393 \(fn &optional MODE)" t nil)
9394
9395 ;;;***
9396 \f
9397 ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15855 43929))
9398 ;;; Generated autoloads from gdb-ui.el
9399
9400 (autoload (quote gdba) "gdb-ui" "\
9401 Run gdb on program FILE in buffer *gdb-FILE*.
9402 The directory containing FILE becomes the initial working directory
9403 and source-file directory for your debugger.
9404
9405 If `gdb-many-windows' is set to t this works best in X (depending on the size
9406 of your monitor) using most of the screen. After a short delay the following
9407 layout will appear (keybindings given in relevant buffer) :
9408
9409 ---------------------------------------------------------------------
9410 GDB Toolbar
9411 ---------------------------------------------------------------------
9412 GUD buffer (I/O of gdb) | Locals buffer
9413 |
9414 |
9415 |
9416 ---------------------------------------------------------------------
9417 Source buffer | Input/Output (of debuggee) buffer
9418 | (comint-mode)
9419 |
9420 |
9421 |
9422 |
9423 |
9424 |
9425 ---------------------------------------------------------------------
9426 Stack buffer | Breakpoints buffer
9427 \[mouse-2] gdb-frames-select | SPC gdb-toggle-bp-this-line
9428 | g gdb-goto-bp-this-line
9429 | d gdb-delete-bp-this-line
9430 ---------------------------------------------------------------------
9431
9432 All the buffers share the toolbar and source should always display in the same
9433 window e.g after typing g on a breakpoint in the breakpoints buffer. Breakpoint
9434 icons are displayed both by setting a break with gud-break and by typing break
9435 in the GUD buffer.
9436
9437 Displayed expressions appear in separate frames. Arrays may be displayed
9438 as slices and visualised using the graph program from plotutils if installed.
9439
9440 If `gdb-many-windows' is set to nil then gdb starts with just two windows :
9441 the GUD and the source buffer.
9442
9443 The following interactive lisp functions help control operation :
9444
9445 `gdb-many-windows' - Toggle the number of windows gdb uses.
9446 `gdb-restore-windows' - to restore the layout if its lost.
9447 `gdb-quit' - to delete (most) of the buffers used by gdb.
9448
9449 \(fn COMMAND-LINE)" t nil)
9450
9451 ;;;***
9452 \f
9453 ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
9454 ;;;;;; (15186 56482))
9455 ;;; Generated autoloads from generic.el
9456
9457 (autoload (quote define-generic-mode) "generic" "\
9458 Create a new generic mode with NAME.
9459
9460 Args: (NAME COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST
9461 FUNCTION-LIST &optional DESCRIPTION)
9462
9463 NAME should be a symbol; its string representation is used as the function
9464 name. If DESCRIPTION is provided, it is used as the docstring for the new
9465 function.
9466
9467 COMMENT-LIST is a list, whose entries are either a single character,
9468 a one or two character string or a cons pair. If the entry is a character
9469 or a one-character string, it is added to the mode's syntax table with
9470 `comment-start' syntax. If the entry is a cons pair, the elements of the
9471 pair are considered to be `comment-start' and `comment-end' respectively.
9472 Note that Emacs has limitations regarding comment characters.
9473
9474 KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'.
9475 Each keyword should be a string.
9476
9477 FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry
9478 in the list should have the same form as an entry in `font-lock-defaults-alist'
9479
9480 AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'.
9481 These regexps are added to `auto-mode-alist' as soon as `define-generic-mode'
9482 is called; any old regexps with the same name are removed.
9483
9484 FUNCTION-LIST is a list of functions to call to do some additional setup.
9485
9486 See the file generic-x.el for some examples of `define-generic-mode'.
9487
9488 \(fn NAME COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DESCRIPTION)" nil nil)
9489
9490 (autoload (quote generic-mode) "generic" "\
9491 Basic comment and font-lock functionality for `generic' files.
9492 \(Files which are too small to warrant their own mode, but have
9493 comment characters, keywords, and the like.)
9494
9495 To define a generic-mode, use the function `define-generic-mode'.
9496 Some generic modes are defined in `generic-x.el'.
9497
9498 \(fn TYPE)" t nil)
9499
9500 ;;;***
9501 \f
9502 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
9503 ;;;;;; (15251 15718))
9504 ;;; Generated autoloads from progmodes/glasses.el
9505
9506 (autoload (quote glasses-mode) "glasses" "\
9507 Minor mode for making identifiers likeThis readable.
9508 When this mode is active, it tries to add virtual separators (like underscores)
9509 at places they belong to.
9510
9511 \(fn &optional ARG)" t nil)
9512
9513 ;;;***
9514 \f
9515 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
9516 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15852 39770))
9517 ;;; Generated autoloads from gnus/gnus.el
9518
9519 (autoload (quote gnus-slave-no-server) "gnus" "\
9520 Read network news as a slave, without connecting to local server.
9521
9522 \(fn &optional ARG)" t nil)
9523
9524 (autoload (quote gnus-no-server) "gnus" "\
9525 Read network news.
9526 If ARG is a positive number, Gnus will use that as the
9527 startup level. If ARG is nil, Gnus will be started at level 2.
9528 If ARG is non-nil and not a positive number, Gnus will
9529 prompt the user for the name of an NNTP server to use.
9530 As opposed to `gnus', this command will not connect to the local server.
9531
9532 \(fn &optional ARG SLAVE)" t nil)
9533
9534 (autoload (quote gnus-slave) "gnus" "\
9535 Read news as a slave.
9536
9537 \(fn &optional ARG)" t nil)
9538
9539 (autoload (quote gnus-other-frame) "gnus" "\
9540 Pop up a frame to read news.
9541
9542 \(fn &optional ARG)" t nil)
9543
9544 (autoload (quote gnus) "gnus" "\
9545 Read network news.
9546 If ARG is non-nil and a positive number, Gnus will use that as the
9547 startup level. If ARG is non-nil and not a positive number, Gnus will
9548 prompt the user for the name of an NNTP server to use.
9549
9550 \(fn &optional ARG DONT-CONNECT SLAVE)" t nil)
9551
9552 ;;;***
9553 \f
9554 ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
9555 ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
9556 ;;;;;; (15185 54813))
9557 ;;; Generated autoloads from gnus/gnus-agent.el
9558
9559 (autoload (quote gnus-unplugged) "gnus-agent" "\
9560 Start Gnus unplugged.
9561
9562 \(fn)" t nil)
9563
9564 (autoload (quote gnus-plugged) "gnus-agent" "\
9565 Start Gnus plugged.
9566
9567 \(fn)" t nil)
9568
9569 (autoload (quote gnus-agentize) "gnus-agent" "\
9570 Allow Gnus to be an offline newsreader.
9571 The normal usage of this command is to put the following as the
9572 last form in your `.gnus.el' file:
9573
9574 \(gnus-agentize)
9575
9576 This will modify the `gnus-before-startup-hook', `gnus-post-method',
9577 and `message-send-mail-function' variables, and install the Gnus
9578 agent minor mode in all Gnus buffers.
9579
9580 \(fn)" t nil)
9581
9582 (autoload (quote gnus-agent-batch-fetch) "gnus-agent" "\
9583 Start Gnus and fetch session.
9584
9585 \(fn)" t nil)
9586
9587 (autoload (quote gnus-agent-batch) "gnus-agent" "\
9588 Not documented
9589
9590 \(fn)" t nil)
9591
9592 ;;;***
9593 \f
9594 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
9595 ;;;;;; (15852 39770))
9596 ;;; Generated autoloads from gnus/gnus-art.el
9597
9598 (autoload (quote gnus-article-prepare-display) "gnus-art" "\
9599 Make the current buffer look like a nice article.
9600
9601 \(fn)" nil nil)
9602
9603 ;;;***
9604 \f
9605 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
9606 ;;;;;; (15185 54813))
9607 ;;; Generated autoloads from gnus/gnus-audio.el
9608
9609 (autoload (quote gnus-audio-play) "gnus-audio" "\
9610 Play a sound FILE through the speaker.
9611
9612 \(fn FILE)" t nil)
9613
9614 ;;;***
9615 \f
9616 ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active
9617 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14860
9618 ;;;;;; 14811))
9619 ;;; Generated autoloads from gnus/gnus-cache.el
9620
9621 (autoload (quote gnus-jog-cache) "gnus-cache" "\
9622 Go through all groups and put the articles into the cache.
9623
9624 Usage:
9625 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache
9626
9627 \(fn)" t nil)
9628
9629 (autoload (quote gnus-cache-generate-active) "gnus-cache" "\
9630 Generate the cache active file.
9631
9632 \(fn &optional DIRECTORY)" t nil)
9633
9634 (autoload (quote gnus-cache-generate-nov-databases) "gnus-cache" "\
9635 Generate NOV files recursively starting in DIR.
9636
9637 \(fn DIR)" t nil)
9638
9639 ;;;***
9640 \f
9641 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
9642 ;;;;;; "gnus-group" "gnus/gnus-group.el" (15852 39770))
9643 ;;; Generated autoloads from gnus/gnus-group.el
9644
9645 (autoload (quote gnus-fetch-group) "gnus-group" "\
9646 Start Gnus if necessary and enter GROUP.
9647 Returns whether the fetching was successful or not.
9648
9649 \(fn GROUP)" t nil)
9650
9651 (autoload (quote gnus-fetch-group-other-frame) "gnus-group" "\
9652 Pop up a frame and enter GROUP.
9653
9654 \(fn GROUP)" t nil)
9655
9656 ;;;***
9657 \f
9658 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
9659 ;;;;;; (14813 3418))
9660 ;;; Generated autoloads from gnus/gnus-kill.el
9661
9662 (defalias (quote gnus-batch-kill) (quote gnus-batch-score))
9663
9664 (autoload (quote gnus-batch-score) "gnus-kill" "\
9665 Run batched scoring.
9666 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
9667
9668 \(fn)" t nil)
9669
9670 ;;;***
9671 \f
9672 ;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)
9673 ;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15185 54813))
9674 ;;; Generated autoloads from gnus/gnus-ml.el
9675
9676 (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
9677 Not documented
9678
9679 \(fn)" nil nil)
9680
9681 (autoload (quote gnus-mailing-list-mode) "gnus-ml" "\
9682 Minor mode for providing mailing-list commands.
9683
9684 \\{gnus-mailing-list-mode-map}
9685
9686 \(fn &optional ARG)" t nil)
9687
9688 ;;;***
9689 \f
9690 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
9691 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
9692 ;;;;;; (15852 39770))
9693 ;;; Generated autoloads from gnus/gnus-mlspl.el
9694
9695 (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
9696 Set up the split for nnmail-split-fancy.
9697 Sets things up so that nnmail-split-fancy is used for mail
9698 splitting, and defines the variable nnmail-split-fancy according with
9699 group parameters.
9700
9701 If AUTO-UPDATE is non-nil (prefix argument accepted, if called
9702 interactively), it makes sure nnmail-split-fancy is re-computed before
9703 getting new mail, by adding gnus-group-split-update to
9704 nnmail-pre-get-new-mail-hook.
9705
9706 A non-nil CATCH-ALL replaces the current value of
9707 gnus-group-split-default-catch-all-group. This variable is only used
9708 by gnus-group-split-update, and only when its CATCH-ALL argument is
9709 nil. This argument may contain any fancy split, that will be added as
9710 the last split in a `|' split produced by gnus-group-split-fancy,
9711 unless overridden by any group marked as a catch-all group. Typical
9712 uses are as simple as the name of a default mail group, but more
9713 elaborate fancy splits may also be useful to split mail that doesn't
9714 match any of the group-specified splitting rules. See
9715 gnus-group-split-fancy for details.
9716
9717 \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil)
9718
9719 (autoload (quote gnus-group-split-update) "gnus-mlspl" "\
9720 Computes nnmail-split-fancy from group params and CATCH-ALL, by
9721 calling (gnus-group-split-fancy nil nil CATCH-ALL).
9722
9723 If CATCH-ALL is nil, gnus-group-split-default-catch-all-group is used
9724 instead. This variable is set by gnus-group-split-setup.
9725
9726 \(fn &optional CATCH-ALL)" t nil)
9727
9728 (autoload (quote gnus-group-split) "gnus-mlspl" "\
9729 Uses information from group parameters in order to split mail.
9730 See gnus-group-split-fancy for more information.
9731
9732 gnus-group-split is a valid value for nnmail-split-methods.
9733
9734 \(fn)" nil nil)
9735
9736 (autoload (quote gnus-group-split-fancy) "gnus-mlspl" "\
9737 Uses information from group parameters in order to split mail.
9738 It can be embedded into `nnmail-split-fancy' lists with the SPLIT
9739
9740 \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
9741
9742 GROUPS may be a regular expression or a list of group names, that will
9743 be used to select candidate groups. If it is omitted or nil, all
9744 existing groups are considered.
9745
9746 if NO-CROSSPOST is omitted or nil, a & split will be returned,
9747 otherwise, a | split, that does not allow crossposting, will be
9748 returned.
9749
9750 For each selected group, a SPLIT is composed like this: if SPLIT-SPEC
9751 is specified, this split is returned as-is (unless it is nil: in this
9752 case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or
9753 EXTRA-ALIASES are specified, a regexp that matches any of them is
9754 constructed (extra-aliases may be a list). Additionally, if
9755 SPLIT-REGEXP is specified, the regexp will be extended so that it
9756 matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT
9757 clauses will be generated.
9758
9759 If CATCH-ALL is nil, no catch-all handling is performed, regardless of
9760 catch-all marks in group parameters. Otherwise, if there is no
9761 selected group whose SPLIT-REGEXP matches the empty string, nor is
9762 there a selected group whose SPLIT-SPEC is 'catch-all, this fancy
9763 split (say, a group name) will be appended to the returned SPLIT list,
9764 as the last element of a '| SPLIT.
9765
9766 For example, given the following group parameters:
9767
9768 nnml:mail.bar:
9769 \((to-address . \"bar@femail.com\")
9770 (split-regexp . \".*@femail\\\\.com\"))
9771 nnml:mail.foo:
9772 \((to-list . \"foo@nowhere.gov\")
9773 (extra-aliases \"foo@localhost\" \"foo-redist@home\")
9774 (split-exclude \"bugs-foo\" \"rambling-foo\")
9775 (admin-address . \"foo-request@nowhere.gov\"))
9776 nnml:mail.others:
9777 \((split-spec . catch-all))
9778
9779 Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns:
9780
9781 \(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\"
9782 \"mail.bar\")
9783 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"
9784 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))
9785 \"mail.others\")
9786
9787 \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil)
9788
9789 ;;;***
9790 \f
9791 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
9792 ;;;;;; (14791 27652))
9793 ;;; Generated autoloads from gnus/gnus-move.el
9794
9795 (autoload (quote gnus-change-server) "gnus-move" "\
9796 Move from FROM-SERVER to TO-SERVER.
9797 Update the .newsrc.eld file to reflect the change of nntp server.
9798
9799 \(fn FROM-SERVER TO-SERVER)" t nil)
9800
9801 ;;;***
9802 \f
9803 ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15852
9804 ;;;;;; 39770))
9805 ;;; Generated autoloads from gnus/gnus-msg.el
9806
9807 (autoload (quote gnus-msg-mail) "gnus-msg" "\
9808 Start editing a mail message to be sent.
9809 Like `message-mail', but with Gnus paraphernalia, particularly the
9810 Gcc: header for archiving purposes.
9811
9812 \(fn &rest ARGS)" t nil)
9813
9814 (define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
9815
9816 ;;;***
9817 \f
9818 ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"
9819 ;;;;;; (15852 39770))
9820 ;;; Generated autoloads from gnus/gnus-mule.el
9821
9822 (autoload (quote gnus-mule-add-group) "gnus-mule" "\
9823 Specify that articles of news group NAME are encoded in CODING-SYSTEM.
9824 All news groups deeper than NAME are also the target.
9825 If CODING-SYSTEM is a cons, the car part is used and the cdr
9826 part is ignored.
9827
9828 This function exists for backward compatibility with Emacs 20. It is
9829 recommended to customize the variable `gnus-group-charset-alist'
9830 rather than using this function.
9831
9832 \(fn NAME CODING-SYSTEM)" nil nil)
9833
9834 ;;;***
9835 \f
9836 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
9837 ;;;;;; (14791 27652))
9838 ;;; Generated autoloads from gnus/gnus-soup.el
9839
9840 (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
9841 Brew a SOUP packet from groups mention on the command line.
9842 Will use the remaining command line arguments as regular expressions
9843 for matching on group names.
9844
9845 For instance, if you want to brew on all the nnml groups, as well as
9846 groups with \"emacs\" in the name, you could say something like:
9847
9848 $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"
9849
9850 Note -- this function hasn't been implemented yet.
9851
9852 \(fn)" t nil)
9853
9854 ;;;***
9855 \f
9856 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
9857 ;;;;;; (14860 12426))
9858 ;;; Generated autoloads from gnus/gnus-spec.el
9859
9860 (autoload (quote gnus-update-format) "gnus-spec" "\
9861 Update the format specification near point.
9862
9863 \(fn VAR)" t nil)
9864
9865 ;;;***
9866 \f
9867 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
9868 ;;;;;; "gnus/gnus-start.el" (15650 59284))
9869 ;;; Generated autoloads from gnus/gnus-start.el
9870
9871 (autoload (quote gnus-unload) "gnus-start" "\
9872 Unload all Gnus features.
9873 \(For some value of `all' or `Gnus'.) Currently, features whose names
9874 have prefixes `gnus-', `nn', `mm-' or `rfc' are unloaded. Use
9875 cautiously -- unloading may cause trouble.
9876
9877 \(fn)" t nil)
9878
9879 (autoload (quote gnus-declare-backend) "gnus-start" "\
9880 Declare backend NAME with ABILITIES as a Gnus backend.
9881
9882 \(fn NAME &rest ABILITIES)" nil nil)
9883
9884 ;;;***
9885 \f
9886 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
9887 ;;;;;; (15852 39770))
9888 ;;; Generated autoloads from gnus/gnus-win.el
9889
9890 (autoload (quote gnus-add-configuration) "gnus-win" "\
9891 Add the window configuration CONF to `gnus-buffer-configuration'.
9892
9893 \(fn CONF)" nil nil)
9894
9895 ;;;***
9896 \f
9897 ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15750 12573))
9898 ;;; Generated autoloads from play/gomoku.el
9899
9900 (autoload (quote gomoku) "gomoku" "\
9901 Start a Gomoku game between you and Emacs.
9902
9903 If a game is in progress, this command allow you to resume it.
9904 If optional arguments N and M are given, an N by M board is used.
9905 If prefix arg is given for N, M is prompted for.
9906
9907 You and Emacs play in turn by marking a free square. You mark it with X
9908 and Emacs marks it with O. The winner is the first to get five contiguous
9909 marks horizontally, vertically or in diagonal.
9910
9911 You play by moving the cursor over the square you choose and hitting
9912 \\<gomoku-mode-map>\\[gomoku-human-plays].
9913
9914 This program actually plays a simplified or archaic version of the
9915 Gomoku game, and ought to be upgraded to use the full modern rules.
9916
9917 Use \\[describe-mode] for more info.
9918
9919 \(fn &optional N M)" t nil)
9920
9921 ;;;***
9922 \f
9923 ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
9924 ;;;;;; "goto-addr" "net/goto-addr.el" (15810 58347))
9925 ;;; Generated autoloads from net/goto-addr.el
9926
9927 (autoload (quote goto-address-at-mouse) "goto-addr" "\
9928 Send to the e-mail address or load the URL clicked with the mouse.
9929 Send mail to address at position of mouse click. See documentation for
9930 `goto-address-find-address-at-point'. If no address is found
9931 there, then load the URL at or before the position of the mouse click.
9932
9933 \(fn EVENT)" t nil)
9934
9935 (autoload (quote goto-address-at-point) "goto-addr" "\
9936 Send to the e-mail address or load the URL at point.
9937 Send mail to address at point. See documentation for
9938 `goto-address-find-address-at-point'. If no address is found
9939 there, then load the URL at or before point.
9940
9941 \(fn)" t nil)
9942
9943 (autoload (quote goto-address) "goto-addr" "\
9944 Sets up goto-address functionality in the current buffer.
9945 Allows user to use mouse/keyboard command to click to go to a URL
9946 or to send e-mail.
9947 By default, goto-address binds to mouse-2 and C-c RET.
9948
9949 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
9950 `goto-address-highlight-p' for more information).
9951
9952 \(fn)" t nil)
9953
9954 ;;;***
9955 \f
9956 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14339))
9957 ;;; Generated autoloads from gs.el
9958
9959 (autoload (quote gs-load-image) "gs" "\
9960 Load a PS image for display on FRAME.
9961 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
9962 and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of
9963 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
9964
9965 \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil)
9966
9967 ;;;***
9968 \f
9969 ;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
9970 ;;;;;; (15855 43929))
9971 ;;; Generated autoloads from gud.el
9972
9973 (autoload (quote gdb) "gud" "\
9974 Run gdb on program FILE in buffer *gud-FILE*.
9975 The directory containing FILE becomes the initial working directory
9976 and source-file directory for your debugger.
9977
9978 \(fn COMMAND-LINE)" t nil)
9979
9980 (autoload (quote sdb) "gud" "\
9981 Run sdb on program FILE in buffer *gud-FILE*.
9982 The directory containing FILE becomes the initial working directory
9983 and source-file directory for your debugger.
9984
9985 \(fn COMMAND-LINE)" t nil)
9986
9987 (autoload (quote dbx) "gud" "\
9988 Run dbx on program FILE in buffer *gud-FILE*.
9989 The directory containing FILE becomes the initial working directory
9990 and source-file directory for your debugger.
9991
9992 \(fn COMMAND-LINE)" t nil)
9993
9994 (autoload (quote xdb) "gud" "\
9995 Run xdb on program FILE in buffer *gud-FILE*.
9996 The directory containing FILE becomes the initial working directory
9997 and source-file directory for your debugger.
9998
9999 You can set the variable 'gud-xdb-directories' to a list of program source
10000 directories if your program contains sources from more than one directory.
10001
10002 \(fn COMMAND-LINE)" t nil)
10003
10004 (autoload (quote perldb) "gud" "\
10005 Run perldb on program FILE in buffer *gud-FILE*.
10006 The directory containing FILE becomes the initial working directory
10007 and source-file directory for your debugger.
10008
10009 \(fn COMMAND-LINE)" t nil)
10010
10011 (autoload (quote pdb) "gud" "\
10012 Run pdb on program FILE in buffer `*gud-FILE*'.
10013 The directory containing FILE becomes the initial working directory
10014 and source-file directory for your debugger.
10015
10016 \(fn COMMAND-LINE)" t nil)
10017
10018 (autoload (quote jdb) "gud" "\
10019 Run jdb with command line COMMAND-LINE in a buffer.
10020 The buffer is named \"*gud*\" if no initial class is given or
10021 \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
10022 switch is given, omit all whitespace between it and its value.
10023
10024 See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
10025 information on how jdb accesses source files. Alternatively (if
10026 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
10027 original source file access method.
10028
10029 For general information about commands available to control jdb from
10030 gud, see `gud-mode'.
10031
10032 \(fn COMMAND-LINE)" t nil)
10033
10034 (autoload (quote bashdb) "gud" "\
10035 Run bashdb on program FILE in buffer *gud-FILE*.
10036 The directory containing FILE becomes the initial working directory
10037 and source-file directory for your debugger.
10038
10039 \(fn COMMAND-LINE)" t nil)
10040 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")
10041
10042 ;;;***
10043 \f
10044 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15587
10045 ;;;;;; 40646))
10046 ;;; Generated autoloads from play/handwrite.el
10047
10048 (autoload (quote handwrite) "handwrite" "\
10049 Turns the buffer into a \"handwritten\" document.
10050 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt'
10051 and `handwrite-13pt' set up for various sizes of output.
10052
10053 Variables: handwrite-linespace (default 12)
10054 handwrite-fontsize (default 11)
10055 handwrite-numlines (default 60)
10056 handwrite-pagenumbering (default nil)
10057
10058 \(fn)" t nil)
10059
10060 ;;;***
10061 \f
10062 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
10063 ;;;;;; (15185 49575))
10064 ;;; Generated autoloads from play/hanoi.el
10065
10066 (autoload (quote hanoi) "hanoi" "\
10067 Towers of Hanoi diversion. Use NRINGS rings.
10068
10069 \(fn NRINGS)" t nil)
10070
10071 (autoload (quote hanoi-unix) "hanoi" "\
10072 Towers of Hanoi, UNIX doomsday version.
10073 Displays 32-ring towers that have been progressing at one move per
10074 second since 1970-01-01 00:00:00 GMT.
10075
10076 Repent before ring 31 moves.
10077
10078 \(fn)" t nil)
10079
10080 (autoload (quote hanoi-unix-64) "hanoi" "\
10081 Like hanoi-unix, but pretend to have a 64-bit clock.
10082 This is, necessarily (as of emacs 20.3), a crock. When the
10083 current-time interface is made s2G-compliant, hanoi.el will need
10084 to be updated.
10085
10086 \(fn)" t nil)
10087
10088 ;;;***
10089 \f
10090 ;;;### (autoloads (describe-categories describe-syntax describe-variable
10091 ;;;;;; variable-at-point describe-function-1 describe-function locate-library
10092 ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15836 36760))
10093 ;;; Generated autoloads from help-fns.el
10094
10095 (autoload (quote help-with-tutorial) "help-fns" "\
10096 Select the Emacs learn-by-doing tutorial.
10097 If there is a tutorial version written in the language
10098 of the selected language environment, that version is used.
10099 If there's no tutorial in that language, `TUTORIAL' is selected.
10100 With ARG, you are asked to choose which language.
10101
10102 \(fn &optional ARG)" t nil)
10103
10104 (autoload (quote locate-library) "help-fns" "\
10105 Show the precise file name of Emacs library LIBRARY.
10106 This command searches the directories in `load-path' like `\\[load-library]'
10107 to find the file that `\\[load-library] RET LIBRARY RET' would load.
10108 Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'
10109 to the specified name LIBRARY.
10110
10111 If the optional third arg PATH is specified, that list of directories
10112 is used instead of `load-path'.
10113
10114 When called from a program, the file name is normaly returned as a
10115 string. When run interactively, the argument INTERACTIVE-CALL is t,
10116 and the file name is displayed in the echo area.
10117
10118 \(fn LIBRARY &optional NOSUFFIX PATH INTERACTIVE-CALL)" t nil)
10119
10120 (autoload (quote describe-function) "help-fns" "\
10121 Display the full documentation of FUNCTION (a symbol).
10122
10123 \(fn FUNCTION)" t nil)
10124
10125 (autoload (quote describe-function-1) "help-fns" "\
10126 Not documented
10127
10128 \(fn FUNCTION)" nil nil)
10129
10130 (autoload (quote variable-at-point) "help-fns" "\
10131 Return the bound variable symbol found around point.
10132 Return 0 if there is no such symbol.
10133
10134 \(fn)" nil nil)
10135
10136 (autoload (quote describe-variable) "help-fns" "\
10137 Display the full documentation of VARIABLE (a symbol).
10138 Returns the documentation as a string, also.
10139 If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),
10140 it is displayed along with the global value.
10141
10142 \(fn VARIABLE &optional BUFFER)" t nil)
10143
10144 (autoload (quote describe-syntax) "help-fns" "\
10145 Describe the syntax specifications in the syntax table of BUFFER.
10146 The descriptions are inserted in a help buffer, which is then displayed.
10147 BUFFER defaults to the current buffer.
10148
10149 \(fn &optional BUFFER)" t nil)
10150
10151 (autoload (quote describe-categories) "help-fns" "\
10152 Describe the category specifications in the current category table.
10153 The descriptions are inserted in a buffer, which is then displayed.
10154
10155 \(fn &optional BUFFER)" t nil)
10156
10157 ;;;***
10158 \f
10159 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
10160 ;;;;;; (15185 49574))
10161 ;;; Generated autoloads from help-macro.el
10162
10163 (defvar three-step-help nil "\
10164 *Non-nil means give more info about Help command in three steps.
10165 The three steps are simple prompt, prompt with all options,
10166 and window listing and describing the options.
10167 A value of nil means skip the middle step, so that
10168 \\[help-command] \\[help-command] gives the window that lists the options.")
10169
10170 ;;;***
10171 \f
10172 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
10173 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
10174 ;;;;;; help-mode) "help-mode" "help-mode.el" (15668 17307))
10175 ;;; Generated autoloads from help-mode.el
10176
10177 (autoload (quote help-mode) "help-mode" "\
10178 Major mode for viewing help text and navigating references in it.
10179 Entry to this mode runs the normal hook `help-mode-hook'.
10180 Commands:
10181 \\{help-mode-map}
10182
10183 \(fn)" t nil)
10184
10185 (autoload (quote help-mode-setup) "help-mode" "\
10186 Not documented
10187
10188 \(fn)" nil nil)
10189
10190 (autoload (quote help-mode-finish) "help-mode" "\
10191 Not documented
10192
10193 \(fn)" nil nil)
10194
10195 (autoload (quote help-setup-xref) "help-mode" "\
10196 Invoked from commands using the \"*Help*\" buffer to install some xref info.
10197
10198 ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
10199 buffer after following a reference. INTERACTIVE-P is non-nil if the
10200 calling command was invoked interactively. In this case the stack of
10201 items for help buffer \"back\" buttons is cleared.
10202
10203 This should be called very early, before the output buffer is cleared,
10204 because we want to record the \"previous\" position of point so we can
10205 restore it properly when going back.
10206
10207 \(fn ITEM INTERACTIVE-P)" nil nil)
10208
10209 (autoload (quote help-make-xrefs) "help-mode" "\
10210 Parse and hyperlink documentation cross-references in the given BUFFER.
10211
10212 Find cross-reference information in a buffer and activate such cross
10213 references for selection with `help-follow'. Cross-references have
10214 the canonical form `...' and the type of reference may be
10215 disambiguated by the preceding word(s) used in
10216 `help-xref-symbol-regexp'.
10217
10218 If the variable `help-xref-mule-regexp' is non-nil, find also
10219 cross-reference information related to multilingual environment
10220 \(e.g., coding-systems). This variable is also used to disambiguate
10221 the type of reference as the same way as `help-xref-symbol-regexp'.
10222
10223 A special reference `back' is made to return back through a stack of
10224 help buffers. Variable `help-back-label' specifies the text for
10225 that.
10226
10227 \(fn &optional BUFFER)" t nil)
10228
10229 (autoload (quote help-xref-button) "help-mode" "\
10230 Make a hyperlink for cross-reference text previously matched.
10231 MATCH-NUMBER is the subexpression of interest in the last matched
10232 regexp. TYPE is the type of button to use. Any remaining arguments are
10233 passed to the button's help-function when it is invoked.
10234 See `help-make-xrefs'.
10235
10236 \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil)
10237
10238 (autoload (quote help-insert-xref-button) "help-mode" "\
10239 Insert STRING and make a hyperlink from cross-reference text on it.
10240 TYPE is the type of button to use. Any remaining arguments are passed
10241 to the button's help-function when it is invoked.
10242 See `help-make-xrefs'.
10243
10244 \(fn STRING TYPE &rest ARGS)" nil nil)
10245
10246 (autoload (quote help-xref-on-pp) "help-mode" "\
10247 Add xrefs for symbols in `pp's output between FROM and TO.
10248
10249 \(fn FROM TO)" nil nil)
10250
10251 ;;;***
10252 \f
10253 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
10254 ;;;;;; "emacs-lisp/helper.el" (15185 49574))
10255 ;;; Generated autoloads from emacs-lisp/helper.el
10256
10257 (autoload (quote Helper-describe-bindings) "helper" "\
10258 Describe local key bindings of current mode.
10259
10260 \(fn)" t nil)
10261
10262 (autoload (quote Helper-help) "helper" "\
10263 Provide help for current mode.
10264
10265 \(fn)" t nil)
10266
10267 ;;;***
10268 \f
10269 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
10270 ;;;;;; "hexl.el" (15809 3073))
10271 ;;; Generated autoloads from hexl.el
10272
10273 (autoload (quote hexl-mode) "hexl" "\
10274 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
10275 This is not an ordinary major mode; it alters some aspects
10276 of the current mode's behavior, but not all; also, you can exit
10277 Hexl mode and return to the previous mode using `hexl-mode-exit'.
10278
10279 This function automatically converts a buffer into the hexl format
10280 using the function `hexlify-buffer'.
10281
10282 Each line in the buffer has an \"address\" (displayed in hexadecimal)
10283 representing the offset into the file that the characters on this line
10284 are at and 16 characters from the file (displayed as hexadecimal
10285 values grouped every 16 bits) and as their ASCII values.
10286
10287 If any of the characters (displayed as ASCII characters) are
10288 unprintable (control or meta characters) they will be replaced as
10289 periods.
10290
10291 If `hexl-mode' is invoked with an argument the buffer is assumed to be
10292 in hexl format.
10293
10294 A sample format:
10295
10296 HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT
10297 -------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
10298 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod
10299 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
10300 00000020: 7072 6573 656e 7473 2031 3620 6279 7465 presents 16 byte
10301 00000030: 7320 6173 2068 6578 6164 6563 696d 616c s as hexadecimal
10302 00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74 ASCII.and print
10303 00000050: 6162 6c65 2041 5343 4949 2063 6861 7261 able ASCII chara
10304 00000060: 6374 6572 732e 2020 416e 7920 636f 6e74 cters. Any cont
10305 00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949 rol or non-ASCII
10306 00000080: 2063 6861 7261 6374 6572 730a 6172 6520 characters.are
10307 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
10308 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
10309 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
10310 000000c0: 7265 6769 6f6e 2e0a region..
10311
10312 Movement is as simple as movement in a normal emacs text buffer. Most
10313 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
10314 to move the cursor left, right, down, and up).
10315
10316 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
10317 also supported.
10318
10319 There are several ways to change text in hexl mode:
10320
10321 ASCII characters (character between space (0x20) and tilde (0x7E)) are
10322 bound to self-insert so you can simply type the character and it will
10323 insert itself (actually overstrike) into the buffer.
10324
10325 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
10326 it isn't bound to self-insert. An octal number can be supplied in place
10327 of another key to insert the octal number's ASCII representation.
10328
10329 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
10330 into the buffer at the current point.
10331
10332 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
10333 into the buffer at the current point.
10334
10335 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
10336 into the buffer at the current point.
10337
10338 \\[hexl-mode-exit] will exit hexl-mode.
10339
10340 Note: saving the file with any of the usual Emacs commands
10341 will actually convert it back to binary format while saving.
10342
10343 You can use \\[hexl-find-file] to visit a file in Hexl mode.
10344
10345 \\[describe-bindings] for advanced commands.
10346
10347 \(fn &optional ARG)" t nil)
10348
10349 (autoload (quote hexl-find-file) "hexl" "\
10350 Edit file FILENAME in hexl-mode.
10351 Switch to a buffer visiting file FILENAME, creating one in none exists.
10352
10353 \(fn FILENAME)" t nil)
10354
10355 (autoload (quote hexlify-buffer) "hexl" "\
10356 Convert a binary buffer to hexl format.
10357 This discards the buffer's undo information.
10358
10359 \(fn)" t nil)
10360
10361 ;;;***
10362 \f
10363 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
10364 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
10365 ;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15826
10366 ;;;;;; 3927))
10367 ;;; Generated autoloads from hi-lock.el
10368
10369 (defvar hi-lock-mode nil "\
10370 Toggle hi-lock, for interactively adding font-lock text-highlighting patterns.")
10371
10372 (custom-add-to-group (quote hi-lock-interactive-text-highlighting) (quote hi-lock-mode) (quote custom-variable))
10373
10374 (custom-add-load (quote hi-lock-mode) (quote hi-lock))
10375
10376 (autoload (quote hi-lock-mode) "hi-lock" "\
10377 Toggle minor mode for interactively adding font-lock highlighting patterns.
10378
10379 If ARG positive turn hi-lock on. Issuing a hi-lock command will also
10380 turn hi-lock on. When hi-lock is turned on, a \"Regexp Highlighting\"
10381 submenu is added to the \"Edit\" menu. The commands in the submenu,
10382 which can be called interactively, are:
10383
10384 \\[highlight-regexp] REGEXP FACE
10385 Highlight matches of pattern REGEXP in current buffer with FACE.
10386
10387 \\[highlight-phrase] PHRASE FACE
10388 Highlight matches of phrase PHRASE in current buffer with FACE.
10389 (PHRASE can be any REGEXP, but spaces will be replaced by matches
10390 to whitespace and initial lower-case letters will become case insensitive.)
10391
10392 \\[highlight-lines-matching-regexp] REGEXP FACE
10393 Highlight lines containing matches of REGEXP in current buffer with FACE.
10394
10395 \\[unhighlight-regexp] REGEXP
10396 Remove highlighting on matches of REGEXP in current buffer.
10397
10398 \\[hi-lock-write-interactive-patterns]
10399 Write active REGEXPs into buffer as comments (if possible). They will
10400 be read the next time file is loaded or when the \\[hi-lock-find-patterns] command
10401 is issued. The inserted regexps are in the form of font lock keywords.
10402 (See `font-lock-keywords') They may be edited and re-loaded with \\[hi-lock-find-patterns],
10403 any valid `font-lock-keywords' form is acceptable.
10404
10405 \\[hi-lock-find-patterns]
10406 Re-read patterns stored in buffer (in the format produced by \\[hi-lock-write-interactive-patterns]).
10407
10408 When hi-lock is started and if the mode is not excluded, the
10409 beginning of the buffer is searched for lines of the form:
10410 Hi-lock: FOO
10411 where FOO is a list of patterns. These are added to the font lock keywords
10412 already present. The patterns must start before position (number
10413 of characters into buffer) `hi-lock-file-patterns-range'. Patterns
10414 will be read until
10415 Hi-lock: end
10416 is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'.
10417
10418 \(fn &optional ARG)" t nil)
10419
10420 (defalias (quote highlight-lines-matching-regexp) (quote hi-lock-line-face-buffer))
10421
10422 (autoload (quote hi-lock-line-face-buffer) "hi-lock" "\
10423 Set face of all lines containing a match of REGEXP to FACE.
10424
10425 Interactively, prompt for REGEXP then FACE. Buffer-local history
10426 list maintained for regexps, global history maintained for faces.
10427 \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item.
10428 \(See info node `Minibuffer History')
10429
10430 \(fn REGEXP &optional FACE)" t nil)
10431
10432 (defalias (quote highlight-regexp) (quote hi-lock-face-buffer))
10433
10434 (autoload (quote hi-lock-face-buffer) "hi-lock" "\
10435 Set face of each match of REGEXP to FACE.
10436
10437 Interactively, prompt for REGEXP then FACE. Buffer-local history
10438 list maintained for regexps, global history maintained for faces.
10439 \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item.
10440 \(See info node `Minibuffer History')
10441
10442 \(fn REGEXP &optional FACE)" t nil)
10443
10444 (defalias (quote highlight-phrase) (quote hi-lock-face-phrase-buffer))
10445
10446 (autoload (quote hi-lock-face-phrase-buffer) "hi-lock" "\
10447 Set face of each match of phrase REGEXP to FACE.
10448
10449 Whitespace in REGEXP converted to arbitrary whitespace and initial
10450 lower-case letters made case insensitive.
10451
10452 \(fn REGEXP &optional FACE)" t nil)
10453
10454 (defalias (quote unhighlight-regexp) (quote hi-lock-unface-buffer))
10455
10456 (autoload (quote hi-lock-unface-buffer) "hi-lock" "\
10457 Remove highlighting of each match to REGEXP set by hi-lock.
10458
10459 Interactively, prompt for REGEXP. Buffer-local history of inserted
10460 regexp's maintained. Will accept only regexps inserted by hi-lock
10461 interactive functions. (See `hi-lock-interactive-patterns'.)
10462 \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp.
10463 \(See info node `Minibuffer History'.)
10464
10465 \(fn REGEXP)" t nil)
10466
10467 (autoload (quote hi-lock-write-interactive-patterns) "hi-lock" "\
10468 Write interactively added patterns, if any, into buffer at point.
10469
10470 Interactively added patterns are those normally specified using
10471 `highlight-regexp' and `highlight-lines-matching-regexp'; they can
10472 be found in variable `hi-lock-interactive-patterns'.
10473
10474 \(fn)" t nil)
10475
10476 ;;;***
10477 \f
10478 ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
10479 ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15494 12696))
10480 ;;; Generated autoloads from progmodes/hideif.el
10481
10482 (autoload (quote hide-ifdef-mode) "hideif" "\
10483 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one.
10484 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
10485 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
10486 would eliminate may be hidden from view. Several variables affect
10487 how the hiding is done:
10488
10489 `hide-ifdef-env'
10490 An association list of defined and undefined symbols for the
10491 current buffer. Initially, the global value of `hide-ifdef-env'
10492 is used.
10493
10494 `hide-ifdef-define-alist'
10495 An association list of defined symbol lists.
10496 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
10497 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
10498 from one of the lists in `hide-ifdef-define-alist'.
10499
10500 `hide-ifdef-lines'
10501 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
10502 #endif lines when hiding.
10503
10504 `hide-ifdef-initially'
10505 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
10506 is activated.
10507
10508 `hide-ifdef-read-only'
10509 Set to non-nil if you want to make buffers read only while hiding.
10510 After `show-ifdefs', read-only status is restored to previous value.
10511
10512 \\{hide-ifdef-mode-map}
10513
10514 \(fn &optional ARG)" t nil)
10515
10516 (defvar hide-ifdef-initially nil "\
10517 *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.")
10518
10519 (defvar hide-ifdef-read-only nil "\
10520 *Set to non-nil if you want buffer to be read-only while hiding text.")
10521
10522 (defvar hide-ifdef-lines nil "\
10523 *Non-nil means hide the #ifX, #else, and #endif lines.")
10524
10525 ;;;***
10526 \f
10527 ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
10528 ;;;;;; "hideshow" "progmodes/hideshow.el" (15587 40845))
10529 ;;; Generated autoloads from progmodes/hideshow.el
10530
10531 (defvar hs-hide-comments-when-hiding-all t "\
10532 *Hide the comments too when you do an `hs-hide-all'.")
10533
10534 (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
10535 *Alist for initializing the hideshow variables for different modes.
10536 Each element has the form
10537 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
10538
10539 If non-nil, hideshow will use these values as regexps to define blocks
10540 and comments, respectively for major mode MODE.
10541
10542 START, END and COMMENT-START are regular expressions. A block is
10543 defined as text surrounded by START and END.
10544
10545 As a special case, START may be a list of the form (COMPLEX-START
10546 MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
10547 MDATA-SELECTOR an integer that specifies which sub-match is the proper
10548 place to adjust point, before calling `hs-forward-sexp-func'. For
10549 example, see the `hs-special-modes-alist' entry for `bibtex-mode'.
10550
10551 For some major modes, `forward-sexp' does not work properly. In those
10552 cases, FORWARD-SEXP-FUNC specifies another function to use instead.
10553
10554 See the documentation for `hs-adjust-block-beginning' to see what is the
10555 use of ADJUST-BEG-FUNC.
10556
10557 If any of the elements is left nil or omitted, hideshow tries to guess
10558 appropriate values. The regexps should not contain leading or trailing
10559 whitespace. Case does not matter.")
10560
10561 (autoload (quote hs-minor-mode) "hideshow" "\
10562 Toggle hideshow minor mode.
10563 With ARG, turn hideshow minor mode on if ARG is positive, off otherwise.
10564 When hideshow minor mode is on, the menu bar is augmented with hideshow
10565 commands and the hideshow commands are enabled.
10566 The value '(hs . t) is added to `buffer-invisibility-spec'.
10567
10568 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
10569 `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also
10570 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
10571
10572 Turning hideshow minor mode off reverts the menu bar and the
10573 variables to default values and disables the hideshow commands.
10574
10575 Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.
10576
10577 Key bindings:
10578 \\{hs-minor-mode-map}
10579
10580 \(fn &optional ARG)" t nil)
10581
10582 ;;;***
10583 \f
10584 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file
10585 ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change
10586 ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
10587 ;;;;;; "hilit-chg" "hilit-chg.el" (15736 22015))
10588 ;;; Generated autoloads from hilit-chg.el
10589
10590 (defvar highlight-changes-mode nil)
10591
10592 (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
10593 Remove the change face from the region between BEG and END.
10594 This allows you to manually remove highlighting from uninteresting changes.
10595
10596 \(fn BEG END)" t nil)
10597
10598 (autoload (quote highlight-changes-mode) "hilit-chg" "\
10599 Toggle (or initially set) Highlight Changes mode.
10600
10601 Without an argument:
10602 If Highlight Changes mode is not enabled, then enable it (in either active
10603 or passive state as determined by the variable
10604 `highlight-changes-initial-state'); otherwise, toggle between active
10605 and passive state.
10606
10607 With an argument ARG:
10608 If ARG is positive, set state to active;
10609 If ARG is zero, set state to passive;
10610 If ARG is negative, disable Highlight Changes mode completely.
10611
10612 Active state - means changes are shown in a distinctive face.
10613 Passive state - means changes are kept and new ones recorded but are
10614 not displayed in a different face.
10615
10616 Functions:
10617 \\[highlight-changes-next-change] - move point to beginning of next change
10618 \\[highlight-changes-previous-change] - move to beginning of previous change
10619 \\[highlight-compare-with-file] - mark text as changed by comparing this
10620 buffer with the contents of a file
10621 \\[highlight-changes-remove-highlight] - remove the change face from the region
10622 \\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes through
10623 various faces.
10624
10625 Hook variables:
10626 `highlight-changes-enable-hook' - when enabling Highlight Changes mode.
10627 `highlight-changes-toggle-hook' - when entering active or passive state
10628 `highlight-changes-disable-hook' - when turning off Highlight Changes mode.
10629
10630 \(fn &optional ARG)" t nil)
10631
10632 (autoload (quote highlight-changes-next-change) "hilit-chg" "\
10633 Move to the beginning of the next change, if in Highlight Changes mode.
10634
10635 \(fn)" t nil)
10636
10637 (autoload (quote highlight-changes-previous-change) "hilit-chg" "\
10638 Move to the beginning of the previous change, if in Highlight Changes mode.
10639
10640 \(fn)" t nil)
10641
10642 (autoload (quote highlight-changes-rotate-faces) "hilit-chg" "\
10643 Rotate the faces used by Highlight Changes mode.
10644
10645 Current changes are displayed in the face described by the first element
10646 of `highlight-changes-face-list', one level older changes are shown in
10647 face described by the second element, and so on. Very old changes remain
10648 shown in the last face in the list.
10649
10650 You can automatically rotate colours when the buffer is saved
10651 by adding the following to `local-write-file-hooks', by evaling it in the
10652 buffer to be saved):
10653
10654 (add-hook 'local-write-file-hooks 'highlight-changes-rotate-faces)
10655
10656 \(fn)" t nil)
10657
10658 (autoload (quote highlight-compare-with-file) "hilit-chg" "\
10659 Compare this buffer with a file, and highlight differences.
10660
10661 The current buffer must be an unmodified buffer visiting a file,
10662 and must not be read-only.
10663
10664 If the buffer has a backup filename, it is used as the default when
10665 this function is called interactively.
10666
10667 If the current buffer is visiting the file being compared against, it
10668 also will have its differences highlighted. Otherwise, the file is
10669 read in temporarily but the buffer is deleted.
10670
10671 If the buffer is read-only, differences will be highlighted but no property
10672 changes are made, so \\[highlight-changes-next-change] and
10673 \\[highlight-changes-previous-change] will not work.
10674
10675 \(fn FILE-B)" t nil)
10676
10677 (autoload (quote global-highlight-changes) "hilit-chg" "\
10678 Turn on or off global Highlight Changes mode.
10679
10680 When called interactively:
10681 - if no prefix, toggle global Highlight Changes mode on or off
10682 - if called with a positive prefix (or just C-u) turn it on in active mode
10683 - if called with a zero prefix turn it on in passive mode
10684 - if called with a negative prefix turn it off
10685
10686 When called from a program:
10687 - if ARG is nil or omitted, turn it off
10688 - if ARG is `active', turn it on in active mode
10689 - if ARG is `passive', turn it on in passive mode
10690 - otherwise just turn it on
10691
10692 When global Highlight Changes mode is enabled, Highlight Changes mode is turned
10693 on for future \"suitable\" buffers (and for \"suitable\" existing buffers if
10694 variable `highlight-changes-global-changes-existing-buffers' is non-nil).
10695 \"Suitability\" is determined by variable `highlight-changes-global-modes'.
10696
10697 \(fn &optional ARG)" t nil)
10698
10699 ;;;***
10700 \f
10701 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers
10702 ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
10703 ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
10704 ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
10705 ;;;;;; "hippie-exp.el" (15394 12491))
10706 ;;; Generated autoloads from hippie-exp.el
10707
10708 (defvar hippie-expand-try-functions-list (quote (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)) "\
10709 The list of expansion functions tried in order by `hippie-expand'.
10710 To change the behavior of `hippie-expand', remove, change the order of,
10711 or insert functions in this list.")
10712
10713 (defvar hippie-expand-verbose t "\
10714 *Non-nil makes `hippie-expand' output which function it is trying.")
10715
10716 (defvar hippie-expand-dabbrev-skip-space nil "\
10717 *Non-nil means tolerate trailing spaces in the abbreviation to expand.")
10718
10719 (defvar hippie-expand-dabbrev-as-symbol t "\
10720 *Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.")
10721
10722 (defvar hippie-expand-no-restriction t "\
10723 *Non-nil means that narrowed buffers are widened during search.")
10724
10725 (defvar hippie-expand-max-buffers nil "\
10726 *The maximum number of buffers (apart from the current) searched.
10727 If nil, all buffers are searched.")
10728
10729 (defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\
10730 *A list specifying which buffers not to search (if not current).
10731 Can contain both regexps matching buffer names (as strings) and major modes
10732 \(as atoms)")
10733
10734 (defvar hippie-expand-only-buffers nil "\
10735 *A list specifying the only buffers to search (in addition to current).
10736 Can contain both regexps matching buffer names (as strings) and major modes
10737 \(as atoms). If non-nil, this variable overrides the variable
10738 `hippie-expand-ignore-buffers'.")
10739
10740 (autoload (quote hippie-expand) "hippie-exp" "\
10741 Try to expand text before point, using multiple methods.
10742 The expansion functions in `hippie-expand-try-functions-list' are
10743 tried in order, until a possible expansion is found. Repeated
10744 application of `hippie-expand' inserts successively possible
10745 expansions.
10746 With a positive numeric argument, jumps directly to the ARG next
10747 function in this list. With a negative argument or just \\[universal-argument],
10748 undoes the expansion.
10749
10750 \(fn ARG)" t nil)
10751
10752 (autoload (quote make-hippie-expand-function) "hippie-exp" "\
10753 Construct a function similar to `hippie-expand'.
10754 Make it use the expansion functions in TRY-LIST. An optional second
10755 argument VERBOSE non-nil makes the function verbose.
10756
10757 \(fn TRY-LIST &optional VERBOSE)" nil (quote macro))
10758
10759 ;;;***
10760 \f
10761 ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
10762 ;;;;;; (15521 40298))
10763 ;;; Generated autoloads from hl-line.el
10764
10765 (autoload (quote hl-line-mode) "hl-line" "\
10766 Minor mode to highlight the line about point in the current window.
10767 With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.
10768 Uses functions `hl-line-unhighlight' and `hl-line-highlight' on
10769 `pre-command-hook' and `post-command-hook'.
10770
10771 \(fn &optional ARG)" t nil)
10772
10773 (defvar global-hl-line-mode nil "\
10774 Non-nil if Global-Hl-Line mode is enabled.
10775 See the command `global-hl-line-mode' for a description of this minor-mode.
10776 Setting this variable directly does not take effect;
10777 use either \\[customize] or the function `global-hl-line-mode'.")
10778
10779 (custom-add-to-group (quote hl-line) (quote global-hl-line-mode) (quote custom-variable))
10780
10781 (custom-add-load (quote global-hl-line-mode) (quote hl-line))
10782
10783 (autoload (quote global-hl-line-mode) "hl-line" "\
10784 Toggle Hl-Line mode in every buffer.
10785 With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive.
10786 Hl-Line mode is actually not turned on in every buffer but only in those
10787 in which `hl-line-mode' turns it on.
10788
10789 \(fn &optional ARG)" t nil)
10790
10791 ;;;***
10792 \f
10793 ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
10794 ;;;;;; (15097 24075))
10795 ;;; Generated autoloads from calendar/holidays.el
10796
10797 (autoload (quote holidays) "holidays" "\
10798 Display the holidays for last month, this month, and next month.
10799 If called with an optional prefix argument, prompts for month and year.
10800
10801 This function is suitable for execution in a .emacs file.
10802
10803 \(fn &optional ARG)" t nil)
10804
10805 (autoload (quote list-holidays) "holidays" "\
10806 Display holidays for years Y1 to Y2 (inclusive).
10807
10808 The optional list of holidays L defaults to `calendar-holidays'. See the
10809 documentation for that variable for a description of holiday lists.
10810
10811 The optional LABEL is used to label the buffer created.
10812
10813 \(fn Y1 Y2 &optional L LABEL)" t nil)
10814
10815 ;;;***
10816 \f
10817 ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
10818 ;;;;;; "hscroll" "obsolete/hscroll.el" (14900 43616))
10819 ;;; Generated autoloads from obsolete/hscroll.el
10820
10821 (autoload (quote turn-on-hscroll) "hscroll" "\
10822 This function is obsolete.
10823 Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
10824 Also see `automatic-hscrolling'.
10825
10826 \(fn)" nil nil)
10827
10828 (autoload (quote hscroll-mode) "hscroll" "\
10829 This function is obsolete.
10830 Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
10831 Also see `automatic-hscrolling'.
10832
10833 \(fn &optional ARG)" t nil)
10834
10835 (autoload (quote hscroll-global-mode) "hscroll" "\
10836 This function is obsolete.
10837 Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
10838 Also see `automatic-hscrolling'.
10839
10840 \(fn &optional ARG)" t nil)
10841
10842 ;;;***
10843 \f
10844 ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
10845 ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-help-buffers
10846 ;;;;;; ibuffer-mark-dissociated-buffers ibuffer-mark-unsaved-buffers
10847 ;;;;;; ibuffer-mark-modified-buffers ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp
10848 ;;;;;; ibuffer-mark-by-mode-regexp ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
10849 ;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines
10850 ;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked
10851 ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show
10852 ;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters
10853 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
10854 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
10855 ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
10856 ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups
10857 ;;;;;; ibuffer-save-filter-groups ibuffer-yank-filter-group ibuffer-yank
10858 ;;;;;; ibuffer-kill-line ibuffer-kill-filter-group ibuffer-jump-to-filter-group
10859 ;;;;;; ibuffer-clear-filter-groups ibuffer-decompose-filter-group
10860 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
10861 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
10862 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
10863 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
10864 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
10865 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15775 20967))
10866 ;;; Generated autoloads from ibuf-ext.el
10867
10868 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
10869 Toggle use of Ibuffer's auto-update facility.
10870 With numeric ARG, enable auto-update if and only if ARG is positive.
10871
10872 \(fn &optional ARG)" t nil)
10873
10874 (autoload (quote ibuffer-mouse-filter-by-mode) "ibuf-ext" "\
10875 Enable or disable filtering by the major mode chosen via mouse.
10876
10877 \(fn EVENT)" t nil)
10878
10879 (autoload (quote ibuffer-interactive-filter-by-mode) "ibuf-ext" "\
10880 Enable or disable filtering by the major mode at point.
10881
10882 \(fn EVENT-OR-POINT)" t nil)
10883
10884 (autoload (quote ibuffer-mouse-toggle-filter-group) "ibuf-ext" "\
10885 Toggle the display status of the filter group chosen with the mouse.
10886
10887 \(fn EVENT)" t nil)
10888
10889 (autoload (quote ibuffer-toggle-filter-group) "ibuf-ext" "\
10890 Toggle the display status of the filter group on this line.
10891
10892 \(fn)" t nil)
10893
10894 (autoload (quote ibuffer-forward-filter-group) "ibuf-ext" "\
10895 Move point forwards by COUNT filtering groups.
10896
10897 \(fn &optional COUNT)" t nil)
10898
10899 (autoload (quote ibuffer-backward-filter-group) "ibuf-ext" "\
10900 Move point backwards by COUNT filtering groups.
10901
10902 \(fn &optional COUNT)" t nil)
10903 (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext.el")
10904 (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext.el")
10905 (autoload 'ibuffer-do-shell-command-file "ibuf-ext.el")
10906 (autoload 'ibuffer-do-eval "ibuf-ext.el")
10907 (autoload 'ibuffer-do-view-and-eval "ibuf-ext.el")
10908 (autoload 'ibuffer-do-rename-uniquely "ibuf-ext.el")
10909 (autoload 'ibuffer-do-revert "ibuf-ext.el")
10910 (autoload 'ibuffer-do-replace-regexp "ibuf-ext.el")
10911 (autoload 'ibuffer-do-query-replace "ibuf-ext.el")
10912 (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext.el")
10913 (autoload 'ibuffer-do-print "ibuf-ext.el")
10914
10915 (autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" "\
10916 Not documented
10917
10918 \(fn BUF FILTERS)" nil nil)
10919
10920 (autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\
10921 Make the current filters into a filtering group.
10922
10923 \(fn NAME)" t nil)
10924
10925 (autoload (quote ibuffer-set-filter-groups-by-mode) "ibuf-ext" "\
10926 Set the current filter groups to filter by mode.
10927
10928 \(fn)" t nil)
10929
10930 (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\
10931 Remove the first filter group.
10932
10933 \(fn)" t nil)
10934
10935 (autoload (quote ibuffer-decompose-filter-group) "ibuf-ext" "\
10936 Decompose the filter group GROUP into active filters.
10937
10938 \(fn GROUP)" t nil)
10939
10940 (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\
10941 Remove all filter groups.
10942
10943 \(fn)" t nil)
10944
10945 (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\
10946 Move point to the filter group whose name is NAME.
10947
10948 \(fn NAME)" t nil)
10949
10950 (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\
10951 Kill the filter group named NAME.
10952 The group will be added to `ibuffer-filter-group-kill-ring'.
10953
10954 \(fn NAME)" t nil)
10955
10956 (autoload (quote ibuffer-kill-line) "ibuf-ext" "\
10957 Kill the filter group at point.
10958 See also `ibuffer-kill-filter-group'.
10959
10960 \(fn &optional ARG)" t nil)
10961
10962 (autoload (quote ibuffer-yank) "ibuf-ext" "\
10963 Yank the last killed filter group before group at point.
10964
10965 \(fn)" t nil)
10966
10967 (autoload (quote ibuffer-yank-filter-group) "ibuf-ext" "\
10968 Yank the last killed filter group before group named NAME.
10969
10970 \(fn NAME)" t nil)
10971
10972 (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\
10973 Save all active filter groups GROUPS as NAME.
10974 They are added to `ibuffer-saved-filter-groups'. Interactively,
10975 prompt for NAME, and use the current filters.
10976
10977 \(fn NAME GROUPS)" t nil)
10978
10979 (autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\
10980 Delete saved filter groups with NAME.
10981 They are removed from `ibuffer-saved-filter-groups'.
10982
10983 \(fn NAME)" t nil)
10984
10985 (autoload (quote ibuffer-switch-to-saved-filter-groups) "ibuf-ext" "\
10986 Set this buffer's filter groups to saved version with NAME.
10987 The value from `ibuffer-saved-filters' is used.
10988 If prefix argument ADD is non-nil, then add the saved filters instead
10989 of replacing the current filters.
10990
10991 \(fn NAME)" t nil)
10992
10993 (autoload (quote ibuffer-filter-disable) "ibuf-ext" "\
10994 Disable all filters currently in effect in this buffer.
10995
10996 \(fn)" t nil)
10997
10998 (autoload (quote ibuffer-pop-filter) "ibuf-ext" "\
10999 Remove the top filter in this buffer.
11000
11001 \(fn)" t nil)
11002
11003 (autoload (quote ibuffer-decompose-filter) "ibuf-ext" "\
11004 Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
11005
11006 This means that the topmost filter on the filtering stack, which must
11007 be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
11008 turned into two separate filters [name: foo] and [mode: bar-mode].
11009
11010 \(fn)" t nil)
11011
11012 (autoload (quote ibuffer-exchange-filters) "ibuf-ext" "\
11013 Exchange the top two filters on the stack in this buffer.
11014
11015 \(fn)" t nil)
11016
11017 (autoload (quote ibuffer-negate-filter) "ibuf-ext" "\
11018 Negate the sense of the top filter in the current buffer.
11019
11020 \(fn)" t nil)
11021
11022 (autoload (quote ibuffer-or-filter) "ibuf-ext" "\
11023 Replace the top two filters in this buffer with their logical OR.
11024 If optional argument REVERSE is non-nil, instead break the top OR
11025 filter into parts.
11026
11027 \(fn &optional REVERSE)" t nil)
11028
11029 (autoload (quote ibuffer-save-filters) "ibuf-ext" "\
11030 Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
11031 Interactively, prompt for NAME, and use the current filters.
11032
11033 \(fn NAME FILTERS)" t nil)
11034
11035 (autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\
11036 Delete saved filters with NAME from `ibuffer-saved-filters'.
11037
11038 \(fn NAME)" t nil)
11039
11040 (autoload (quote ibuffer-add-saved-filters) "ibuf-ext" "\
11041 Add saved filters from `ibuffer-saved-filters' to this buffer's filters.
11042
11043 \(fn NAME)" t nil)
11044
11045 (autoload (quote ibuffer-switch-to-saved-filters) "ibuf-ext" "\
11046 Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
11047 If prefix argument ADD is non-nil, then add the saved filters instead
11048 of replacing the current filters.
11049
11050 \(fn NAME)" t nil)
11051 (autoload 'ibuffer-filter-by-mode "ibuf-ext.el")
11052 (autoload 'ibuffer-filter-by-used-mode "ibuf-ext.el")
11053 (autoload 'ibuffer-filter-by-name "ibuf-ext.el")
11054 (autoload 'ibuffer-filter-by-filename "ibuf-ext.el")
11055 (autoload 'ibuffer-filter-by-size-gt "ibuf-ext.el")
11056 (autoload 'ibuffer-filter-by-size-lt "ibuf-ext.el")
11057 (autoload 'ibuffer-filter-by-content "ibuf-ext.el")
11058 (autoload 'ibuffer-filter-by-predicate "ibuf-ext.el")
11059
11060 (autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\
11061 Toggle the current sorting mode.
11062 Default sorting modes are:
11063 Recency - the last time the buffer was viewed
11064 Name - the name of the buffer
11065 Major Mode - the name of the major mode of the buffer
11066 Size - the size of the buffer
11067
11068 \(fn)" t nil)
11069
11070 (autoload (quote ibuffer-invert-sorting) "ibuf-ext" "\
11071 Toggle whether or not sorting is in reverse order.
11072
11073 \(fn)" t nil)
11074 (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext.el")
11075 (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext.el")
11076 (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext.el")
11077 (autoload 'ibuffer-do-sort-by-size "ibuf-ext.el")
11078
11079 (autoload (quote ibuffer-bs-show) "ibuf-ext" "\
11080 Emulate `bs-show' from the bs.el package.
11081
11082 \(fn)" t nil)
11083
11084 (autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\
11085 Add REGEXP to `ibuffer-tmp-hide-regexps'.
11086 This means that buffers whose name matches REGEXP will not be shown
11087 for this ibuffer session.
11088
11089 \(fn REGEXP)" t nil)
11090
11091 (autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\
11092 Add REGEXP to `ibuffer-tmp-show-regexps'.
11093 This means that buffers whose name matches REGEXP will always be shown
11094 for this ibuffer session.
11095
11096 \(fn REGEXP)" t nil)
11097
11098 (autoload (quote ibuffer-forward-next-marked) "ibuf-ext" "\
11099 Move forward by COUNT marked buffers (default 1).
11100
11101 If MARK is non-nil, it should be a character denoting the type of mark
11102 to move by. The default is `ibuffer-marked-char'.
11103
11104 If DIRECTION is non-nil, it should be an integer; negative integers
11105 mean move backwards, non-negative integers mean move forwards.
11106
11107 \(fn &optional COUNT MARK DIRECTION)" t nil)
11108
11109 (autoload (quote ibuffer-backwards-next-marked) "ibuf-ext" "\
11110 Move backwards by COUNT marked buffers (default 1).
11111
11112 If MARK is non-nil, it should be a character denoting the type of mark
11113 to move by. The default is `ibuffer-marked-char'.
11114
11115 \(fn &optional COUNT MARK)" t nil)
11116
11117 (autoload (quote ibuffer-do-kill-lines) "ibuf-ext" "\
11118 Hide all of the currently marked lines.
11119
11120 \(fn)" t nil)
11121
11122 (autoload (quote ibuffer-jump-to-buffer) "ibuf-ext" "\
11123 Move point to the buffer whose name is NAME.
11124
11125 \(fn NAME)" t nil)
11126
11127 (autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\
11128 View the differences between this buffer and its associated file.
11129 This requires the external program \"diff\" to be in your `exec-path'.
11130
11131 \(fn)" t nil)
11132
11133 (autoload (quote ibuffer-copy-filename-as-kill) "ibuf-ext" "\
11134 Copy filenames of marked buffers into the kill ring.
11135 The names are separated by a space.
11136 If a buffer has no filename, it is ignored.
11137 With a zero prefix arg, use the complete pathname of each marked file.
11138
11139 You can then feed the file name(s) to other commands with C-y.
11140
11141 [ This docstring shamelessly stolen from the
11142 `dired-copy-filename-as-kill' in \"dired-x\". ]
11143
11144 \(fn &optional ARG)" t nil)
11145
11146 (autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\
11147 Mark all buffers whose name matches REGEXP.
11148
11149 \(fn REGEXP)" t nil)
11150
11151 (autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\
11152 Mark all buffers whose major mode matches REGEXP.
11153
11154 \(fn REGEXP)" t nil)
11155
11156 (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\
11157 Mark all buffers whose file name matches REGEXP.
11158
11159 \(fn REGEXP)" t nil)
11160
11161 (autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\
11162 Mark all buffers whose major mode equals MODE.
11163
11164 \(fn MODE)" t nil)
11165
11166 (autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\
11167 Mark all modified buffers.
11168
11169 \(fn)" t nil)
11170
11171 (autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\
11172 Mark all modified buffers that have an associated file.
11173
11174 \(fn)" t nil)
11175
11176 (autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\
11177 Mark all buffers whose associated file does not exist.
11178
11179 \(fn)" t nil)
11180
11181 (autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\
11182 Mark buffers like *Help*, *Apropos*, *Info*.
11183
11184 \(fn)" t nil)
11185
11186 (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\
11187 Mark buffers which have not been viewed in `ibuffer-old-time' days.
11188
11189 \(fn)" t nil)
11190
11191 (autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\
11192 Mark all buffers whose name begins and ends with '*'.
11193
11194 \(fn)" t nil)
11195
11196 (autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\
11197 Mark all read-only buffers.
11198
11199 \(fn)" t nil)
11200
11201 (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
11202 Mark all `dired' buffers.
11203
11204 \(fn)" t nil)
11205
11206 (autoload (quote ibuffer-do-occur) "ibuf-ext" "\
11207 View lines which match REGEXP in all marked buffers.
11208 Optional argument NLINES says how many lines of context to display: it
11209 defaults to one.
11210
11211 \(fn REGEXP &optional NLINES)" t nil)
11212
11213 ;;;***
11214 \f
11215 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
11216 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15775
11217 ;;;;;; 20967))
11218 ;;; Generated autoloads from ibuf-macs.el
11219
11220 (autoload (quote define-ibuffer-column) "ibuf-macs" "\
11221 Define a column SYMBOL for use with `ibuffer-formats'.
11222
11223 BODY will be called with `buffer' bound to the buffer object, and
11224 `mark' bound to the current mark on the buffer. The original ibuffer
11225 buffer will be bound to `ibuffer-buf'.
11226
11227 If NAME is given, it will be used as a title for the column.
11228 Otherwise, the title will default to a capitalized version of the
11229 SYMBOL's name. PROPS is a plist of additional properties to add to
11230 the text, such as `mouse-face'. And SUMMARIZER, if given, is a
11231 function which will be passed a list of all the strings in its column;
11232 it should return a string to display at the bottom.
11233
11234 Note that this macro expands into a `defun' for a function named
11235 ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
11236 inlined into the compiled format versions. This means that if you
11237 change its definition, you should explicitly call
11238 `ibuffer-recompile-formats'.
11239
11240 \(fn SYMBOL (&KEY name inline props summarizer) &rest BODY)" nil (quote macro))
11241
11242 (autoload (quote define-ibuffer-sorter) "ibuf-macs" "\
11243 Define a method of sorting named NAME.
11244 DOCUMENTATION is the documentation of the function, which will be called
11245 `ibuffer-do-sort-by-NAME'.
11246 DESCRIPTION is a short string describing the sorting method.
11247
11248 For sorting, the forms in BODY will be evaluated with `a' bound to one
11249 buffer object, and `b' bound to another. BODY should return a non-nil
11250 value if and only if `a' is \"less than\" `b'.
11251
11252 \(fn NAME DOCUMENTATION (&KEY description) &rest BODY)" nil (quote macro))
11253
11254 (autoload (quote define-ibuffer-op) "ibuf-macs" "\
11255 Generate a function which operates on a buffer.
11256 OP becomes the name of the function; if it doesn't begin with
11257 `ibuffer-do-', then that is prepended to it.
11258 When an operation is performed, this function will be called once for
11259 each marked buffer, with that buffer current.
11260
11261 ARGS becomes the formal parameters of the function.
11262 DOCUMENTATION becomes the docstring of the function.
11263 INTERACTIVE becomes the interactive specification of the function.
11264 MARK describes which type of mark (:deletion, or nil) this operation
11265 uses. :deletion means the function operates on buffers marked for
11266 deletion, otherwise it acts on normally marked buffers.
11267 MODIFIER-P describes how the function modifies buffers. This is used
11268 to set the modification flag of the Ibuffer buffer itself. Valid
11269 values are:
11270 nil - the function never modifiers buffers
11271 t - the function it always modifies buffers
11272 :maybe - attempt to discover this information by comparing the
11273 buffer's modification flag.
11274 DANGEROUS is a boolean which should be set if the user should be
11275 prompted before performing this operation.
11276 OPSTRING is a string which will be displayed to the user after the
11277 operation is complete, in the form:
11278 \"Operation complete; OPSTRING x buffers\"
11279 ACTIVE-OPSTRING is a string which will be displayed to the user in a
11280 confirmation message, in the form:
11281 \"Really ACTIVE-OPSTRING x buffers?\"
11282 COMPLEX means this function is special; see the source code of this
11283 macro for exactly what it does.
11284
11285 \(fn OP ARGS DOCUMENTATION (&KEY interactive mark modifier-p dangerous (opstring operated on) (active-opstring Operate on) complex) &rest BODY)" nil (quote macro))
11286
11287 (autoload (quote define-ibuffer-filter) "ibuf-macs" "\
11288 Define a filter named NAME.
11289 DOCUMENTATION is the documentation of the function.
11290 READER is a form which should read a qualifier from the user.
11291 DESCRIPTION is a short string describing the filter.
11292
11293 BODY should contain forms which will be evaluated to test whether or
11294 not a particular buffer should be displayed or not. The forms in BODY
11295 will be evaluated with BUF bound to the buffer object, and QUALIFIER
11296 bound to the current value of the filter.
11297
11298 \(fn NAME DOCUMENTATION (&KEY reader description) &rest BODY)" nil (quote macro))
11299
11300 ;;;***
11301 \f
11302 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
11303 ;;;;;; "ibuffer" "ibuffer.el" (15836 36760))
11304 ;;; Generated autoloads from ibuffer.el
11305
11306 (autoload (quote ibuffer-list-buffers) "ibuffer" "\
11307 Display a list of buffers, in another window.
11308 If optional argument FILES-ONLY is non-nil, then add a filter for
11309 buffers which are visiting a file.
11310
11311 \(fn &optional FILES-ONLY)" t nil)
11312
11313 (autoload (quote ibuffer-other-window) "ibuffer" "\
11314 Like `ibuffer', but displayed in another window by default.
11315 If optional argument FILES-ONLY is non-nil, then add a filter for
11316 buffers which are visiting a file.
11317
11318 \(fn &optional FILES-ONLY)" t nil)
11319
11320 (autoload (quote ibuffer) "ibuffer" "\
11321 Begin using `ibuffer' to edit a list of buffers.
11322 Type 'h' after entering ibuffer for more information.
11323
11324 Optional argument OTHER-WINDOW-P says to use another window.
11325 Optional argument NAME specifies the name of the buffer; it defaults
11326 to \"*Ibuffer*\".
11327 Optional argument QUALIFIERS is an initial set of filtering qualifiers
11328 to use; see `ibuffer-filtering-qualifiers'.
11329 Optional argument NOSELECT means don't select the Ibuffer buffer.
11330 Optional argument SHRINK means shrink the buffer to minimal size. The
11331 special value `onewindow' means always use another window.
11332 Optional argument FILTER-GROUPS is an initial set of filtering
11333 groups to use; see `ibuffer-filter-groups'.
11334 Optional argument FORMATS is the value to use for `ibuffer-formats'.
11335 If specified, then the variable `ibuffer-formats' will have that value
11336 locally in this buffer.
11337
11338 \(fn &optional OTHER-WINDOW-P NAME QUALIFIERS NOSELECT SHRINK FILTER-GROUPS FORMATS)" t nil)
11339
11340 ;;;***
11341 \f
11342 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
11343 ;;;;;; "icomplete.el" (15483 45647))
11344 ;;; Generated autoloads from icomplete.el
11345
11346 (autoload (quote icomplete-mode) "icomplete" "\
11347 Toggle incremental minibuffer completion for this Emacs session.
11348 With a numeric argument, turn Icomplete mode on iff ARG is positive.
11349
11350 \(fn &optional ARG)" t nil)
11351
11352 (autoload (quote icomplete-minibuffer-setup) "icomplete" "\
11353 Run in minibuffer on activation to establish incremental completion.
11354 Usually run by inclusion in `minibuffer-setup-hook'.
11355
11356 \(fn)" nil nil)
11357
11358 ;;;***
11359 \f
11360 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14851 17580))
11361 ;;; Generated autoloads from progmodes/icon.el
11362
11363 (autoload (quote icon-mode) "icon" "\
11364 Major mode for editing Icon code.
11365 Expression and list commands understand all Icon brackets.
11366 Tab indents for Icon code.
11367 Paragraphs are separated by blank lines only.
11368 Delete converts tabs to spaces as it moves back.
11369 \\{icon-mode-map}
11370 Variables controlling indentation style:
11371 icon-tab-always-indent
11372 Non-nil means TAB in Icon mode should always reindent the current line,
11373 regardless of where in the line point is when the TAB command is used.
11374 icon-auto-newline
11375 Non-nil means automatically newline before and after braces
11376 inserted in Icon code.
11377 icon-indent-level
11378 Indentation of Icon statements within surrounding block.
11379 The surrounding block's indentation is the indentation
11380 of the line on which the open-brace appears.
11381 icon-continued-statement-offset
11382 Extra indentation given to a substatement, such as the
11383 then-clause of an if or body of a while.
11384 icon-continued-brace-offset
11385 Extra indentation given to a brace that starts a substatement.
11386 This is in addition to `icon-continued-statement-offset'.
11387 icon-brace-offset
11388 Extra indentation for line if it starts with an open brace.
11389 icon-brace-imaginary-offset
11390 An open brace following other text is treated as if it were
11391 this far to the right of the start of its line.
11392
11393 Turning on Icon mode calls the value of the variable `icon-mode-hook'
11394 with no args, if that value is non-nil.
11395
11396 \(fn)" t nil)
11397
11398 ;;;***
11399 \f
11400 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
11401 ;;;;;; (15790 62577))
11402 ;;; Generated autoloads from progmodes/idlw-shell.el
11403
11404 (autoload (quote idlwave-shell) "idlw-shell" "\
11405 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
11406 If buffer exists but shell process is not running, start new IDL.
11407 If buffer exists and shell process is running, just switch to the buffer.
11408
11409 When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
11410 is non-nil, the shell buffer and the source buffers will be in
11411 separate frames.
11412
11413 The command to run comes from variable `idlwave-shell-explicit-file-name',
11414 with options taken from `idlwave-shell-command-line-options'.
11415
11416 The buffer is put in `idlwave-shell-mode', providing commands for sending
11417 input and controlling the IDL job. See help on `idlwave-shell-mode'.
11418 See also the variable `idlwave-shell-prompt-pattern'.
11419
11420 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
11421
11422 \(fn &optional ARG QUICK)" t nil)
11423
11424 ;;;***
11425 \f
11426 ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
11427 ;;;;;; (15793 40695))
11428 ;;; Generated autoloads from progmodes/idlwave.el
11429
11430 (autoload (quote idlwave-mode) "idlwave" "\
11431 Major mode for editing IDL and WAVE CL .pro files.
11432
11433 The main features of this mode are
11434
11435 1. Indentation and Formatting
11436 --------------------------
11437 Like other Emacs programming modes, C-j inserts a newline and indents.
11438 TAB is used for explicit indentation of the current line.
11439
11440 To start a continuation line, use \\[idlwave-split-line]. This
11441 function can also be used in the middle of a line to split the line
11442 at that point. When used inside a long constant string, the string
11443 is split at that point with the `+' concatenation operator.
11444
11445 Comments are indented as follows:
11446
11447 `;;;' Indentation remains unchanged.
11448 `;;' Indent like the surrounding code
11449 `;' Indent to a minimum column.
11450
11451 The indentation of comments starting in column 0 is never changed.
11452
11453 Use \\[idlwave-fill-paragraph] to refill a paragraph inside a
11454 comment. The indentation of the second line of the paragraph
11455 relative to the first will be retained. Use
11456 \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these
11457 comments. When the variable `idlwave-fill-comment-line-only' is
11458 nil, code can also be auto-filled and auto-indented (not
11459 recommended).
11460
11461 To convert pre-existing IDL code to your formatting style, mark the
11462 entire buffer with \\[mark-whole-buffer] and execute
11463 \\[idlwave-expand-region-abbrevs]. Then mark the entire buffer
11464 again followed by \\[indent-region] (`indent-region').
11465
11466 2. Routine Info
11467 ------------
11468 IDLWAVE displays information about the calling sequence and the
11469 accepted keyword parameters of a procedure or function with
11470 \\[idlwave-routine-info]. \\[idlwave-find-module] jumps to the
11471 source file of a module. These commands know about system
11472 routines, all routines in idlwave-mode buffers and (when the
11473 idlwave-shell is active) about all modules currently compiled under
11474 this shell. Use \\[idlwave-update-routine-info] to update this
11475 information, which is also used for completion (see item 4).
11476
11477 3. Online IDL Help
11478 ---------------
11479 \\[idlwave-context-help] displays the IDL documentation relevant
11480 for the system variable, keyword, or routine at point. A single key
11481 stroke gets you directly to the right place in the docs. Two additional
11482 files (an ASCII version of the IDL documentation and a topics file) must
11483 be installed for this - check the IDLWAVE webpage for these files.
11484
11485 4. Completion
11486 ----------
11487 \\[idlwave-complete] completes the names of procedures, functions
11488 class names and keyword parameters. It is context sensitive and
11489 figures out what is expected at point (procedure/function/keyword).
11490 Lower case strings are completed in lower case, other strings in
11491 mixed or upper case.
11492
11493 5. Code Templates and Abbreviations
11494 --------------------------------
11495 Many Abbreviations are predefined to expand to code fragments and templates.
11496 The abbreviations start generally with a `\\`. Some examples
11497
11498 \\pr PROCEDURE template
11499 \\fu FUNCTION template
11500 \\c CASE statement template
11501 \\sw SWITCH statement template
11502 \\f FOR loop template
11503 \\r REPEAT Loop template
11504 \\w WHILE loop template
11505 \\i IF statement template
11506 \\elif IF-ELSE statement template
11507 \\b BEGIN
11508
11509 For a full list, use \\[idlwave-list-abbrevs]. Some templates also have
11510 direct keybindings - see the list of keybindings below.
11511
11512 \\[idlwave-doc-header] inserts a documentation header at the beginning of the
11513 current program unit (pro, function or main). Change log entries
11514 can be added to the current program unit with \\[idlwave-doc-modification].
11515
11516 6. Automatic Case Conversion
11517 -------------------------
11518 The case of reserved words and some abbrevs is controlled by
11519 `idlwave-reserved-word-upcase' and `idlwave-abbrev-change-case'.
11520
11521 7. Automatic END completion
11522 ------------------------
11523 If the variable `idlwave-expand-generic-end' is non-nil, each END typed
11524 will be converted to the specific version, like ENDIF, ENDFOR, etc.
11525
11526 8. Hooks
11527 -----
11528 Loading idlwave.el runs `idlwave-load-hook'.
11529 Turning on `idlwave-mode' runs `idlwave-mode-hook'.
11530
11531 9. Documentation and Customization
11532 -------------------------------
11533 Info documentation for this package is available. Use
11534 \\[idlwave-info] to display (complain to your sysadmin if that does
11535 not work). For Postscript, PDF, and HTML versions of the
11536 documentation, check IDLWAVE's homepage at `http://idlwave.org'.
11537 IDLWAVE has customize support - see the group `idlwave'.
11538
11539 10.Keybindings
11540 -----------
11541 Here is a list of all keybindings of this mode.
11542 If some of the key bindings below show with ??, use \\[describe-key]
11543 followed by the key sequence to see what the key sequence does.
11544
11545 \\{idlwave-mode-map}
11546
11547 \(fn)" t nil)
11548
11549 ;;;***
11550 \f
11551 ;;;### (autoloads (ido-read-directory-name ido-read-file-name ido-dired
11552 ;;;;;; ido-insert-file ido-write-file ido-find-file-other-frame
11553 ;;;;;; ido-display-file ido-find-file-read-only-other-frame ido-find-file-read-only-other-window
11554 ;;;;;; ido-find-file-read-only ido-find-alternate-file ido-find-file-other-window
11555 ;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
11556 ;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
11557 ;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
11558 ;;;;;; "ido.el" (15845 60691))
11559 ;;; Generated autoloads from ido.el
11560
11561 (defvar ido-mode nil "\
11562 Determines for which functional group (buffer and files) ido behavior
11563 should be enabled. The following values are possible:
11564 - 'buffer: Turn only on ido buffer behavior (switching, killing,
11565 displaying...)
11566 - 'file: Turn only on ido file behavior (finding, writing, inserting...)
11567 - 'both: Turn on ido buffer and file behavior.
11568 - nil: Turn off any ido switching.
11569
11570 Setting this variable directly does not take effect;
11571 use either \\[customize] or the function `ido-mode'.")
11572
11573 (custom-add-to-group (quote ido) (quote ido-mode) (quote custom-variable))
11574
11575 (custom-add-load (quote ido-mode) (quote ido))
11576
11577 (autoload (quote ido-mode) "ido" "\
11578 Toggle ido speed-ups on or off.
11579 With ARG, turn ido speed-up on if arg is positive, off otherwise.
11580 If second argument NOBIND is non-nil, no keys are rebound; otherwise,
11581 turning on ido-mode will modify the default keybindings for the
11582 find-file and switch-to-buffer families of commands to the ido
11583 versions of these functions.
11584 However, if second arg equals 'files, bind only for files, or if it
11585 equals 'buffers, bind only for buffers.
11586 This function also adds a hook to the minibuffer.
11587
11588 \(fn &optional ARG NOBIND)" t nil)
11589
11590 (autoload (quote ido-read-buffer) "ido" "\
11591 Replacement for the built-in `read-buffer'.
11592 Return the name of a buffer selected.
11593 PROMPT is the prompt to give to the user. DEFAULT if given is the default
11594 buffer to be selected, which will go to the front of the list.
11595 If REQUIRE-MATCH is non-nil, an existing-buffer must be selected.
11596 If INITIAL is non-nil, it specifies the initial input string.
11597
11598 \(fn PROMPT &optional DEFAULT REQUIRE-MATCH INITIAL)" nil nil)
11599
11600 (autoload (quote ido-switch-buffer) "ido" "\
11601 Switch to another buffer.
11602 The buffer is displayed according to `ido-default-buffer-method' -- the
11603 default is to show it in the same window, unless it is already visible
11604 in another frame.
11605
11606 As you type in a string, all of the buffers matching the string are
11607 displayed if substring-matching is used (default). Look at
11608 `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
11609 buffer you want, it can then be selected. As you type, most keys have their
11610 normal keybindings, except for the following: \\<ido-mode-map>
11611
11612 RET Select the buffer at the front of the list of matches. If the
11613 list is empty, possibly prompt to create new buffer.
11614
11615 \\[ido-select-text] Select the current prompt as the buffer.
11616 If no buffer is found, prompt for a new one.
11617
11618 \\[ido-next-match] Put the first element at the end of the list.
11619 \\[ido-prev-match] Put the last element at the start of the list.
11620 \\[ido-complete] Complete a common suffix to the current string that
11621 matches all buffers. If there is only one match, select that buffer.
11622 If there is no common suffix, show a list of all matching buffers
11623 in a separate window.
11624 \\[ido-edit-input] Edit input string.
11625 \\[ido-fallback-command] Fallback to non-ido version of current command.
11626 \\[ido-toggle-regexp] Toggle regexp searching.
11627 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
11628 \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
11629 \\[ido-completion-help] Show list of matching buffers in separate window.
11630 \\[ido-enter-find-file] Drop into ido-find-file.
11631 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
11632 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
11633
11634 \(fn)" t nil)
11635
11636 (autoload (quote ido-switch-buffer-other-window) "ido" "\
11637 Switch to another buffer and show it in another window.
11638 The buffer name is selected interactively by typing a substring.
11639 For details of keybindings, do `\\[describe-function] ido'.
11640
11641 \(fn)" t nil)
11642
11643 (autoload (quote ido-display-buffer) "ido" "\
11644 Display a buffer in another window but don't select it.
11645 The buffer name is selected interactively by typing a substring.
11646 For details of keybindings, do `\\[describe-function] ido'.
11647
11648 \(fn)" t nil)
11649
11650 (autoload (quote ido-kill-buffer) "ido" "\
11651 Kill a buffer.
11652 The buffer name is selected interactively by typing a substring.
11653 For details of keybindings, do `\\[describe-function] ido'.
11654
11655 \(fn)" t nil)
11656
11657 (autoload (quote ido-insert-buffer) "ido" "\
11658 Insert contents of a buffer in current buffer after point.
11659 The buffer name is selected interactively by typing a substring.
11660 For details of keybindings, do `\\[describe-function] ido'.
11661
11662 \(fn)" t nil)
11663
11664 (autoload (quote ido-switch-buffer-other-frame) "ido" "\
11665 Switch to another buffer and show it in another frame.
11666 The buffer name is selected interactively by typing a substring.
11667 For details of keybindings, do `\\[describe-function] ido'.
11668
11669 \(fn)" t nil)
11670
11671 (autoload (quote ido-find-file-in-dir) "ido" "\
11672 Switch to another file starting from DIR.
11673
11674 \(fn DIR)" t nil)
11675
11676 (autoload (quote ido-find-file) "ido" "\
11677 Edit file with name obtained via minibuffer.
11678 The file is displayed according to `ido-default-file-method' -- the
11679 default is to show it in the same window, unless it is already
11680 visible in another frame.
11681
11682 The file name is selected interactively by typing a substring. As you type
11683 in a string, all of the filenames matching the string are displayed if
11684 substring-matching is used (default). Look at `ido-enable-prefix' and
11685 `ido-toggle-prefix'. When you have found the filename you want, it can
11686 then be selected. As you type, most keys have their normal keybindings,
11687 except for the following: \\<ido-mode-map>
11688
11689 RET Select the file at the front of the list of matches. If the
11690 list is empty, possibly prompt to create new file.
11691
11692 \\[ido-select-text] Select the current prompt as the buffer or file.
11693 If no buffer or file is found, prompt for a new one.
11694
11695 \\[ido-next-match] Put the first element at the end of the list.
11696 \\[ido-prev-match] Put the last element at the start of the list.
11697 \\[ido-complete] Complete a common suffix to the current string that
11698 matches all files. If there is only one match, select that file.
11699 If there is no common suffix, show a list of all matching files
11700 in a separate window.
11701 \\[ido-edit-input] Edit input string (including path).
11702 \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
11703 \\[ido-merge-work-directories] search for file in the work directory history.
11704 \\[ido-forget-work-directory] removes current directory from the work directory history.
11705 \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
11706 \\[ido-wide-find-file] and \\[ido-wide-find-dir] prompts and uses find to locate files or directories.
11707 \\[ido-make-directory] prompts for a directory to create in current directory.
11708 \\[ido-fallback-command] Fallback to non-ido version of current command.
11709 \\[ido-toggle-regexp] Toggle regexp searching.
11710 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
11711 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
11712 \\[ido-toggle-vc] Toggle version control for this file.
11713 \\[ido-toggle-literal] Toggle literal reading of this file.
11714 \\[ido-completion-help] Show list of matching files in separate window.
11715 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
11716
11717 \(fn)" t nil)
11718
11719 (autoload (quote ido-find-file-other-window) "ido" "\
11720 Switch to another file and show it in another window.
11721 The file name is selected interactively by typing a substring.
11722 For details of keybindings, do `\\[describe-function] ido-find-file'.
11723
11724 \(fn)" t nil)
11725
11726 (autoload (quote ido-find-alternate-file) "ido" "\
11727 Switch to another file and show it in another window.
11728 The file name is selected interactively by typing a substring.
11729 For details of keybindings, do `\\[describe-function] ido-find-file'.
11730
11731 \(fn)" t nil)
11732
11733 (autoload (quote ido-find-file-read-only) "ido" "\
11734 Edit file read-only with name obtained via minibuffer.
11735 The file name is selected interactively by typing a substring.
11736 For details of keybindings, do `\\[describe-function] ido-find-file'.
11737
11738 \(fn)" t nil)
11739
11740 (autoload (quote ido-find-file-read-only-other-window) "ido" "\
11741 Edit file read-only in other window with name obtained via minibuffer.
11742 The file name is selected interactively by typing a substring.
11743 For details of keybindings, do `\\[describe-function] ido-find-file'.
11744
11745 \(fn)" t nil)
11746
11747 (autoload (quote ido-find-file-read-only-other-frame) "ido" "\
11748 Edit file read-only in other frame with name obtained via minibuffer.
11749 The file name is selected interactively by typing a substring.
11750 For details of keybindings, do `\\[describe-function] ido-find-file'.
11751
11752 \(fn)" t nil)
11753
11754 (autoload (quote ido-display-file) "ido" "\
11755 Display a file in another window but don't select it.
11756 The file name is selected interactively by typing a substring.
11757 For details of keybindings, do `\\[describe-function] ido-find-file'.
11758
11759 \(fn)" t nil)
11760
11761 (autoload (quote ido-find-file-other-frame) "ido" "\
11762 Switch to another file and show it in another frame.
11763 The file name is selected interactively by typing a substring.
11764 For details of keybindings, do `\\[describe-function] ido-find-file'.
11765
11766 \(fn)" t nil)
11767
11768 (autoload (quote ido-write-file) "ido" "\
11769 Write current buffer to a file.
11770 The file name is selected interactively by typing a substring.
11771 For details of keybindings, do `\\[describe-function] ido-find-file'.
11772
11773 \(fn)" t nil)
11774
11775 (autoload (quote ido-insert-file) "ido" "\
11776 Insert contents of file in current buffer.
11777 The file name is selected interactively by typing a substring.
11778 For details of keybindings, do `\\[describe-function] ido-find-file'.
11779
11780 \(fn)" t nil)
11781
11782 (autoload (quote ido-dired) "ido" "\
11783 Call dired the ido way.
11784 The directory is selected interactively by typing a substring.
11785 For details of keybindings, do `\\[describe-function] ido-find-file'.
11786
11787 \(fn)" t nil)
11788
11789 (autoload (quote ido-read-file-name) "ido" "\
11790 Read file name, prompting with PROMPT and completing in directory DIR.
11791 See `read-file-name' for additional parameters.
11792
11793 \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil)
11794
11795 (autoload (quote ido-read-directory-name) "ido" "\
11796 Read directory name, prompting with PROMPT and completing in directory DIR.
11797 See `read-file-name' for additional parameters.
11798
11799 \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil)
11800
11801 ;;;***
11802 \f
11803 ;;;### (autoloads (ielm) "ielm" "ielm.el" (15809 3073))
11804 ;;; Generated autoloads from ielm.el
11805 (add-hook 'same-window-buffer-names "*ielm*")
11806
11807 (autoload (quote ielm) "ielm" "\
11808 Interactively evaluate Emacs Lisp expressions.
11809 Switches to the buffer `*ielm*', or creates it if it does not exist.
11810
11811 \(fn)" t nil)
11812
11813 ;;;***
11814 \f
11815 ;;;### (autoloads (defimage find-image remove-images insert-image
11816 ;;;;;; put-image create-image image-type-available-p image-type-from-file-header
11817 ;;;;;; image-type-from-data) "image" "image.el" (15818 52647))
11818 ;;; Generated autoloads from image.el
11819
11820 (autoload (quote image-type-from-data) "image" "\
11821 Determine the image type from image data DATA.
11822 Value is a symbol specifying the image type or nil if type cannot
11823 be determined.
11824
11825 \(fn DATA)" nil nil)
11826
11827 (autoload (quote image-type-from-file-header) "image" "\
11828 Determine the type of image file FILE from its first few bytes.
11829 Value is a symbol specifying the image type, or nil if type cannot
11830 be determined.
11831
11832 \(fn FILE)" nil nil)
11833
11834 (autoload (quote image-type-available-p) "image" "\
11835 Value is non-nil if image type TYPE is available.
11836 Image types are symbols like `xbm' or `jpeg'.
11837
11838 \(fn TYPE)" nil nil)
11839
11840 (autoload (quote create-image) "image" "\
11841 Create an image.
11842 FILE-OR-DATA is an image file name or image data.
11843 Optional TYPE is a symbol describing the image type. If TYPE is omitted
11844 or nil, try to determine the image type from its first few bytes
11845 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
11846 use its file extension as image type.
11847 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
11848 Optional PROPS are additional image attributes to assign to the image,
11849 like, e.g. `:mask MASK'.
11850 Value is the image created, or nil if images of type TYPE are not supported.
11851
11852 \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
11853
11854 (autoload (quote put-image) "image" "\
11855 Put image IMAGE in front of POS in the current buffer.
11856 IMAGE must be an image created with `create-image' or `defimage'.
11857 IMAGE is displayed by putting an overlay into the current buffer with a
11858 `before-string' STRING that has a `display' property whose value is the
11859 image. STRING is defaulted if you omit it.
11860 POS may be an integer or marker.
11861 AREA is where to display the image. AREA nil or omitted means
11862 display it in the text area, a value of `left-margin' means
11863 display it in the left marginal area, a value of `right-margin'
11864 means display it in the right marginal area.
11865
11866 \(fn IMAGE POS &optional STRING AREA)" nil nil)
11867
11868 (autoload (quote insert-image) "image" "\
11869 Insert IMAGE into current buffer at point.
11870 IMAGE is displayed by inserting STRING into the current buffer
11871 with a `display' property whose value is the image. STRING is
11872 defaulted if you omit it.
11873 AREA is where to display the image. AREA nil or omitted means
11874 display it in the text area, a value of `left-margin' means
11875 display it in the left marginal area, a value of `right-margin'
11876 means display it in the right marginal area.
11877
11878 \(fn IMAGE &optional STRING AREA)" nil nil)
11879
11880 (autoload (quote remove-images) "image" "\
11881 Remove images between START and END in BUFFER.
11882 Remove only images that were put in BUFFER with calls to `put-image'.
11883 BUFFER nil or omitted means use the current buffer.
11884
11885 \(fn START END &optional BUFFER)" nil nil)
11886
11887 (autoload (quote find-image) "image" "\
11888 Find an image, choosing one of a list of image specifications.
11889
11890 SPECS is a list of image specifications.
11891
11892 Each image specification in SPECS is a property list. The contents of
11893 a specification are image type dependent. All specifications must at
11894 least contain the properties `:type TYPE' and either `:file FILE' or
11895 `:data DATA', where TYPE is a symbol specifying the image type,
11896 e.g. `xbm', FILE is the file to load the image from, and DATA is a
11897 string containing the actual image data. The specification whose TYPE
11898 is supported, and FILE exists, is used to construct the image
11899 specification to be returned. Return nil if no specification is
11900 satisfied.
11901
11902 The image is looked for first on `load-path' and then in `data-directory'.
11903
11904 \(fn SPECS)" nil nil)
11905
11906 (autoload (quote defimage) "image" "\
11907 Define SYMBOL as an image.
11908
11909 SPECS is a list of image specifications. DOC is an optional
11910 documentation string.
11911
11912 Each image specification in SPECS is a property list. The contents of
11913 a specification are image type dependent. All specifications must at
11914 least contain the properties `:type TYPE' and either `:file FILE' or
11915 `:data DATA', where TYPE is a symbol specifying the image type,
11916 e.g. `xbm', FILE is the file to load the image from, and DATA is a
11917 string containing the actual image data. The first image
11918 specification whose TYPE is supported, and FILE exists, is used to
11919 define SYMBOL.
11920
11921 Example:
11922
11923 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
11924 (:type xbm :file \"~/test1.xbm\")))
11925
11926 \(fn SYMBOL SPECS &optional DOC)" nil (quote macro))
11927
11928 ;;;***
11929 \f
11930 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
11931 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
11932 ;;;;;; "image-file.el" (15787 57178))
11933 ;;; Generated autoloads from image-file.el
11934
11935 (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
11936 *A list of image-file filename extensions.
11937 Filenames having one of these extensions are considered image files,
11938 in addition to those matching `image-file-name-regexps'.
11939
11940 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
11941 setting this variable directly does not take effect unless
11942 `auto-image-file-mode' is re-enabled; this happens automatically when
11943 the variable is set using \\[customize].")
11944
11945 (defvar image-file-name-regexps nil "\
11946 *List of regexps matching image-file filenames.
11947 Filenames matching one of these regexps are considered image files,
11948 in addition to those with an extension in `image-file-name-extensions'.
11949
11950 See function `auto-image-file-mode'; if `auto-image-file-mode' is
11951 enabled, setting this variable directly does not take effect unless
11952 `auto-image-file-mode' is re-enabled; this happens automatically when
11953 the variable is set using \\[customize].")
11954
11955 (autoload (quote image-file-name-regexp) "image-file" "\
11956 Return a regular expression matching image-file filenames.
11957
11958 \(fn)" nil nil)
11959
11960 (autoload (quote insert-image-file) "image-file" "\
11961 Insert the image file FILE into the current buffer.
11962 Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
11963 the command `insert-file-contents'.
11964
11965 \(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
11966
11967 (defvar auto-image-file-mode nil "\
11968 Non-nil if Auto-Image-File mode is enabled.
11969 See the command `auto-image-file-mode' for a description of this minor-mode.
11970 Setting this variable directly does not take effect;
11971 use either \\[customize] or the function `auto-image-file-mode'.")
11972
11973 (custom-add-to-group (quote image) (quote auto-image-file-mode) (quote custom-variable))
11974
11975 (custom-add-load (quote auto-image-file-mode) (quote image-file))
11976
11977 (autoload (quote auto-image-file-mode) "image-file" "\
11978 Toggle visiting of image files as images.
11979 With prefix argument ARG, turn on if positive, otherwise off.
11980 Returns non-nil if the new state is enabled.
11981
11982 Image files are those whose name has an extension in
11983 `image-file-name-extensions', or matches a regexp in
11984 `image-file-name-regexps'.
11985
11986 \(fn &optional ARG)" t nil)
11987
11988 ;;;***
11989 \f
11990 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
11991 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15714 42969))
11992 ;;; Generated autoloads from imenu.el
11993
11994 (defvar imenu-sort-function nil "\
11995 *The function to use for sorting the index mouse-menu.
11996
11997 Affects only the mouse index menu.
11998
11999 Set this to nil if you don't want any sorting (faster).
12000 The items in the menu are then presented in the order they were found
12001 in the buffer.
12002
12003 Set it to `imenu--sort-by-name' if you want alphabetic sorting.
12004
12005 The function should take two arguments and return t if the first
12006 element should come before the second. The arguments are cons cells;
12007 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
12008
12009 (defvar imenu-generic-expression nil "\
12010 The regex pattern to use for creating a buffer index.
12011
12012 If non-nil this pattern is passed to `imenu--generic-function'
12013 to create a buffer index.
12014
12015 The value should be an alist with elements that look like this:
12016 (MENU-TITLE REGEXP INDEX)
12017 or like this:
12018 (MENU-TITLE REGEXP INDEX FUNCTION ARGUMENTS...)
12019 with zero or more ARGUMENTS. The former format creates a simple element in
12020 the index alist when it matches; the latter creates a special element
12021 of the form (NAME POSITION-MARKER FUNCTION ARGUMENTS...)
12022 with FUNCTION and ARGUMENTS copied from `imenu-generic-expression'.
12023
12024 MENU-TITLE is a string used as the title for the submenu or nil if the
12025 entries are not nested.
12026
12027 REGEXP is a regexp that should match a construct in the buffer that is
12028 to be displayed in the menu; i.e., function or variable definitions,
12029 etc. It contains a substring which is the name to appear in the
12030 menu. See the info section on Regexps for more information.
12031
12032 INDEX points to the substring in REGEXP that contains the name (of the
12033 function, variable or type) that is to appear in the menu.
12034
12035 The variable is buffer-local.
12036
12037 The variable `imenu-case-fold-search' determines whether or not the
12038 regexp matches are case sensitive, and `imenu-syntax-alist' can be
12039 used to alter the syntax table for the search.
12040
12041 For example, see the value of `fortran-imenu-generic-expression' used by
12042 `fortran-mode' with `imenu-syntax-alist' set locally to give the
12043 characters which normally have \"symbol\" syntax \"word\" syntax
12044 during matching.")
12045
12046 (make-variable-buffer-local (quote imenu-generic-expression))
12047
12048 (defvar imenu-create-index-function (quote imenu-default-create-index-function) "\
12049 The function to use for creating a buffer index.
12050
12051 It should be a function that takes no arguments and returns an index
12052 of the current buffer as an alist.
12053
12054 Simple elements in the alist look like (INDEX-NAME . INDEX-POSITION).
12055 Special elements look like (INDEX-NAME INDEX-POSITION FUNCTION ARGUMENTS...).
12056 A nested sub-alist element looks like (INDEX-NAME SUB-ALIST).
12057 The function `imenu--subalist-p' tests an element and returns t
12058 if it is a sub-alist.
12059
12060 This function is called within a `save-excursion'.
12061
12062 The variable is buffer-local.")
12063
12064 (make-variable-buffer-local (quote imenu-create-index-function))
12065
12066 (defvar imenu-prev-index-position-function (quote beginning-of-defun) "\
12067 Function for finding the next index position.
12068
12069 If `imenu-create-index-function' is set to
12070 `imenu-default-create-index-function', then you must set this variable
12071 to a function that will find the next index, looking backwards in the
12072 file.
12073
12074 The function should leave point at the place to be connected to the
12075 index and it should return nil when it doesn't find another index.
12076
12077 This variable is local in all buffers.")
12078
12079 (make-variable-buffer-local (quote imenu-prev-index-position-function))
12080
12081 (defvar imenu-extract-index-name-function nil "\
12082 Function for extracting the index item name, given a position.
12083
12084 This function is called after `imenu-prev-index-position-function'
12085 finds a position for an index item, with point at that position.
12086 It should return the name for that index item.
12087
12088 This variable is local in all buffers.")
12089
12090 (make-variable-buffer-local (quote imenu-extract-index-name-function))
12091
12092 (defvar imenu-name-lookup-function nil "\
12093 Function to compare string with index item.
12094
12095 This function will be called with two strings, and should return
12096 non-nil if they match.
12097
12098 If nil, comparison is done with `string='.
12099 Set this to some other function for more advanced comparisons,
12100 such as \"begins with\" or \"name matches and number of
12101 arguments match\".
12102
12103 This variable is local in all buffers.")
12104
12105 (make-variable-buffer-local (quote imenu-name-lookup-function))
12106
12107 (defvar imenu-default-goto-function (quote imenu-default-goto-function) "\
12108 The default function called when selecting an Imenu item.
12109 The function in this variable is called when selecting a normal index-item.")
12110
12111 (make-variable-buffer-local (quote imenu-default-goto-function))
12112
12113 (make-variable-buffer-local (quote imenu-syntax-alist))
12114
12115 (make-variable-buffer-local (quote imenu-case-fold-search))
12116
12117 (autoload (quote imenu-add-to-menubar) "imenu" "\
12118 Add an `imenu' entry to the menu bar for the current buffer.
12119 NAME is a string used to name the menu bar item.
12120 See the command `imenu' for more information.
12121
12122 \(fn NAME)" t nil)
12123
12124 (autoload (quote imenu-add-menubar-index) "imenu" "\
12125 Add an Imenu \"Index\" entry on the menu bar for the current buffer.
12126
12127 A trivial interface to `imenu-add-to-menubar' suitable for use in a hook.
12128
12129 \(fn)" t nil)
12130
12131 (autoload (quote imenu) "imenu" "\
12132 Jump to a place in the buffer chosen using a buffer menu or mouse menu.
12133 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index'
12134 for more information.
12135
12136 \(fn INDEX-ITEM)" t nil)
12137
12138 ;;;***
12139 \f
12140 ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
12141 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
12142 ;;;;;; "ind-util" "language/ind-util.el" (15656 44038))
12143 ;;; Generated autoloads from language/ind-util.el
12144
12145 (autoload (quote indian-compose-region) "ind-util" "\
12146 Compose the region according to `composition-function-table'.
12147
12148 \(fn FROM TO)" t nil)
12149
12150 (autoload (quote indian-compose-string) "ind-util" "\
12151 Not documented
12152
12153 \(fn STRING)" nil nil)
12154
12155 (autoload (quote in-is13194-post-read-conversion) "ind-util" "\
12156 Not documented
12157
12158 \(fn LEN)" nil nil)
12159
12160 (autoload (quote in-is13194-pre-write-conversion) "ind-util" "\
12161 Not documented
12162
12163 \(fn FROM TO)" nil nil)
12164
12165 (autoload (quote indian-glyph-char) "ind-util" "\
12166 Return character of charset `indian-glyph' made from glyph index INDEX.
12167 The variable `indian-default-script' specifies the script of the glyph.
12168 Optional argument SCRIPT, if non-nil, overrides `indian-default-script'.
12169 See also the function `indian-char-glyph'.
12170
12171 \(fn INDEX &optional SCRIPT)" nil nil)
12172
12173 (autoload (quote indian-char-glyph) "ind-util" "\
12174 Return information about the glyph code for CHAR of `indian-glyph' charset.
12175 The value is (INDEX . SCRIPT), where INDEX is the glyph index
12176 in the font that Indian script name SCRIPT specifies.
12177 See also the function `indian-glyph-char'.
12178
12179 \(fn CHAR)" nil nil)
12180
12181 ;;;***
12182 \f
12183 ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
12184 ;;;;;; (15650 57540))
12185 ;;; Generated autoloads from progmodes/inf-lisp.el
12186
12187 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
12188 *What not to save on inferior Lisp's input history.
12189 Input matching this regexp is not saved on the input history in Inferior Lisp
12190 mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword
12191 \(as in :a, :c, etc.)")
12192
12193 (defvar inferior-lisp-program "lisp" "\
12194 *Program name for invoking an inferior Lisp with for Inferior Lisp mode.")
12195
12196 (defvar inferior-lisp-load-command "(load \"%s\")\n" "\
12197 *Format-string for building a Lisp expression to load a file.
12198 This format string should use `%s' to substitute a file name
12199 and should result in a Lisp expression that will command the inferior Lisp
12200 to load that file. The default works acceptably on most Lisps.
12201 The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\"
12202 produces cosmetically superior output for this application,
12203 but it works only in Common Lisp.")
12204
12205 (defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "\
12206 Regexp to recognise prompts in the Inferior Lisp mode.
12207 Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
12208 and franz. This variable is used to initialize `comint-prompt-regexp' in the
12209 Inferior Lisp buffer.
12210
12211 This variable is only used if the variable
12212 `comint-use-prompt-regexp-instead-of-fields' is non-nil.
12213
12214 More precise choices:
12215 Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"
12216 franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"
12217 kcl: \"^>+ *\"
12218
12219 This is a fine thing to set in your .emacs file.")
12220
12221 (defvar inferior-lisp-mode-hook (quote nil) "\
12222 *Hook for customising Inferior Lisp mode.")
12223
12224 (autoload (quote inferior-lisp) "inf-lisp" "\
12225 Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
12226 If there is a process already running in `*inferior-lisp*', just switch
12227 to that buffer.
12228 With argument, allows you to edit the command line (default is value
12229 of `inferior-lisp-program'). Runs the hooks from
12230 `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).
12231 \(Type \\[describe-mode] in the process buffer for a list of commands.)
12232
12233 \(fn CMD)" t nil)
12234 (add-hook 'same-window-buffer-names "*inferior-lisp*")
12235
12236 (defalias (quote run-lisp) (quote inferior-lisp))
12237
12238 ;;;***
12239 \f
12240 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
12241 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
12242 ;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
12243 ;;;;;; (15852 39767))
12244 ;;; Generated autoloads from info.el
12245
12246 (autoload (quote info-other-window) "info" "\
12247 Like `info' but show the Info buffer in another window.
12248
12249 \(fn &optional FILE)" t nil)
12250 (add-hook 'same-window-buffer-names "*info*")
12251
12252 (autoload (quote info) "info" "\
12253 Enter Info, the documentation browser.
12254 Optional argument FILE specifies the file to examine;
12255 the default is the top-level directory of Info.
12256 Called from a program, FILE may specify an Info node of the form
12257 `(FILENAME)NODENAME'.
12258
12259 In interactive use, a prefix argument directs this command
12260 to read a file name from the minibuffer.
12261
12262 The search path for Info files is in the variable `Info-directory-list'.
12263 The top-level Info directory is made by combining all the files named `dir'
12264 in all the directories in that path.
12265
12266 \(fn &optional FILE)" t nil)
12267
12268 (autoload (quote info-emacs-manual) "info" "\
12269 Display the Emacs manual in Info mode.
12270
12271 \(fn)" t nil)
12272
12273 (autoload (quote info-standalone) "info" "\
12274 Run Emacs as a standalone Info reader.
12275 Usage: emacs -f info-standalone [filename]
12276 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself.
12277
12278 \(fn)" nil nil)
12279
12280 (autoload (quote Info-directory) "info" "\
12281 Go to the Info directory node.
12282
12283 \(fn)" t nil)
12284
12285 (autoload (quote Info-goto-emacs-command-node) "info" "\
12286 Go to the Info node in the Emacs manual for command COMMAND.
12287 The command is found by looking up in Emacs manual's indices
12288 or in another manual found via COMMAND's `info-file' property or
12289 the variable `Info-file-list-for-emacs'.
12290
12291 \(fn COMMAND)" t nil)
12292
12293 (autoload (quote Info-goto-emacs-key-command-node) "info" "\
12294 Go to the node in the Emacs manual which describes the command bound to KEY.
12295 KEY is a string.
12296 Interactively, if the binding is `execute-extended-command', a command is read.
12297 The command is found by looking up in Emacs manual's indices
12298 or in another manual found via COMMAND's `info-file' property or
12299 the variable `Info-file-list-for-emacs'.
12300
12301 \(fn KEY)" t nil)
12302
12303 (autoload (quote Info-speedbar-browser) "info" "\
12304 Initialize speedbar to display an info node browser.
12305 This will add a speedbar major display mode.
12306
12307 \(fn)" t nil)
12308
12309 ;;;***
12310 \f
12311 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
12312 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
12313 ;;;;;; (15671 1671))
12314 ;;; Generated autoloads from info-look.el
12315
12316 (autoload (quote info-lookup-reset) "info-look" "\
12317 Throw away all cached data.
12318 This command is useful if the user wants to start at the beginning without
12319 quitting Emacs, for example, after some Info documents were updated on the
12320 system.
12321
12322 \(fn)" t nil)
12323
12324 (autoload (quote info-lookup-symbol) "info-look" "\
12325 Display the definition of SYMBOL, as found in the relevant manual.
12326 When this command is called interactively, it reads SYMBOL from the minibuffer.
12327 In the minibuffer, use M-n to yank the default argument value
12328 into the minibuffer so you can edit it.
12329 The default symbol is the one found at point.
12330
12331 With prefix arg a query for the symbol help mode is offered.
12332
12333 \(fn SYMBOL &optional MODE)" t nil)
12334
12335 (autoload (quote info-lookup-file) "info-look" "\
12336 Display the documentation of a file.
12337 When this command is called interactively, it reads FILE from the minibuffer.
12338 In the minibuffer, use M-n to yank the default file name
12339 into the minibuffer so you can edit it.
12340 The default file name is the one found at point.
12341
12342 With prefix arg a query for the file help mode is offered.
12343
12344 \(fn FILE &optional MODE)" t nil)
12345
12346 (autoload (quote info-complete-symbol) "info-look" "\
12347 Perform completion on symbol preceding point.
12348
12349 \(fn &optional MODE)" t nil)
12350
12351 (autoload (quote info-complete-file) "info-look" "\
12352 Perform completion on file preceding point.
12353
12354 \(fn &optional MODE)" t nil)
12355
12356 ;;;***
12357 \f
12358 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
12359 ;;;;;; "informat" "informat.el" (15185 49574))
12360 ;;; Generated autoloads from informat.el
12361
12362 (autoload (quote Info-tagify) "informat" "\
12363 Create or update Info file tag table in current buffer or in a region.
12364
12365 \(fn &optional INPUT-BUFFER-NAME)" t nil)
12366
12367 (autoload (quote Info-split) "informat" "\
12368 Split an info file into an indirect file plus bounded-size subfiles.
12369 Each subfile will be up to 50,000 characters plus one node.
12370
12371 To use this command, first visit a large Info file that has a tag
12372 table. The buffer is modified into a (small) indirect info file which
12373 should be saved in place of the original visited file.
12374
12375 The subfiles are written in the same directory the original file is
12376 in, with names generated by appending `-' and a number to the original
12377 file name. The indirect file still functions as an Info file, but it
12378 contains just the tag table and a directory of subfiles.
12379
12380 \(fn)" t nil)
12381
12382 (autoload (quote Info-validate) "informat" "\
12383 Check current buffer for validity as an Info file.
12384 Check that every node pointer points to an existing node.
12385
12386 \(fn)" t nil)
12387
12388 (autoload (quote batch-info-validate) "informat" "\
12389 Runs `Info-validate' on the files remaining on the command line.
12390 Must be used only with -batch, and kills Emacs on completion.
12391 Each file will be processed even if an error occurred previously.
12392 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
12393
12394 \(fn)" nil nil)
12395
12396 ;;;***
12397 \f
12398 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
12399 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
12400 ;;;;;; (15251 19613))
12401 ;;; Generated autoloads from international/isearch-x.el
12402
12403 (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
12404 Select an input method and turn it on in interactive search.
12405
12406 \(fn)" t nil)
12407
12408 (autoload (quote isearch-toggle-input-method) "isearch-x" "\
12409 Toggle input method in interactive search.
12410
12411 \(fn)" t nil)
12412
12413 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" "\
12414 Not documented
12415
12416 \(fn LAST-CHAR)" nil nil)
12417
12418 ;;;***
12419 \f
12420 ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
12421 ;;;;;; (15634 63561))
12422 ;;; Generated autoloads from international/iso-acc.el
12423
12424 (autoload (quote iso-accents-mode) "iso-acc" "\
12425 Toggle ISO Accents mode, in which accents modify the following letter.
12426 This permits easy insertion of accented characters according to ISO-8859-1.
12427 When Iso-accents mode is enabled, accent character keys
12428 \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following
12429 letter key so that it inserts an ISO accented letter.
12430
12431 You can customize ISO Accents mode to a particular language
12432 with the command `iso-accents-customize'.
12433
12434 Special combinations: ~c gives a c with cedilla,
12435 ~d gives an Icelandic eth (d with dash).
12436 ~t gives an Icelandic thorn.
12437 \"s gives German sharp s.
12438 /a gives a with ring.
12439 /e gives an a-e ligature.
12440 ~< and ~> give guillemots.
12441 ~! gives an inverted exclamation mark.
12442 ~? gives an inverted question mark.
12443
12444 With an argument, a positive argument enables ISO Accents mode,
12445 and a negative argument disables it.
12446
12447 \(fn &optional ARG)" t nil)
12448
12449 ;;;***
12450 \f
12451 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
12452 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
12453 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
12454 ;;;;;; "international/iso-cvt.el" (15186 56483))
12455 ;;; Generated autoloads from international/iso-cvt.el
12456
12457 (autoload (quote iso-spanish) "iso-cvt" "\
12458 Translate net conventions for Spanish to ISO 8859-1.
12459 The region between FROM and TO is translated using the table TRANS-TAB.
12460 Optional arg BUFFER is ignored (for use in `format-alist').
12461
12462 \(fn FROM TO &optional BUFFER)" t nil)
12463
12464 (autoload (quote iso-german) "iso-cvt" "\
12465 Translate net conventions for German to ISO 8859-1.
12466 The region between FROM and TO is translated using the table TRANS-TAB.
12467 Optional arg BUFFER is ignored (for use in `format-alist').
12468
12469 \(fn FROM TO &optional BUFFER)" t nil)
12470
12471 (autoload (quote iso-iso2tex) "iso-cvt" "\
12472 Translate ISO 8859-1 characters to TeX sequences.
12473 The region between FROM and TO is translated using the table TRANS-TAB.
12474 Optional arg BUFFER is ignored (for use in `format-alist').
12475
12476 \(fn FROM TO &optional BUFFER)" t nil)
12477
12478 (autoload (quote iso-tex2iso) "iso-cvt" "\
12479 Translate TeX sequences to ISO 8859-1 characters.
12480 The region between FROM and TO is translated using the table TRANS-TAB.
12481 Optional arg BUFFER is ignored (for use in `format-alist').
12482
12483 \(fn FROM TO &optional BUFFER)" t nil)
12484
12485 (autoload (quote iso-gtex2iso) "iso-cvt" "\
12486 Translate German TeX sequences to ISO 8859-1 characters.
12487 The region between FROM and TO is translated using the table TRANS-TAB.
12488 Optional arg BUFFER is ignored (for use in `format-alist').
12489
12490 \(fn FROM TO &optional BUFFER)" t nil)
12491
12492 (autoload (quote iso-iso2gtex) "iso-cvt" "\
12493 Translate ISO 8859-1 characters to German TeX sequences.
12494 The region between FROM and TO is translated using the table TRANS-TAB.
12495 Optional arg BUFFER is ignored (for use in `format-alist').
12496
12497 \(fn FROM TO &optional BUFFER)" t nil)
12498
12499 (autoload (quote iso-iso2duden) "iso-cvt" "\
12500 Translate ISO 8859-1 characters to German TeX sequences.
12501 The region between FROM and TO is translated using the table TRANS-TAB.
12502 Optional arg BUFFER is ignored (for use in `format-alist').
12503
12504 \(fn FROM TO &optional BUFFER)" t nil)
12505
12506 (autoload (quote iso-iso2sgml) "iso-cvt" "\
12507 Translate ISO 8859-1 characters in the region to SGML entities.
12508 The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
12509 Optional arg BUFFER is ignored (for use in `format-alist').
12510
12511 \(fn FROM TO &optional BUFFER)" t nil)
12512
12513 (autoload (quote iso-sgml2iso) "iso-cvt" "\
12514 Translate SGML entities in the region to ISO 8859-1 characters.
12515 The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
12516 Optional arg BUFFER is ignored (for use in `format-alist').
12517
12518 \(fn FROM TO &optional BUFFER)" t nil)
12519
12520 (autoload (quote iso-cvt-read-only) "iso-cvt" "\
12521 Warn that format is read-only.
12522
12523 \(fn)" t nil)
12524
12525 (autoload (quote iso-cvt-write-only) "iso-cvt" "\
12526 Warn that format is write-only.
12527
12528 \(fn)" t nil)
12529
12530 (autoload (quote iso-cvt-define-menu) "iso-cvt" "\
12531 Add submenus to the Files menu, to convert to and from various formats.
12532
12533 \(fn)" t nil)
12534
12535 ;;;***
12536 \f
12537 ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
12538 ;;;;;; (15404 61941))
12539 ;;; Generated autoloads from international/iso-transl.el
12540 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
12541 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
12542 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
12543
12544 ;;;***
12545 \f
12546 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
12547 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
12548 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
12549 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
12550 ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary)
12551 ;;;;;; "ispell" "textmodes/ispell.el" (15852 39774))
12552 ;;; Generated autoloads from textmodes/ispell.el
12553
12554 (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
12555 Non nil if using XEmacs.")
12556
12557 (defvar ispell-personal-dictionary nil "\
12558 *File name of your personal spelling dictionary, or nil.
12559 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
12560 where DICTNAME is the name of your default dictionary.")
12561
12562 (defvar ispell-local-dictionary-alist nil "\
12563 *Contains local or customized dictionary definitions.
12564 See `ispell-dictionary-alist'.")
12565
12566 (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1))))
12567
12568 (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))))
12569
12570 (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-']" t nil "~list" iso-8859-1))))
12571
12572 (setq ispell-dictionary-alist-4 (quote (("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\"]" t nil "~tex" iso-8859-1) ("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1))))
12573
12574 (setq ispell-dictionary-alist-5 (quote (("nederlands" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil ("-d" "norsk") "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1))))
12575
12576 (setq ispell-dictionary-alist-6 (quote (("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil ("-d" "polish") nil iso-8859-2) ("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil ("-d" "russian") nil koi8-r) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovak") nil iso-8859-2))))
12577
12578 (defvar ispell-dictionary-alist (append ispell-local-dictionary-alist ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\
12579 An alist of dictionaries and their associated parameters.
12580
12581 Each element of this list is also a list:
12582
12583 \(DICTIONARY-NAME CASECHARS NOT-CASECHARS OTHERCHARS MANY-OTHERCHARS-P
12584 ISPELL-ARGS EXTENDED-CHARACTER-MODE CHARACTER-SET)
12585
12586 DICTIONARY-NAME is a possible string value of variable `ispell-dictionary',
12587 nil means the default dictionary.
12588
12589 CASECHARS is a regular expression of valid characters that comprise a
12590 word.
12591
12592 NOT-CASECHARS is the opposite regexp of CASECHARS.
12593
12594 OTHERCHARS is a regexp of characters in the NOT-CASECHARS set but which can be
12595 used to construct words in some special way. If OTHERCHARS characters follow
12596 and precede characters from CASECHARS, they are parsed as part of a word,
12597 otherwise they become word-breaks. As an example in English, assume the
12598 regular expression \"[']\" for OTHERCHARS. Then \"they're\" and
12599 \"Steven's\" are parsed as single words including the \"'\" character, but
12600 \"Stevens'\" does not include the quote character as part of the word.
12601 If you want OTHERCHARS to be empty, use the empty string.
12602 Hint: regexp syntax requires the hyphen to be declared first here.
12603
12604 MANY-OTHERCHARS-P is non-nil when multiple OTHERCHARS are allowed in a word.
12605 Otherwise only a single OTHERCHARS character is allowed to be part of any
12606 single word.
12607
12608 ISPELL-ARGS is a list of additional arguments passed to the ispell
12609 subprocess.
12610
12611 EXTENDED-CHARACTER-MODE should be used when dictionaries are used which
12612 have been configured in an Ispell affix file. (For example, umlauts
12613 can be encoded as \\\"a, a\\\", \"a, ...) Defaults are ~tex and ~nroff
12614 in English. This has the same effect as the command-line `-T' option.
12615 The buffer Major Mode controls Ispell's parsing in tex or nroff mode,
12616 but the dictionary can control the extended character mode.
12617 Both defaults can be overruled in a buffer-local fashion. See
12618 `ispell-parsing-keyword' for details on this.
12619
12620 CHARACTER-SET used for languages with multibyte characters.
12621
12622 Note that the CASECHARS and OTHERCHARS slots of the alist should
12623 contain the same character set as casechars and otherchars in the
12624 LANGUAGE.aff file (e.g., english.aff).")
12625
12626 (defvar ispell-menu-map nil "\
12627 Key map for ispell menu.")
12628
12629 (defvar ispell-menu-xemacs nil "\
12630 Spelling menu for XEmacs.
12631 If nil when package is loaded, a standard menu will be set,
12632 and added as a submenu of the \"Edit\" menu.")
12633
12634 (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not xemacsp) (quote reload)))
12635
12636 (if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (dir (if (boundp (quote ispell-library-directory)) ispell-library-directory)) (dict-map (make-sparse-keymap "Dictionaries")) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (dolist (dict dicts) (setq name (car dict) load-dict (car (cdr (member "-d" (nth 5 dict))))) (unless (stringp name) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default")))))) (fset (quote ispell-dict-map) dict-map) (define-key ispell-menu-map [dictionaries] (\` (menu-item "Select Dict" ispell-dict-map))) (dolist (dict dicts) (setq name (car dict) load-dict (car (cdr (member "-d" (nth 5 dict))))) (cond ((not (stringp name))) ((or (not dir) (file-exists-p (concat dir "/" name ".hash")) (file-exists-p (concat dir "/" name ".has")) (and load-dict (or (file-exists-p (concat dir "/" load-dict ".hash")) (file-exists-p (concat dir "/" load-dict ".has"))))) (define-key dict-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name)))))))))))
12637
12638 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))))
12639
12640 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings")))))
12641
12642 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] (quote (menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] (quote (menu-item "Spell-Check Message" ispell-message :help "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] (quote (menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer"))) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map)))))
12643
12644 (defvar ispell-skip-region-alist (quote ((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(-+\\|\\(/\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_]\\|~\\)+\\)+\\)"))) "\
12645 Alist expressing beginning and end of regions not to spell check.
12646 The alist key must be a regular expression.
12647 Valid forms include:
12648 (KEY) - just skip the key.
12649 (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol.
12650 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
12651 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
12652
12653 (defvar ispell-tex-skip-alists (quote ((("\\\\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]*}")))) "\
12654 *Lists of regions to be skipped in TeX mode.
12655 First list is used raw.
12656 Second list has key placed inside \\begin{}.
12657
12658 Delete or add any regions you want to be automatically selected
12659 for skipping in latex mode.")
12660
12661 (define-key esc-map "$" (quote ispell-word))
12662
12663 (autoload (quote ispell-word) "ispell" "\
12664 Check spelling of word under or before the cursor.
12665 If the word is not found in dictionary, display possible corrections
12666 in a window allowing you to choose one.
12667
12668 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
12669 is non-nil when called interactively, then the following word
12670 \(rather than preceding) is checked when the cursor is not over a word.
12671 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
12672 when called interactively, non-corrective messages are suppressed.
12673
12674 With a prefix argument (or if CONTINUE is non-nil),
12675 resume interrupted spell-checking of a buffer or region.
12676
12677 Word syntax described by `ispell-dictionary-alist' (which see).
12678
12679 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
12680 or \\[ispell-region] to update the Ispell process.
12681
12682 return values:
12683 nil word is correct or spelling is accpeted.
12684 0 word is inserted into buffer-local definitions.
12685 \"word\" word corrected from word list.
12686 \(\"word\" arg) word is hand entered.
12687 quit spell session exited.
12688
12689 \(fn &optional FOLLOWING QUIETLY CONTINUE)" t nil)
12690
12691 (autoload (quote ispell-pdict-save) "ispell" "\
12692 Check to see if the personal dictionary has been modified.
12693 If so, ask if it needs to be saved.
12694
12695 \(fn &optional NO-QUERY FORCE-SAVE)" t nil)
12696
12697 (autoload (quote ispell-help) "ispell" "\
12698 Display a list of the options available when a misspelling is encountered.
12699
12700 Selections are:
12701
12702 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
12703 SPC: Accept word this time.
12704 `i': Accept word and insert into private dictionary.
12705 `a': Accept word for this session.
12706 `A': Accept word and place in `buffer-local dictionary'.
12707 `r': Replace word with typed-in value. Rechecked.
12708 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
12709 `?': Show these commands.
12710 `x': Exit spelling buffer. Move cursor to original point.
12711 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
12712 the aborted check to be completed later.
12713 `q': Quit spelling session (Kills ispell process).
12714 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
12715 `u': Like `i', but the word is lower-cased first.
12716 `m': Place typed-in value in personal dictionary, then recheck current word.
12717 `C-l': redraws screen
12718 `C-r': recursive edit
12719 `C-z': suspend emacs or iconify frame
12720
12721 \(fn)" nil nil)
12722
12723 (autoload (quote ispell-kill-ispell) "ispell" "\
12724 Kill current Ispell process (so that you may start a fresh one).
12725 With NO-ERROR, just return non-nil if there was no Ispell running.
12726
12727 \(fn &optional NO-ERROR)" t nil)
12728
12729 (autoload (quote ispell-change-dictionary) "ispell" "\
12730 Change `ispell-dictionary' (q.v.) to DICT and kill old Ispell process.
12731 A new one will be started as soon as necessary.
12732
12733 By just answering RET you can find out what the current dictionary is.
12734
12735 With prefix argument, set the default dictionary.
12736
12737 \(fn DICT &optional ARG)" t nil)
12738
12739 (autoload (quote ispell-region) "ispell" "\
12740 Interactively check a region for spelling errors.
12741 Return nil if spell session is quit,
12742 otherwise returns shift offset amount for last line processed.
12743
12744 \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil)
12745
12746 (autoload (quote ispell-comments-and-strings) "ispell" "\
12747 Check comments and strings in the current buffer for spelling errors.
12748
12749 \(fn)" t nil)
12750
12751 (autoload (quote ispell-buffer) "ispell" "\
12752 Check the current buffer for spelling errors interactively.
12753
12754 \(fn)" t nil)
12755
12756 (autoload (quote ispell-continue) "ispell" "\
12757 Continue a halted spelling session beginning with the current word.
12758
12759 \(fn)" t nil)
12760
12761 (autoload (quote ispell-complete-word) "ispell" "\
12762 Try to complete the word before or under point (see `lookup-words').
12763 If optional INTERIOR-FRAG is non-nil then the word may be a character
12764 sequence inside of a word.
12765
12766 Standard ispell choices are then available.
12767
12768 \(fn &optional INTERIOR-FRAG)" t nil)
12769
12770 (autoload (quote ispell-complete-word-interior-frag) "ispell" "\
12771 Completes word matching character sequence inside a word.
12772
12773 \(fn)" t nil)
12774
12775 (autoload (quote ispell) "ispell" "\
12776 Interactively check a region or buffer for spelling errors.
12777 If `transient-mark-mode' is on, and a region is active, spell-check
12778 that region. Otherwise spell-check the buffer.
12779
12780 Ispell dictionaries are not distributed with Emacs. If you are
12781 looking for a dictionary, please see the distribution of the GNU ispell
12782 program, or do an Internet search; there are various dictionaries
12783 available on the net.
12784
12785 \(fn)" t nil)
12786
12787 (autoload (quote ispell-minor-mode) "ispell" "\
12788 Toggle Ispell minor mode.
12789 With prefix arg, turn Ispell minor mode on iff arg is positive.
12790
12791 In Ispell minor mode, pressing SPC or RET
12792 warns you if the previous word is incorrectly spelled.
12793
12794 All the buffer-local variables and dictionaries are ignored -- to read
12795 them into the running ispell process, type \\[ispell-word] SPC.
12796
12797 \(fn &optional ARG)" t nil)
12798
12799 (autoload (quote ispell-message) "ispell" "\
12800 Check the spelling of a mail message or news post.
12801 Don't check spelling of message headers except the Subject field.
12802 Don't check included messages.
12803
12804 To abort spell checking of a message region and send the message anyway,
12805 use the `x' command. (Any subsequent regions will be checked.)
12806 The `X' command aborts the message send so that you can edit the buffer.
12807
12808 To spell-check whenever a message is sent, include the appropriate lines
12809 in your .emacs file:
12810 (add-hook 'message-send-hook 'ispell-message) ;; GNUS 5
12811 (add-hook 'news-inews-hook 'ispell-message) ;; GNUS 4
12812 (add-hook 'mail-send-hook 'ispell-message)
12813 (add-hook 'mh-before-send-letter-hook 'ispell-message)
12814
12815 You can bind this to the key C-c i in GNUS or mail by adding to
12816 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
12817 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))
12818
12819 \(fn)" t nil)
12820
12821 ;;;***
12822 \f
12823 ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
12824 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
12825 ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15763 11491))
12826 ;;; Generated autoloads from iswitchb.el
12827
12828 (autoload (quote iswitchb-read-buffer) "iswitchb" "\
12829 Replacement for the built-in `read-buffer'.
12830 Return the name of a buffer selected.
12831 PROMPT is the prompt to give to the user. DEFAULT if given is the default
12832 buffer to be selected, which will go to the front of the list.
12833 If REQUIRE-MATCH is non-nil, an existing-buffer must be selected.
12834
12835 \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil)
12836
12837 (autoload (quote iswitchb-default-keybindings) "iswitchb" "\
12838 Set up default keybindings for `iswitchb-buffer'.
12839 Call this function to override the normal bindings. This function also
12840 adds a hook to the minibuffer.
12841
12842 Obsolescent. Use `iswitchb-mode'.
12843
12844 \(fn)" t nil)
12845
12846 (autoload (quote iswitchb-buffer) "iswitchb" "\
12847 Switch to another buffer.
12848
12849 The buffer name is selected interactively by typing a substring. The
12850 buffer is displayed according to `iswitchb-default-method' -- the
12851 default is to show it in the same window, unless it is already visible
12852 in another frame.
12853 For details of keybindings, do `\\[describe-function] iswitchb'.
12854
12855 \(fn)" t nil)
12856
12857 (autoload (quote iswitchb-buffer-other-window) "iswitchb" "\
12858 Switch to another buffer and show it in another window.
12859 The buffer name is selected interactively by typing a substring.
12860 For details of keybindings, do `\\[describe-function] iswitchb'.
12861
12862 \(fn)" t nil)
12863
12864 (autoload (quote iswitchb-display-buffer) "iswitchb" "\
12865 Display a buffer in another window but don't select it.
12866 The buffer name is selected interactively by typing a substring.
12867 For details of keybindings, do `\\[describe-function] iswitchb'.
12868
12869 \(fn)" t nil)
12870
12871 (autoload (quote iswitchb-buffer-other-frame) "iswitchb" "\
12872 Switch to another buffer and show it in another frame.
12873 The buffer name is selected interactively by typing a substring.
12874 For details of keybindings, do `\\[describe-function] iswitchb'.
12875
12876 \(fn)" t nil)
12877
12878 (defvar iswitchb-mode nil "\
12879 Non-nil if Iswitchb mode is enabled.
12880 See the command `iswitchb-mode' for a description of this minor-mode.
12881 Setting this variable directly does not take effect;
12882 use either \\[customize] or the function `iswitchb-mode'.")
12883
12884 (custom-add-to-group (quote iswitchb) (quote iswitchb-mode) (quote custom-variable))
12885
12886 (custom-add-load (quote iswitchb-mode) (quote iswitchb))
12887
12888 (autoload (quote iswitchb-mode) "iswitchb" "\
12889 Toggle Iswitchb global minor mode.
12890 With arg, turn Iswitchb mode on if and only iff ARG is positive.
12891 This mode enables switching between buffers using substrings. See
12892 `iswitchb' for details.
12893
12894 \(fn &optional ARG)" t nil)
12895
12896 ;;;***
12897 \f
12898 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
12899 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
12900 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
12901 ;;;;;; "japan-util" "language/japan-util.el" (15185 62673))
12902 ;;; Generated autoloads from language/japan-util.el
12903
12904 (autoload (quote setup-japanese-environment-internal) "japan-util" "\
12905 Not documented
12906
12907 \(fn)" nil nil)
12908
12909 (autoload (quote japanese-katakana) "japan-util" "\
12910 Convert argument to Katakana and return that.
12911 The argument may be a character or string. The result has the same type.
12912 The argument object is not altered--the value is a copy.
12913 Optional argument HANKAKU t means to convert to `hankaku' Katakana
12914 (`japanese-jisx0201-kana'), in which case return value
12915 may be a string even if OBJ is a character if two Katakanas are
12916 necessary to represent OBJ.
12917
12918 \(fn OBJ &optional HANKAKU)" nil nil)
12919
12920 (autoload (quote japanese-hiragana) "japan-util" "\
12921 Convert argument to Hiragana and return that.
12922 The argument may be a character or string. The result has the same type.
12923 The argument object is not altered--the value is a copy.
12924
12925 \(fn OBJ)" nil nil)
12926
12927 (autoload (quote japanese-hankaku) "japan-util" "\
12928 Convert argument to `hankaku' and return that.
12929 The argument may be a character or string. The result has the same type.
12930 The argument object is not altered--the value is a copy.
12931 Optional argument ASCII-ONLY non-nil means to return only ASCII character.
12932
12933 \(fn OBJ &optional ASCII-ONLY)" nil nil)
12934
12935 (autoload (quote japanese-zenkaku) "japan-util" "\
12936 Convert argument to `zenkaku' and return that.
12937 The argument may be a character or string. The result has the same type.
12938 The argument object is not altered--the value is a copy.
12939
12940 \(fn OBJ)" nil nil)
12941
12942 (autoload (quote japanese-katakana-region) "japan-util" "\
12943 Convert Japanese `hiragana' chars in the region to `katakana' chars.
12944 Optional argument HANKAKU t means to convert to `hankaku katakana' character
12945 of which charset is `japanese-jisx0201-kana'.
12946
12947 \(fn FROM TO &optional HANKAKU)" t nil)
12948
12949 (autoload (quote japanese-hiragana-region) "japan-util" "\
12950 Convert Japanese `katakana' chars in the region to `hiragana' chars.
12951
12952 \(fn FROM TO)" t nil)
12953
12954 (autoload (quote japanese-hankaku-region) "japan-util" "\
12955 Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
12956 `Zenkaku' chars belong to `japanese-jisx0208'
12957 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
12958 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char.
12959
12960 \(fn FROM TO &optional ASCII-ONLY)" t nil)
12961
12962 (autoload (quote japanese-zenkaku-region) "japan-util" "\
12963 Convert hankaku' chars in the region to Japanese `zenkaku' chars.
12964 `Zenkaku' chars belong to `japanese-jisx0208'
12965 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
12966 Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char.
12967
12968 \(fn FROM TO &optional KATAKANA-ONLY)" t nil)
12969
12970 (autoload (quote read-hiragana-string) "japan-util" "\
12971 Read a Hiragana string from the minibuffer, prompting with string PROMPT.
12972 If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
12973
12974 \(fn PROMPT &optional INITIAL-INPUT)" nil nil)
12975
12976 ;;;***
12977 \f
12978 ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15775
12979 ;;;;;; 20968))
12980 ;;; Generated autoloads from jit-lock.el
12981
12982 (autoload (quote jit-lock-register) "jit-lock" "\
12983 Register FUN as a fontification function to be called in this buffer.
12984 FUN will be called with two arguments START and END indicating the region
12985 that needs to be (re)fontified.
12986 If non-nil, CONTEXTUAL means that a contextual fontification would be useful.
12987
12988 \(fn FUN &optional CONTEXTUAL)" nil nil)
12989
12990 ;;;***
12991 \f
12992 ;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
12993 ;;;;;; "jka-compr" "jka-compr.el" (15730 5486))
12994 ;;; Generated autoloads from jka-compr.el
12995
12996 (defvar auto-compression-mode nil "\
12997 Non-nil if Auto-Compression mode is enabled.
12998 See the command `auto-compression-mode' for a description of this minor-mode.
12999 Setting this variable directly does not take effect;
13000 use either \\[customize] or the function `auto-compression-mode'.")
13001
13002 (custom-add-to-group (quote jka-compr) (quote auto-compression-mode) (quote custom-variable))
13003
13004 (custom-add-load (quote auto-compression-mode) (quote jka-compr))
13005
13006 (autoload (quote auto-compression-mode) "jka-compr" "\
13007 Toggle automatic file compression and uncompression.
13008 With prefix argument ARG, turn auto compression on if positive, else off.
13009 Returns the new status of auto compression (non-nil means on).
13010
13011 \(fn &optional ARG)" t nil)
13012
13013 (autoload (quote with-auto-compression-mode) "jka-compr" "\
13014 Evalute BODY with automatic file compression and uncompression enabled.
13015
13016 \(fn &rest BODY)" nil (quote macro))
13017
13018 ;;;***
13019 \f
13020 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
13021 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
13022 ;;;;;; (15747 41455))
13023 ;;; Generated autoloads from emulation/keypad.el
13024
13025 (defvar keypad-setup nil "\
13026 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
13027 When selecting the plain numeric keypad setup, the character returned by the
13028 decimal key must be specified.")
13029
13030 (custom-add-to-group (quote keyboard) (quote keypad-setup) (quote custom-variable))
13031
13032 (custom-add-load (quote keypad-setup) (quote keypad))
13033
13034 (defvar keypad-numlock-setup nil "\
13035 Specifies the keypad setup for unshifted keypad keys when NumLock is on.
13036 When selecting the plain numeric keypad setup, the character returned by the
13037 decimal key must be specified.")
13038
13039 (custom-add-to-group (quote keyboard) (quote keypad-numlock-setup) (quote custom-variable))
13040
13041 (custom-add-load (quote keypad-numlock-setup) (quote keypad))
13042
13043 (defvar keypad-shifted-setup nil "\
13044 Specifies the keypad setup for shifted keypad keys when NumLock is off.
13045 When selecting the plain numeric keypad setup, the character returned by the
13046 decimal key must be specified.")
13047
13048 (custom-add-to-group (quote keyboard) (quote keypad-shifted-setup) (quote custom-variable))
13049
13050 (custom-add-load (quote keypad-shifted-setup) (quote keypad))
13051
13052 (defvar keypad-numlock-shifted-setup nil "\
13053 Specifies the keypad setup for shifted keypad keys when NumLock is off.
13054 When selecting the plain numeric keypad setup, the character returned by the
13055 decimal key must be specified.")
13056
13057 (custom-add-to-group (quote keyboard) (quote keypad-numlock-shifted-setup) (quote custom-variable))
13058
13059 (custom-add-load (quote keypad-numlock-shifted-setup) (quote keypad))
13060
13061 (autoload (quote keypad-setup) "keypad" "\
13062 Set keypad bindings in function-key-map according to SETUP.
13063 If optional second argument NUMLOCK is non-nil, the NumLock On bindings
13064 are changed. Otherwise, the NumLock Off bindings are changed.
13065 If optional third argument SHIFT is non-nil, the shifted keypad
13066 keys are bound.
13067
13068 Setup Binding
13069 -------------------------------------------------------------
13070 'prefix Command prefix argument, i.e. M-0 .. M-9 and M--
13071 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.
13072 'cursor Bind keypad keys to the cursor movement keys.
13073 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg)
13074 'none Removes all bindings for keypad keys in function-key-map;
13075 this enables any user-defined bindings for the keypad keys
13076 in the global and local keymaps.
13077
13078 If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,
13079 the decimal key on the keypad is mapped to DECIMAL instead of `.'
13080
13081 \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil)
13082
13083 ;;;***
13084 \f
13085 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
13086 ;;;;;; (15185 62673))
13087 ;;; Generated autoloads from international/kinsoku.el
13088
13089 (autoload (quote kinsoku) "kinsoku" "\
13090 Go to a line breaking position near point by doing `kinsoku' processing.
13091 LINEBEG is a buffer position we can't break a line before.
13092
13093 `Kinsoku' processing is to prohibit specific characters to be placed
13094 at beginning of line or at end of line. Characters not to be placed
13095 at beginning and end of line have character category `>' and `<'
13096 respectively. This restriction is dissolved by making a line longer or
13097 shorter.
13098
13099 `Kinsoku' is a Japanese word which originally means ordering to stay
13100 in one place, and is used for the text processing described above in
13101 the context of text formatting.
13102
13103 \(fn LINEBEG)" nil nil)
13104
13105 ;;;***
13106 \f
13107 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15185
13108 ;;;;;; 62673))
13109 ;;; Generated autoloads from international/kkc.el
13110
13111 (defvar kkc-after-update-conversion-functions nil "\
13112 Functions to run after a conversion is selected in `japanese' input method.
13113 With this input method, a user can select a proper conversion from
13114 candidate list. Each time he changes the selection, functions in this
13115 list are called with two arguments; starting and ending buffer
13116 positions that contains the current selection.")
13117
13118 (autoload (quote kkc-region) "kkc" "\
13119 Convert Kana string in the current region to Kanji-Kana mixed string.
13120 Users can select a desirable conversion interactively.
13121 When called from a program, expects two arguments,
13122 positions FROM and TO (integers or markers) specifying the target region.
13123 When it returns, the point is at the tail of the selected conversion,
13124 and the return value is the length of the conversion.
13125
13126 \(fn FROM TO)" t nil)
13127
13128 ;;;***
13129 \f
13130 ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
13131 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
13132 ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
13133 ;;;;;; "kmacro.el" (15755 34618))
13134 ;;; Generated autoloads from kmacro.el
13135 (global-set-key "\C-x(" 'kmacro-start-macro)
13136 (global-set-key "\C-x)" 'kmacro-end-macro)
13137 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
13138 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
13139 (global-set-key [f4] 'kmacro-end-or-call-macro)
13140 (global-set-key "\C-x\C-k" 'kmacro-keymap)
13141 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
13142
13143 (autoload (quote kmacro-start-macro) "kmacro" "\
13144 Record subsequent keyboard input, defining a keyboard macro.
13145 The commands are recorded even as they are executed.
13146 Use \\[kmacro-end-macro] to finish recording and make the macro available.
13147 Use \\[kmacro-end-and-call-macro] to execute the macro.
13148 Use \\[name-last-kbd-macro] to give it a permanent name.
13149 Non-nil arg (prefix arg) means append to last macro defined;
13150
13151 With \\[universal-argument] prefix, append to last keyboard macro
13152 defined. Depending on `kmacro-execute-before-append', this may begin
13153 by re-executing the last macro as if you typed it again.
13154
13155 Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
13156 defining the macro.
13157
13158 Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
13159 The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
13160 The format of the counter can be modified via \\[kmacro-set-format].
13161
13162 \(fn ARG)" t nil)
13163
13164 (autoload (quote kmacro-end-macro) "kmacro" "\
13165 Finish defining a keyboard macro.
13166 The definition was started by \\[kmacro-start-macro].
13167 The macro is now available for use via \\[kmacro-call-macro],
13168 or it can be given a name with \\[name-last-kbd-macro] and then invoked
13169 under that name.
13170
13171 With numeric arg, repeat macro now that many times,
13172 counting the definition just completed as the first repetition.
13173 An argument of zero means repeat until error.
13174
13175 \(fn ARG)" t nil)
13176
13177 (autoload (quote kmacro-call-macro) "kmacro" "\
13178 Call the last keyboard macro that you defined with \\[kmacro-start-macro].
13179 A prefix argument serves as a repeat count. Zero means repeat until error.
13180
13181 When you call the macro, you can call the macro again by repeating
13182 just the last key in the key sequence that you used to call this
13183 command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
13184 for details on how to adjust or disable this behaviour.
13185
13186 To make a macro permanent so you can call it even after defining
13187 others, use M-x name-last-kbd-macro.
13188
13189 \(fn ARG &optional NO-REPEAT END-MACRO)" t nil)
13190
13191 (autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\
13192 Record subsequent keyboard input, defining a keyboard macro.
13193 The commands are recorded even as they are executed.
13194
13195 Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the
13196 macro.
13197
13198 With \\[universal-argument], appends to current keyboard macro (keeping
13199 the current value of `kmacro-counter').
13200
13201 When defining/executing macro, inserts macro counter and increments
13202 the counter with ARG or 1 if missing. With \\[universal-argument],
13203 inserts previous kmacro-counter (but do not modify counter).
13204
13205 The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
13206 The format of the counter can be modified via \\[kmacro-set-format].
13207
13208 \(fn ARG)" t nil)
13209
13210 (autoload (quote kmacro-end-or-call-macro) "kmacro" "\
13211 End kbd macro if currently being defined; else call last kbd macro.
13212 With numeric prefix ARG, repeat macro that many times.
13213 With \\[universal-argument], call second macro in macro ring.
13214
13215 \(fn ARG &optional NO-REPEAT)" t nil)
13216
13217 (autoload (quote kmacro-end-and-call-macro) "kmacro" "\
13218 Call last keyboard macro, ending it first if currently being defined.
13219 With numeric prefix ARG, repeat macro that many times.
13220
13221 \(fn ARG &optional NO-REPEAT)" t nil)
13222
13223 (autoload (quote kmacro-end-call-mouse) "kmacro" "\
13224 Move point to the position clicked with the mouse and call last kbd macro.
13225 If kbd macro currently being defined end it before activating it.
13226
13227 \(fn EVENT)" t nil)
13228
13229 ;;;***
13230 \f
13231 ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
13232 ;;;;;; "language/korea-util.el" (15185 62673))
13233 ;;; Generated autoloads from language/korea-util.el
13234
13235 (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
13236 *The kind of Korean keyboard for Korean input method.
13237 \"\" for 2, \"3\" for 3.")
13238
13239 (autoload (quote setup-korean-environment-internal) "korea-util" "\
13240 Not documented
13241
13242 \(fn)" nil nil)
13243
13244 ;;;***
13245 \f
13246 ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
13247 ;;;;;; (15354 48719))
13248 ;;; Generated autoloads from play/landmark.el
13249
13250 (defalias (quote landmark-repeat) (quote lm-test-run))
13251
13252 (autoload (quote lm-test-run) "landmark" "\
13253 Run 100 Lm games, each time saving the weights from the previous game.
13254
13255 \(fn)" t nil)
13256
13257 (defalias (quote landmark) (quote lm))
13258
13259 (autoload (quote lm) "landmark" "\
13260 Start or resume an Lm game.
13261 If a game is in progress, this command allows you to resume it.
13262 Here is the relation between prefix args and game options:
13263
13264 prefix arg | robot is auto-started | weights are saved from last game
13265 ---------------------------------------------------------------------
13266 none / 1 | yes | no
13267 2 | yes | yes
13268 3 | no | yes
13269 4 | no | no
13270
13271 You start by moving to a square and typing \\[lm-start-robot],
13272 if you did not use a prefix arg to ask for automatic start.
13273 Use \\[describe-mode] for more info.
13274
13275 \(fn PARG)" t nil)
13276
13277 ;;;***
13278 \f
13279 ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
13280 ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
13281 ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15809
13282 ;;;;;; 3074))
13283 ;;; Generated autoloads from language/lao-util.el
13284
13285 (autoload (quote lao-compose-string) "lao-util" "\
13286 Not documented
13287
13288 \(fn STR)" nil nil)
13289
13290 (autoload (quote lao-transcribe-single-roman-syllable-to-lao) "lao-util" "\
13291 Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
13292 Only the first syllable is transcribed.
13293 The value has the form: (START END LAO-STRING), where
13294 START and END are the beggining and end positions of the Roman Lao syllable,
13295 LAO-STRING is the Lao character transcription of it.
13296
13297 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
13298 syllable. In that case, FROM and TO are indexes to STR.
13299
13300 \(fn FROM TO &optional STR)" nil nil)
13301
13302 (autoload (quote lao-transcribe-roman-to-lao-string) "lao-util" "\
13303 Transcribe Romanized Lao string STR to Lao character string.
13304
13305 \(fn STR)" nil nil)
13306
13307 (autoload (quote lao-post-read-conversion) "lao-util" "\
13308 Not documented
13309
13310 \(fn LEN)" nil nil)
13311
13312 (autoload (quote lao-composition-function) "lao-util" "\
13313 Compose Lao text in the region FROM and TO.
13314 The text matches the regular expression PATTERN.
13315 Optional 4th argument STRING, if non-nil, is a string containing text
13316 to compose.
13317
13318 The return value is number of composed characters.
13319
13320 \(fn FROM TO PATTERN &optional STRING)" nil nil)
13321
13322 (autoload (quote lao-compose-region) "lao-util" "\
13323 Not documented
13324
13325 \(fn FROM TO)" t nil)
13326
13327 ;;;***
13328 \f
13329 ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
13330 ;;;;;; "latin1-disp" "international/latin1-disp.el" (15377 1423))
13331 ;;; Generated autoloads from international/latin1-disp.el
13332
13333 (defvar latin1-display nil "\
13334 Set up Latin-1/ASCII display for ISO8859 character sets.
13335 This is done for each character set in the list `latin1-display-sets',
13336 if no font is available to display it. Characters are displayed using
13337 the corresponding Latin-1 characters where they match. Otherwise
13338 ASCII sequences are used, mostly following the Latin prefix input
13339 methods. Some different ASCII sequences are used if
13340 `latin1-display-mnemonic' is non-nil.
13341
13342 This option also treats some characters in the `mule-unicode-...'
13343 charsets if you don't have a Unicode font with which to display them.
13344
13345 Setting this variable directly does not take effect;
13346 use either M-x customize of the function `latin1-display'.")
13347
13348 (custom-add-to-group (quote latin1-display) (quote latin1-display) (quote custom-variable))
13349
13350 (custom-add-load (quote latin1-display) (quote latin1-disp))
13351
13352 (autoload (quote latin1-display) "latin1-disp" "\
13353 Set up Latin-1/ASCII display for the arguments character SETS.
13354 See option `latin1-display' for the method. The members of the list
13355 must be in `latin1-display-sets'. With no arguments, reset the
13356 display for all of `latin1-display-sets'. See also
13357 `latin1-display-setup'. As well as iso-8859 characters, this treats
13358 some characters in the `mule-unicode-...' charsets if you don't have
13359 a Unicode font with which to display them.
13360
13361 \(fn &rest SETS)" nil nil)
13362
13363 (defvar latin1-display-ucs-per-lynx nil "\
13364 Set up Latin-1/ASCII display for Unicode characters.
13365 This uses the transliterations of the Lynx browser. The display is't
13366 changed if the display can render Unicode characters.
13367
13368 Setting this variable directly does not take effect;
13369 use either M-x customize of the function `latin1-display'.")
13370
13371 (custom-add-to-group (quote latin1-display) (quote latin1-display-ucs-per-lynx) (quote custom-variable))
13372
13373 (custom-add-load (quote latin1-display-ucs-per-lynx) (quote latin1-disp))
13374
13375 ;;;***
13376 \f
13377 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
13378 ;;;;;; "lazy-lock.el" (15509 27929))
13379 ;;; Generated autoloads from lazy-lock.el
13380
13381 (autoload (quote lazy-lock-mode) "lazy-lock" "\
13382 Toggle Lazy Lock mode.
13383 With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it
13384 automatically in your `~/.emacs' by:
13385
13386 (setq font-lock-support-mode 'lazy-lock-mode)
13387
13388 For a newer font-lock support mode with similar functionality, see
13389 `jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in
13390 JIT Lock's favor.
13391
13392 When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:
13393
13394 - Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil.
13395 This means initial fontification does not occur if the buffer is greater than
13396 `lazy-lock-minimum-size' characters in length. Instead, fontification occurs
13397 when necessary, such as when scrolling through the buffer would otherwise
13398 reveal unfontified areas. This is useful if buffer fontification is too slow
13399 for large buffers.
13400
13401 - Deferred scroll fontification if `lazy-lock-defer-on-scrolling' is non-nil.
13402 This means demand-driven fontification does not occur as you scroll.
13403 Instead, fontification is deferred until after `lazy-lock-defer-time' seconds
13404 of Emacs idle time, while Emacs remains idle. This is useful if
13405 fontification is too slow to keep up with scrolling.
13406
13407 - Deferred on-the-fly fontification if `lazy-lock-defer-on-the-fly' is non-nil.
13408 This means on-the-fly fontification does not occur as you type. Instead,
13409 fontification is deferred until after `lazy-lock-defer-time' seconds of Emacs
13410 idle time, while Emacs remains idle. This is useful if fontification is too
13411 slow to keep up with your typing.
13412
13413 - Deferred context fontification if `lazy-lock-defer-contextually' is non-nil.
13414 This means fontification updates the buffer corresponding to true syntactic
13415 context, after `lazy-lock-defer-time' seconds of Emacs idle time, while Emacs
13416 remains idle. Otherwise, fontification occurs on modified lines only, and
13417 subsequent lines can remain fontified corresponding to previous syntactic
13418 contexts. This is useful where strings or comments span lines.
13419
13420 - Stealthy buffer fontification if `lazy-lock-stealth-time' is non-nil.
13421 This means remaining unfontified areas of buffers are fontified if Emacs has
13422 been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle.
13423 This is useful if any buffer has any deferred fontification.
13424
13425 Basic Font Lock mode on-the-fly fontification behaviour fontifies modified
13426 lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode
13427 on-the-fly fontification may fontify differently, albeit correctly. In any
13428 event, to refontify some lines you can use \\[font-lock-fontify-block].
13429
13430 Stealth fontification only occurs while the system remains unloaded.
13431 If the system load rises above `lazy-lock-stealth-load' percent, stealth
13432 fontification is suspended. Stealth fontification intensity is controlled via
13433 the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and
13434 verbosity is controlled via the variable `lazy-lock-stealth-verbose'.
13435
13436 \(fn &optional ARG)" t nil)
13437
13438 (autoload (quote turn-on-lazy-lock) "lazy-lock" "\
13439 Unconditionally turn on Lazy Lock mode.
13440
13441 \(fn)" nil nil)
13442
13443 ;;;***
13444 \f
13445 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
13446 ;;;;;; (15185 49574))
13447 ;;; Generated autoloads from ledit.el
13448
13449 (defconst ledit-save-files t "\
13450 *Non-nil means Ledit should save files before transferring to Lisp.")
13451
13452 (defconst ledit-go-to-lisp-string "%?lisp" "\
13453 *Shell commands to execute to resume Lisp job.")
13454
13455 (defconst ledit-go-to-liszt-string "%?liszt" "\
13456 *Shell commands to execute to resume Lisp compiler job.")
13457
13458 (autoload (quote ledit-mode) "ledit" "\
13459 \\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job.
13460 Like Lisp mode, plus these special commands:
13461 \\[ledit-save-defun] -- record defun at or after point
13462 for later transmission to Lisp job.
13463 \\[ledit-save-region] -- record region for later transmission to Lisp job.
13464 \\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text.
13465 \\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job
13466 and transmit saved text.
13467 \\{ledit-mode-map}
13468 To make Lisp mode automatically change to Ledit mode,
13469 do (setq lisp-mode-hook 'ledit-from-lisp-mode)
13470
13471 \(fn)" t nil)
13472
13473 (autoload (quote ledit-from-lisp-mode) "ledit" "\
13474 Not documented
13475
13476 \(fn)" nil nil)
13477
13478 ;;;***
13479 \f
13480 ;;;### (autoloads (life) "life" "play/life.el" (15020 64776))
13481 ;;; Generated autoloads from play/life.el
13482
13483 (autoload (quote life) "life" "\
13484 Run Conway's Life simulation.
13485 The starting pattern is randomly selected. Prefix arg (optional first
13486 arg non-nil from a program) is the number of seconds to sleep between
13487 generations (this defaults to 1).
13488
13489 \(fn &optional SLEEPTIME)" t nil)
13490
13491 ;;;***
13492 \f
13493 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (15766
13494 ;;;;;; 29876))
13495 ;;; Generated autoloads from loadhist.el
13496
13497 (autoload (quote unload-feature) "loadhist" "\
13498 Unload the library that provided FEATURE, restoring all its autoloads.
13499 If the feature is required by any other loaded code, and prefix arg FORCE
13500 is nil, raise an error.
13501
13502 \(fn FEATURE &optional FORCE)" t nil)
13503
13504 ;;;***
13505 \f
13506 ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
13507 ;;;;;; (15400 23926))
13508 ;;; Generated autoloads from locate.el
13509
13510 (autoload (quote locate) "locate" "\
13511 Run the program `locate', putting results in `*Locate*' buffer.
13512 With prefix arg, prompt for the locate command to run.
13513
13514 \(fn SEARCH-STRING &optional FILTER)" t nil)
13515
13516 (autoload (quote locate-with-filter) "locate" "\
13517 Run the locate command with a filter.
13518
13519 The filter is a regular expression. Only results matching the filter are
13520 shown; this is often useful to constrain a big search.
13521
13522 \(fn SEARCH-STRING FILTER)" t nil)
13523
13524 ;;;***
13525 \f
13526 ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15326 11642))
13527 ;;; Generated autoloads from log-edit.el
13528
13529 (autoload (quote log-edit) "log-edit" "\
13530 Setup a buffer to enter a log message.
13531 \\<log-edit-mode-map>The buffer will be put in `log-edit-mode'.
13532 If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run.
13533 Mark and point will be set around the entire contents of the
13534 buffer so that it is easy to kill the contents of the buffer with \\[kill-region].
13535 Once you're done editing the message, pressing \\[log-edit-done] will call
13536 `log-edit-done' which will end up calling CALLBACK to do the actual commit.
13537 LISTFUN if non-nil is a function of no arguments returning the list of files
13538 that are concerned by the current operation (using relative names).
13539 If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
13540 log message and go back to the current buffer when done. Otherwise, it
13541 uses the current buffer.
13542
13543 \(fn CALLBACK &optional SETUP LISTFUN BUFFER &rest IGNORE)" nil nil)
13544
13545 ;;;***
13546 \f
13547 ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (15408
13548 ;;;;;; 51653))
13549 ;;; Generated autoloads from log-view.el
13550
13551 (autoload (quote log-view-mode) "log-view" "\
13552 Major mode for browsing CVS log output." t nil)
13553
13554 ;;;***
13555 \f
13556 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
13557 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15594
13558 ;;;;;; 61952))
13559 ;;; Generated autoloads from lpr.el
13560
13561 (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
13562
13563 (defvar lpr-lp-system (memq system-type (quote (usg-unix-v dgux hpux irix))))
13564
13565 (defvar printer-name (and lpr-windows-system "PRN") "\
13566 *The name of a local printer to which data is sent for printing.
13567 \(Note that PostScript files are sent to `ps-printer-name', which see.)
13568
13569 On Unix-like systems, a string value should be a name understood by
13570 lpr's -P option; otherwise the value should be nil.
13571
13572 On MS-DOS and MS-Windows systems, a string value is taken as the name of
13573 a printer device or port, provided `lpr-command' is set to \"\".
13574 Typical non-default settings would be \"LPT1\" to \"LPT3\" for parallel
13575 printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial printers, or
13576 \"//hostname/printer\" for a shared network printer. You can also set
13577 it to the name of a file, in which case the output gets appended to that
13578 file. If you want to discard the printed output, set this to \"NUL\".")
13579
13580 (defvar lpr-switches nil "\
13581 *List of strings to pass as extra options for the printer program.
13582 It is recommended to set `printer-name' instead of including an explicit
13583 switch on this list.
13584 See `lpr-command'.")
13585
13586 (defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\
13587 *Name of program for printing a file.
13588
13589 On MS-DOS and MS-Windows systems, if the value is an empty string then
13590 Emacs will write directly to the printer port named by `printer-name'.
13591 The programs `print' and `nprint' (the standard print programs on
13592 Windows NT and Novell Netware respectively) are handled specially, using
13593 `printer-name' as the destination for output; any other program is
13594 treated like `lpr' except that an explicit filename is given as the last
13595 argument.")
13596
13597 (autoload (quote lpr-buffer) "lpr" "\
13598 Print buffer contents without pagination or page headers.
13599 See the variables `lpr-switches' and `lpr-command'
13600 for customization of the printer command.
13601
13602 \(fn)" t nil)
13603
13604 (autoload (quote print-buffer) "lpr" "\
13605 Paginate and print buffer contents.
13606
13607 The variable `lpr-headers-switches' controls how to paginate.
13608 If it is nil (the default), we run the `pr' program (or whatever program
13609 `lpr-page-header-program' specifies) to paginate.
13610 `lpr-page-header-switches' specifies the switches for that program.
13611
13612 Otherwise, the switches in `lpr-headers-switches' are used
13613 in the print command itself; we expect them to request pagination.
13614
13615 See the variables `lpr-switches' and `lpr-command'
13616 for further customization of the printer command.
13617
13618 \(fn)" t nil)
13619
13620 (autoload (quote lpr-region) "lpr" "\
13621 Print region contents without pagination or page headers.
13622 See the variables `lpr-switches' and `lpr-command'
13623 for customization of the printer command.
13624
13625 \(fn START END)" t nil)
13626
13627 (autoload (quote print-region) "lpr" "\
13628 Paginate and print the region contents.
13629
13630 The variable `lpr-headers-switches' controls how to paginate.
13631 If it is nil (the default), we run the `pr' program (or whatever program
13632 `lpr-page-header-program' specifies) to paginate.
13633 `lpr-page-header-switches' specifies the switches for that program.
13634
13635 Otherwise, the switches in `lpr-headers-switches' are used
13636 in the print command itself; we expect them to request pagination.
13637
13638 See the variables `lpr-switches' and `lpr-command'
13639 for further customization of the printer command.
13640
13641 \(fn START END)" t nil)
13642
13643 ;;;***
13644 \f
13645 ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (15676
13646 ;;;;;; 9507))
13647 ;;; Generated autoloads from calendar/lunar.el
13648
13649 (autoload (quote phases-of-moon) "lunar" "\
13650 Display the quarters of the moon for last month, this month, and next month.
13651 If called with an optional prefix argument, prompts for month and year.
13652
13653 This function is suitable for execution in a .emacs file.
13654
13655 \(fn &optional ARG)" t nil)
13656
13657 ;;;***
13658 \f
13659 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15765
13660 ;;;;;; 3930))
13661 ;;; Generated autoloads from progmodes/m4-mode.el
13662
13663 (autoload (quote m4-mode) "m4-mode" "\
13664 A major mode to edit m4 macro files.
13665 \\{m4-mode-map}
13666
13667 \(fn)" t nil)
13668
13669 ;;;***
13670 \f
13671 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
13672 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (15741 9308))
13673 ;;; Generated autoloads from macros.el
13674
13675 (autoload (quote name-last-kbd-macro) "macros" "\
13676 Assign a name to the last keyboard macro defined.
13677 Argument SYMBOL is the name to define.
13678 The symbol's function definition becomes the keyboard macro string.
13679 Such a \"function\" cannot be called from Lisp, but it is a valid editor command.
13680
13681 \(fn SYMBOL)" t nil)
13682
13683 (autoload (quote insert-kbd-macro) "macros" "\
13684 Insert in buffer the definition of kbd macro NAME, as Lisp code.
13685 Optional second arg KEYS means also record the keys it is on
13686 \(this is the prefix argument, when calling interactively).
13687
13688 This Lisp code will, when executed, define the kbd macro with the same
13689 definition it has now. If you say to record the keys, the Lisp code
13690 will also rebind those keys to the macro. Only global key bindings
13691 are recorded since executing this Lisp code always makes global
13692 bindings.
13693
13694 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
13695 use this command, and then save the file.
13696
13697 \(fn MACRONAME &optional KEYS)" t nil)
13698
13699 (autoload (quote kbd-macro-query) "macros" "\
13700 Query user during kbd macro execution.
13701 With prefix argument, enters recursive edit, reading keyboard
13702 commands even within a kbd macro. You can give different commands
13703 each time the macro executes.
13704 Without prefix argument, asks whether to continue running the macro.
13705 Your options are: \\<query-replace-map>
13706 \\[act] Finish this iteration normally and continue with the next.
13707 \\[skip] Skip the rest of this iteration, and start the next.
13708 \\[exit] Stop the macro entirely right now.
13709 \\[recenter] Redisplay the screen, then ask again.
13710 \\[edit] Enter recursive edit; ask again when you exit from that.
13711
13712 \(fn FLAG)" t nil)
13713
13714 (autoload (quote apply-macro-to-region-lines) "macros" "\
13715 For each complete line between point and mark, move to the beginning
13716 of the line, and run the last keyboard macro.
13717
13718 When called from lisp, this function takes two arguments TOP and
13719 BOTTOM, describing the current region. TOP must be before BOTTOM.
13720 The optional third argument MACRO specifies a keyboard macro to
13721 execute.
13722
13723 This is useful for quoting or unquoting included text, adding and
13724 removing comments, or producing tables where the entries are regular.
13725
13726 For example, in Usenet articles, sections of text quoted from another
13727 author are indented, or have each line start with `>'. To quote a
13728 section of text, define a keyboard macro which inserts `>', put point
13729 and mark at opposite ends of the quoted section, and use
13730 `\\[apply-macro-to-region-lines]' to mark the entire section.
13731
13732 Suppose you wanted to build a keyword table in C where each entry
13733 looked like this:
13734
13735 { \"foo\", foo_data, foo_function },
13736 { \"bar\", bar_data, bar_function },
13737 { \"baz\", baz_data, baz_function },
13738
13739 You could enter the names in this format:
13740
13741 foo
13742 bar
13743 baz
13744
13745 and write a macro to massage a word into a table entry:
13746
13747 \\C-x (
13748 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
13749 \\C-x )
13750
13751 and then select the region of un-tablified names and use
13752 `\\[apply-macro-to-region-lines]' to build the table from the names.
13753
13754 \(fn TOP BOTTOM &optional MACRO)" t nil)
13755 (define-key ctl-x-map "q" 'kbd-macro-query)
13756
13757 ;;;***
13758 \f
13759 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
13760 ;;;;;; "mail/mail-extr.el" (15793 40694))
13761 ;;; Generated autoloads from mail/mail-extr.el
13762
13763 (autoload (quote mail-extract-address-components) "mail-extr" "\
13764 Given an RFC-822 address ADDRESS, extract full name and canonical address.
13765 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS).
13766 If no name can be extracted, FULL-NAME will be nil. Also see
13767 `mail-extr-ignore-single-names'.
13768
13769 If the optional argument ALL is non-nil, then ADDRESS can contain zero
13770 or more recipients, separated by commas, and we return a list of
13771 the form ((FULL-NAME CANONICAL-ADDRESS) ...) with one element for
13772 each recipient. If ALL is nil, then if ADDRESS contains more than
13773 one recipients, all but the first is ignored.
13774
13775 ADDRESS may be a string or a buffer. If it is a buffer, the visible
13776 \(narrowed) portion of the buffer will be interpreted as the address.
13777 \(This feature exists so that the clever caller might be able to avoid
13778 consing a string.)
13779
13780 \(fn ADDRESS &optional ALL)" nil nil)
13781
13782 (autoload (quote what-domain) "mail-extr" "\
13783 Convert mail domain DOMAIN to the country it corresponds to.
13784
13785 \(fn DOMAIN)" t nil)
13786
13787 ;;;***
13788 \f
13789 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
13790 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
13791 ;;;;;; (15763 38398))
13792 ;;; Generated autoloads from mail/mail-hist.el
13793
13794 (autoload (quote mail-hist-define-keys) "mail-hist" "\
13795 Define keys for accessing mail header history. For use in hooks.
13796
13797 \(fn)" nil nil)
13798
13799 (autoload (quote mail-hist-enable) "mail-hist" "\
13800 Not documented
13801
13802 \(fn)" nil nil)
13803
13804 (defvar mail-hist-keep-history t "\
13805 *Non-nil means keep a history for headers and text of outgoing mail.")
13806
13807 (autoload (quote mail-hist-put-headers-into-history) "mail-hist" "\
13808 Put headers and contents of this message into mail header history.
13809 Each header has its own independent history, as does the body of the
13810 message.
13811
13812 This function normally would be called when the message is sent.
13813
13814 \(fn)" nil nil)
13815
13816 ;;;***
13817 \f
13818 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
13819 ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
13820 ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15512
13821 ;;;;;; 17296))
13822 ;;; Generated autoloads from mail/mail-utils.el
13823
13824 (defvar mail-use-rfc822 nil "\
13825 *If non-nil, use a full, hairy RFC822 parser on mail addresses.
13826 Otherwise, (the default) use a smaller, somewhat faster, and
13827 often correct parser.")
13828
13829 (autoload (quote mail-file-babyl-p) "mail-utils" "\
13830 Not documented
13831
13832 \(fn FILE)" nil nil)
13833
13834 (autoload (quote mail-quote-printable) "mail-utils" "\
13835 Convert a string to the \"quoted printable\" Q encoding.
13836 If the optional argument WRAPPER is non-nil,
13837 we add the wrapper characters =?ISO-8859-1?Q?....?=.
13838
13839 \(fn STRING &optional WRAPPER)" nil nil)
13840
13841 (autoload (quote mail-unquote-printable) "mail-utils" "\
13842 Undo the \"quoted printable\" encoding.
13843 If the optional argument WRAPPER is non-nil,
13844 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
13845
13846 \(fn STRING &optional WRAPPER)" nil nil)
13847
13848 (autoload (quote mail-unquote-printable-region) "mail-utils" "\
13849 Undo the \"quoted printable\" encoding in buffer from BEG to END.
13850 If the optional argument WRAPPER is non-nil,
13851 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
13852
13853 \(fn BEG END &optional WRAPPER)" t nil)
13854
13855 (autoload (quote mail-fetch-field) "mail-utils" "\
13856 Return the value of the header field whose type is FIELD-NAME.
13857 The buffer is expected to be narrowed to just the header of the message.
13858 If second arg LAST is non-nil, use the last field of type FIELD-NAME.
13859 If third arg ALL is non-nil, concatenate all such fields with commas between.
13860 If 4th arg LIST is non-nil, return a list of all such fields.
13861
13862 \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil)
13863
13864 ;;;***
13865 \f
13866 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
13867 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15756 53831))
13868 ;;; Generated autoloads from mail/mailabbrev.el
13869
13870 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\
13871 Initialize use of the `mailabbrev' package.
13872
13873 \(fn)" nil nil)
13874
13875 (autoload (quote build-mail-abbrevs) "mailabbrev" "\
13876 Read mail aliases from personal mail alias file and set `mail-abbrevs'.
13877 By default this is the file specified by `mail-personal-alias-file'.
13878
13879 \(fn &optional FILE RECURSIVEP)" nil nil)
13880
13881 (autoload (quote define-mail-abbrev) "mailabbrev" "\
13882 Define NAME as a mail alias abbrev that translates to DEFINITION.
13883 If DEFINITION contains multiple addresses, separate them with commas.
13884
13885 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
13886
13887 ;;;***
13888 \f
13889 ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
13890 ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (15303
13891 ;;;;;; 63149))
13892 ;;; Generated autoloads from mail/mailalias.el
13893
13894 (defvar mail-complete-style (quote angles) "\
13895 *Specifies how \\[mail-complete] formats the full name when it completes.
13896 If `nil', they contain just the return address like:
13897 king@grassland.com
13898 If `parens', they look like:
13899 king@grassland.com (Elvis Parsley)
13900 If `angles', they look like:
13901 Elvis Parsley <king@grassland.com>")
13902
13903 (autoload (quote expand-mail-aliases) "mailalias" "\
13904 Expand all mail aliases in suitable header fields found between BEG and END.
13905 If interactive, expand in header fields.
13906 Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and
13907 their `Resent-' variants.
13908
13909 Optional second arg EXCLUDE may be a regular expression defining text to be
13910 removed from alias expansions.
13911
13912 \(fn BEG END &optional EXCLUDE)" t nil)
13913
13914 (autoload (quote define-mail-alias) "mailalias" "\
13915 Define NAME as a mail alias that translates to DEFINITION.
13916 This means that sending a message to NAME will actually send to DEFINITION.
13917
13918 Normally, the addresses in DEFINITION must be separated by commas.
13919 If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
13920 can be separated by spaces; an address can contain spaces
13921 if it is quoted with double-quotes.
13922
13923 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
13924
13925 (autoload (quote mail-complete) "mailalias" "\
13926 Perform completion on header field or word preceding point.
13927 Completable headers are according to `mail-complete-alist'. If none matches
13928 current header, calls `mail-complete-function' and passes prefix arg if any.
13929
13930 \(fn ARG)" t nil)
13931
13932 ;;;***
13933 \f
13934 ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
13935 ;;;;;; (15852 39774))
13936 ;;; Generated autoloads from progmodes/make-mode.el
13937
13938 (autoload (quote makefile-mode) "make-mode" "\
13939 Major mode for editing Makefiles.
13940 This function ends by invoking the function(s) `makefile-mode-hook'.
13941
13942 \\{makefile-mode-map}
13943
13944 In the browser, use the following keys:
13945
13946 \\{makefile-browser-map}
13947
13948 Makefile mode can be configured by modifying the following variables:
13949
13950 `makefile-browser-buffer-name':
13951 Name of the macro- and target browser buffer.
13952
13953 `makefile-target-colon':
13954 The string that gets appended to all target names
13955 inserted by `makefile-insert-target'.
13956 \":\" or \"::\" are quite common values.
13957
13958 `makefile-macro-assign':
13959 The string that gets appended to all macro names
13960 inserted by `makefile-insert-macro'.
13961 The normal value should be \" = \", since this is what
13962 standard make expects. However, newer makes such as dmake
13963 allow a larger variety of different macro assignments, so you
13964 might prefer to use \" += \" or \" := \" .
13965
13966 `makefile-tab-after-target-colon':
13967 If you want a TAB (instead of a space) to be appended after the
13968 target colon, then set this to a non-nil value.
13969
13970 `makefile-browser-leftmost-column':
13971 Number of blanks to the left of the browser selection mark.
13972
13973 `makefile-browser-cursor-column':
13974 Column in which the cursor is positioned when it moves
13975 up or down in the browser.
13976
13977 `makefile-browser-selected-mark':
13978 String used to mark selected entries in the browser.
13979
13980 `makefile-browser-unselected-mark':
13981 String used to mark unselected entries in the browser.
13982
13983 `makefile-browser-auto-advance-after-selection-p':
13984 If this variable is set to a non-nil value the cursor
13985 will automagically advance to the next line after an item
13986 has been selected in the browser.
13987
13988 `makefile-pickup-everything-picks-up-filenames-p':
13989 If this variable is set to a non-nil value then
13990 `makefile-pickup-everything' also picks up filenames as targets
13991 (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise
13992 filenames are omitted.
13993
13994 `makefile-cleanup-continuations':
13995 If this variable is set to a non-nil value then Makefile mode
13996 will assure that no line in the file ends with a backslash
13997 (the continuation character) followed by any whitespace.
13998 This is done by silently removing the trailing whitespace, leaving
13999 the backslash itself intact.
14000 IMPORTANT: Please note that enabling this option causes Makefile mode
14001 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
14002
14003 `makefile-browser-hook':
14004 A function or list of functions to be called just before the
14005 browser is entered. This is executed in the makefile buffer.
14006
14007 `makefile-special-targets-list':
14008 List of special targets. You will be offered to complete
14009 on one of those in the minibuffer whenever you enter a `.'.
14010 at the beginning of a line in Makefile mode.
14011
14012 \(fn)" t nil)
14013
14014 ;;;***
14015 \f
14016 ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (13229
14017 ;;;;;; 28917))
14018 ;;; Generated autoloads from makesum.el
14019
14020 (autoload (quote make-command-summary) "makesum" "\
14021 Make a summary of current key bindings in the buffer *Summary*.
14022 Previous contents of that buffer are killed first.
14023
14024 \(fn)" t nil)
14025
14026 ;;;***
14027 \f
14028 ;;;### (autoloads (man-follow man) "man" "man.el" (15809 3073))
14029 ;;; Generated autoloads from man.el
14030
14031 (defalias (quote manual-entry) (quote man))
14032
14033 (autoload (quote man) "man" "\
14034 Get a Un*x manual page and put it in a buffer.
14035 This command is the top-level command in the man package. It runs a Un*x
14036 command to retrieve and clean a manpage in the background and places the
14037 results in a Man mode (manpage browsing) buffer. See variable
14038 `Man-notify-method' for what happens when the buffer is ready.
14039 If a buffer already exists for this man page, it will display immediately.
14040
14041 To specify a man page from a certain section, type SUBJECT(SECTION) or
14042 SECTION SUBJECT when prompted for a manual entry. To see manpages from
14043 all sections related to a subject, put something appropriate into the
14044 `Man-switches' variable, which see.
14045
14046 \(fn MAN-ARGS)" t nil)
14047
14048 (autoload (quote man-follow) "man" "\
14049 Get a Un*x manual page of the item under point and put it in a buffer.
14050
14051 \(fn MAN-ARGS)" t nil)
14052
14053 ;;;***
14054 \f
14055 ;;;### (autoloads (master-mode) "master" "master.el" (15400 24164))
14056 ;;; Generated autoloads from master.el
14057
14058 (autoload (quote master-mode) "master" "\
14059 Toggle Master mode.
14060 With no argument, this command toggles the mode.
14061 Non-null prefix argument turns on the mode.
14062 Null prefix argument turns off the mode.
14063
14064 When Master mode is enabled, you can scroll the slave buffer using the
14065 following commands:
14066
14067 \\{master-mode-map}
14068
14069 The slave buffer is stored in the buffer-local variable `master-of'.
14070 You can set this variable using `master-set-slave'. You can show
14071 yourself the value of `master-of' by calling `master-show-slave'.
14072
14073 \(fn &optional ARG)" t nil)
14074
14075 ;;;***
14076 \f
14077 ;;;### (autoloads (unbold-region bold-region message-news-other-frame
14078 ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
14079 ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
14080 ;;;;;; message-forward-make-body message-forward message-recover
14081 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
14082 ;;;;;; message-reply message-news message-mail message-mode message-signature-file
14083 ;;;;;; message-signature message-indent-citation-function message-cite-function
14084 ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
14085 ;;;;;; message-user-organization-file message-signature-separator
14086 ;;;;;; message-from-style) "message" "gnus/message.el" (15852 39771))
14087 ;;; Generated autoloads from gnus/message.el
14088
14089 (defvar message-from-style (quote default) "\
14090 *Specifies how \"From\" headers look.
14091
14092 If nil, they contain just the return address like:
14093 king@grassland.com
14094 If `parens', they look like:
14095 king@grassland.com (Elvis Parsley)
14096 If `angles', they look like:
14097 Elvis Parsley <king@grassland.com>
14098
14099 Otherwise, most addresses look like `angles', but they look like
14100 `parens' if `angles' would need quoting and `parens' would not.")
14101
14102 (defvar message-signature-separator "^-- *$" "\
14103 Regexp matching the signature separator.")
14104
14105 (defvar message-user-organization-file "/usr/lib/news/organization" "\
14106 *Local news organization file.")
14107
14108 (defvar message-send-mail-function (quote message-send-mail-with-sendmail) "\
14109 Function to call to send the current buffer as mail.
14110 The headers should be delimited by a line whose contents match the
14111 variable `mail-header-separator'.
14112
14113 Valid values include `message-send-mail-with-sendmail' (the default),
14114 `message-send-mail-with-mh', `message-send-mail-with-qmail',
14115 `smtpmail-send-it' and `feedmail-send-it'.
14116
14117 See also `send-mail-function'.")
14118
14119 (defvar message-citation-line-function (quote message-insert-citation-line) "\
14120 *Function called to insert the \"Whomever writes:\" line.")
14121
14122 (defvar message-yank-prefix "> " "\
14123 *Prefix inserted on the lines of yanked messages.")
14124
14125 (defvar message-cite-function (quote message-cite-original) "\
14126 *Function for citing an original message.
14127 Predefined functions include `message-cite-original' and
14128 `message-cite-original-without-signature'.
14129 Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil.")
14130
14131 (defvar message-indent-citation-function (quote message-indent-citation) "\
14132 *Function for modifying a citation just inserted in the mail buffer.
14133 This can also be a list of functions. Each function can find the
14134 citation between (point) and (mark t). And each function should leave
14135 point and mark around the citation text as modified.")
14136
14137 (defvar message-signature t "\
14138 *String to be inserted at the end of the message buffer.
14139 If t, the `message-signature-file' file will be inserted instead.
14140 If a function, the result from the function will be used instead.
14141 If a form, the result from the form will be used instead.")
14142
14143 (defvar message-signature-file "~/.signature" "\
14144 *Name of file containing the text inserted at end of message buffer.
14145 Ignored if the named file doesn't exist.
14146 If nil, don't insert a signature.")
14147
14148 (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
14149
14150 (autoload (quote message-mode) "message" "\
14151 Major mode for editing mail and news to be sent.
14152 Like Text Mode but with these additional commands:\\<message-mode-map>
14153 C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit'
14154 C-c C-d Postpone sending the message C-c C-k Kill the message
14155 C-c C-f move to a header field (and create it if there isn't):
14156 C-c C-f C-t move to To C-c C-f C-s move to Subject
14157 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
14158 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
14159 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
14160 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
14161 C-c C-f C-f move to Followup-To
14162 C-c C-t `message-insert-to' (add a To header to a news followup)
14163 C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
14164 C-c C-b `message-goto-body' (move to beginning of message text).
14165 C-c C-i `message-goto-signature' (move to the beginning of the signature).
14166 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
14167 C-c C-y `message-yank-original' (insert current message, if any).
14168 C-c C-q `message-fill-yanked-message' (fill what was yanked).
14169 C-c C-e `message-elide-region' (elide the text between point and mark).
14170 C-c C-v `message-delete-not-region' (remove the text outside the region).
14171 C-c C-z `message-kill-to-signature' (kill the text up to the signature).
14172 C-c C-r `message-caesar-buffer-body' (rot13 the message body).
14173 C-c C-a `mml-attach-file' (attach a file as MIME).
14174 M-RET `message-newline-and-reformat' (break the line and reformat).
14175
14176 \(fn)" t nil)
14177
14178 (autoload (quote message-mail) "message" "\
14179 Start editing a mail message to be sent.
14180 OTHER-HEADERS is an alist of header/value pairs.
14181
14182 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" t nil)
14183
14184 (autoload (quote message-news) "message" "\
14185 Start editing a news article to be sent.
14186
14187 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
14188
14189 (autoload (quote message-reply) "message" "\
14190 Start editing a reply to the article in the current buffer.
14191
14192 \(fn &optional TO-ADDRESS WIDE)" t nil)
14193
14194 (autoload (quote message-wide-reply) "message" "\
14195 Make a \"wide\" reply to the message in the current buffer.
14196
14197 \(fn &optional TO-ADDRESS)" t nil)
14198
14199 (autoload (quote message-followup) "message" "\
14200 Follow up to the message in the current buffer.
14201 If TO-NEWSGROUPS, use that as the new Newsgroups line.
14202
14203 \(fn &optional TO-NEWSGROUPS)" t nil)
14204
14205 (autoload (quote message-cancel-news) "message" "\
14206 Cancel an article you posted.
14207 If ARG, allow editing of the cancellation message.
14208
14209 \(fn &optional ARG)" t nil)
14210
14211 (autoload (quote message-supersede) "message" "\
14212 Start composing a message to supersede the current message.
14213 This is done simply by taking the old article and adding a Supersedes
14214 header line with the old Message-ID.
14215
14216 \(fn)" t nil)
14217
14218 (autoload (quote message-recover) "message" "\
14219 Reread contents of current buffer from its last auto-save file.
14220
14221 \(fn)" t nil)
14222
14223 (autoload (quote message-forward) "message" "\
14224 Forward the current message via mail.
14225 Optional NEWS will use news to forward instead of mail.
14226 Optional DIGEST will use digest to forward.
14227
14228 \(fn &optional NEWS DIGEST)" t nil)
14229
14230 (autoload (quote message-forward-make-body) "message" "\
14231 Not documented
14232
14233 \(fn FORWARD-BUFFER &optional DIGEST)" nil nil)
14234
14235 (autoload (quote message-forward-rmail-make-body) "message" "\
14236 Not documented
14237
14238 \(fn FORWARD-BUFFER)" nil nil)
14239
14240 (autoload (quote message-insinuate-rmail) "message" "\
14241 Let RMAIL uses message to forward.
14242
14243 \(fn)" t nil)
14244
14245 (autoload (quote message-resend) "message" "\
14246 Resend the current article to ADDRESS.
14247
14248 \(fn ADDRESS)" t nil)
14249
14250 (autoload (quote message-bounce) "message" "\
14251 Re-mail the current message.
14252 This only makes sense if the current message is a bounce message that
14253 contains some mail you have written which has been bounced back to
14254 you.
14255
14256 \(fn)" t nil)
14257
14258 (autoload (quote message-mail-other-window) "message" "\
14259 Like `message-mail' command, but display mail buffer in another window.
14260
14261 \(fn &optional TO SUBJECT)" t nil)
14262
14263 (autoload (quote message-mail-other-frame) "message" "\
14264 Like `message-mail' command, but display mail buffer in another frame.
14265
14266 \(fn &optional TO SUBJECT)" t nil)
14267
14268 (autoload (quote message-news-other-window) "message" "\
14269 Start editing a news article to be sent.
14270
14271 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
14272
14273 (autoload (quote message-news-other-frame) "message" "\
14274 Start editing a news article to be sent.
14275
14276 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
14277
14278 (autoload (quote bold-region) "message" "\
14279 Bold all nonblank characters in the region.
14280 Works by overstriking characters.
14281 Called from program, takes two arguments START and END
14282 which specify the range to operate on.
14283
14284 \(fn START END)" t nil)
14285
14286 (autoload (quote unbold-region) "message" "\
14287 Remove all boldness (overstruck characters) in the region.
14288 Called from program, takes two arguments START and END
14289 which specify the range to operate on.
14290
14291 \(fn START END)" t nil)
14292
14293 ;;;***
14294 \f
14295 ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
14296 ;;;;;; (15186 56483))
14297 ;;; Generated autoloads from progmodes/meta-mode.el
14298
14299 (autoload (quote metafont-mode) "meta-mode" "\
14300 Major mode for editing Metafont sources.
14301 Special commands:
14302 \\{meta-mode-map}
14303
14304 Turning on Metafont mode calls the value of the variables
14305 `meta-common-mode-hook' and `metafont-mode-hook'.
14306
14307 \(fn)" t nil)
14308
14309 (autoload (quote metapost-mode) "meta-mode" "\
14310 Major mode for editing MetaPost sources.
14311 Special commands:
14312 \\{meta-mode-map}
14313
14314 Turning on MetaPost mode calls the value of the variable
14315 `meta-common-mode-hook' and `metafont-mode-hook'.
14316
14317 \(fn)" t nil)
14318
14319 ;;;***
14320 \f
14321 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
14322 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
14323 ;;;;;; (14861 58026))
14324 ;;; Generated autoloads from mail/metamail.el
14325
14326 (autoload (quote metamail-interpret-header) "metamail" "\
14327 Interpret a header part of a MIME message in current buffer.
14328 Its body part is not interpreted at all.
14329
14330 \(fn)" t nil)
14331
14332 (autoload (quote metamail-interpret-body) "metamail" "\
14333 Interpret a body part of a MIME message in current buffer.
14334 Optional argument VIEWMODE specifies the value of the
14335 EMACS_VIEW_MODE environment variable (defaulted to 1).
14336 Optional argument NODISPLAY non-nil means buffer is not
14337 redisplayed as output is inserted.
14338 Its header part is not interpreted at all.
14339
14340 \(fn &optional VIEWMODE NODISPLAY)" t nil)
14341
14342 (autoload (quote metamail-buffer) "metamail" "\
14343 Process current buffer through `metamail'.
14344 Optional argument VIEWMODE specifies the value of the
14345 EMACS_VIEW_MODE environment variable (defaulted to 1).
14346 Optional argument BUFFER specifies a buffer to be filled (nil
14347 means current).
14348 Optional argument NODISPLAY non-nil means buffer is not
14349 redisplayed as output is inserted.
14350
14351 \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil)
14352
14353 (autoload (quote metamail-region) "metamail" "\
14354 Process current region through 'metamail'.
14355 Optional argument VIEWMODE specifies the value of the
14356 EMACS_VIEW_MODE environment variable (defaulted to 1).
14357 Optional argument BUFFER specifies a buffer to be filled (nil
14358 means current).
14359 Optional argument NODISPLAY non-nil means buffer is not
14360 redisplayed as output is inserted.
14361
14362 \(fn BEG END &optional VIEWMODE BUFFER NODISPLAY)" t nil)
14363
14364 ;;;***
14365 \f
14366 ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose
14367 ;;;;;; mh-smail-batch mh-smail) "mh-comp" "mail/mh-comp.el" (15852
14368 ;;;;;; 39773))
14369 ;;; Generated autoloads from mail/mh-comp.el
14370
14371 (autoload (quote mh-smail) "mh-comp" "\
14372 Compose and send mail with the MH mail system.
14373 This function is an entry point to MH-E, the Emacs front end
14374 to the MH mail system.
14375
14376 See documentation of `\\[mh-send]' for more details on composing mail.
14377
14378 \(fn)" t nil)
14379
14380 (autoload (quote mh-smail-batch) "mh-comp" "\
14381 Set up a mail composition draft with the MH mail system.
14382 This function is an entry point to MH-E, the Emacs front end
14383 to the MH mail system. This function does not prompt the user
14384 for any header fields, and thus is suitable for use by programs
14385 that want to create a mail buffer.
14386 Users should use `\\[mh-smail]' to compose mail.
14387 Optional arguments for setting certain fields include TO, SUBJECT, and
14388 OTHER-HEADERS. Additional arguments are IGNORED.
14389
14390 \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil)
14391
14392 (autoload (quote mh-user-agent-compose) "mh-comp" "\
14393 Set up mail composition draft with the MH mail system.
14394 This is `mail-user-agent' entry point to MH-E.
14395
14396 The optional arguments TO and SUBJECT specify recipients and the
14397 initial Subject field, respectively.
14398
14399 OTHER-HEADERS is an alist specifying additional
14400 header fields. Elements look like (HEADER . VALUE) where both
14401 HEADER and VALUE are strings.
14402
14403 CONTINUE, SWITCH-FUNCTION, YANK-ACTION and SEND-ACTIONS are ignored.
14404
14405 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" nil nil)
14406
14407 (autoload (quote mh-smail-other-window) "mh-comp" "\
14408 Compose and send mail in other window with the MH mail system.
14409 This function is an entry point to MH-E, the Emacs front end
14410 to the MH mail system.
14411
14412 See documentation of `\\[mh-send]' for more details on composing mail.
14413
14414 \(fn)" t nil)
14415
14416 (autoload (quote mh-letter-mode) "mh-comp" "\
14417 Mode for composing letters in MH-E.\\<mh-letter-mode-map>
14418
14419 When you have finished composing, type \\[mh-send-letter] to send the message
14420 using the MH mail handling system.
14421
14422 If MH MIME directives are added manually, you must first run \\[mh-edit-mhn]
14423 before sending the message. MIME directives that are added by MH-E commands
14424 such as \\[mh-mhn-compose-insertion] are processed automatically when the
14425 message is sent.
14426
14427 Options that control this mode can be changed with
14428 \\[customize-group]; specify the \"mh-compose\" group.
14429
14430 When a message is composed, the hooks `text-mode-hook' and
14431 `mh-letter-mode-hook' are run.
14432
14433 \\{mh-letter-mode-map}" t nil)
14434
14435 ;;;***
14436 \f
14437 ;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mail/mh-e.el"
14438 ;;;;;; (15852 39773))
14439 ;;; Generated autoloads from mail/mh-e.el
14440
14441 (autoload (quote mh-rmail) "mh-e" "\
14442 Inc(orporate) new mail with MH.
14443 Scan an MH folder if ARG is non-nil. This function is an entry point to MH-E,
14444 the Emacs front end to the MH mail system.
14445
14446 \(fn &optional ARG)" t nil)
14447
14448 (autoload (quote mh-nmail) "mh-e" "\
14449 Check for new mail in inbox folder.
14450 Scan an MH folder if ARG is non-nil. This function is an entry point to MH-E,
14451 the Emacs front end to the MH mail system.
14452
14453 \(fn &optional ARG)" t nil)
14454
14455 (autoload (quote mh-version) "mh-e" "\
14456 Display version information about MH-E and the MH mail handling system.
14457
14458 \(fn)" t nil)
14459
14460 ;;;***
14461 \f
14462 ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15852 39774))
14463 ;;; Generated autoloads from mail/mh-utils.el
14464
14465 (put (quote mh-progs) (quote risky-local-variable) t)
14466
14467 (put (quote mh-lib) (quote risky-local-variable) t)
14468
14469 (put (quote mh-lib-progs) (quote risky-local-variable) t)
14470
14471 (put (quote mh-nmh-flag) (quote risky-local-variable) t)
14472
14473 ;;;***
14474 \f
14475 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
14476 ;;;;;; "midnight.el" (15185 62672))
14477 ;;; Generated autoloads from midnight.el
14478
14479 (autoload (quote clean-buffer-list) "midnight" "\
14480 Kill old buffers that have not been displayed recently.
14481 The relevant variables are `clean-buffer-list-delay-general',
14482 `clean-buffer-list-delay-special', `clean-buffer-list-kill-buffer-names',
14483 `clean-buffer-list-kill-never-buffer-names',
14484 `clean-buffer-list-kill-regexps' and
14485 `clean-buffer-list-kill-never-regexps'.
14486 While processing buffers, this procedure displays messages containing
14487 the current date/time, buffer name, how many seconds ago it was
14488 displayed (can be nil if the buffer was never displayed) and its
14489 lifetime, i.e., its \"age\" when it will be purged.
14490
14491 \(fn)" t nil)
14492
14493 (autoload (quote midnight-delay-set) "midnight" "\
14494 Modify `midnight-timer' according to `midnight-delay'.
14495 Sets the first argument SYMB (which must be symbol `midnight-delay')
14496 to its second argument TM.
14497
14498 \(fn SYMB TM)" nil nil)
14499
14500 ;;;***
14501 \f
14502 ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
14503 ;;;;;; "minibuf-eldef.el" (15381 46814))
14504 ;;; Generated autoloads from minibuf-eldef.el
14505
14506 (defvar minibuffer-electric-default-mode nil "\
14507 Non-nil if Minibuffer-Electric-Default mode is enabled.
14508 See the command `minibuffer-electric-default-mode' for a description of this minor-mode.
14509 Setting this variable directly does not take effect;
14510 use either \\[customize] or the function `minibuffer-electric-default-mode'.")
14511
14512 (custom-add-to-group (quote minibuffer) (quote minibuffer-electric-default-mode) (quote custom-variable))
14513
14514 (custom-add-load (quote minibuffer-electric-default-mode) (quote minibuf-eldef))
14515
14516 (autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\
14517 Toggle Minibuffer Electric Default mode.
14518 When active, minibuffer prompts that show a default value only show the
14519 default when it's applicable -- that is, when hitting RET would yield
14520 the default value. If the user modifies the input such that hitting RET
14521 would enter a non-default value, the prompt is modified to remove the
14522 default indication.
14523
14524 With prefix argument ARG, turn on if positive, otherwise off.
14525 Returns non-nil if the new state is enabled.
14526
14527 \(fn &optional ARG)" t nil)
14528
14529 ;;;***
14530 \f
14531 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
14532 ;;;;;; (15185 54813))
14533 ;;; Generated autoloads from gnus/mm-partial.el
14534
14535 (autoload (quote mm-inline-partial) "mm-partial" "\
14536 Show the partial part of HANDLE.
14537 This function replaces the buffer of HANDLE with a buffer contains
14538 the entire message.
14539 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
14540
14541 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
14542
14543 ;;;***
14544 \f
14545 ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"
14546 ;;;;;; (15216 151))
14547 ;;; Generated autoloads from gnus/mm-uu.el
14548
14549 (autoload (quote mm-uu-dissect) "mm-uu" "\
14550 Dissect the current buffer and return a list of uu handles.
14551
14552 \(fn)" nil nil)
14553
14554 (autoload (quote mm-uu-test) "mm-uu" "\
14555 Check whether the current buffer contains uu stuff.
14556
14557 \(fn)" nil nil)
14558
14559 ;;;***
14560 \f
14561 ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
14562 ;;;;;; (15185 49575))
14563 ;;; Generated autoloads from progmodes/modula2.el
14564
14565 (autoload (quote modula-2-mode) "modula2" "\
14566 This is a mode intended to support program development in Modula-2.
14567 All control constructs of Modula-2 can be reached by typing C-c
14568 followed by the first character of the construct.
14569 \\<m2-mode-map>
14570 \\[m2-begin] begin \\[m2-case] case
14571 \\[m2-definition] definition \\[m2-else] else
14572 \\[m2-for] for \\[m2-header] header
14573 \\[m2-if] if \\[m2-module] module
14574 \\[m2-loop] loop \\[m2-or] or
14575 \\[m2-procedure] procedure Control-c Control-w with
14576 \\[m2-record] record \\[m2-stdio] stdio
14577 \\[m2-type] type \\[m2-until] until
14578 \\[m2-var] var \\[m2-while] while
14579 \\[m2-export] export \\[m2-import] import
14580 \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
14581 \\[suspend-emacs] suspend Emacs \\[m2-toggle] toggle
14582 \\[m2-compile] compile \\[m2-next-error] next-error
14583 \\[m2-link] link
14584
14585 `m2-indent' controls the number of spaces for each indentation.
14586 `m2-compile-command' holds the command to compile a Modula-2 program.
14587 `m2-link-command' holds the command to link a Modula-2 program.
14588
14589 \(fn)" t nil)
14590
14591 ;;;***
14592 \f
14593 ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
14594 ;;;;;; (15845 60691))
14595 ;;; Generated autoloads from play/morse.el
14596
14597 (autoload (quote morse-region) "morse" "\
14598 Convert all text in a given region to morse code.
14599
14600 \(fn BEG END)" t nil)
14601
14602 (autoload (quote unmorse-region) "morse" "\
14603 Convert morse coded text in region to ordinary ASCII text.
14604
14605 \(fn BEG END)" t nil)
14606
14607 ;;;***
14608 \f
14609 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15668
14610 ;;;;;; 8361))
14611 ;;; Generated autoloads from mouse-sel.el
14612
14613 (defvar mouse-sel-mode nil "\
14614 Non-nil if Mouse-Sel mode is enabled.
14615 See the command `mouse-sel-mode' for a description of this minor-mode.
14616 Setting this variable directly does not take effect;
14617 use either \\[customize] or the function `mouse-sel-mode'.")
14618
14619 (custom-add-to-group (quote mouse-sel) (quote mouse-sel-mode) (quote custom-variable))
14620
14621 (custom-add-load (quote mouse-sel-mode) (quote mouse-sel))
14622
14623 (autoload (quote mouse-sel-mode) "mouse-sel" "\
14624 Toggle Mouse Sel mode.
14625 With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive.
14626 Returns the new status of Mouse Sel mode (non-nil means on).
14627
14628 When Mouse Sel mode is enabled, mouse selection is enhanced in various ways:
14629
14630 - Clicking mouse-1 starts (cancels) selection, dragging extends it.
14631
14632 - Clicking or dragging mouse-3 extends the selection as well.
14633
14634 - Double-clicking on word constituents selects words.
14635 Double-clicking on symbol constituents selects symbols.
14636 Double-clicking on quotes or parentheses selects sexps.
14637 Double-clicking on whitespace selects whitespace.
14638 Triple-clicking selects lines.
14639 Quad-clicking selects paragraphs.
14640
14641 - Selecting sets the region & X primary selection, but does NOT affect
14642 the `kill-ring', nor do the kill-ring functions change the X selection.
14643 Because the mouse handlers set the primary selection directly,
14644 mouse-sel sets the variables `interprogram-cut-function' and
14645 `interprogram-paste-function' to nil.
14646
14647 - Clicking mouse-2 inserts the contents of the primary selection at
14648 the mouse position (or point, if `mouse-yank-at-point' is non-nil).
14649
14650 - Pressing mouse-2 while selecting or extending copies selection
14651 to the kill ring. Pressing mouse-1 or mouse-3 kills it.
14652
14653 - Double-clicking mouse-3 also kills selection.
14654
14655 - M-mouse-1, M-mouse-2 & M-mouse-3 work similarly to mouse-1, mouse-2
14656 & mouse-3, but operate on the X secondary selection rather than the
14657 primary selection and region.
14658
14659 \(fn &optional ARG)" t nil)
14660
14661 ;;;***
14662 \f
14663 ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15571 60771))
14664 ;;; Generated autoloads from play/mpuz.el
14665
14666 (autoload (quote mpuz) "mpuz" "\
14667 Multiplication puzzle with GNU Emacs.
14668
14669 \(fn)" t nil)
14670
14671 ;;;***
14672 \f
14673 ;;;### (autoloads (msb-mode) "msb" "msb.el" (15577 9365))
14674 ;;; Generated autoloads from msb.el
14675
14676 (defvar msb-mode nil "\
14677 Non-nil if Msb mode is enabled.
14678 See the command `msb-mode' for a description of this minor-mode.
14679 Setting this variable directly does not take effect;
14680 use either \\[customize] or the function `msb-mode'.")
14681
14682 (custom-add-to-group (quote msb) (quote msb-mode) (quote custom-variable))
14683
14684 (custom-add-load (quote msb-mode) (quote msb))
14685
14686 (autoload (quote msb-mode) "msb" "\
14687 Toggle Msb mode.
14688 With arg, turn Msb mode on if and only if arg is positive.
14689 This mode overrides the binding(s) of `mouse-buffer-menu' to provide a
14690 different buffer menu using the function `msb'.
14691
14692 \(fn &optional ARG)" t nil)
14693
14694 ;;;***
14695 \f
14696 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset
14697 ;;;;;; describe-font list-coding-categories list-coding-systems
14698 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly
14699 ;;;;;; describe-coding-system describe-character-set list-charset-chars
14700 ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
14701 ;;;;;; (15809 3074))
14702 ;;; Generated autoloads from international/mule-diag.el
14703
14704 (autoload (quote list-character-sets) "mule-diag" "\
14705 Display a list of all character sets.
14706
14707 The ID-NUM column contains a charset identification number for
14708 internal Emacs use.
14709
14710 The MULTIBYTE-FORM column contains the format of the buffer and string
14711 multibyte sequence of characters in the charset using one to four
14712 hexadecimal digits.
14713 `xx' stands for any byte in the range 0..127.
14714 `XX' stands for any byte in the range 160..255.
14715
14716 The D column contains the dimension of this character set. The CH
14717 column contains the number of characters in a block of this character
14718 set. The FINAL-CHAR column contains an ISO-2022 <final-char> to use
14719 for designating this character set in ISO-2022-based coding systems.
14720
14721 With prefix arg, the output format gets more cryptic,
14722 but still shows the full information.
14723
14724 \(fn ARG)" t nil)
14725
14726 (autoload (quote read-charset) "mule-diag" "\
14727 Read a character set from the minibuffer, prompting with string PROMPT.
14728 It must be an Emacs character set listed in the variable `charset-list'
14729 or a non-ISO character set listed in the variable
14730 `non-iso-charset-alist'.
14731
14732 Optional arguments are DEFAULT-VALUE and INITIAL-INPUT.
14733 DEFAULT-VALUE, if non-nil, is the default value.
14734 INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.
14735 See the documentation of the function `completing-read' for the
14736 detailed meanings of these arguments.
14737
14738 \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil)
14739
14740 (autoload (quote list-charset-chars) "mule-diag" "\
14741 Display a list of characters in the specified character set.
14742 This can list both Emacs `official' (ISO standard) charsets and the
14743 characters encoded by various Emacs coding systems which correspond to
14744 PC `codepages' and other coded character sets. See `non-iso-charset-alist'.
14745
14746 \(fn CHARSET)" t nil)
14747
14748 (autoload (quote describe-character-set) "mule-diag" "\
14749 Display information about built-in character set CHARSET.
14750
14751 \(fn CHARSET)" t nil)
14752
14753 (autoload (quote describe-coding-system) "mule-diag" "\
14754 Display information about CODING-SYSTEM.
14755
14756 \(fn CODING-SYSTEM)" t nil)
14757
14758 (autoload (quote describe-current-coding-system-briefly) "mule-diag" "\
14759 Display coding systems currently used in a brief format in echo area.
14760
14761 The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\",
14762 where mnemonics of the following coding systems come in this order
14763 in place of `..':
14764 `buffer-file-coding-system' (of the current buffer)
14765 eol-type of `buffer-file-coding-system' (of the current buffer)
14766 Value returned by `keyboard-coding-system'
14767 eol-type of `keyboard-coding-system'
14768 Value returned by `terminal-coding-system'.
14769 eol-type of `terminal-coding-system'
14770 `process-coding-system' for read (of the current buffer, if any)
14771 eol-type of `process-coding-system' for read (of the current buffer, if any)
14772 `process-coding-system' for write (of the current buffer, if any)
14773 eol-type of `process-coding-system' for write (of the current buffer, if any)
14774 `default-buffer-file-coding-system'
14775 eol-type of `default-buffer-file-coding-system'
14776 `default-process-coding-system' for read
14777 eol-type of `default-process-coding-system' for read
14778 `default-process-coding-system' for write
14779 eol-type of `default-process-coding-system'
14780
14781 \(fn)" t nil)
14782
14783 (autoload (quote describe-current-coding-system) "mule-diag" "\
14784 Display coding systems currently used, in detail.
14785
14786 \(fn)" t nil)
14787
14788 (autoload (quote list-coding-systems) "mule-diag" "\
14789 Display a list of all coding systems.
14790 This shows the mnemonic letter, name, and description of each coding system.
14791
14792 With prefix arg, the output format gets more cryptic,
14793 but still contains full information about each coding system.
14794
14795 \(fn &optional ARG)" t nil)
14796
14797 (autoload (quote list-coding-categories) "mule-diag" "\
14798 Display a list of all coding categories.
14799
14800 \(fn)" nil nil)
14801
14802 (autoload (quote describe-font) "mule-diag" "\
14803 Display information about fonts which partially match FONTNAME.
14804
14805 \(fn FONTNAME)" t nil)
14806
14807 (autoload (quote describe-fontset) "mule-diag" "\
14808 Display information about FONTSET.
14809 This shows which font is used for which character(s).
14810
14811 \(fn FONTSET)" t nil)
14812
14813 (autoload (quote list-fontsets) "mule-diag" "\
14814 Display a list of all fontsets.
14815 This shows the name, size, and style of each fontset.
14816 With prefix arg, also list the fonts contained in each fontset;
14817 see the function `describe-fontset' for the format of the list.
14818
14819 \(fn ARG)" t nil)
14820
14821 (autoload (quote list-input-methods) "mule-diag" "\
14822 Display information about all input methods.
14823
14824 \(fn)" t nil)
14825
14826 (autoload (quote mule-diag) "mule-diag" "\
14827 Display diagnosis of the multilingual environment (Mule).
14828
14829 This shows various information related to the current multilingual
14830 environment, including lists of input methods, coding systems,
14831 character sets, and fontsets (if Emacs is running under a window
14832 system which uses fontsets).
14833
14834 \(fn)" t nil)
14835
14836 ;;;***
14837 \f
14838 ;;;### (autoloads (detect-coding-with-language-environment detect-coding-with-priority
14839 ;;;;;; coding-system-equal coding-system-translation-table-for-encode
14840 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
14841 ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
14842 ;;;;;; truncate-string-to-width store-substring string-to-sequence)
14843 ;;;;;; "mule-util" "international/mule-util.el" (15818 52647))
14844 ;;; Generated autoloads from international/mule-util.el
14845
14846 (autoload (quote string-to-sequence) "mule-util" "\
14847 Convert STRING to a sequence of TYPE which contains characters in STRING.
14848 TYPE should be `list' or `vector'.
14849
14850 \(fn STRING TYPE)" nil nil)
14851
14852 (make-obsolete (quote string-to-sequence) "use `string-to-list' or `string-to-vector'." "21.4")
14853
14854 (defsubst string-to-list (string) "\
14855 Return a list of characters in STRING." (append string nil))
14856
14857 (defsubst string-to-vector (string) "\
14858 Return a vector of characters in STRING." (vconcat string))
14859
14860 (autoload (quote store-substring) "mule-util" "\
14861 Embed OBJ (string or character) at index IDX of STRING.
14862
14863 \(fn STRING IDX OBJ)" nil nil)
14864
14865 (autoload (quote truncate-string-to-width) "mule-util" "\
14866 Truncate string STR to end at column END-COLUMN.
14867 The optional 3rd arg START-COLUMN, if non-nil, specifies the starting
14868 column; that means to return the characters occupying columns
14869 START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN
14870 are specified in terms of character display width in the current
14871 buffer; see also `char-width'.
14872
14873 The optional 4th arg PADDING, if non-nil, specifies a padding
14874 character (which should have a display width of 1) to add at the end
14875 of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN
14876 comes in the middle of a character in STR. PADDING is also added at
14877 the beginning of the result if column START-COLUMN appears in the
14878 middle of a character in STR.
14879
14880 If PADDING is nil, no padding is added in these cases, so
14881 the resulting string may be narrower than END-COLUMN.
14882
14883 If ELLIPSIS is non-nil, it should be a string which will replace the
14884 end of STR (including any padding) if it extends beyond END-COLUMN,
14885 unless the display width of STR is equal to or less than the display
14886 width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
14887 defaults to \"...\".
14888
14889 \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil)
14890
14891 (defalias (quote truncate-string) (quote truncate-string-to-width))
14892
14893 (make-obsolete (quote truncate-string) (quote truncate-string-to-width) "20.1")
14894
14895 (defsubst nested-alist-p (obj) "\
14896 Return t if OBJ is a nested alist.
14897
14898 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
14899 any Lisp object, and BRANCHES is a list of cons cells of the form
14900 \(KEY-ELEMENT . NESTED-ALIST).
14901
14902 You can use a nested alist to store any Lisp object (ENTRY) for a key
14903 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
14904 can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj))))
14905
14906 (autoload (quote set-nested-alist) "mule-util" "\
14907 Set ENTRY for KEYSEQ in a nested alist ALIST.
14908 Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ
14909 is considered.
14910 Optional argument BRANCHES if non-nil is branches for a keyseq
14911 longer than KEYSEQ.
14912 See the documentation of `nested-alist-p' for more detail.
14913
14914 \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil)
14915
14916 (autoload (quote lookup-nested-alist) "mule-util" "\
14917 Look up key sequence KEYSEQ in nested alist ALIST. Return the definition.
14918 Optional 1st argument LEN specifies the length of KEYSEQ.
14919 Optional 2nd argument START specifies index of the starting key.
14920 The returned value is normally a nested alist of which
14921 car part is the entry for KEYSEQ.
14922 If ALIST is not deep enough for KEYSEQ, return number which is
14923 how many key elements at the front of KEYSEQ it takes
14924 to reach a leaf in ALIST.
14925 Optional 3rd argument NIL-FOR-TOO-LONG non-nil means return nil
14926 even if ALIST is not deep enough.
14927
14928 \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil)
14929
14930 (autoload (quote coding-system-post-read-conversion) "mule-util" "\
14931 Return the value of CODING-SYSTEM's `post-read-conversion' property.
14932
14933 \(fn CODING-SYSTEM)" nil nil)
14934
14935 (autoload (quote coding-system-pre-write-conversion) "mule-util" "\
14936 Return the value of CODING-SYSTEM's `pre-write-conversion' property.
14937
14938 \(fn CODING-SYSTEM)" nil nil)
14939
14940 (autoload (quote coding-system-translation-table-for-decode) "mule-util" "\
14941 Return the value of CODING-SYSTEM's `translation-table-for-decode' property.
14942
14943 \(fn CODING-SYSTEM)" nil nil)
14944
14945 (autoload (quote coding-system-translation-table-for-encode) "mule-util" "\
14946 Return the value of CODING-SYSTEM's `translation-table-for-encode' property.
14947
14948 \(fn CODING-SYSTEM)" nil nil)
14949
14950 (autoload (quote coding-system-equal) "mule-util" "\
14951 Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical.
14952 Two coding systems are identical if two symbols are equal
14953 or one is an alias of the other.
14954
14955 \(fn CODING-SYSTEM-1 CODING-SYSTEM-2)" nil nil)
14956
14957 (autoload (quote detect-coding-with-priority) "mule-util" "\
14958 Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
14959 PRIORITY-LIST is an alist of coding categories vs the corresponding
14960 coding systems ordered by priority.
14961
14962 \(fn FROM TO PRIORITY-LIST)" nil (quote macro))
14963
14964 (autoload (quote detect-coding-with-language-environment) "mule-util" "\
14965 Detect a coding system of the text between FROM and TO with LANG-ENV.
14966 The detection takes into account the coding system priorities for the
14967 language environment LANG-ENV.
14968
14969 \(fn FROM TO LANG-ENV)" nil nil)
14970
14971 ;;;***
14972 \f
14973 ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
14974 ;;;;;; (15852 39767))
14975 ;;; Generated autoloads from mwheel.el
14976
14977 (defvar mouse-wheel-mode nil "\
14978 Non-nil if Mouse-Wheel mode is enabled.
14979 See the command `mouse-wheel-mode' for a description of this minor-mode.
14980 Setting this variable directly does not take effect;
14981 use either \\[customize] or the function `mouse-wheel-mode'.")
14982
14983 (custom-add-to-group (quote mouse) (quote mouse-wheel-mode) (quote custom-variable))
14984
14985 (custom-add-load (quote mouse-wheel-mode) (quote mwheel))
14986
14987 (autoload (quote mouse-wheel-mode) "mwheel" "\
14988 Toggle mouse wheel support.
14989 With prefix argument ARG, turn on if positive, otherwise off.
14990 Returns non-nil if the new state is enabled.
14991
14992 \(fn &optional ARG)" t nil)
14993
14994 (autoload (quote mwheel-install) "mwheel" "\
14995 Enable mouse wheel support.
14996
14997 \(fn &optional UNINSTALL)" nil nil)
14998
14999 ;;;***
15000 \f
15001 ;;;### (autoloads (network-connection network-connection-to-service
15002 ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
15003 ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
15004 ;;;;;; (15416 26762))
15005 ;;; Generated autoloads from net/net-utils.el
15006
15007 (autoload (quote traceroute) "net-utils" "\
15008 Run traceroute program for TARGET.
15009
15010 \(fn TARGET)" t nil)
15011
15012 (autoload (quote ping) "net-utils" "\
15013 Ping HOST.
15014 If your system's ping continues until interrupted, you can try setting
15015 `ping-program-options'.
15016
15017 \(fn HOST)" t nil)
15018
15019 (autoload (quote ipconfig) "net-utils" "\
15020 Run ipconfig program.
15021
15022 \(fn)" t nil)
15023
15024 (defalias (quote ifconfig) (quote ipconfig))
15025
15026 (autoload (quote netstat) "net-utils" "\
15027 Run netstat program.
15028
15029 \(fn)" t nil)
15030
15031 (autoload (quote arp) "net-utils" "\
15032 Run the arp program.
15033
15034 \(fn)" t nil)
15035
15036 (autoload (quote route) "net-utils" "\
15037 Run the route program.
15038
15039 \(fn)" t nil)
15040
15041 (autoload (quote nslookup-host) "net-utils" "\
15042 Lookup the DNS information for HOST.
15043
15044 \(fn HOST)" t nil)
15045
15046 (autoload (quote nslookup) "net-utils" "\
15047 Run nslookup program.
15048
15049 \(fn)" t nil)
15050
15051 (autoload (quote dig) "net-utils" "\
15052 Run dig program.
15053
15054 \(fn HOST)" t nil)
15055
15056 (autoload (quote ftp) "net-utils" "\
15057 Run ftp program.
15058
15059 \(fn HOST)" t nil)
15060
15061 (autoload (quote finger) "net-utils" "\
15062 Finger USER on HOST.
15063
15064 \(fn USER HOST)" t nil)
15065
15066 (autoload (quote whois) "net-utils" "\
15067 Send SEARCH-STRING to server defined by the `whois-server-name' variable.
15068 If `whois-guess-server' is non-nil, then try to deduce the correct server
15069 from SEARCH-STRING. With argument, prompt for whois server.
15070
15071 \(fn ARG SEARCH-STRING)" t nil)
15072
15073 (autoload (quote whois-reverse-lookup) "net-utils" "\
15074 Not documented
15075
15076 \(fn)" t nil)
15077
15078 (autoload (quote network-connection-to-service) "net-utils" "\
15079 Open a network connection to SERVICE on HOST.
15080
15081 \(fn HOST SERVICE)" t nil)
15082
15083 (autoload (quote network-connection) "net-utils" "\
15084 Open a network connection to HOST on PORT.
15085
15086 \(fn HOST PORT)" t nil)
15087
15088 ;;;***
15089 \f
15090 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-or-uncomment-region
15091 ;;;;;; comment-region uncomment-region comment-kill comment-set-column
15092 ;;;;;; comment-indent comment-indent-default comment-normalize-vars
15093 ;;;;;; comment-multi-line comment-padding comment-style comment-column)
15094 ;;;;;; "newcomment" "newcomment.el" (15826 3927))
15095 ;;; Generated autoloads from newcomment.el
15096
15097 (defalias (quote indent-for-comment) (quote comment-indent))
15098
15099 (defalias (quote set-comment-column) (quote comment-set-column))
15100
15101 (defalias (quote kill-comment) (quote comment-kill))
15102
15103 (defalias (quote indent-new-comment-line) (quote comment-indent-new-line))
15104
15105 (defvar comment-column 32 "\
15106 *Column to indent right-margin comments to.
15107 Each mode establishes a different default value for this variable; you
15108 can set the value for a particular mode using that mode's hook.
15109 Comments might be indented to a value smaller than this in order
15110 not to go beyond `comment-fill-column'.")
15111
15112 (defvar comment-start nil "\
15113 *String to insert to start a new comment, or nil if no comment syntax.")
15114
15115 (defvar comment-start-skip nil "\
15116 *Regexp to match the start of a comment plus everything up to its body.
15117 If there are any \\(...\\) pairs, the comment delimiter text is held to begin
15118 at the place matched by the close of the first pair.")
15119
15120 (defvar comment-end-skip nil "\
15121 Regexp to match the end of a comment plus everything up to its body.")
15122
15123 (defvar comment-end "" "\
15124 *String to insert to end a new comment.
15125 Should be an empty string if comments are terminated by end-of-line.")
15126
15127 (defvar comment-indent-function (quote comment-indent-default) "\
15128 Function to compute desired indentation for a comment.
15129 This function is called with no args with point at the beginning of
15130 the comment's starting delimiter and should return either the desired
15131 column indentation or nil.
15132 If nil is returned, indentation is delegated to `indent-according-to-mode'.")
15133
15134 (defvar comment-style (quote plain) "\
15135 *Style to be used for `comment-region'.
15136 See `comment-styles' for a list of available styles.")
15137
15138 (defvar comment-padding " " "\
15139 Padding string that `comment-region' puts between comment chars and text.
15140 Can also be an integer which will be automatically turned into a string
15141 of the corresponding number of spaces.
15142
15143 Extra spacing between the comment characters and the comment text
15144 makes the comment easier to read. Default is 1. nil means 0.")
15145
15146 (defvar comment-multi-line nil "\
15147 *Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter.
15148 This is obsolete because you might as well use \\[newline-and-indent].")
15149
15150 (autoload (quote comment-normalize-vars) "newcomment" "\
15151 Not documented
15152
15153 \(fn &optional NOERROR)" nil nil)
15154
15155 (autoload (quote comment-indent-default) "newcomment" "\
15156 Default for `comment-indent-function'.
15157
15158 \(fn)" nil nil)
15159
15160 (autoload (quote comment-indent) "newcomment" "\
15161 Indent this line's comment to comment column, or insert an empty comment.
15162 If CONTINUE is non-nil, use the `comment-continue' markers if any.
15163
15164 \(fn &optional CONTINUE)" t nil)
15165
15166 (autoload (quote comment-set-column) "newcomment" "\
15167 Set the comment column based on point.
15168 With no ARG, set the comment column to the current column.
15169 With just minus as arg, kill any comment on this line.
15170 With any other arg, set comment column to indentation of the previous comment
15171 and then align or create a comment on this line at that column.
15172
15173 \(fn ARG)" t nil)
15174
15175 (autoload (quote comment-kill) "newcomment" "\
15176 Kill the comment on this line, if any.
15177 With prefix ARG, kill comments on that many lines starting with this one.
15178
15179 \(fn ARG)" t nil)
15180
15181 (autoload (quote uncomment-region) "newcomment" "\
15182 Uncomment each line in the BEG .. END region.
15183 The numeric prefix ARG can specify a number of chars to remove from the
15184 comment markers.
15185
15186 \(fn BEG END &optional ARG)" t nil)
15187
15188 (autoload (quote comment-region) "newcomment" "\
15189 Comment or uncomment each line in the region.
15190 With just \\[universal-argument] prefix arg, uncomment each line in region BEG .. END.
15191 Numeric prefix arg ARG means use ARG comment characters.
15192 If ARG is negative, delete that many comment characters instead.
15193 By default, comments start at the left margin, are terminated on each line,
15194 even for syntax in which newline does not end the comment and blank lines
15195 do not get comments. This can be changed with `comment-style'.
15196
15197 The strings used as comment starts are built from
15198 `comment-start' without trailing spaces and `comment-padding'.
15199
15200 \(fn BEG END &optional ARG)" t nil)
15201
15202 (autoload (quote comment-or-uncomment-region) "newcomment" "\
15203 Call `comment-region', unless the region only consists of comments,
15204 in which case call `uncomment-region'. If a prefix arg is given, it
15205 is passed on to the respective function.
15206
15207 \(fn BEG END &optional ARG)" t nil)
15208
15209 (autoload (quote comment-dwim) "newcomment" "\
15210 Call the comment command you want (Do What I Mean).
15211 If the region is active and `transient-mark-mode' is on, call
15212 `comment-region' (unless it only consists of comments, in which
15213 case it calls `uncomment-region').
15214 Else, if the current line is empty, insert a comment and indent it.
15215 Else if a prefix ARG is specified, call `comment-kill'.
15216 Else, call `comment-indent'.
15217
15218 \(fn ARG)" t nil)
15219
15220 (autoload (quote comment-indent-new-line) "newcomment" "\
15221 Break line at point and indent, continuing comment if within one.
15222 This indents the body of the continued comment
15223 under the previous comment line.
15224
15225 This command is intended for styles where you write a comment per line,
15226 starting a new comment (and terminating it if necessary) on each line.
15227 If you want to continue one comment across several lines, use \\[newline-and-indent].
15228
15229 If a fill column is specified, it overrides the use of the comment column
15230 or comment indentation.
15231
15232 The inserted newline is marked hard if variable `use-hard-newlines' is true,
15233 unless optional argument SOFT is non-nil.
15234
15235 \(fn &optional SOFT)" t nil)
15236
15237 ;;;***
15238 \f
15239 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (15635
15240 ;;;;;; 30400))
15241 ;;; Generated autoloads from gnus/nndoc.el
15242
15243 (autoload (quote nndoc-add-type) "nndoc" "\
15244 Add document DEFINITION to the list of nndoc document definitions.
15245 If POSITION is nil or `last', the definition will be added
15246 as the last checked definition, if t or `first', add as the
15247 first definition, and if any other symbol, add after that
15248 symbol in the alist.
15249
15250 \(fn DEFINITION &optional POSITION)" nil nil)
15251
15252 ;;;***
15253 \f
15254 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
15255 ;;;;;; (15717 44266))
15256 ;;; Generated autoloads from gnus/nnfolder.el
15257
15258 (autoload (quote nnfolder-generate-active-file) "nnfolder" "\
15259 Look for mbox folders in the nnfolder directory and make them into groups.
15260 This command does not work if you use short group names.
15261
15262 \(fn)" t nil)
15263
15264 ;;;***
15265 \f
15266 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
15267 ;;;;;; (14858 45538))
15268 ;;; Generated autoloads from gnus/nnkiboze.el
15269
15270 (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
15271 \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\".
15272 Finds out what articles are to be part of the nnkiboze groups.
15273
15274 \(fn)" t nil)
15275
15276 ;;;***
15277 \f
15278 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
15279 ;;;;;; (15538 8229))
15280 ;;; Generated autoloads from gnus/nnml.el
15281
15282 (autoload (quote nnml-generate-nov-databases) "nnml" "\
15283 Generate NOV databases in all nnml directories.
15284
15285 \(fn)" t nil)
15286
15287 ;;;***
15288 \f
15289 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
15290 ;;;;;; "nnsoup" "gnus/nnsoup.el" (15852 39771))
15291 ;;; Generated autoloads from gnus/nnsoup.el
15292
15293 (autoload (quote nnsoup-pack-replies) "nnsoup" "\
15294 Make an outbound package of SOUP replies.
15295
15296 \(fn)" t nil)
15297
15298 (autoload (quote nnsoup-set-variables) "nnsoup" "\
15299 Use the SOUP methods for posting news and mailing mail.
15300
15301 \(fn)" t nil)
15302
15303 (autoload (quote nnsoup-revert-variables) "nnsoup" "\
15304 Revert posting and mailing methods to the standard Emacs methods.
15305
15306 \(fn)" t nil)
15307
15308 ;;;***
15309 \f
15310 ;;;### (autoloads (disable-command enable-command disabled-command-hook)
15311 ;;;;;; "novice" "novice.el" (15513 5696))
15312 ;;; Generated autoloads from novice.el
15313
15314 (defvar disabled-command-hook (quote disabled-command-hook) "\
15315 Function to call to handle disabled commands.
15316 If nil, the feature is disabled, i.e., all commands work normally.")
15317
15318 (autoload (quote disabled-command-hook) "novice" "\
15319 Not documented
15320
15321 \(fn &rest IGNORE)" nil nil)
15322
15323 (autoload (quote enable-command) "novice" "\
15324 Allow COMMAND to be executed without special confirmation from now on.
15325 The user's .emacs file is altered so that this will apply
15326 to future sessions.
15327
15328 \(fn COMMAND)" t nil)
15329
15330 (autoload (quote disable-command) "novice" "\
15331 Require special confirmation to execute COMMAND from now on.
15332 The user's .emacs file is altered so that this will apply
15333 to future sessions.
15334
15335 \(fn COMMAND)" t nil)
15336
15337 ;;;***
15338 \f
15339 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
15340 ;;;;;; (15293 32589))
15341 ;;; Generated autoloads from textmodes/nroff-mode.el
15342
15343 (autoload (quote nroff-mode) "nroff-mode" "\
15344 Major mode for editing text intended for nroff to format.
15345 \\{nroff-mode-map}
15346 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
15347 Also, try `nroff-electric-mode', for automatically inserting
15348 closing requests for requests that are used in matched pairs." t nil)
15349
15350 ;;;***
15351 \f
15352 ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
15353 ;;;;;; (13145 50478))
15354 ;;; Generated autoloads from progmodes/octave-hlp.el
15355
15356 (autoload (quote octave-help) "octave-hlp" "\
15357 Get help on Octave symbols from the Octave info files.
15358 Look up KEY in the function, operator and variable indices of the files
15359 specified by `octave-help-files'.
15360 If KEY is not a string, prompt for it with completion.
15361
15362 \(fn KEY)" t nil)
15363
15364 ;;;***
15365 \f
15366 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
15367 ;;;;;; (15186 56483))
15368 ;;; Generated autoloads from progmodes/octave-inf.el
15369
15370 (autoload (quote inferior-octave) "octave-inf" "\
15371 Run an inferior Octave process, I/O via `inferior-octave-buffer'.
15372 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.
15373
15374 Unless ARG is non-nil, switches to this buffer.
15375
15376 The elements of the list `inferior-octave-startup-args' are sent as
15377 command line arguments to the inferior Octave process on startup.
15378
15379 Additional commands to be executed on startup can be provided either in
15380 the file specified by `inferior-octave-startup-file' or by the default
15381 startup file, `~/.emacs-octave'.
15382
15383 \(fn &optional ARG)" t nil)
15384
15385 (defalias (quote run-octave) (quote inferior-octave))
15386
15387 ;;;***
15388 \f
15389 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
15390 ;;;;;; (15793 40695))
15391 ;;; Generated autoloads from progmodes/octave-mod.el
15392
15393 (autoload (quote octave-mode) "octave-mod" "\
15394 Major mode for editing Octave code.
15395
15396 This mode makes it easier to write Octave code by helping with
15397 indentation, doing some of the typing for you (with Abbrev mode) and by
15398 showing keywords, comments, strings, etc. in different faces (with
15399 Font Lock mode on terminals that support it).
15400
15401 Octave itself is a high-level language, primarily intended for numerical
15402 computations. It provides a convenient command line interface for
15403 solving linear and nonlinear problems numerically. Function definitions
15404 can also be stored in files, and it can be used in a batch mode (which
15405 is why you need this mode!).
15406
15407 The latest released version of Octave is always available via anonymous
15408 ftp from bevo.che.wisc.edu in the directory `/pub/octave'. Complete
15409 source and binaries for several popular systems are available.
15410
15411 Type \\[list-abbrevs] to display the built-in abbrevs for Octave keywords.
15412
15413 Keybindings
15414 ===========
15415
15416 \\{octave-mode-map}
15417
15418 Variables you can use to customize Octave mode
15419 ==============================================
15420
15421 octave-auto-indent
15422 Non-nil means indent current line after a semicolon or space.
15423 Default is nil.
15424
15425 octave-auto-newline
15426 Non-nil means auto-insert a newline and indent after a semicolon.
15427 Default is nil.
15428
15429 octave-blink-matching-block
15430 Non-nil means show matching begin of block when inserting a space,
15431 newline or semicolon after an else or end keyword. Default is t.
15432
15433 octave-block-offset
15434 Extra indentation applied to statements in block structures.
15435 Default is 2.
15436
15437 octave-continuation-offset
15438 Extra indentation applied to Octave continuation lines.
15439 Default is 4.
15440
15441 octave-continuation-string
15442 String used for Octave continuation lines.
15443 Default is a backslash.
15444
15445 octave-mode-startup-message
15446 nil means do not display the Octave mode startup message.
15447 Default is t.
15448
15449 octave-send-echo-input
15450 Non-nil means always display `inferior-octave-buffer' after sending a
15451 command to the inferior Octave process.
15452
15453 octave-send-line-auto-forward
15454 Non-nil means always go to the next unsent line of Octave code after
15455 sending a line to the inferior Octave process.
15456
15457 octave-send-echo-input
15458 Non-nil means echo input sent to the inferior Octave process.
15459
15460 Turning on Octave mode runs the hook `octave-mode-hook'.
15461
15462 To begin using this mode for all `.m' files that you edit, add the
15463 following lines to your `.emacs' file:
15464
15465 (autoload 'octave-mode \"octave-mod\" nil t)
15466 (setq auto-mode-alist
15467 (cons '(\"\\\\.m$\" . octave-mode) auto-mode-alist))
15468
15469 To automatically turn on the abbrev, auto-fill and font-lock features,
15470 add the following lines to your `.emacs' file as well:
15471
15472 (add-hook 'octave-mode-hook
15473 (lambda ()
15474 (abbrev-mode 1)
15475 (auto-fill-mode 1)
15476 (if (eq window-system 'x)
15477 (font-lock-mode 1))))
15478
15479 To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer.
15480 This automatically sets up a mail buffer with version information
15481 already added. You just need to add a description of the problem,
15482 including a reproducible test case and send the message.
15483
15484 \(fn)" t nil)
15485
15486 ;;;***
15487 \f
15488 ;;;### (autoloads (edit-options list-options) "options" "options.el"
15489 ;;;;;; (15185 49574))
15490 ;;; Generated autoloads from options.el
15491
15492 (autoload (quote list-options) "options" "\
15493 Display a list of Emacs user options, with values and documentation.
15494 It is now better to use Customize instead.
15495
15496 \(fn)" t nil)
15497
15498 (autoload (quote edit-options) "options" "\
15499 Edit a list of Emacs user option values.
15500 Selects a buffer containing such a list,
15501 in which there are commands to set the option values.
15502 Type \\[describe-mode] in that buffer for a list of commands.
15503
15504 The Custom feature is intended to make this obsolete.
15505
15506 \(fn)" t nil)
15507
15508 ;;;***
15509 \f
15510 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
15511 ;;;;;; (15855 43929))
15512 ;;; Generated autoloads from textmodes/outline.el
15513
15514 (autoload (quote outline-mode) "outline" "\
15515 Set major mode for editing outlines with selective display.
15516 Headings are lines which start with asterisks: one for major headings,
15517 two for subheadings, etc. Lines not starting with asterisks are body lines.
15518
15519 Body text or subheadings under a heading can be made temporarily
15520 invisible, or visible again. Invisible lines are attached to the end
15521 of the heading, so they move with it, if the line is killed and yanked
15522 back. A heading with text hidden under it is marked with an ellipsis (...).
15523
15524 Commands:\\<outline-mode-map>
15525 \\[outline-next-visible-heading] outline-next-visible-heading move by visible headings
15526 \\[outline-previous-visible-heading] outline-previous-visible-heading
15527 \\[outline-forward-same-level] outline-forward-same-level similar but skip subheadings
15528 \\[outline-backward-same-level] outline-backward-same-level
15529 \\[outline-up-heading] outline-up-heading move from subheading to heading
15530
15531 \\[hide-body] make all text invisible (not headings).
15532 \\[show-all] make everything in buffer visible.
15533 \\[hide-sublevels] make only the first N levels of headers visible.
15534
15535 The remaining commands are used when point is on a heading line.
15536 They apply to some of the body or subheadings of that heading.
15537 \\[hide-subtree] hide-subtree make body and subheadings invisible.
15538 \\[show-subtree] show-subtree make body and subheadings visible.
15539 \\[show-children] show-children make direct subheadings visible.
15540 No effect on body, or subheadings 2 or more levels down.
15541 With arg N, affects subheadings N levels down.
15542 \\[hide-entry] make immediately following body invisible.
15543 \\[show-entry] make it visible.
15544 \\[hide-leaves] make body under heading and under its subheadings invisible.
15545 The subheadings remain visible.
15546 \\[show-branches] make all subheadings at all levels visible.
15547
15548 The variable `outline-regexp' can be changed to control what is a heading.
15549 A line is a heading if `outline-regexp' matches something at the
15550 beginning of the line. The longer the match, the deeper the level.
15551
15552 Turning on outline mode calls the value of `text-mode-hook' and then of
15553 `outline-mode-hook', if they are non-nil." t nil)
15554
15555 (autoload (quote outline-minor-mode) "outline" "\
15556 Toggle Outline minor mode.
15557 With arg, turn Outline minor mode on if arg is positive, off otherwise.
15558 See the command `outline-mode' for more information on this mode.
15559
15560 \(fn &optional ARG)" t nil)
15561
15562 ;;;***
15563 \f
15564 ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15852 39767))
15565 ;;; Generated autoloads from paren.el
15566
15567 (defvar show-paren-mode nil "\
15568 Non-nil if Show-Paren mode is enabled.
15569 See the command `show-paren-mode' for a description of this minor-mode.
15570 Setting this variable directly does not take effect;
15571 use either \\[customize] or the function `show-paren-mode'.")
15572
15573 (custom-add-to-group (quote paren-showing) (quote show-paren-mode) (quote custom-variable))
15574
15575 (custom-add-load (quote show-paren-mode) (quote paren))
15576
15577 (autoload (quote show-paren-mode) "paren" "\
15578 Toggle Show Paren mode.
15579 With prefix ARG, turn Show Paren mode on if and only if ARG is positive.
15580 Returns the new status of Show Paren mode (non-nil means on).
15581
15582 When Show Paren mode is enabled, any matching parenthesis is highlighted
15583 in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
15584
15585 \(fn &optional ARG)" t nil)
15586
15587 ;;;***
15588 \f
15589 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15736
15590 ;;;;;; 22106))
15591 ;;; Generated autoloads from progmodes/pascal.el
15592
15593 (autoload (quote pascal-mode) "pascal" "\
15594 Major mode for editing Pascal code. \\<pascal-mode-map>
15595 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
15596
15597 \\[pascal-complete-word] completes the word around current point with respect to position in code
15598 \\[pascal-show-completions] shows all possible completions at this point.
15599
15600 Other useful functions are:
15601
15602 \\[pascal-mark-defun] - Mark function.
15603 \\[pascal-insert-block] - insert begin ... end;
15604 \\[pascal-star-comment] - insert (* ... *)
15605 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
15606 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
15607 \\[pascal-beg-of-defun] - Move to beginning of current function.
15608 \\[pascal-end-of-defun] - Move to end of current function.
15609 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
15610 \\[pascal-outline] - Enter pascal-outline-mode (see also pascal-outline).
15611
15612 Variables controlling indentation/edit style:
15613
15614 pascal-indent-level (default 3)
15615 Indentation of Pascal statements with respect to containing block.
15616 pascal-case-indent (default 2)
15617 Indentation for case statements.
15618 pascal-auto-newline (default nil)
15619 Non-nil means automatically newline after semicolons and the punctuation
15620 mark after an end.
15621 pascal-indent-nested-functions (default t)
15622 Non-nil means nested functions are indented.
15623 pascal-tab-always-indent (default t)
15624 Non-nil means TAB in Pascal mode should always reindent the current line,
15625 regardless of where in the line point is when the TAB command is used.
15626 pascal-auto-endcomments (default t)
15627 Non-nil means a comment { ... } is set after the ends which ends cases and
15628 functions. The name of the function or case will be set between the braces.
15629 pascal-auto-lineup (default t)
15630 List of contexts where auto lineup of :'s or ='s should be done.
15631
15632 See also the user variables pascal-type-keywords, pascal-start-keywords and
15633 pascal-separator-keywords.
15634
15635 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
15636 no args, if that value is non-nil.
15637
15638 \(fn)" t nil)
15639
15640 ;;;***
15641 \f
15642 ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
15643 ;;;;;; (15214 27238))
15644 ;;; Generated autoloads from emulation/pc-mode.el
15645
15646 (autoload (quote pc-bindings-mode) "pc-mode" "\
15647 Set up certain key bindings for PC compatibility.
15648 The keys affected are:
15649 Delete (and its variants) delete forward instead of backward.
15650 C-Backspace kills backward a word (as C-Delete normally would).
15651 M-Backspace does undo.
15652 Home and End move to beginning and end of line
15653 C-Home and C-End move to beginning and end of buffer.
15654 C-Escape does list-buffers.
15655
15656 \(fn)" t nil)
15657
15658 ;;;***
15659 \f
15660 ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
15661 ;;;;;; "emulation/pc-select.el" (15509 28072))
15662 ;;; Generated autoloads from emulation/pc-select.el
15663
15664 (defvar pc-selection-mode nil "\
15665 Non-nil if Pc-Selection mode is enabled.
15666 See the command `pc-selection-mode' for a description of this minor-mode.
15667 Setting this variable directly does not take effect;
15668 use either \\[customize] or the function `pc-selection-mode'.")
15669
15670 (custom-add-to-group (quote pc-select) (quote pc-selection-mode) (quote custom-variable))
15671
15672 (custom-add-load (quote pc-selection-mode) (quote pc-select))
15673
15674 (autoload (quote pc-selection-mode) "pc-select" "\
15675 Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style.
15676
15677 This mode enables Delete Selection mode and Transient Mark mode.
15678
15679 The arrow keys (and others) are bound to new functions
15680 which modify the status of the mark.
15681
15682 The ordinary arrow keys disable the mark.
15683 The shift-arrow keys move, leaving the mark behind.
15684
15685 C-LEFT and C-RIGHT move back or forward one word, disabling the mark.
15686 S-C-LEFT and S-C-RIGHT move back or forward one word, leaving the mark behind.
15687
15688 M-LEFT and M-RIGHT move back or forward one word or sexp, disabling the mark.
15689 S-M-LEFT and S-M-RIGHT move back or forward one word or sexp, leaving the mark
15690 behind. To control whether these keys move word-wise or sexp-wise set the
15691 variable `pc-select-meta-moves-sexps' after loading pc-select.el but before
15692 turning `pc-selection-mode' on.
15693
15694 C-DOWN and C-UP move back or forward a paragraph, disabling the mark.
15695 S-C-DOWN and S-C-UP move back or forward a paragraph, leaving the mark behind.
15696
15697 HOME moves to beginning of line, disabling the mark.
15698 S-HOME moves to beginning of line, leaving the mark behind.
15699 With Ctrl or Meta, these keys move to beginning of buffer instead.
15700
15701 END moves to end of line, disabling the mark.
15702 S-END moves to end of line, leaving the mark behind.
15703 With Ctrl or Meta, these keys move to end of buffer instead.
15704
15705 PRIOR or PAGE-UP scrolls and disables the mark.
15706 S-PRIOR or S-PAGE-UP scrolls and leaves the mark behind.
15707
15708 S-DELETE kills the region (`kill-region').
15709 S-INSERT yanks text from the kill ring (`yank').
15710 C-INSERT copies the region into the kill ring (`copy-region-as-kill').
15711
15712 In addition, certain other PC bindings are imitated (to avoid this, set
15713 the variable `pc-select-selection-keys-only' to t after loading pc-select.el
15714 but before calling `pc-selection-mode'):
15715
15716 F6 other-window
15717 DELETE delete-char
15718 C-DELETE kill-line
15719 M-DELETE kill-word
15720 C-M-DELETE kill-sexp
15721 C-BACKSPACE backward-kill-word
15722 M-BACKSPACE undo
15723
15724 \(fn &optional ARG)" t nil)
15725
15726 (defvar pc-selection-mode nil "\
15727 Toggle PC Selection mode.
15728 Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style,
15729 and cursor movement commands.
15730 This mode enables Delete Selection mode and Transient Mark mode.
15731 You must modify via \\[customize] for this variable to have an effect.")
15732
15733 (custom-add-to-group (quote pc-select) (quote pc-selection-mode) (quote custom-variable))
15734
15735 (custom-add-load (quote pc-selection-mode) (quote pc-select))
15736
15737 ;;;***
15738 \f
15739 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (15644
15740 ;;;;;; 49243))
15741 ;;; Generated autoloads from pcmpl-cvs.el
15742
15743 (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
15744 Completion rules for the `cvs' command.
15745
15746 \(fn)" nil nil)
15747
15748 ;;;***
15749 \f
15750 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
15751 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15185 62672))
15752 ;;; Generated autoloads from pcmpl-gnu.el
15753
15754 (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
15755 Completion for `gzip'.
15756
15757 \(fn)" nil nil)
15758
15759 (autoload (quote pcomplete/bzip2) "pcmpl-gnu" "\
15760 Completion for `bzip2'.
15761
15762 \(fn)" nil nil)
15763
15764 (autoload (quote pcomplete/make) "pcmpl-gnu" "\
15765 Completion for GNU `make'.
15766
15767 \(fn)" nil nil)
15768
15769 (autoload (quote pcomplete/tar) "pcmpl-gnu" "\
15770 Completion for the GNU tar utility.
15771
15772 \(fn)" nil nil)
15773
15774 (defalias (quote pcomplete/gdb) (quote pcomplete/xargs))
15775
15776 ;;;***
15777 \f
15778 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
15779 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15185 62672))
15780 ;;; Generated autoloads from pcmpl-linux.el
15781
15782 (autoload (quote pcomplete/kill) "pcmpl-linux" "\
15783 Completion for GNU/Linux `kill', using /proc filesystem.
15784
15785 \(fn)" nil nil)
15786
15787 (autoload (quote pcomplete/umount) "pcmpl-linux" "\
15788 Completion for GNU/Linux `umount'.
15789
15790 \(fn)" nil nil)
15791
15792 (autoload (quote pcomplete/mount) "pcmpl-linux" "\
15793 Completion for GNU/Linux `mount'.
15794
15795 \(fn)" nil nil)
15796
15797 ;;;***
15798 \f
15799 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15185
15800 ;;;;;; 62672))
15801 ;;; Generated autoloads from pcmpl-rpm.el
15802
15803 (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
15804 Completion for RedHat's `rpm' command.
15805 These rules were taken from the output of `rpm --help' on a RedHat 6.1
15806 system. They follow my interpretation of what followed, but since I'm
15807 not a major rpm user/builder, please send me any corrections you find.
15808 You can use \\[eshell-report-bug] to do so.
15809
15810 \(fn)" nil nil)
15811
15812 ;;;***
15813 \f
15814 ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
15815 ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
15816 ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15185 62672))
15817 ;;; Generated autoloads from pcmpl-unix.el
15818
15819 (autoload (quote pcomplete/cd) "pcmpl-unix" "\
15820 Completion for `cd'.
15821
15822 \(fn)" nil nil)
15823
15824 (defalias (quote pcomplete/pushd) (quote pcomplete/cd))
15825
15826 (autoload (quote pcomplete/rmdir) "pcmpl-unix" "\
15827 Completion for `rmdir'.
15828
15829 \(fn)" nil nil)
15830
15831 (autoload (quote pcomplete/rm) "pcmpl-unix" "\
15832 Completion for `rm'.
15833
15834 \(fn)" nil nil)
15835
15836 (autoload (quote pcomplete/xargs) "pcmpl-unix" "\
15837 Completion for `xargs'.
15838
15839 \(fn)" nil nil)
15840
15841 (defalias (quote pcomplete/time) (quote pcomplete/xargs))
15842
15843 (autoload (quote pcomplete/which) "pcmpl-unix" "\
15844 Completion for `which'.
15845
15846 \(fn)" nil nil)
15847
15848 (autoload (quote pcomplete/chown) "pcmpl-unix" "\
15849 Completion for the `chown' command.
15850
15851 \(fn)" nil nil)
15852
15853 (autoload (quote pcomplete/chgrp) "pcmpl-unix" "\
15854 Completion for the `chgrp' command.
15855
15856 \(fn)" nil nil)
15857
15858 ;;;***
15859 \f
15860 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
15861 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
15862 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15694
15863 ;;;;;; 56048))
15864 ;;; Generated autoloads from pcomplete.el
15865
15866 (autoload (quote pcomplete) "pcomplete" "\
15867 Support extensible programmable completion.
15868 To use this function, just bind the TAB key to it, or add it to your
15869 completion functions list (it should occur fairly early in the list).
15870
15871 \(fn)" t nil)
15872
15873 (autoload (quote pcomplete-reverse) "pcomplete" "\
15874 If cycling completion is in use, cycle backwards.
15875
15876 \(fn)" t nil)
15877
15878 (autoload (quote pcomplete-expand-and-complete) "pcomplete" "\
15879 Expand the textual value of the current argument.
15880 This will modify the current buffer.
15881
15882 \(fn)" t nil)
15883
15884 (autoload (quote pcomplete-continue) "pcomplete" "\
15885 Complete without reference to any cycling completions.
15886
15887 \(fn)" t nil)
15888
15889 (autoload (quote pcomplete-expand) "pcomplete" "\
15890 Expand the textual value of the current argument.
15891 This will modify the current buffer.
15892
15893 \(fn)" t nil)
15894
15895 (autoload (quote pcomplete-help) "pcomplete" "\
15896 Display any help information relative to the current argument.
15897
15898 \(fn)" t nil)
15899
15900 (autoload (quote pcomplete-list) "pcomplete" "\
15901 Show the list of possible completions for the current argument.
15902
15903 \(fn)" t nil)
15904
15905 (autoload (quote pcomplete-comint-setup) "pcomplete" "\
15906 Setup a comint buffer to use pcomplete.
15907 COMPLETEF-SYM should be the symbol where the
15908 dynamic-complete-functions are kept. For comint mode itself, this is
15909 `comint-dynamic-complete-functions'.
15910
15911 \(fn COMPLETEF-SYM)" nil nil)
15912
15913 (autoload (quote pcomplete-shell-setup) "pcomplete" "\
15914 Setup shell-mode to use pcomplete.
15915
15916 \(fn)" nil nil)
15917
15918 ;;;***
15919 \f
15920 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
15921 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
15922 ;;;;;; "pcvs.el" (15855 43929))
15923 ;;; Generated autoloads from pcvs.el
15924
15925 (autoload (quote cvs-checkout) "pcvs" "\
15926 Run a 'cvs checkout MODULES' in DIR.
15927 Feed the output to a *cvs* buffer, display it in the current window,
15928 and run `cvs-mode' on it.
15929
15930 With a prefix argument, prompt for cvs FLAGS to use.
15931
15932 \(fn MODULES DIR FLAGS)" t nil)
15933
15934 (autoload (quote cvs-quickdir) "pcvs" "\
15935 Open a *cvs* buffer on DIR without running cvs.
15936 With a prefix argument, prompt for a directory to use.
15937 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
15938 prevents reuse of an existing *cvs* buffer.
15939 Optional argument NOSHOW if non-nil means not to display the buffer.
15940 FLAGS is ignored.
15941
15942 \(fn DIR &optional FLAGS NOSHOW)" t nil)
15943
15944 (autoload (quote cvs-examine) "pcvs" "\
15945 Run a `cvs -n update' in the specified DIRECTORY.
15946 That is, check what needs to be done, but don't change the disc.
15947 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
15948 With a prefix argument, prompt for a directory and cvs FLAGS to use.
15949 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
15950 prevents reuse of an existing *cvs* buffer.
15951 Optional argument NOSHOW if non-nil means not to display the buffer.
15952
15953 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
15954
15955 (autoload (quote cvs-update) "pcvs" "\
15956 Run a `cvs update' in the current working DIRECTORY.
15957 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
15958 With a \\[universal-argument] prefix argument, prompt for a directory to use.
15959 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
15960 prevents reuse of an existing *cvs* buffer.
15961 The prefix is also passed to `cvs-flags-query' to select the FLAGS
15962 passed to cvs.
15963
15964 \(fn DIRECTORY FLAGS)" t nil)
15965
15966 (autoload (quote cvs-status) "pcvs" "\
15967 Run a `cvs status' in the current working DIRECTORY.
15968 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
15969 With a prefix argument, prompt for a directory and cvs FLAGS to use.
15970 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
15971 prevents reuse of an existing *cvs* buffer.
15972 Optional argument NOSHOW if non-nil means not to display the buffer.
15973
15974 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
15975
15976 (add-to-list (quote completion-ignored-extensions) "CVS/")
15977
15978 (defvar cvs-dired-action (quote cvs-quickdir) "\
15979 The action to be performed when opening a CVS directory.
15980 Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
15981
15982 (defvar cvs-dired-use-hook (quote (4)) "\
15983 Whether or not opening a CVS directory should run PCL-CVS.
15984 nil means never do it.
15985 ALWAYS means to always do it unless a prefix argument is given to the
15986 command that prompted the opening of the directory.
15987 Anything else means to do it only if the prefix arg is equal to this value.")
15988
15989 (defun cvs-dired-noselect (dir) "\
15990 Run `cvs-examine' if DIR is a CVS administrative directory.
15991 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)))))
15992
15993 ;;;***
15994 \f
15995 ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15826 3927))
15996 ;;; Generated autoloads from pcvs-defs.el
15997
15998 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
15999
16000 ;;;***
16001 \f
16002 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
16003 ;;;;;; (15826 3928))
16004 ;;; Generated autoloads from progmodes/perl-mode.el
16005
16006 (autoload (quote perl-mode) "perl-mode" "\
16007 Major mode for editing Perl code.
16008 Expression and list commands understand all Perl brackets.
16009 Tab indents for Perl code.
16010 Comments are delimited with # ... \\n.
16011 Paragraphs are separated by blank lines only.
16012 Delete converts tabs to spaces as it moves back.
16013 \\{perl-mode-map}
16014 Variables controlling indentation style:
16015 `perl-tab-always-indent'
16016 Non-nil means TAB in Perl mode should always indent the current line,
16017 regardless of where in the line point is when the TAB command is used.
16018 `perl-tab-to-comment'
16019 Non-nil means that for lines which don't need indenting, TAB will
16020 either delete an empty comment, indent an existing comment, move
16021 to end-of-line, or if at end-of-line already, create a new comment.
16022 `perl-nochange'
16023 Lines starting with this regular expression are not auto-indented.
16024 `perl-indent-level'
16025 Indentation of Perl statements within surrounding block.
16026 The surrounding block's indentation is the indentation
16027 of the line on which the open-brace appears.
16028 `perl-continued-statement-offset'
16029 Extra indentation given to a substatement, such as the
16030 then-clause of an if or body of a while.
16031 `perl-continued-brace-offset'
16032 Extra indentation given to a brace that starts a substatement.
16033 This is in addition to `perl-continued-statement-offset'.
16034 `perl-brace-offset'
16035 Extra indentation for line if it starts with an open brace.
16036 `perl-brace-imaginary-offset'
16037 An open brace following other text is treated as if it were
16038 this far to the right of the start of its line.
16039 `perl-label-offset'
16040 Extra indentation for line that is a label.
16041 `perl-indent-continued-arguments'
16042 Offset of argument lines relative to usual indentation.
16043
16044 Various indentation styles: K&R BSD BLK GNU LW
16045 perl-indent-level 5 8 0 2 4
16046 perl-continued-statement-offset 5 8 4 2 4
16047 perl-continued-brace-offset 0 0 0 0 -4
16048 perl-brace-offset -5 -8 0 0 0
16049 perl-brace-imaginary-offset 0 0 4 0 0
16050 perl-label-offset -5 -8 -2 -2 -2
16051
16052 Turning on Perl mode runs the normal hook `perl-mode-hook'.
16053
16054 \(fn)" t nil)
16055
16056 ;;;***
16057 \f
16058 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
16059 ;;;;;; (15809 3075))
16060 ;;; Generated autoloads from textmodes/picture.el
16061
16062 (autoload (quote picture-mode) "picture" "\
16063 Switch to Picture mode, in which a quarter-plane screen model is used.
16064 Printing characters replace instead of inserting themselves with motion
16065 afterwards settable by these commands:
16066 C-c < Move left after insertion.
16067 C-c > Move right after insertion.
16068 C-c ^ Move up after insertion.
16069 C-c . Move down after insertion.
16070 C-c ` Move northwest (nw) after insertion.
16071 C-c ' Move northeast (ne) after insertion.
16072 C-c / Move southwest (sw) after insertion.
16073 C-c \\ Move southeast (se) after insertion.
16074 C-u C-c ` Move westnorthwest (wnw) after insertion.
16075 C-u C-c ' Move eastnortheast (ene) after insertion.
16076 C-u C-c / Move westsouthwest (wsw) after insertion.
16077 C-u C-c \\ Move eastsoutheast (ese) after insertion.
16078 The current direction is displayed in the mode line. The initial
16079 direction is right. Whitespace is inserted and tabs are changed to
16080 spaces when required by movement. You can move around in the buffer
16081 with these commands:
16082 \\[picture-move-down] Move vertically to SAME column in previous line.
16083 \\[picture-move-up] Move vertically to SAME column in next line.
16084 \\[picture-end-of-line] Move to column following last non-whitespace character.
16085 \\[picture-forward-column] Move right inserting spaces if required.
16086 \\[picture-backward-column] Move left changing tabs to spaces if required.
16087 C-c C-f Move in direction of current picture motion.
16088 C-c C-b Move in opposite direction of current picture motion.
16089 Return Move to beginning of next line.
16090 You can edit tabular text with these commands:
16091 M-Tab Move to column beneath (or at) next interesting character.
16092 `Indents' relative to a previous line.
16093 Tab Move to next stop in tab stop list.
16094 C-c Tab Set tab stops according to context of this line.
16095 With ARG resets tab stops to default (global) value.
16096 See also documentation of variable picture-tab-chars
16097 which defines \"interesting character\". You can manually
16098 change the tab stop list with command \\[edit-tab-stops].
16099 You can manipulate text with these commands:
16100 C-d Clear (replace) ARG columns after point without moving.
16101 C-c C-d Delete char at point - the command normally assigned to C-d.
16102 \\[picture-backward-clear-column] Clear (replace) ARG columns before point, moving back over them.
16103 \\[picture-clear-line] Clear ARG lines, advancing over them. The cleared
16104 text is saved in the kill ring.
16105 \\[picture-open-line] Open blank line(s) beneath current line.
16106 You can manipulate rectangles with these commands:
16107 C-c C-k Clear (or kill) a rectangle and save it.
16108 C-c C-w Like C-c C-k except rectangle is saved in named register.
16109 C-c C-y Overlay (or insert) currently saved rectangle at point.
16110 C-c C-x Like C-c C-y except rectangle is taken from named register.
16111 C-c C-r Draw a rectangular box around mark and point.
16112 \\[copy-rectangle-to-register] Copies a rectangle to a register.
16113 \\[advertised-undo] Can undo effects of rectangle overlay commands
16114 commands if invoked soon enough.
16115 You can return to the previous mode with:
16116 C-c C-c Which also strips trailing whitespace from every line.
16117 Stripping is suppressed by supplying an argument.
16118
16119 Entry to this mode calls the value of `picture-mode-hook' if non-nil.
16120
16121 Note that Picture mode commands will work outside of Picture mode, but
16122 they are not defaultly assigned to keys.
16123
16124 \(fn)" t nil)
16125
16126 (defalias (quote edit-picture) (quote picture-mode))
16127
16128 ;;;***
16129 \f
16130 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
16131 ;;;;;; (15810 58348))
16132 ;;; Generated autoloads from textmodes/po.el
16133
16134 (autoload (quote po-find-file-coding-system) "po" "\
16135 Return a (DECODING . ENCODING) pair, according to PO file's charset.
16136 Called through `file-coding-system-alist', before the file is visited for real.
16137
16138 \(fn ARG-LIST)" nil nil)
16139
16140 ;;;***
16141 \f
16142 ;;;### (autoloads (pong) "pong" "play/pong.el" (15745 59489))
16143 ;;; Generated autoloads from play/pong.el
16144
16145 (autoload (quote pong) "pong" "\
16146 Play pong and waste time.
16147 This is an implementation of the classical game pong.
16148 Move left and right bats and try to bounce the ball to your opponent.
16149
16150 pong-mode keybindings:\\<pong-mode-map>
16151
16152 \\{pong-mode-map}
16153
16154 \(fn)" t nil)
16155
16156 ;;;***
16157 \f
16158 ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-to-string)
16159 ;;;;;; "pp" "emacs-lisp/pp.el" (15467 59919))
16160 ;;; Generated autoloads from emacs-lisp/pp.el
16161
16162 (autoload (quote pp-to-string) "pp" "\
16163 Return a string containing the pretty-printed representation of OBJECT.
16164 OBJECT can be any Lisp object. Quoting characters are used as needed
16165 to make output that `read' can handle, whenever this is possible.
16166
16167 \(fn OBJECT)" nil nil)
16168
16169 (autoload (quote pp) "pp" "\
16170 Output the pretty-printed representation of OBJECT, any Lisp object.
16171 Quoting characters are printed as needed to make output that `read'
16172 can handle, whenever this is possible.
16173 Output stream is STREAM, or value of `standard-output' (which see).
16174
16175 \(fn OBJECT &optional STREAM)" nil nil)
16176
16177 (autoload (quote pp-eval-expression) "pp" "\
16178 Evaluate EXPRESSION and pretty-print value into a new display buffer.
16179 If the pretty-printed value fits on one line, the message line is used
16180 instead. The value is also consed onto the front of the list
16181 in the variable `values'.
16182
16183 \(fn EXPRESSION)" t nil)
16184
16185 (autoload (quote pp-eval-last-sexp) "pp" "\
16186 Run `pp-eval-expression' on sexp before point (which see).
16187 With argument, pretty-print output into current buffer.
16188 Ignores leading comment characters.
16189
16190 \(fn ARG)" t nil)
16191
16192 ;;;***
16193 \f
16194 ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
16195 ;;;;;; (15608 6934))
16196 ;;; Generated autoloads from progmodes/prolog.el
16197
16198 (autoload (quote prolog-mode) "prolog" "\
16199 Major mode for editing Prolog code for Prologs.
16200 Blank lines and `%%...' separate paragraphs. `%'s start comments.
16201 Commands:
16202 \\{prolog-mode-map}
16203 Entry to this mode calls the value of `prolog-mode-hook'
16204 if that value is non-nil.
16205
16206 \(fn)" t nil)
16207
16208 (autoload (quote run-prolog) "prolog" "\
16209 Run an inferior Prolog process, input and output via buffer *prolog*.
16210
16211 \(fn)" t nil)
16212
16213 ;;;***
16214 \f
16215 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15272 24982))
16216 ;;; Generated autoloads from ps-bdf.el
16217
16218 (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
16219 *List of directories to search for `BDF' font files.
16220 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
16221
16222 ;;;***
16223 \f
16224 ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15490 41428))
16225 ;;; Generated autoloads from progmodes/ps-mode.el
16226 (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t)
16227
16228 ;;;***
16229 \f
16230 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
16231 ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
16232 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
16233 ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15631 17763))
16234 ;;; Generated autoloads from ps-mule.el
16235
16236 (defvar ps-multibyte-buffer nil "\
16237 *Specifies the multi-byte buffer handling.
16238
16239 Valid values are:
16240
16241 nil This is the value to use the default settings which
16242 is by default for printing buffer with only ASCII
16243 and Latin characters. The default setting can be
16244 changed by setting the variable
16245 `ps-mule-font-info-database-default' differently.
16246 The initial value of this variable is
16247 `ps-mule-font-info-database-latin' (see
16248 documentation).
16249
16250 `non-latin-printer' This is the value to use when you have a Japanese
16251 or Korean PostScript printer and want to print
16252 buffer with ASCII, Latin-1, Japanese (JISX0208 and
16253 JISX0201-Kana) and Korean characters. At present,
16254 it was not tested the Korean characters printing.
16255 If you have a korean PostScript printer, please,
16256 test it.
16257
16258 `bdf-font' This is the value to use when you want to print
16259 buffer with BDF fonts. BDF fonts include both latin
16260 and non-latin fonts. BDF (Bitmap Distribution
16261 Format) is a format used for distributing X's font
16262 source file. BDF fonts are included in
16263 `intlfonts-1.2' which is a collection of X11 fonts
16264 for all characters supported by Emacs. In order to
16265 use this value, be sure to have installed
16266 `intlfonts-1.2' and set the variable
16267 `bdf-directory-list' appropriately (see ps-bdf.el for
16268 documentation of this variable).
16269
16270 `bdf-font-except-latin' This is like `bdf-font' except that it is used
16271 PostScript default fonts to print ASCII and Latin-1
16272 characters. This is convenient when you want or
16273 need to use both latin and non-latin characters on
16274 the same buffer. See `ps-font-family',
16275 `ps-header-font-family' and `ps-font-info-database'.
16276
16277 Any other value is treated as nil.")
16278
16279 (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
16280 Setup special ASCII font for STRING.
16281 STRING should contain only ASCII characters.
16282
16283 \(fn STRING)" nil nil)
16284
16285 (autoload (quote ps-mule-set-ascii-font) "ps-mule" "\
16286 Not documented
16287
16288 \(fn)" nil nil)
16289
16290 (autoload (quote ps-mule-plot-string) "ps-mule" "\
16291 Generate PostScript code for plotting characters in the region FROM and TO.
16292
16293 It is assumed that all characters in this region belong to the same charset.
16294
16295 Optional argument BG-COLOR specifies background color.
16296
16297 Returns the value:
16298
16299 (ENDPOS . RUN-WIDTH)
16300
16301 Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of
16302 the sequence.
16303
16304 \(fn FROM TO &optional BG-COLOR)" nil nil)
16305
16306 (autoload (quote ps-mule-plot-composition) "ps-mule" "\
16307 Generate PostScript code for plotting composition in the region FROM and TO.
16308
16309 It is assumed that all characters in this region belong to the same
16310 composition.
16311
16312 Optional argument BG-COLOR specifies background color.
16313
16314 Returns the value:
16315
16316 (ENDPOS . RUN-WIDTH)
16317
16318 Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of
16319 the sequence.
16320
16321 \(fn FROM TO &optional BG-COLOR)" nil nil)
16322
16323 (autoload (quote ps-mule-initialize) "ps-mule" "\
16324 Initialize global data for printing multi-byte characters.
16325
16326 \(fn)" nil nil)
16327
16328 (autoload (quote ps-mule-encode-header-string) "ps-mule" "\
16329 Generate PostScript code for ploting STRING by font FONTTAG.
16330 FONTTAG should be a string \"/h0\" or \"/h1\".
16331
16332 \(fn STRING FONTTAG)" nil nil)
16333
16334 (autoload (quote ps-mule-header-string-charsets) "ps-mule" "\
16335 Return a list of character sets that appears in header strings.
16336
16337 \(fn)" nil nil)
16338
16339 (autoload (quote ps-mule-begin-job) "ps-mule" "\
16340 Start printing job for multi-byte chars between FROM and TO.
16341 This checks if all multi-byte characters in the region are printable or not.
16342
16343 \(fn FROM TO)" nil nil)
16344
16345 (autoload (quote ps-mule-begin-page) "ps-mule" "\
16346 Not documented
16347
16348 \(fn)" nil nil)
16349
16350 ;;;***
16351 \f
16352 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
16353 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
16354 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
16355 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
16356 ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
16357 ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (15766
16358 ;;;;;; 29665))
16359 ;;; Generated autoloads from ps-print.el
16360
16361 (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
16362 *List associating a symbolic paper type to its width, height and doc media.
16363 See `ps-paper-type'.")
16364
16365 (defvar ps-paper-type (quote letter) "\
16366 *Specify the size of paper to format for.
16367 Should be one of the paper types defined in `ps-page-dimensions-database', for
16368 example `letter', `legal' or `a4'.")
16369
16370 (defvar ps-print-color-p (or (fboundp (quote x-color-values)) (fboundp (quote color-instance-rgb-components))) "\
16371 *Specify how buffer's text color is printed.
16372
16373 Valid values are:
16374
16375 nil Do not print colors.
16376
16377 t Print colors.
16378
16379 black-white Print colors on black/white printer.
16380 See also `ps-black-white-faces'.
16381
16382 Any other value is treated as t.")
16383
16384 (autoload (quote ps-print-customize) "ps-print" "\
16385 Customization of ps-print group.
16386
16387 \(fn)" t nil)
16388
16389 (autoload (quote ps-print-buffer) "ps-print" "\
16390 Generate and print a PostScript image of the buffer.
16391
16392 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
16393 user for a file name, and saves the PostScript image in that file instead of
16394 sending it to the printer.
16395
16396 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16397 send the image to the printer. If FILENAME is a string, save the PostScript
16398 image in a file with that name.
16399
16400 \(fn &optional FILENAME)" t nil)
16401
16402 (autoload (quote ps-print-buffer-with-faces) "ps-print" "\
16403 Generate and print a PostScript image of the buffer.
16404 Like `ps-print-buffer', but includes font, color, and underline information in
16405 the generated image. This command works only if you are using a window system,
16406 so it has a way to determine color values.
16407
16408 \(fn &optional FILENAME)" t nil)
16409
16410 (autoload (quote ps-print-region) "ps-print" "\
16411 Generate and print a PostScript image of the region.
16412 Like `ps-print-buffer', but prints just the current region.
16413
16414 \(fn FROM TO &optional FILENAME)" t nil)
16415
16416 (autoload (quote ps-print-region-with-faces) "ps-print" "\
16417 Generate and print a PostScript image of the region.
16418 Like `ps-print-region', but includes font, color, and underline information in
16419 the generated image. This command works only if you are using a window system,
16420 so it has a way to determine color values.
16421
16422 \(fn FROM TO &optional FILENAME)" t nil)
16423
16424 (autoload (quote ps-spool-buffer) "ps-print" "\
16425 Generate and spool a PostScript image of the buffer.
16426 Like `ps-print-buffer' except that the PostScript image is saved in a local
16427 buffer to be sent to the printer later.
16428
16429 Use the command `ps-despool' to send the spooled images to the printer.
16430
16431 \(fn)" t nil)
16432
16433 (autoload (quote ps-spool-buffer-with-faces) "ps-print" "\
16434 Generate and spool a PostScript image of the buffer.
16435 Like `ps-spool-buffer', but includes font, color, and underline information in
16436 the generated image. This command works only if you are using a window system,
16437 so it has a way to determine color values.
16438
16439 Use the command `ps-despool' to send the spooled images to the printer.
16440
16441 \(fn)" t nil)
16442
16443 (autoload (quote ps-spool-region) "ps-print" "\
16444 Generate a PostScript image of the region and spool locally.
16445 Like `ps-spool-buffer', but spools just the current region.
16446
16447 Use the command `ps-despool' to send the spooled images to the printer.
16448
16449 \(fn FROM TO)" t nil)
16450
16451 (autoload (quote ps-spool-region-with-faces) "ps-print" "\
16452 Generate a PostScript image of the region and spool locally.
16453 Like `ps-spool-region', but includes font, color, and underline information in
16454 the generated image. This command works only if you are using a window system,
16455 so it has a way to determine color values.
16456
16457 Use the command `ps-despool' to send the spooled images to the printer.
16458
16459 \(fn FROM TO)" t nil)
16460
16461 (autoload (quote ps-despool) "ps-print" "\
16462 Send the spooled PostScript to the printer.
16463
16464 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
16465 user for a file name, and saves the spooled PostScript image in that file
16466 instead of sending it to the printer.
16467
16468 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16469 send the image to the printer. If FILENAME is a string, save the PostScript
16470 image in a file with that name.
16471
16472 \(fn &optional FILENAME)" t nil)
16473
16474 (autoload (quote ps-line-lengths) "ps-print" "\
16475 Display the correspondence between a line length and a font size.
16476 Done using the current ps-print setup.
16477 Try: pr -t file | awk '{printf \"%3d %s
16478 \", length($0), $0}' | sort -r | head
16479
16480 \(fn)" t nil)
16481
16482 (autoload (quote ps-nb-pages-buffer) "ps-print" "\
16483 Display number of pages to print this buffer, for various font heights.
16484 The table depends on the current ps-print setup.
16485
16486 \(fn NB-LINES)" t nil)
16487
16488 (autoload (quote ps-nb-pages-region) "ps-print" "\
16489 Display number of pages to print the region, for various font heights.
16490 The table depends on the current ps-print setup.
16491
16492 \(fn NB-LINES)" t nil)
16493
16494 (autoload (quote ps-setup) "ps-print" "\
16495 Return the current PostScript-generation setup.
16496
16497 \(fn)" nil nil)
16498
16499 (autoload (quote ps-extend-face-list) "ps-print" "\
16500 Extend face in ALIST-SYM.
16501
16502 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged
16503 with face extension in ALIST-SYM; otherwise, overrides.
16504
16505 If optional ALIST-SYM is nil, it's used `ps-print-face-extension-alist';
16506 otherwise, it should be an alist symbol.
16507
16508 The elements in FACE-EXTENSION-LIST is like those for `ps-extend-face'.
16509
16510 See `ps-extend-face' for documentation.
16511
16512 \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil)
16513
16514 (autoload (quote ps-extend-face) "ps-print" "\
16515 Extend face in ALIST-SYM.
16516
16517 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged
16518 with face extensions in ALIST-SYM; otherwise, overrides.
16519
16520 If optional ALIST-SYM is nil, it's used `ps-print-face-extension-alist';
16521 otherwise, it should be an alist symbol.
16522
16523 The elements of FACE-EXTENSION list have the form:
16524
16525 (FACE-NAME FOREGROUND BACKGROUND EXTENSION...)
16526
16527 FACE-NAME is a face name symbol.
16528
16529 FOREGROUND and BACKGROUND may be nil or a string that denotes the
16530 foreground and background colors respectively.
16531
16532 EXTENSION is one of the following symbols:
16533 bold - use bold font.
16534 italic - use italic font.
16535 underline - put a line under text.
16536 strikeout - like underline, but the line is in middle of text.
16537 overline - like underline, but the line is over the text.
16538 shadow - text will have a shadow.
16539 box - text will be surrounded by a box.
16540 outline - print characters as hollow outlines.
16541
16542 If EXTENSION is any other symbol, it is ignored.
16543
16544 \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil)
16545
16546 ;;;***
16547 \f
16548 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
16549 ;;;;;; quail-defrule quail-install-decode-map quail-install-map
16550 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
16551 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
16552 ;;;;;; "international/quail.el" (15821 18406))
16553 ;;; Generated autoloads from international/quail.el
16554
16555 (autoload (quote quail-title) "quail" "\
16556 Return the title of the current Quail package.
16557
16558 \(fn)" nil nil)
16559
16560 (autoload (quote quail-use-package) "quail" "\
16561 Start using Quail package PACKAGE-NAME.
16562 The remaining arguments are libraries to be loaded before using the package.
16563
16564 This activates input method defined by PACKAGE-NAME by running
16565 `quail-activate', which see.
16566
16567 \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil)
16568
16569 (autoload (quote quail-define-package) "quail" "\
16570 Define NAME as a new Quail package for input LANGUAGE.
16571 TITLE is a string to be displayed at mode-line to indicate this package.
16572 Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS,
16573 FORGET-LAST-SELECTION, DETERMINISTIC, KBD-TRANSLATE, SHOW-LAYOUT,
16574 CREATE-DECODE-MAP, MAXIMUM-SHORTEST, OVERLAY-PLIST,
16575 UPDATE-TRANSLATION-FUNCTION, CONVERSION-KEYS and SIMPLE.
16576
16577 GUIDANCE specifies how a guidance string is shown in echo area.
16578 If it is t, list of all possible translations for the current key is shown
16579 with the currently selected translation being highlighted.
16580 If it is an alist, the element has the form (CHAR . STRING). Each character
16581 in the current key is searched in the list and the corresponding string is
16582 shown.
16583 If it is nil, the current key is shown.
16584
16585 DOCSTRING is the documentation string of this package. The command
16586 `describe-input-method' shows this string while replacing the form
16587 \\=\\<VAR> in the string by the value of VAR. That value should be a
16588 string. For instance, the form \\=\\<quail-translation-docstring> is
16589 replaced by a description about how to select a translation from a
16590 list of candidates.
16591
16592 TRANSLATION-KEYS specifies additional key bindings used while translation
16593 region is active. It is an alist of single key character vs. corresponding
16594 command to be called.
16595
16596 FORGET-LAST-SELECTION non-nil means a selected translation is not kept
16597 for the future to translate the same key. If this flag is nil, a
16598 translation selected for a key is remembered so that it can be the
16599 first candidate when the same key is entered later.
16600
16601 DETERMINISTIC non-nil means the first candidate of translation is
16602 selected automatically without allowing users to select another
16603 translation for a key. In this case, unselected translations are of
16604 no use for an interactive use of Quail but can be used by some other
16605 programs. If this flag is non-nil, FORGET-LAST-SELECTION is also set
16606 to t.
16607
16608 KBD-TRANSLATE non-nil means input characters are translated from a
16609 user's keyboard layout to the standard keyboard layout. See the
16610 documentation of `quail-keyboard-layout' and
16611 `quail-keyboard-layout-standard' for more detail.
16612
16613 SHOW-LAYOUT non-nil means the `quail-help' command should show
16614 the user's keyboard layout visually with translated characters.
16615 If KBD-TRANSLATE is set, it is desirable to set also this flag unless
16616 this package defines no translations for single character keys.
16617
16618 CREATE-DECODE-MAP non-nil means decode map is also created. A decode
16619 map is an alist of translations and corresponding original keys.
16620 Although this map is not used by Quail itself, it can be used by some
16621 other programs. For instance, Vietnamese supporting needs this map to
16622 convert Vietnamese text to VIQR format which uses only ASCII
16623 characters to represent Vietnamese characters.
16624
16625 MAXIMUM-SHORTEST non-nil means break key sequence to get maximum
16626 length of the shortest sequence. When we don't have a translation of
16627 key \"..ABCD\" but have translations of \"..AB\" and \"CD..\", break
16628 the key at \"..AB\" and start translation of \"CD..\". Hangul
16629 packages, for instance, use this facility. If this flag is nil, we
16630 break the key just at \"..ABC\" and start translation of \"D..\".
16631
16632 OVERLAY-PLIST if non-nil is a property list put on an overlay which
16633 covers Quail translation region.
16634
16635 UPDATE-TRANSLATION-FUNCTION if non-nil is a function to call to update
16636 the current translation region according to a new translation data. By
16637 default, a translated text or a user's key sequence (if no translation
16638 for it) is inserted.
16639
16640 CONVERSION-KEYS specifies additional key bindings used while
16641 conversion region is active. It is an alist of single key character
16642 vs. corresponding command to be called.
16643
16644 If SIMPLE is non-nil, then we do not alter the meanings of
16645 commands such as C-f, C-b, C-n, C-p and TAB; they are treated as
16646 non-Quail commands.
16647
16648 \(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)
16649
16650 (autoload (quote quail-set-keyboard-layout) "quail" "\
16651 Set the current keyboard layout to the same as keyboard KBD-TYPE.
16652
16653 Since some Quail packages depends on a physical layout of keys (not
16654 characters generated by them), those are created by assuming the
16655 standard layout defined in `quail-keyboard-layout-standard'. This
16656 function tells Quail system the layout of your keyboard so that what
16657 you type is correctly handled.
16658
16659 \(fn KBD-TYPE)" t nil)
16660
16661 (autoload (quote quail-show-keyboard-layout) "quail" "\
16662 Show the physical layout of the keyboard type KEYBOARD-TYPE.
16663
16664 The variable `quail-keyboard-layout-type' holds the currently selected
16665 keyboard type.
16666
16667 \(fn &optional KEYBOARD-TYPE)" t nil)
16668
16669 (autoload (quote quail-define-rules) "quail" "\
16670 Define translation rules of the current Quail package.
16671 Each argument is a list of KEY and TRANSLATION.
16672 KEY is a string meaning a sequence of keystrokes to be translated.
16673 TRANSLATION is a character, a string, a vector, a Quail map, or a function.
16674 If it is a character, it is the sole translation of KEY.
16675 If it is a string, each character is a candidate for the translation.
16676 If it is a vector, each element (string or character) is a candidate
16677 for the translation.
16678 In these cases, a key specific Quail map is generated and assigned to KEY.
16679
16680 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
16681 it is used to handle KEY.
16682
16683 The first argument may be an alist of annotations for the following
16684 rules. Each element has the form (ANNOTATION . VALUE), where
16685 ANNOTATION is a symbol indicating the annotation type. Currently
16686 the following annotation types are supported.
16687
16688 append -- the value non-nil means that the following rules should
16689 be appended to the rules of the current Quail package.
16690
16691 face -- the value is a face to use for displaying TRANSLATIONs in
16692 candidate list.
16693
16694 advice -- the value is a function to call after one of RULES is
16695 selected. The function is called with one argument, the
16696 selected TRANSLATION string, after the TRANSLATION is
16697 inserted.
16698
16699 no-decode-map --- the value non-nil means that decoding map is not
16700 generated for the following translations.
16701
16702 \(fn &rest RULES)" nil (quote macro))
16703
16704 (autoload (quote quail-install-map) "quail" "\
16705 Install the Quail map MAP in the current Quail package.
16706
16707 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
16708 which to install MAP.
16709
16710 The installed map can be referred by the function `quail-map'.
16711
16712 \(fn MAP &optional NAME)" nil nil)
16713
16714 (autoload (quote quail-install-decode-map) "quail" "\
16715 Install the Quail decode map DECODE-MAP in the current Quail package.
16716
16717 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
16718 which to install MAP.
16719
16720 The installed decode map can be referred by the function `quail-decode-map'.
16721
16722 \(fn DECODE-MAP &optional NAME)" nil nil)
16723
16724 (autoload (quote quail-defrule) "quail" "\
16725 Add one translation rule, KEY to TRANSLATION, in the current Quail package.
16726 KEY is a string meaning a sequence of keystrokes to be translated.
16727 TRANSLATION is a character, a string, a vector, a Quail map,
16728 a function, or a cons.
16729 It it is a character, it is the sole translation of KEY.
16730 If it is a string, each character is a candidate for the translation.
16731 If it is a vector, each element (string or character) is a candidate
16732 for the translation.
16733 If it is a cons, the car is one of the above and the cdr is a function
16734 to call when translating KEY (the return value is assigned to the
16735 variable `quail-current-data'). If the cdr part is not a function,
16736 the value itself is assigned to `quail-current-data'.
16737 In these cases, a key specific Quail map is generated and assigned to KEY.
16738
16739 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
16740 it is used to handle KEY.
16741
16742 Optional 3rd argument NAME, if specified, says which Quail package
16743 to define this translation rule in. The default is to define it in the
16744 current Quail package.
16745
16746 Optional 4th argument APPEND, if non-nil, appends TRANSLATION
16747 to the current translations for KEY instead of replacing them.
16748
16749 \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil)
16750
16751 (autoload (quote quail-defrule-internal) "quail" "\
16752 Define KEY as TRANS in a Quail map MAP.
16753
16754 If Optional 4th arg APPEND is non-nil, TRANS is appended to the
16755 current translations for KEY instead of replacing them.
16756
16757 Optional 5th arg DECODE-MAP is a Quail decode map.
16758
16759 Optional 6th arg PROPS is a property list annotating TRANS. See the
16760 function `quail-define-rules' for the detail.
16761
16762 \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil)
16763
16764 (autoload (quote quail-update-leim-list-file) "quail" "\
16765 Update entries for Quail packages in `LEIM' list file in directory DIRNAME.
16766 DIRNAME is a directory containing Emacs input methods;
16767 normally, it should specify the `leim' subdirectory
16768 of the Emacs source tree.
16769
16770 It searches for Quail packages under `quail' subdirectory of DIRNAME,
16771 and update the file \"leim-list.el\" in DIRNAME.
16772
16773 When called from a program, the remaining arguments are additional
16774 directory names to search for Quail packages under `quail' subdirectory
16775 of each directory.
16776
16777 \(fn DIRNAME &rest DIRNAMES)" t nil)
16778
16779 ;;;***
16780 \f
16781 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
16782 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
16783 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15186
16784 ;;;;;; 56483))
16785 ;;; Generated autoloads from net/quickurl.el
16786
16787 (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" "\
16788 Example `quickurl-postfix' text that adds a local variable to the
16789 `quickurl-url-file' so that if you edit it by hand it will ensure that
16790 `quickurl-urls' is updated with the new URL list.
16791
16792 To make use of this do something like:
16793
16794 (setq quickurl-postfix quickurl-reread-hook-postfix)
16795
16796 in your ~/.emacs (after loading/requiring quickurl).")
16797
16798 (autoload (quote quickurl) "quickurl" "\
16799 Insert an URL based on LOOKUP.
16800
16801 If not supplied LOOKUP is taken to be the word at point in the current
16802 buffer, this default action can be modifed via
16803 `quickurl-grab-lookup-function'.
16804
16805 \(fn &optional (LOOKUP (funcall quickurl-grab-lookup-function)))" t nil)
16806
16807 (autoload (quote quickurl-ask) "quickurl" "\
16808 Insert an URL, with `completing-read' prompt, based on LOOKUP.
16809
16810 \(fn LOOKUP)" t nil)
16811
16812 (autoload (quote quickurl-add-url) "quickurl" "\
16813 Allow the user to interactively add a new URL associated with WORD.
16814
16815 See `quickurl-grab-url' for details on how the default word/url combination
16816 is decided.
16817
16818 \(fn WORD URL COMMENT)" t nil)
16819
16820 (autoload (quote quickurl-browse-url) "quickurl" "\
16821 Browse the URL associated with LOOKUP.
16822
16823 If not supplied LOOKUP is taken to be the word at point in the
16824 current buffer, this default action can be modifed via
16825 `quickurl-grab-lookup-function'.
16826
16827 \(fn &optional (LOOKUP (funcall quickurl-grab-lookup-function)))" t nil)
16828
16829 (autoload (quote quickurl-browse-url-ask) "quickurl" "\
16830 Browse the URL, with `completing-read' prompt, associated with LOOKUP.
16831
16832 \(fn LOOKUP)" t nil)
16833
16834 (autoload (quote quickurl-edit-urls) "quickurl" "\
16835 Pull `quickurl-url-file' into a buffer for hand editing.
16836
16837 \(fn)" t nil)
16838
16839 (autoload (quote quickurl-list-mode) "quickurl" "\
16840 A mode for browsing the quickurl URL list.
16841
16842 The key bindings for `quickurl-list-mode' are:
16843
16844 \\{quickurl-list-mode-map}
16845
16846 \(fn)" t nil)
16847
16848 (autoload (quote quickurl-list) "quickurl" "\
16849 Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
16850
16851 \(fn)" t nil)
16852
16853 ;;;***
16854 \f
16855 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15425
16856 ;;;;;; 23455))
16857 ;;; Generated autoloads from net/rcompile.el
16858
16859 (autoload (quote remote-compile) "rcompile" "\
16860 Compile the current buffer's directory on HOST. Log in as USER.
16861 See \\[compile].
16862
16863 \(fn HOST USER COMMAND)" t nil)
16864
16865 ;;;***
16866 \f
16867 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
16868 ;;;;;; (15832 43707))
16869 ;;; Generated autoloads from emacs-lisp/re-builder.el
16870
16871 (autoload (quote re-builder) "re-builder" "\
16872 Call up the RE Builder for the current window.
16873
16874 \(fn)" t nil)
16875
16876 ;;;***
16877 \f
16878 ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files
16879 ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf"
16880 ;;;;;; "recentf.el" (15565 4605))
16881 ;;; Generated autoloads from recentf.el
16882
16883 (autoload (quote recentf-save-list) "recentf" "\
16884 Save the current `recentf-list' to the file `recentf-save-file'.
16885
16886 \(fn)" t nil)
16887
16888 (autoload (quote recentf-edit-list) "recentf" "\
16889 Allow the user to edit the files that are kept in the recent list.
16890
16891 \(fn)" t nil)
16892
16893 (autoload (quote recentf-cleanup) "recentf" "\
16894 Remove all non-readable and excluded files from `recentf-list'.
16895
16896 \(fn)" t nil)
16897
16898 (autoload (quote recentf-open-files) "recentf" "\
16899 Display buffer allowing user to choose a file from recently-opened list.
16900 The optional argument FILES may be used to specify the list, otherwise
16901 `recentf-list' is used. The optional argument BUFFER-NAME specifies
16902 which buffer to use for the interaction.
16903
16904 \(fn &optional FILES BUFFER-NAME)" t nil)
16905
16906 (autoload (quote recentf-open-more-files) "recentf" "\
16907 Allow the user to open files that are not in the menu.
16908
16909 \(fn)" t nil)
16910
16911 (defvar recentf-mode nil "\
16912 Non-nil if Recentf mode is enabled.
16913 See the command `recentf-mode' for a description of this minor-mode.
16914 Setting this variable directly does not take effect;
16915 use either \\[customize] or the function `recentf-mode'.")
16916
16917 (custom-add-to-group (quote recentf) (quote recentf-mode) (quote custom-variable))
16918
16919 (custom-add-load (quote recentf-mode) (quote recentf))
16920
16921 (autoload (quote recentf-mode) "recentf" "\
16922 Toggle recentf mode.
16923 With prefix argument ARG, turn on if positive, otherwise off.
16924 Returns non-nil if the new state is enabled.
16925
16926 When recentf mode is enabled, it maintains a menu for visiting files that
16927 were operated on recently.
16928
16929 \(fn &optional ARG)" t nil)
16930
16931 ;;;***
16932 \f
16933 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
16934 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
16935 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
16936 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15670
16937 ;;;;;; 23755))
16938 ;;; Generated autoloads from rect.el
16939
16940 (autoload (quote move-to-column-force) "rect" "\
16941 If COLUMN is within a multi-column character, replace it by spaces and tab.
16942 As for `move-to-column', passing anything but nil or t in FLAG will move to
16943 the desired column only if the line is long enough.
16944
16945 \(fn COLUMN &optional FLAG)" nil nil)
16946
16947 (make-obsolete (quote move-to-column-force) (quote move-to-column) "21.2")
16948
16949 (autoload (quote delete-rectangle) "rect" "\
16950 Delete (don't save) text in the region-rectangle.
16951 The same range of columns is deleted in each line starting with the
16952 line where the region begins and ending with the line where the region
16953 ends.
16954
16955 When called from a program the rectangle's corners are START and END.
16956 With a prefix (or a FILL) argument, also fill lines where nothing has
16957 to be deleted.
16958
16959 \(fn START END &optional FILL)" t nil)
16960
16961 (autoload (quote delete-extract-rectangle) "rect" "\
16962 Delete the contents of the rectangle with corners at START and END.
16963 Return it as a list of strings, one for each line of the rectangle.
16964
16965 When called from a program the rectangle's corners are START and END.
16966 With an optional FILL argument, also fill lines where nothing has to be
16967 deleted.
16968
16969 \(fn START END &optional FILL)" nil nil)
16970
16971 (autoload (quote extract-rectangle) "rect" "\
16972 Return the contents of the rectangle with corners at START and END.
16973 Return it as a list of strings, one for each line of the rectangle.
16974
16975 \(fn START END)" nil nil)
16976
16977 (autoload (quote kill-rectangle) "rect" "\
16978 Delete the region-rectangle and save it as the last killed one.
16979
16980 When called from a program the rectangle's corners are START and END.
16981 You might prefer to use `delete-extract-rectangle' from a program.
16982
16983 With a prefix (or a FILL) argument, also fill lines where nothing has to be
16984 deleted.
16985
16986 \(fn START END &optional FILL)" t nil)
16987
16988 (autoload (quote yank-rectangle) "rect" "\
16989 Yank the last killed rectangle with upper left corner at point.
16990
16991 \(fn)" t nil)
16992
16993 (autoload (quote insert-rectangle) "rect" "\
16994 Insert text of RECTANGLE with upper left corner at point.
16995 RECTANGLE's first line is inserted at point, its second
16996 line is inserted at a point vertically under point, etc.
16997 RECTANGLE should be a list of strings.
16998 After this command, the mark is at the upper left corner
16999 and point is at the lower right corner.
17000
17001 \(fn RECTANGLE)" nil nil)
17002
17003 (autoload (quote open-rectangle) "rect" "\
17004 Blank out the region-rectangle, shifting text right.
17005
17006 The text previously in the region is not overwritten by the blanks,
17007 but instead winds up to the right of the rectangle.
17008
17009 When called from a program the rectangle's corners are START and END.
17010 With a prefix (or a FILL) argument, fill with blanks even if there is no text
17011 on the right side of the rectangle.
17012
17013 \(fn START END &optional FILL)" t nil)
17014
17015 (defalias (quote close-rectangle) (quote delete-whitespace-rectangle))
17016
17017 (autoload (quote delete-whitespace-rectangle) "rect" "\
17018 Delete all whitespace following a specified column in each line.
17019 The left edge of the rectangle specifies the position in each line
17020 at which whitespace deletion should begin. On each line in the
17021 rectangle, all continuous whitespace starting at that column is deleted.
17022
17023 When called from a program the rectangle's corners are START and END.
17024 With a prefix (or a FILL) argument, also fill too short lines.
17025
17026 \(fn START END &optional FILL)" t nil)
17027
17028 (autoload (quote string-rectangle) "rect" "\
17029 Replace rectangle contents with STRING on each line.
17030 The length of STRING need not be the same as the rectangle width.
17031
17032 Called from a program, takes three args; START, END and STRING.
17033
17034 \(fn START END STRING)" t nil)
17035
17036 (defalias (quote replace-rectangle) (quote string-rectangle))
17037
17038 (autoload (quote string-insert-rectangle) "rect" "\
17039 Insert STRING on each line of region-rectangle, shifting text right.
17040
17041 When called from a program, the rectangle's corners are START and END.
17042 The left edge of the rectangle specifies the column for insertion.
17043 This command does not delete or overwrite any existing text.
17044
17045 \(fn START END STRING)" t nil)
17046
17047 (autoload (quote clear-rectangle) "rect" "\
17048 Blank out the region-rectangle.
17049 The text previously in the region is overwritten with blanks.
17050
17051 When called from a program the rectangle's corners are START and END.
17052 With a prefix (or a FILL) argument, also fill with blanks the parts of the
17053 rectangle which were empty.
17054
17055 \(fn START END &optional FILL)" t nil)
17056
17057 ;;;***
17058 \f
17059 ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15832
17060 ;;;;;; 43709))
17061 ;;; Generated autoloads from textmodes/refill.el
17062
17063 (autoload (quote refill-mode) "refill" "\
17064 Toggle Refill minor mode.
17065 With prefix arg, turn Refill mode on iff arg is positive.
17066
17067 When Refill mode is on, the current paragraph will be formatted when
17068 changes are made within it. Self-inserting characters only cause
17069 refilling if they would cause auto-filling.
17070
17071 \(fn &optional ARG)" t nil)
17072
17073 ;;;***
17074 \f
17075 ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
17076 ;;;;;; (15790 49831))
17077 ;;; Generated autoloads from textmodes/reftex.el
17078
17079 (autoload (quote turn-on-reftex) "reftex" "\
17080 Turn on RefTeX mode.
17081
17082 \(fn)" nil nil)
17083
17084 (autoload (quote reftex-mode) "reftex" "\
17085 Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
17086
17087 \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing
17088 capabilities is available with `\\[reftex-toc]'.
17089
17090 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
17091 When referencing, you get a menu with all labels of a given type and
17092 context of the label definition. The selected label is inserted as a
17093 \\ref macro.
17094
17095 Citations can be made with `\\[reftex-citation]' which will use a regular expression
17096 to pull out a *formatted* list of articles from your BibTeX
17097 database. The selected citation is inserted as a \\cite macro.
17098
17099 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
17100 or the current selection. More general index entries are created with
17101 `\\[reftex-index]'. `\\[reftex-display-index]' displays the compiled index.
17102
17103 Most command have help available on the fly. This help is accessed by
17104 pressing `?' to any prompt mentioning this feature.
17105
17106 Extensive documentation about RefTeX is available in Info format.
17107 You can view this information with `\\[reftex-info]'.
17108
17109 \\{reftex-mode-map}
17110 Under X, these and other functions will also be available as `Ref' menu
17111 on the menu bar.
17112
17113 ------------------------------------------------------------------------------
17114
17115 \(fn &optional ARG)" t nil)
17116
17117 ;;;***
17118 \f
17119 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
17120 ;;;;;; (15714 7356))
17121 ;;; Generated autoloads from textmodes/reftex-cite.el
17122
17123 (autoload (quote reftex-citation) "reftex-cite" "\
17124 Make a citation using BibTeX database files.
17125 After prompting for a regular expression, scans the buffers with
17126 bibtex entries (taken from the \\bibliography command) and offers the
17127 matching entries for selection. The selected entry is formatted according
17128 to `reftex-cite-format' and inserted into the buffer.
17129
17130 If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
17131
17132 FORAT-KEY can be used to pre-select a citation format.
17133
17134 When called with one or two `C-u' prefixes, first rescans the document.
17135 When called with a numeric prefix, make that many citations. When
17136 called with point inside the braces of a `\\cite' command, it will
17137 add another key, ignoring the value of `reftex-cite-format'.
17138
17139 The regular expression uses an expanded syntax: && is interpreted as `and'.
17140 Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.
17141 While entering the regexp, completion on knows citation keys is possible.
17142 `=' is a good regular expression to match all entries in all files.
17143
17144 \(fn &optional NO-INSERT FORMAT-KEY)" t nil)
17145
17146 ;;;***
17147 \f
17148 ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
17149 ;;;;;; (15723 19553))
17150 ;;; Generated autoloads from textmodes/reftex-index.el
17151
17152 (autoload (quote reftex-index-phrases-mode) "reftex-index" "\
17153 Major mode for managing the Index phrases of a LaTeX document.
17154 This buffer was created with RefTeX.
17155
17156 To insert new phrases, use
17157 - `C-c \\' in the LaTeX document to copy selection or word
17158 - `\\[reftex-index-new-phrase]' in the phrases buffer.
17159
17160 To index phrases use one of:
17161
17162 \\[reftex-index-this-phrase] index current phrase
17163 \\[reftex-index-next-phrase] index next phrase (or N with prefix arg)
17164 \\[reftex-index-all-phrases] index all phrases
17165 \\[reftex-index-remaining-phrases] index current and following phrases
17166 \\[reftex-index-region-phrases] index the phrases in the region
17167
17168 You can sort the phrases in this buffer with \\[reftex-index-sort-phrases].
17169 To display information about the phrase at point, use \\[reftex-index-phrases-info].
17170
17171 For more information see the RefTeX User Manual.
17172
17173 Here are all local bindings.
17174
17175 \\{reftex-index-phrases-map}
17176
17177 \(fn)" t nil)
17178
17179 ;;;***
17180 \f
17181 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
17182 ;;;;;; (15631 43946))
17183 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
17184
17185 (autoload (quote regexp-opt) "regexp-opt" "\
17186 Return a regexp to match a string in STRINGS.
17187 Each string should be unique in STRINGS and should not contain any regexps,
17188 quoted or not. If optional PAREN is non-nil, ensure that the returned regexp
17189 is enclosed by at least one regexp grouping construct.
17190 The returned regexp is typically more efficient than the equivalent regexp:
17191
17192 (let ((open (if PAREN \"\\\\(\" \"\")) (close (if PAREN \"\\\\)\" \"\")))
17193 (concat open (mapconcat 'regexp-quote STRINGS \"\\\\|\") close))
17194
17195 If PAREN is `words', then the resulting regexp is additionally surrounded
17196 by \\=\\< and \\>.
17197
17198 \(fn STRINGS &optional PAREN)" nil nil)
17199
17200 (autoload (quote regexp-opt-depth) "regexp-opt" "\
17201 Return the depth of REGEXP.
17202 This means the number of regexp grouping constructs (parenthesised expressions)
17203 in REGEXP.
17204
17205 \(fn REGEXP)" nil nil)
17206
17207 ;;;***
17208 \f
17209 ;;;### (autoloads (repeat) "repeat" "repeat.el" (15182 61046))
17210 ;;; Generated autoloads from repeat.el
17211
17212 (autoload (quote repeat) "repeat" "\
17213 Repeat most recently executed command.
17214 With prefix arg, apply new prefix arg to that command; otherwise, use
17215 the prefix arg that was used before (if any).
17216 This command is like the `.' command in the vi editor.
17217
17218 If this command is invoked by a multi-character key sequence, it can then
17219 be repeated by repeating the final character of that sequence. This behavior
17220 can be modified by the global variable `repeat-on-final-keystroke'.
17221
17222 \(fn REPEAT-ARG)" t nil)
17223
17224 ;;;***
17225 \f
17226 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
17227 ;;;;;; (15356 45077))
17228 ;;; Generated autoloads from mail/reporter.el
17229
17230 (autoload (quote reporter-submit-bug-report) "reporter" "\
17231 Begin submitting a bug report via email.
17232
17233 ADDRESS is the email address for the package's maintainer. PKGNAME is
17234 the name of the package (if you want to include version numbers,
17235 you must put them into PKGNAME before calling this function).
17236 Optional PRE-HOOKS and POST-HOOKS are passed to `reporter-dump-state'.
17237 Optional SALUTATION is inserted at the top of the mail buffer,
17238 and point is left after the salutation.
17239
17240 VARLIST is the list of variables to dump (see `reporter-dump-state'
17241 for details). The optional argument PRE-HOOKS and POST-HOOKS are
17242 passed to `reporter-dump-state'. Optional argument SALUTATION is text
17243 to be inserted at the top of the mail buffer; in that case, point is
17244 left after that text.
17245
17246 This function prompts for a summary if `reporter-prompt-for-summary-p'
17247 is non-nil.
17248
17249 This function does not send a message; it uses the given information
17250 to initialize a message, which the user can then edit and finally send
17251 \(or decline to send). The variable `mail-user-agent' controls which
17252 mail-sending package is used for editing and sending the message.
17253
17254 \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil)
17255
17256 ;;;***
17257 \f
17258 ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
17259 ;;;;;; (15363 54485))
17260 ;;; Generated autoloads from reposition.el
17261
17262 (autoload (quote reposition-window) "reposition" "\
17263 Make the current definition and/or comment visible.
17264 Further invocations move it to the top of the window or toggle the
17265 visibility of comments that precede it.
17266 Point is left unchanged unless prefix ARG is supplied.
17267 If the definition is fully onscreen, it is moved to the top of the
17268 window. If it is partly offscreen, the window is scrolled to get the
17269 definition (or as much as will fit) onscreen, unless point is in a comment
17270 which is also partly offscreen, in which case the scrolling attempts to get
17271 as much of the comment onscreen as possible.
17272 Initially `reposition-window' attempts to make both the definition and
17273 preceding comments visible. Further invocations toggle the visibility of
17274 the comment lines.
17275 If ARG is non-nil, point may move in order to make the whole defun
17276 visible (if only part could otherwise be made so), to make the defun line
17277 visible (if point is in code and it could not be made so, or if only
17278 comments, including the first comment line, are visible), or to make the
17279 first comment line visible (if point is in a comment).
17280
17281 \(fn &optional ARG)" t nil)
17282 (define-key esc-map "\C-l" 'reposition-window)
17283
17284 ;;;***
17285 \f
17286 ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (12679
17287 ;;;;;; 50658))
17288 ;;; Generated autoloads from resume.el
17289
17290 (autoload (quote resume-suspend-hook) "resume" "\
17291 Clear out the file used for transmitting args when Emacs resumes.
17292
17293 \(fn)" nil nil)
17294
17295 ;;;***
17296 \f
17297 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
17298 ;;;;;; (15833 52442))
17299 ;;; Generated autoloads from reveal.el
17300
17301 (autoload (quote reveal-mode) "reveal" "\
17302 Toggle Reveal mode on or off.
17303 Reveal mode renders invisible text around point visible again.
17304
17305 Interactively, with no prefix argument, toggle the mode.
17306 With universal prefix ARG (or if ARG is nil) turn mode on.
17307 With zero or negative ARG turn mode off.
17308
17309 \(fn &optional ARG)" t nil)
17310
17311 (defvar global-reveal-mode nil "\
17312 Non-nil if Global-Reveal mode is enabled.
17313 See the command `global-reveal-mode' for a description of this minor-mode.
17314 Setting this variable directly does not take effect;
17315 use either \\[customize] or the function `global-reveal-mode'.")
17316
17317 (custom-add-to-group (quote reveal) (quote global-reveal-mode) (quote custom-variable))
17318
17319 (custom-add-load (quote global-reveal-mode) (quote reveal))
17320
17321 (autoload (quote global-reveal-mode) "reveal" "\
17322 Toggle Reveal mode in all buffers on or off.
17323 Reveal mode renders invisible text around point visible again.
17324
17325 Interactively, with no prefix argument, toggle the mode.
17326 With universal prefix ARG (or if ARG is nil) turn mode on.
17327 With zero or negative ARG turn mode off.
17328
17329 \(fn &optional ARG)" t nil)
17330
17331 ;;;***
17332 \f
17333 ;;;### (autoloads (file-name-shadow-mode file-name-shadow-tty-properties
17334 ;;;;;; file-name-shadow-properties) "rfn-eshadow" "rfn-eshadow.el"
17335 ;;;;;; (15724 26374))
17336 ;;; Generated autoloads from rfn-eshadow.el
17337
17338 (defvar file-name-shadow-properties (quote (face file-name-shadow field shadow)) "\
17339 Properties given to the `shadowed' part of a filename in the minibuffer.
17340 Only used when `file-name-shadow-mode' is active.
17341 If emacs is not running under a window system,
17342 `file-name-shadow-tty-properties' is used instead.")
17343
17344 (defvar file-name-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\
17345 Properties given to the `shadowed' part of a filename in the minibuffer.
17346 Only used when `file-name-shadow-mode' is active and emacs
17347 is not running under a window-system; if emacs is running under a window
17348 system, `file-name-shadow-properties' is used instead.")
17349
17350 (defvar file-name-shadow-mode nil "\
17351 Non-nil if File-Name-Shadow mode is enabled.
17352 See the command `file-name-shadow-mode' for a description of this minor-mode.
17353 Setting this variable directly does not take effect;
17354 use either \\[customize] or the function `file-name-shadow-mode'.")
17355
17356 (custom-add-to-group (quote minibuffer) (quote file-name-shadow-mode) (quote custom-variable))
17357
17358 (custom-add-load (quote file-name-shadow-mode) (quote rfn-eshadow))
17359
17360 (autoload (quote file-name-shadow-mode) "rfn-eshadow" "\
17361 Toggle File-Name Shadow mode.
17362 When active, any part of a filename being read in the minibuffer
17363 that would be ignored (because the result is passed through
17364 `substitute-in-file-name') is given the properties in
17365 `file-name-shadow-properties', which can be used to make
17366 that portion dim, invisible, or otherwise less visually noticeable.
17367
17368 With prefix argument ARG, turn on if positive, otherwise off.
17369 Returns non-nil if the new state is enabled.
17370
17371 \(fn &optional ARG)" t nil)
17372
17373 ;;;***
17374 \f
17375 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
17376 ;;;;;; (14632 7438))
17377 ;;; Generated autoloads from emacs-lisp/ring.el
17378
17379 (autoload (quote ring-p) "ring" "\
17380 Returns t if X is a ring; nil otherwise.
17381
17382 \(fn X)" nil nil)
17383
17384 (autoload (quote make-ring) "ring" "\
17385 Make a ring that can contain SIZE elements.
17386
17387 \(fn SIZE)" nil nil)
17388
17389 ;;;***
17390 \f
17391 ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15504 36563))
17392 ;;; Generated autoloads from net/rlogin.el
17393 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
17394
17395 (autoload (quote rlogin) "rlogin" "\
17396 Open a network login connection via `rlogin' with args INPUT-ARGS.
17397 INPUT-ARGS should start with a host name; it may also contain
17398 other arguments for `rlogin'.
17399
17400 Input is sent line-at-a-time to the remote connection.
17401
17402 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
17403 \(or `*rlogin-USER@HOST*' if the remote username differs).
17404 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
17405 a new buffer with a different connection will be made.
17406
17407 When called from a program, if the optional second argument BUFFER is
17408 a string or buffer, it specifies the buffer to use.
17409
17410 The variable `rlogin-program' contains the name of the actual program to
17411 run. It can be a relative or absolute path.
17412
17413 The variable `rlogin-explicit-args' is a list of arguments to give to
17414 the rlogin when starting. They are added after any arguments given in
17415 INPUT-ARGS.
17416
17417 If the default value of `rlogin-directory-tracking-mode' is t, then the
17418 default directory in that buffer is set to a remote (FTP) file name to
17419 access your home directory on the remote machine. Occasionally this causes
17420 an error, if you cannot access the home directory on that machine. This
17421 error is harmless as long as you don't try to use that default directory.
17422
17423 If `rlogin-directory-tracking-mode' is neither t nor nil, then the default
17424 directory is initially set up to your (local) home directory.
17425 This is useful if the remote machine and your local machine
17426 share the same files via NFS. This is the default.
17427
17428 If you wish to change directory tracking styles during a session, use the
17429 function `rlogin-directory-tracking-mode' rather than simply setting the
17430 variable.
17431
17432 \(fn INPUT-ARGS &optional BUFFER)" t nil)
17433
17434 ;;;***
17435 \f
17436 ;;;### (autoloads (rmail-set-pop-password rmail-input rmail-mode
17437 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge
17438 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory
17439 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
17440 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
17441 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
17442 ;;;;;; "rmail" "mail/rmail.el" (15852 39774))
17443 ;;; Generated autoloads from mail/rmail.el
17444
17445 (defvar rmail-dont-reply-to-names nil "\
17446 *A regexp specifying addresses to prune from a reply message.
17447 A value of nil means exclude your own email address as an address
17448 plus whatever is specified by `rmail-default-dont-reply-to-names'.")
17449
17450 (defvar rmail-default-dont-reply-to-names "info-" "\
17451 A regular expression specifying part of the value of the default value of
17452 the variable `rmail-dont-reply-to-names', for when the user does not set
17453 `rmail-dont-reply-to-names' explicitly. (The other part of the default
17454 value is the user's email address and name.)
17455 It is useful to set this variable in the site customization file.")
17456
17457 (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^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:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date" "\\|^x.*-priority:\\|^x-mimeole:") "\
17458 *Regexp to match header fields that Rmail should normally hide.
17459 This variable is used for reformatting the message header,
17460 which normally happens once for each message,
17461 when you view the message for the first time in Rmail.
17462 To make a change in this variable take effect
17463 for a message that you have already viewed,
17464 go to that message and type \\[rmail-toggle-header] twice.")
17465
17466 (defvar rmail-displayed-headers nil "\
17467 *Regexp to match Header fields that Rmail should display.
17468 If nil, display all header fields except those matched by
17469 `rmail-ignored-headers'.")
17470
17471 (defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\
17472 *Headers that should be stripped when retrying a failed message.")
17473
17474 (defvar rmail-highlighted-headers "^From:\\|^Subject:" "\
17475 *Regexp to match Header fields that Rmail should normally highlight.
17476 A value of nil means don't highlight.
17477 See also `rmail-highlight-face'.")
17478
17479 (defvar rmail-highlight-face nil "\
17480 *Face used by Rmail for highlighting headers.")
17481
17482 (defvar rmail-delete-after-output nil "\
17483 *Non-nil means automatically delete a message that is copied to a file.")
17484
17485 (defvar rmail-primary-inbox-list nil "\
17486 *List of files which are inboxes for user's primary mail file `~/RMAIL'.
17487 `nil' means the default, which is (\"/usr/spool/mail/$USER\")
17488 \(the name varies depending on the operating system,
17489 and the value of the environment variable MAIL overrides it).")
17490
17491 (defvar rmail-mail-new-frame nil "\
17492 *Non-nil means Rmail makes a new frame for composing outgoing mail.")
17493
17494 (defvar rmail-secondary-file-directory "~/" "\
17495 *Directory for additional secondary Rmail files.")
17496
17497 (defvar rmail-secondary-file-regexp "\\.xmail$" "\
17498 *Regexp for which files are secondary Rmail files.")
17499
17500 (defvar rmail-confirm-expunge (quote y-or-n-p) "\
17501 *Whether and how to ask for confirmation before expunging deleted messages.")
17502
17503 (defvar rmail-mode-hook nil "\
17504 List of functions to call when Rmail is invoked.")
17505
17506 (defvar rmail-get-new-mail-hook nil "\
17507 List of functions to call when Rmail has retrieved new mail.")
17508
17509 (defvar rmail-show-message-hook nil "\
17510 List of functions to call when Rmail displays a message.")
17511
17512 (defvar rmail-quit-hook nil "\
17513 List of functions to call when quitting out of Rmail.")
17514
17515 (defvar rmail-delete-message-hook nil "\
17516 List of functions to call when Rmail deletes a message.
17517 When the hooks are called, the message has been marked deleted but is
17518 still the current message in the Rmail buffer.")
17519
17520 (defvar rmail-file-coding-system nil "\
17521 Coding system used in RMAIL file.
17522
17523 This is set to nil by default.")
17524
17525 (defvar rmail-enable-mime nil "\
17526 *If non-nil, RMAIL uses MIME feature.
17527 If the value is t, RMAIL automatically shows MIME decoded message.
17528 If the value is neither t nor nil, RMAIL does not show MIME decoded message
17529 until a user explicitly requires it.")
17530
17531 (defvar rmail-show-mime-function nil "\
17532 Function to show MIME decoded message of RMAIL file.
17533 This function is called when `rmail-enable-mime' is non-nil.
17534 It is called with no argument.")
17535
17536 (defvar rmail-insert-mime-forwarded-message-function nil "\
17537 Function to insert a message in MIME format so it can be forwarded.
17538 This function is called if `rmail-enable-mime' or
17539 `rmail-enable-mime-composing' is non-nil.
17540 It is called with one argument FORWARD-BUFFER, which is a
17541 buffer containing the message to forward. The current buffer
17542 is the outgoing mail buffer.")
17543
17544 (defvar rmail-insert-mime-resent-message-function nil "\
17545 Function to insert a message in MIME format so it can be resent.
17546 This function is called if `rmail-enable-mime' is non-nil.
17547 It is called with one argument FORWARD-BUFFER, which is a
17548 buffer containing the message to forward. The current buffer
17549 is the outgoing mail buffer.")
17550
17551 (defvar rmail-search-mime-message-function nil "\
17552 Function to check if a regexp matches a MIME message.
17553 This function is called if `rmail-enable-mime' is non-nil.
17554 It is called with two arguments MSG and REGEXP, where
17555 MSG is the message number, REGEXP is the regular expression.")
17556
17557 (defvar rmail-search-mime-header-function nil "\
17558 Function to check if a regexp matches a header of MIME message.
17559 This function is called if `rmail-enable-mime' is non-nil.
17560 It is called with three arguments MSG, REGEXP, and LIMIT, where
17561 MSG is the message number,
17562 REGEXP is the regular expression,
17563 LIMIT is the position specifying the end of header.")
17564
17565 (defvar rmail-mime-feature (quote rmail-mime) "\
17566 Feature to require to load MIME support in Rmail.
17567 When starting Rmail, if `rmail-enable-mime' is non-nil,
17568 this feature is required with `require'.")
17569
17570 (defvar rmail-decode-mime-charset t "\
17571 *Non-nil means a message is decoded by MIME's charset specification.
17572 If this variable is nil, or the message has not MIME specification,
17573 the message is decoded as normal way.
17574
17575 If the variable `rmail-enable-mime' is non-nil, this variables is
17576 ignored, and all the decoding work is done by a feature specified by
17577 the variable `rmail-mime-feature'.")
17578
17579 (defvar rmail-mime-charset-pattern "^content-type:[ ]*text/plain;[ \n]*charset=\"?\\([^ \n\"]+\\)\"?" "\
17580 Regexp to match MIME-charset specification in a header of message.
17581 The first parenthesized expression should match the MIME-charset name.")
17582
17583 (autoload (quote rmail) "rmail" "\
17584 Read and edit incoming mail.
17585 Moves messages into file named by `rmail-file-name' (a babyl format file)
17586 and edits that file in RMAIL Mode.
17587 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
17588
17589 May be called with file name as argument; then performs rmail editing on
17590 that file, but does not copy any new mail into the file.
17591 Interactively, if you supply a prefix argument, then you
17592 have a chance to specify a file name with the minibuffer.
17593
17594 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file.
17595
17596 \(fn &optional FILE-NAME-ARG)" t nil)
17597
17598 (autoload (quote rmail-mode) "rmail" "\
17599 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
17600 All normal editing commands are turned off.
17601 Instead, these commands are available:
17602
17603 \\[rmail-beginning-of-message] Move point to front of this message (same as \\[beginning-of-buffer]).
17604 \\[scroll-up] Scroll to next screen of this message.
17605 \\[scroll-down] Scroll to previous screen of this message.
17606 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
17607 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
17608 \\[rmail-next-message] Move to Next message whether deleted or not.
17609 \\[rmail-previous-message] Move to Previous message whether deleted or not.
17610 \\[rmail-first-message] Move to the first message in Rmail file.
17611 \\[rmail-last-message] Move to the last message in Rmail file.
17612 \\[rmail-show-message] Jump to message specified by numeric position in file.
17613 \\[rmail-search] Search for string and show message it is found in.
17614 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
17615 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
17616 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
17617 till a deleted message is found.
17618 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
17619 \\[rmail-expunge] Expunge deleted messages.
17620 \\[rmail-expunge-and-save] Expunge and save the file.
17621 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
17622 \\[save-buffer] Save without expunging.
17623 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
17624 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
17625 \\[rmail-continue] Continue composing outgoing message started before.
17626 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
17627 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
17628 \\[rmail-forward] Forward this message to another user.
17629 \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it).
17630 \\[rmail-output] Output this message to a Unix-format mail file (append it).
17631 \\[rmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line.
17632 \\[rmail-input] Input Rmail file. Run Rmail on that file.
17633 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
17634 \\[rmail-kill-label] Kill label. Remove a label from current message.
17635 \\[rmail-next-labeled-message] Move to Next message with specified label
17636 (label defaults to last one specified).
17637 Standard labels: filed, unseen, answered, forwarded, deleted.
17638 Any other label is present only if you add it with \\[rmail-add-label].
17639 \\[rmail-previous-labeled-message] Move to Previous message with specified label
17640 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
17641 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
17642 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
17643 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
17644 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
17645 \\[rmail-toggle-header] Toggle display of complete header.
17646
17647 \(fn)" t nil)
17648
17649 (autoload (quote rmail-input) "rmail" "\
17650 Run Rmail on file FILENAME.
17651
17652 \(fn FILENAME)" t nil)
17653
17654 (autoload (quote rmail-set-pop-password) "rmail" "\
17655 Set PASSWORD to be used for retrieving mail from a POP server.
17656
17657 \(fn PASSWORD)" t nil)
17658
17659 ;;;***
17660 \f
17661 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
17662 ;;;;;; (15830 33418))
17663 ;;; Generated autoloads from mail/rmailedit.el
17664
17665 (autoload (quote rmail-edit-current-message) "rmailedit" "\
17666 Edit the contents of this message.
17667
17668 \(fn)" t nil)
17669
17670 ;;;***
17671 \f
17672 ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
17673 ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
17674 ;;;;;; "mail/rmailkwd.el" (15185 49575))
17675 ;;; Generated autoloads from mail/rmailkwd.el
17676
17677 (autoload (quote rmail-add-label) "rmailkwd" "\
17678 Add LABEL to labels associated with current RMAIL message.
17679 Completion is performed over known labels when reading.
17680
17681 \(fn STRING)" t nil)
17682
17683 (autoload (quote rmail-kill-label) "rmailkwd" "\
17684 Remove LABEL from labels associated with current RMAIL message.
17685 Completion is performed over known labels when reading.
17686
17687 \(fn STRING)" t nil)
17688
17689 (autoload (quote rmail-read-label) "rmailkwd" "\
17690 Not documented
17691
17692 \(fn PROMPT)" nil nil)
17693
17694 (autoload (quote rmail-previous-labeled-message) "rmailkwd" "\
17695 Show previous message with one of the labels LABELS.
17696 LABELS should be a comma-separated list of label names.
17697 If LABELS is empty, the last set of labels specified is used.
17698 With prefix argument N moves backward N messages with these labels.
17699
17700 \(fn N LABELS)" t nil)
17701
17702 (autoload (quote rmail-next-labeled-message) "rmailkwd" "\
17703 Show next message with one of the labels LABELS.
17704 LABELS should be a comma-separated list of label names.
17705 If LABELS is empty, the last set of labels specified is used.
17706 With prefix argument N moves forward N messages with these labels.
17707
17708 \(fn N LABELS)" t nil)
17709
17710 ;;;***
17711 \f
17712 ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
17713 ;;;;;; (15185 49575))
17714 ;;; Generated autoloads from mail/rmailmsc.el
17715
17716 (autoload (quote set-rmail-inbox-list) "rmailmsc" "\
17717 Set the inbox list of the current RMAIL file to FILE-NAME.
17718 You can specify one file name, or several names separated by commas.
17719 If FILE-NAME is empty, remove any existing inbox list.
17720
17721 \(fn FILE-NAME)" t nil)
17722
17723 ;;;***
17724 \f
17725 ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
17726 ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
17727 ;;;;;; "mail/rmailout.el" (15185 49575))
17728 ;;; Generated autoloads from mail/rmailout.el
17729
17730 (defvar rmail-output-file-alist nil "\
17731 *Alist matching regexps to suggested output Rmail files.
17732 This is a list of elements of the form (REGEXP . NAME-EXP).
17733 The suggestion is taken if REGEXP matches anywhere in the message buffer.
17734 NAME-EXP may be a string constant giving the file name to use,
17735 or more generally it may be any kind of expression that returns
17736 a file name as a string.")
17737
17738 (autoload (quote rmail-output-to-rmail-file) "rmailout" "\
17739 Append the current message to an Rmail file named FILE-NAME.
17740 If the file does not exist, ask if it should be created.
17741 If file is being visited, the message is appended to the Emacs
17742 buffer visiting that file.
17743 If the file exists and is not an Rmail file, the message is
17744 appended in inbox format, the same way `rmail-output' does it.
17745
17746 The default file name comes from `rmail-default-rmail-file',
17747 which is updated to the name you use in this command.
17748
17749 A prefix argument N says to output N consecutive messages
17750 starting with the current one. Deleted messages are skipped and don't count.
17751
17752 If optional argument STAY is non-nil, then leave the last filed
17753 mesasge up instead of moving forward to the next non-deleted message.
17754
17755 \(fn FILE-NAME &optional COUNT STAY)" t nil)
17756
17757 (defvar rmail-fields-not-to-output nil "\
17758 *Regexp describing fields to exclude when outputting a message to a file.")
17759
17760 (autoload (quote rmail-output) "rmailout" "\
17761 Append this message to system-inbox-format mail file named FILE-NAME.
17762 A prefix argument N says to output N consecutive messages
17763 starting with the current one. Deleted messages are skipped and don't count.
17764 When called from lisp code, N may be omitted.
17765
17766 If the pruned message header is shown on the current message, then
17767 messages will be appended with pruned headers; otherwise, messages
17768 will be appended with their original headers.
17769
17770 The default file name comes from `rmail-default-file',
17771 which is updated to the name you use in this command.
17772
17773 The optional third argument NOATTRIBUTE, if non-nil, says not
17774 to set the `filed' attribute, and not to display a message.
17775
17776 The optional fourth argument FROM-GNUS is set when called from GNUS.
17777
17778 \(fn FILE-NAME &optional COUNT NOATTRIBUTE FROM-GNUS)" t nil)
17779
17780 (autoload (quote rmail-output-body-to-file) "rmailout" "\
17781 Write this message body to the file FILE-NAME.
17782 FILE-NAME defaults, interactively, from the Subject field of the message.
17783
17784 \(fn FILE-NAME)" t nil)
17785
17786 ;;;***
17787 \f
17788 ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
17789 ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
17790 ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15185
17791 ;;;;;; 49575))
17792 ;;; Generated autoloads from mail/rmailsort.el
17793
17794 (autoload (quote rmail-sort-by-date) "rmailsort" "\
17795 Sort messages of current Rmail file by date.
17796 If prefix argument REVERSE is non-nil, sort them in reverse order.
17797
17798 \(fn REVERSE)" t nil)
17799
17800 (autoload (quote rmail-sort-by-subject) "rmailsort" "\
17801 Sort messages of current Rmail file by subject.
17802 If prefix argument REVERSE is non-nil, sort them in reverse order.
17803
17804 \(fn REVERSE)" t nil)
17805
17806 (autoload (quote rmail-sort-by-author) "rmailsort" "\
17807 Sort messages of current Rmail file by author.
17808 If prefix argument REVERSE is non-nil, sort them in reverse order.
17809
17810 \(fn REVERSE)" t nil)
17811
17812 (autoload (quote rmail-sort-by-recipient) "rmailsort" "\
17813 Sort messages of current Rmail file by recipient.
17814 If prefix argument REVERSE is non-nil, sort them in reverse order.
17815
17816 \(fn REVERSE)" t nil)
17817
17818 (autoload (quote rmail-sort-by-correspondent) "rmailsort" "\
17819 Sort messages of current Rmail file by other correspondent.
17820 If prefix argument REVERSE is non-nil, sort them in reverse order.
17821
17822 \(fn REVERSE)" t nil)
17823
17824 (autoload (quote rmail-sort-by-lines) "rmailsort" "\
17825 Sort messages of current Rmail file by number of lines.
17826 If prefix argument REVERSE is non-nil, sort them in reverse order.
17827
17828 \(fn REVERSE)" t nil)
17829
17830 (autoload (quote rmail-sort-by-labels) "rmailsort" "\
17831 Sort messages of current Rmail file by labels.
17832 If prefix argument REVERSE is non-nil, sort them in reverse order.
17833 KEYWORDS is a comma-separated list of labels.
17834
17835 \(fn REVERSE LABELS)" t nil)
17836
17837 ;;;***
17838 \f
17839 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder
17840 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
17841 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
17842 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
17843 ;;;;;; "rmailsum" "mail/rmailsum.el" (15649 48498))
17844 ;;; Generated autoloads from mail/rmailsum.el
17845
17846 (defvar rmail-summary-scroll-between-messages t "\
17847 *Non-nil means Rmail summary scroll commands move between messages.")
17848
17849 (defvar rmail-summary-line-count-flag t "\
17850 *Non-nil if Rmail summary should show the number of lines in each message.")
17851
17852 (autoload (quote rmail-summary) "rmailsum" "\
17853 Display a summary of all messages, one line per message.
17854
17855 \(fn)" t nil)
17856
17857 (autoload (quote rmail-summary-by-labels) "rmailsum" "\
17858 Display a summary of all messages with one or more LABELS.
17859 LABELS should be a string containing the desired labels, separated by commas.
17860
17861 \(fn LABELS)" t nil)
17862
17863 (autoload (quote rmail-summary-by-recipients) "rmailsum" "\
17864 Display a summary of all messages with the given RECIPIENTS.
17865 Normally checks the To, From and Cc fields of headers;
17866 but if PRIMARY-ONLY is non-nil (prefix arg given),
17867 only look in the To and From fields.
17868 RECIPIENTS is a string of regexps separated by commas.
17869
17870 \(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil)
17871
17872 (autoload (quote rmail-summary-by-regexp) "rmailsum" "\
17873 Display a summary of all messages according to regexp REGEXP.
17874 If the regular expression is found in the header of the message
17875 \(including in the date and other lines, as well as the subject line),
17876 Emacs will list the header line in the RMAIL-summary.
17877
17878 \(fn REGEXP)" t nil)
17879
17880 (autoload (quote rmail-summary-by-topic) "rmailsum" "\
17881 Display a summary of all messages with the given SUBJECT.
17882 Normally checks the Subject field of headers;
17883 but if WHOLE-MESSAGE is non-nil (prefix arg given),
17884 look in the whole message.
17885 SUBJECT is a string of regexps separated by commas.
17886
17887 \(fn SUBJECT &optional WHOLE-MESSAGE)" t nil)
17888
17889 (autoload (quote rmail-summary-by-senders) "rmailsum" "\
17890 Display a summary of all messages with the given SENDERS.
17891 SENDERS is a string of names separated by commas.
17892
17893 \(fn SENDERS)" t nil)
17894
17895 (defvar rmail-summary-line-decoder (function identity) "\
17896 *Function to decode summary-line.
17897
17898 By default, `identity' is set.")
17899
17900 (defvar rmail-user-mail-address-regexp nil "\
17901 *Regexp matching user mail addresses.
17902 If non-nil, this variable is used to identify the correspondent
17903 when receiving new mail. If it matches the address of the sender,
17904 the recipient is taken as correspondent of a mail.
17905 If nil (default value), your `user-login-name' and `user-mail-address'
17906 are used to exclude yourself as correspondent.
17907
17908 Usually you don't have to set this variable, except if you collect mails
17909 sent by you under different user names.
17910 Then it should be a regexp matching your mail addresses.
17911
17912 Setting this variable has an effect only before reading a mail.")
17913
17914 ;;;***
17915 \f
17916 ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
17917 ;;;;;; (15185 49575))
17918 ;;; Generated autoloads from obsolete/rnewspost.el
17919
17920 (autoload (quote news-post-news) "rnewspost" "\
17921 Begin editing a new USENET news article to be posted.
17922 Type \\[describe-mode] once editing the article to get a list of commands.
17923 If NOQUERY is non-nil, we do not query before doing the work.
17924
17925 \(fn &optional NOQUERY)" t nil)
17926
17927 ;;;***
17928 \f
17929 ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
17930 ;;;;;; rot13-string rot13) "rot13" "rot13.el" (15600 5650))
17931 ;;; Generated autoloads from rot13.el
17932
17933 (autoload (quote rot13) "rot13" "\
17934 Return Rot13 encryption of OBJECT, a buffer or string.
17935
17936 \(fn OBJECT &optional START END)" nil nil)
17937
17938 (autoload (quote rot13-string) "rot13" "\
17939 Return Rot13 encryption of STRING.
17940
17941 \(fn STRING)" nil nil)
17942
17943 (autoload (quote rot13-region) "rot13" "\
17944 Rot13 encrypt the region between START and END in current buffer.
17945
17946 \(fn START END)" t nil)
17947
17948 (autoload (quote rot13-other-window) "rot13" "\
17949 Display current buffer in rot 13 in another window.
17950 The text itself is not modified, only the way it is displayed is affected.
17951
17952 To terminate the rot13 display, delete that window. As long as that window
17953 is not deleted, any buffer displayed in it will become instantly encoded
17954 in rot 13.
17955
17956 See also `toggle-rot13-mode'.
17957
17958 \(fn)" t nil)
17959
17960 (autoload (quote toggle-rot13-mode) "rot13" "\
17961 Toggle the use of rot 13 encoding for the current window.
17962
17963 \(fn)" t nil)
17964
17965 ;;;***
17966 \f
17967 ;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly
17968 ;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame
17969 ;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
17970 ;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el"
17971 ;;;;;; (15245 60238))
17972 ;;; Generated autoloads from obsolete/rsz-mini.el
17973
17974 (defvar resize-minibuffer-mode nil "\
17975 *This variable is obsolete.")
17976
17977 (custom-add-to-group (quote resize-minibuffer) (quote resize-minibuffer-mode) (quote custom-variable))
17978
17979 (custom-add-load (quote resize-minibuffer-mode) (quote rsz-mini))
17980
17981 (defvar resize-minibuffer-window-max-height nil "\
17982 *This variable is obsolete.")
17983
17984 (defvar resize-minibuffer-window-exactly t "\
17985 *This variable is obsolete.")
17986
17987 (defvar resize-minibuffer-frame nil "\
17988 *This variable is obsolete.")
17989
17990 (defvar resize-minibuffer-frame-max-height nil "\
17991 *This variable is obsolete.")
17992
17993 (defvar resize-minibuffer-frame-exactly t "\
17994 *This variable is obsolete.")
17995
17996 (autoload (quote resize-minibuffer-mode) "rsz-mini" "\
17997 This function is obsolete.
17998
17999 \(fn &optional PREFIX)" t nil)
18000
18001 ;;;***
18002 \f
18003 ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15744
18004 ;;;;;; 2097))
18005 ;;; Generated autoloads from ruler-mode.el
18006
18007 (autoload (quote ruler-mode) "ruler-mode" "\
18008 Display a ruler in the header line if ARG > 0.
18009
18010 \(fn &optional ARG)" t nil)
18011
18012 ;;;***
18013 \f
18014 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15736
18015 ;;;;;; 21956))
18016 ;;; Generated autoloads from emacs-lisp/rx.el
18017
18018 (autoload (quote rx-to-string) "rx" "\
18019 Parse and produce code for regular expression FORM.
18020 FORM is a regular expression in sexp form.
18021 NO-GROUP non-nil means don't put shy groups around the result.
18022
18023 \(fn FORM &optional NO-GROUP)" nil nil)
18024
18025 (autoload (quote rx) "rx" "\
18026 Translate a regular expression REGEXP in sexp form to a regexp string.
18027 See also `rx-to-string' for how to do such a translation at run-time.
18028
18029 The following are valid subforms of regular expressions in sexp
18030 notation.
18031
18032 STRING
18033 matches string STRING literally.
18034
18035 CHAR
18036 matches character CHAR literally.
18037
18038 `not-newline'
18039 matches any character except a newline.
18040 .
18041 `anything'
18042 matches any character
18043
18044 `(any SET)'
18045 matches any character in SET. SET may be a character or string.
18046 Ranges of characters can be specified as `A-Z' in strings.
18047
18048 '(in SET)'
18049 like `any'.
18050
18051 `(not (any SET))'
18052 matches any character not in SET
18053
18054 `line-start'
18055 matches the empty string, but only at the beginning of a line
18056 in the text being matched
18057
18058 `line-end'
18059 is similar to `line-start' but matches only at the end of a line
18060
18061 `string-start'
18062 matches the empty string, but only at the beginning of the
18063 string being matched against.
18064
18065 `string-end'
18066 matches the empty string, but only at the end of the
18067 string being matched against.
18068
18069 `buffer-start'
18070 matches the empty string, but only at the beginning of the
18071 buffer being matched against.
18072
18073 `buffer-end'
18074 matches the empty string, but only at the end of the
18075 buffer being matched against.
18076
18077 `point'
18078 matches the empty string, but only at point.
18079
18080 `word-start'
18081 matches the empty string, but only at the beginning or end of a
18082 word.
18083
18084 `word-end'
18085 matches the empty string, but only at the end of a word.
18086
18087 `word-boundary'
18088 matches the empty string, but only at the beginning or end of a
18089 word.
18090
18091 `(not word-boundary)'
18092 matches the empty string, but not at the beginning or end of a
18093 word.
18094
18095 `digit'
18096 matches 0 through 9.
18097
18098 `control'
18099 matches ASCII control characters.
18100
18101 `hex-digit'
18102 matches 0 through 9, a through f and A through F.
18103
18104 `blank'
18105 matches space and tab only.
18106
18107 `graphic'
18108 matches graphic characters--everything except ASCII control chars,
18109 space, and DEL.
18110
18111 `printing'
18112 matches printing characters--everything except ASCII control chars
18113 and DEL.
18114
18115 `alphanumeric'
18116 matches letters and digits. (But at present, for multibyte characters,
18117 it matches anything that has word syntax.)
18118
18119 `letter'
18120 matches letters. (But at present, for multibyte characters,
18121 it matches anything that has word syntax.)
18122
18123 `ascii'
18124 matches ASCII (unibyte) characters.
18125
18126 `nonascii'
18127 matches non-ASCII (multibyte) characters.
18128
18129 `lower'
18130 matches anything lower-case.
18131
18132 `upper'
18133 matches anything upper-case.
18134
18135 `punctuation'
18136 matches punctuation. (But at present, for multibyte characters,
18137 it matches anything that has non-word syntax.)
18138
18139 `space'
18140 matches anything that has whitespace syntax.
18141
18142 `word'
18143 matches anything that has word syntax.
18144
18145 `(syntax SYNTAX)'
18146 matches a character with syntax SYNTAX. SYNTAX must be one
18147 of the following symbols.
18148
18149 `whitespace' (\\s- in string notation)
18150 `punctuation' (\\s.)
18151 `word' (\\sw)
18152 `symbol' (\\s_)
18153 `open-parenthesis' (\\s()
18154 `close-parenthesis' (\\s))
18155 `expression-prefix' (\\s')
18156 `string-quote' (\\s\")
18157 `paired-delimiter' (\\s$)
18158 `escape' (\\s\\)
18159 `character-quote' (\\s/)
18160 `comment-start' (\\s<)
18161 `comment-end' (\\s>)
18162
18163 `(not (syntax SYNTAX))'
18164 matches a character that has not syntax SYNTAX.
18165
18166 `(category CATEGORY)'
18167 matches a character with category CATEGORY. CATEGORY must be
18168 either a character to use for C, or one of the following symbols.
18169
18170 `consonant' (\\c0 in string notation)
18171 `base-vowel' (\\c1)
18172 `upper-diacritical-mark' (\\c2)
18173 `lower-diacritical-mark' (\\c3)
18174 `tone-mark' (\\c4)
18175 `symbol' (\\c5)
18176 `digit' (\\c6)
18177 `vowel-modifying-diacritical-mark' (\\c7)
18178 `vowel-sign' (\\c8)
18179 `semivowel-lower' (\\c9)
18180 `not-at-end-of-line' (\\c<)
18181 `not-at-beginning-of-line' (\\c>)
18182 `alpha-numeric-two-byte' (\\cA)
18183 `chinse-two-byte' (\\cC)
18184 `greek-two-byte' (\\cG)
18185 `japanese-hiragana-two-byte' (\\cH)
18186 `indian-tow-byte' (\\cI)
18187 `japanese-katakana-two-byte' (\\cK)
18188 `korean-hangul-two-byte' (\\cN)
18189 `cyrillic-two-byte' (\\cY)
18190 `ascii' (\\ca)
18191 `arabic' (\\cb)
18192 `chinese' (\\cc)
18193 `ethiopic' (\\ce)
18194 `greek' (\\cg)
18195 `korean' (\\ch)
18196 `indian' (\\ci)
18197 `japanese' (\\cj)
18198 `japanese-katakana' (\\ck)
18199 `latin' (\\cl)
18200 `lao' (\\co)
18201 `tibetan' (\\cq)
18202 `japanese-roman' (\\cr)
18203 `thai' (\\ct)
18204 `vietnamese' (\\cv)
18205 `hebrew' (\\cw)
18206 `cyrillic' (\\cy)
18207 `can-break' (\\c|)
18208
18209 `(not (category CATEGORY))'
18210 matches a character that has not category CATEGORY.
18211
18212 `(and SEXP1 SEXP2 ...)'
18213 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
18214
18215 `(submatch SEXP1 SEXP2 ...)'
18216 like `and', but makes the match accessible with `match-end',
18217 `match-beginning', and `match-string'.
18218
18219 `(group SEXP1 SEXP2 ...)'
18220 another name for `submatch'.
18221
18222 `(or SEXP1 SEXP2 ...)'
18223 matches anything that matches SEXP1 or SEXP2, etc. If all
18224 args are strings, use `regexp-opt' to optimize the resulting
18225 regular expression.
18226
18227 `(minimal-match SEXP)'
18228 produce a non-greedy regexp for SEXP. Normally, regexps matching
18229 zero or more occurrances of something are \"greedy\" in that they
18230 match as much as they can, as long as the overall regexp can
18231 still match. A non-greedy regexp matches as little as possible.
18232
18233 `(maximal-match SEXP)'
18234 produce a greedy regexp for SEXP. This is the default.
18235
18236 `(zero-or-more SEXP)'
18237 matches zero or more occurrences of what SEXP matches.
18238
18239 `(0+ SEXP)'
18240 like `zero-or-more'.
18241
18242 `(* SEXP)'
18243 like `zero-or-more', but always produces a greedy regexp.
18244
18245 `(*? SEXP)'
18246 like `zero-or-more', but always produces a non-greedy regexp.
18247
18248 `(one-or-more SEXP)'
18249 matches one or more occurrences of A.
18250
18251 `(1+ SEXP)'
18252 like `one-or-more'.
18253
18254 `(+ SEXP)'
18255 like `one-or-more', but always produces a greedy regexp.
18256
18257 `(+? SEXP)'
18258 like `one-or-more', but always produces a non-greedy regexp.
18259
18260 `(zero-or-one SEXP)'
18261 matches zero or one occurrences of A.
18262
18263 `(optional SEXP)'
18264 like `zero-or-one'.
18265
18266 `(? SEXP)'
18267 like `zero-or-one', but always produces a greedy regexp.
18268
18269 `(?? SEXP)'
18270 like `zero-or-one', but always produces a non-greedy regexp.
18271
18272 `(repeat N SEXP)'
18273 matches N occurrences of what SEXP matches.
18274
18275 `(repeat N M SEXP)'
18276 matches N to M occurrences of what SEXP matches.
18277
18278 `(eval FORM)'
18279 evaluate FORM and insert result. If result is a string,
18280 `regexp-quote' it.
18281
18282 `(regexp REGEXP)'
18283 include REGEXP in string notation in the result.
18284
18285 \(fn REGEXP)" nil (quote macro))
18286
18287 ;;;***
18288 \f
18289 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
18290 ;;;;;; (15810 58348))
18291 ;;; Generated autoloads from progmodes/scheme.el
18292
18293 (autoload (quote scheme-mode) "scheme" "\
18294 Major mode for editing Scheme code.
18295 Editing commands are similar to those of `lisp-mode'.
18296
18297 In addition, if an inferior Scheme process is running, some additional
18298 commands will be defined, for evaluating expressions and controlling
18299 the interpreter, and the state of the process will be displayed in the
18300 modeline of all Scheme buffers. The names of commands that interact
18301 with the Scheme process start with \"xscheme-\" if you use the MIT
18302 Scheme-specific `xscheme' package; for more information see the
18303 documentation for `xscheme-interaction-mode'. Use \\[run-scheme] to
18304 start an inferior Scheme using the more general `cmuscheme' package.
18305
18306 Commands:
18307 Delete converts tabs to spaces as it moves back.
18308 Blank lines separate paragraphs. Semicolons start comments.
18309 \\{scheme-mode-map}
18310 Entry to this mode calls the value of `scheme-mode-hook'
18311 if that value is non-nil.
18312
18313 \(fn)" t nil)
18314
18315 (autoload (quote dsssl-mode) "scheme" "\
18316 Major mode for editing DSSSL code.
18317 Editing commands are similar to those of `lisp-mode'.
18318
18319 Commands:
18320 Delete converts tabs to spaces as it moves back.
18321 Blank lines separate paragraphs. Semicolons start comments.
18322 \\{scheme-mode-map}
18323 Entering this mode runs the hooks `scheme-mode-hook' and then
18324 `dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if
18325 that variable's value is a string.
18326
18327 \(fn)" t nil)
18328
18329 ;;;***
18330 \f
18331 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
18332 ;;;;;; (14791 27653))
18333 ;;; Generated autoloads from gnus/score-mode.el
18334
18335 (autoload (quote gnus-score-mode) "score-mode" "\
18336 Mode for editing Gnus score files.
18337 This mode is an extended emacs-lisp mode.
18338
18339 \\{gnus-score-mode-map}
18340
18341 \(fn)" t nil)
18342
18343 ;;;***
18344 \f
18345 ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15394
18346 ;;;;;; 10702))
18347 ;;; Generated autoloads from textmodes/scribe.el
18348
18349 (autoload (quote scribe-mode) "scribe" "\
18350 Major mode for editing files of Scribe (a text formatter) source.
18351 Scribe-mode is similar to text-mode, with a few extra commands added.
18352 \\{scribe-mode-map}
18353
18354 Interesting variables:
18355
18356 `scribe-fancy-paragraphs'
18357 Non-nil makes Scribe mode use a different style of paragraph separation.
18358
18359 `scribe-electric-quote'
18360 Non-nil makes insert of double quote use `` or '' depending on context.
18361
18362 `scribe-electric-parenthesis'
18363 Non-nil makes an open-parenthesis char (one of `([<{')
18364 automatically insert its close if typed after an @Command form." t nil)
18365
18366 ;;;***
18367 \f
18368 ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
18369 ;;;;;; (15845 60691))
18370 ;;; Generated autoloads from scroll-all.el
18371
18372 (defvar scroll-all-mode nil "\
18373 Non-nil if Scroll-All mode is enabled.
18374 See the command `scroll-all-mode' for a description of this minor-mode.
18375 Setting this variable directly does not take effect;
18376 use either \\[customize] or the function `scroll-all-mode'.")
18377
18378 (custom-add-to-group (quote windows) (quote scroll-all-mode) (quote custom-variable))
18379
18380 (custom-add-load (quote scroll-all-mode) (quote scroll-all))
18381
18382 (autoload (quote scroll-all-mode) "scroll-all" "\
18383 Toggle Scroll-All minor mode.
18384 With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
18385 When Scroll-All mode is on, scrolling commands entered in one window
18386 apply to all visible windows in the same frame.
18387
18388 \(fn &optional ARG)" t nil)
18389
18390 ;;;***
18391 \f
18392 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode
18393 ;;;;;; mail-default-directory mail-signature mail-personal-alias-file
18394 ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
18395 ;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers
18396 ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
18397 ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15845 60691))
18398 ;;; Generated autoloads from mail/sendmail.el
18399
18400 (defvar mail-from-style (quote angles) "\
18401 *Specifies how \"From:\" fields look.
18402
18403 If `nil', they contain just the return address like:
18404 king@grassland.com
18405 If `parens', they look like:
18406 king@grassland.com (Elvis Parsley)
18407 If `angles', they look like:
18408 Elvis Parsley <king@grassland.com>
18409 If `system-default', allows the mailer to insert its default From field
18410 derived from the envelope-from address.
18411
18412 In old versions of Emacs, the `system-default' setting also caused
18413 Emacs to pass the proper email address from `user-mail-address'
18414 to the mailer to specify the envelope-from address. But that is now
18415 controlled by a separate variable, `mail-specify-envelope-from'.")
18416
18417 (defvar mail-specify-envelope-from nil "\
18418 *If non-nil, specify the envelope-from address when sending mail.
18419 The value used to specify it is whatever is found in
18420 `mail-envelope-from', with `user-mail-address' as fallback.
18421
18422 On most systems, specifying the envelope-from address
18423 is a privileged operation.")
18424
18425 (defvar mail-self-blind nil "\
18426 *Non-nil means insert BCC to self in messages to be sent.
18427 This is done when the message is initialized,
18428 so you can remove or alter the BCC field to override the default.")
18429
18430 (defvar mail-interactive nil "\
18431 *Non-nil means when sending a message wait for and display errors.
18432 nil means let mailer mail back a message to report errors.")
18433
18434 (defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\
18435 *Delete these headers from old message when it's inserted in a reply.")
18436
18437 (defvar send-mail-function (quote sendmail-send-it) "\
18438 Function to call to send the current buffer as mail.
18439 The headers should be delimited by a line which is
18440 not a valid RFC822 header or continuation line,
18441 that matches the variable `mail-header-separator'.
18442 This is used by the default mail-sending commands. See also
18443 `message-send-mail-function' for use with the Message package.")
18444
18445 (defvar mail-header-separator "--text follows this line--" "\
18446 *Line used to separate headers from text in messages being composed.")
18447
18448 (defvar mail-archive-file-name nil "\
18449 *Name of file to write all outgoing messages in, or nil for none.
18450 This can be an inbox file or an Rmail file.")
18451
18452 (defvar mail-default-reply-to nil "\
18453 *Address to insert as default Reply-to field of outgoing messages.
18454 If nil, it will be initialized from the REPLYTO environment variable
18455 when you first send mail.")
18456
18457 (defvar mail-alias-file nil "\
18458 *If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
18459 This file defines aliases to be expanded by the mailer; this is a different
18460 feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
18461 This variable has no effect unless your system uses sendmail as its mailer.")
18462
18463 (defvar mail-personal-alias-file "~/.mailrc" "\
18464 *If non-nil, the name of the user's personal mail alias file.
18465 This file typically should be in same format as the `.mailrc' file used by
18466 the `Mail' or `mailx' program.
18467 This file need not actually exist.")
18468
18469 (defvar mail-signature nil "\
18470 *Text inserted at end of mail buffer when a message is initialized.
18471 If t, it means to insert the contents of the file `mail-signature-file'.
18472 If a string, that string is inserted.
18473 (To make a proper signature, the string should begin with \\n\\n-- \\n,
18474 which is the standard way to delimit a signature in a message.)
18475 Otherwise, it should be an expression; it is evaluated
18476 and should insert whatever you want to insert.")
18477
18478 (defvar mail-default-directory "~/" "\
18479 *Directory for mail buffers.
18480 Value of `default-directory' for mail buffers.
18481 This directory is used for auto-save files of mail buffers.")
18482
18483 (autoload (quote mail-mode) "sendmail" "\
18484 Major mode for editing mail to be sent.
18485 Like Text Mode but with these additional commands:
18486 \\[mail-send] mail-send (send the message) \\[mail-send-and-exit] mail-send-and-exit
18487 Here are commands that move to a header field (and create it if there isn't):
18488 \\[mail-to] move to To: \\[mail-subject] move to Subject:
18489 \\[mail-cc] move to CC: \\[mail-bcc] move to BCC:
18490 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
18491 \\[mail-text] mail-text (move to beginning of message text).
18492 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
18493 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
18494 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
18495 \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC).
18496 Turning on Mail mode runs the normal hooks `text-mode-hook' and
18497 `mail-mode-hook' (in that order)." t nil)
18498
18499 (defvar sendmail-coding-system nil "\
18500 *Coding system for encoding the outgoing mail.
18501 This has higher priority than `default-buffer-file-coding-system'
18502 and `default-sendmail-coding-system',
18503 but lower priority than the local value of `buffer-file-coding-system'.
18504 See also the function `select-message-coding-system'.")
18505
18506 (defvar default-sendmail-coding-system (quote iso-latin-1) "\
18507 Default coding system for encoding the outgoing mail.
18508 This variable is used only when `sendmail-coding-system' is nil.
18509
18510 This variable is set/changed by the command set-language-environment.
18511 User should not set this variable manually,
18512 instead use sendmail-coding-system to get a constant encoding
18513 of outgoing mails regardless of the current language environment.
18514 See also the function `select-message-coding-system'.")
18515 (add-hook 'same-window-buffer-names "*mail*")
18516
18517 (autoload (quote mail) "sendmail" "\
18518 Edit a message to be sent. Prefix arg means resume editing (don't erase).
18519 When this function returns, the buffer `*mail*' is selected.
18520 The value is t if the message was newly initialized; otherwise, nil.
18521
18522 Optionally, the signature file `mail-signature-file' can be inserted at the
18523 end; see the variable `mail-signature'.
18524
18525 \\<mail-mode-map>
18526 While editing message, type \\[mail-send-and-exit] to send the message and exit.
18527
18528 Various special commands starting with C-c are available in sendmail mode
18529 to move to message header fields:
18530 \\{mail-mode-map}
18531
18532 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
18533 when the message is initialized.
18534
18535 If `mail-default-reply-to' is non-nil, it should be an address (a string);
18536 a Reply-to: field with that address is inserted.
18537
18538 If `mail-archive-file-name' is non-nil, an FCC field with that file name
18539 is inserted.
18540
18541 The normal hook `mail-setup-hook' is run after the message is
18542 initialized. It can add more default fields to the message.
18543
18544 When calling from a program, the first argument if non-nil says
18545 not to erase the existing contents of the `*mail*' buffer.
18546
18547 The second through fifth arguments,
18548 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
18549 the initial contents of those header fields.
18550 These arguments should not have final newlines.
18551 The sixth argument REPLYBUFFER is a buffer which contains an
18552 original message being replied to, or else an action
18553 of the form (FUNCTION . ARGS) which says how to insert the original.
18554 Or it can be nil, if not replying to anything.
18555 The seventh argument ACTIONS is a list of actions to take
18556 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
18557 when the message is sent, we apply FUNCTION to ARGS.
18558 This is how Rmail arranges to mark messages `answered'.
18559
18560 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS)" t nil)
18561
18562 (autoload (quote mail-other-window) "sendmail" "\
18563 Like `mail' command, but display mail buffer in another window.
18564
18565 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
18566
18567 (autoload (quote mail-other-frame) "sendmail" "\
18568 Like `mail' command, but display mail buffer in another frame.
18569
18570 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
18571
18572 ;;;***
18573 \f
18574 ;;;### (autoloads (server-start) "server" "server.el" (15818 52647))
18575 ;;; Generated autoloads from server.el
18576
18577 (autoload (quote server-start) "server" "\
18578 Allow this Emacs process to be a server for client processes.
18579 This starts a server communications subprocess through which
18580 client \"editors\" can send your editing commands to this Emacs job.
18581 To use the server, set up the program `emacsclient' in the
18582 Emacs distribution as your standard \"editor\".
18583
18584 Prefix arg means just kill any existing server communications subprocess.
18585
18586 \(fn &optional LEAVE-DEAD)" t nil)
18587
18588 ;;;***
18589 \f
18590 ;;;### (autoloads (ses-mode) "ses" "ses.el" (15765 63714))
18591 ;;; Generated autoloads from ses.el
18592
18593 (autoload (quote ses-mode) "ses" "\
18594 Major mode for Simple Emacs Spreadsheet. See \"ses-readme.txt\" for more info.
18595
18596 Key definitions:
18597 \\{ses-mode-map}
18598 These key definitions are active only in the print area (the visible part):
18599 \\{ses-mode-print-map}
18600 These are active only in the minibuffer, when entering or editing a formula:
18601 \\{ses-mode-edit-map}
18602
18603 \(fn)" t nil)
18604
18605 ;;;***
18606 \f
18607 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
18608 ;;;;;; (15832 43709))
18609 ;;; Generated autoloads from textmodes/sgml-mode.el
18610
18611 (autoload (quote sgml-mode) "sgml-mode" "\
18612 Major mode for editing SGML documents.
18613 Makes > match <.
18614 Keys <, &, SPC within <>, \", / and ' can be electric depending on
18615 `sgml-quick-keys'.
18616
18617 An argument of N to a tag-inserting command means to wrap it around
18618 the next N words. In Transient Mark mode, when the mark is active,
18619 N defaults to -1, which means to wrap it around the current region.
18620
18621 If you like upcased tags, put (setq sgml-transformation 'upcase) in
18622 your `.emacs' file.
18623
18624 Use \\[sgml-validate] to validate your document with an SGML parser.
18625
18626 Do \\[describe-variable] sgml- SPC to see available variables.
18627 Do \\[describe-key] on the following bindings to discover what they do.
18628 \\{sgml-mode-map}" t nil)
18629
18630 (autoload (quote html-mode) "sgml-mode" "\
18631 Major mode based on SGML mode for editing HTML documents.
18632 This allows inserting skeleton constructs used in hypertext documents with
18633 completion. See below for an introduction to HTML. Use
18634 \\[browse-url-of-buffer] to see how this comes out. See also `sgml-mode' on
18635 which this is based.
18636
18637 Do \\[describe-variable] html- SPC and \\[describe-variable] sgml- SPC to see available variables.
18638
18639 To write fairly well formatted pages you only need to know few things. Most
18640 browsers have a function to read the source code of the page being seen, so
18641 you can imitate various tricks. Here's a very short HTML primer which you
18642 can also view with a browser to see what happens:
18643
18644 <title>A Title Describing Contents</title> should be on every page. Pages can
18645 have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6>
18646 <hr> Parts can be separated with horizontal rules.
18647
18648 <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
18649 ignored unless the text is <pre>preformatted.</pre> Text can be marked as
18650 <b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-g or
18651 Edit/Text Properties/Face commands.
18652
18653 Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
18654 to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a
18655 href=\"URL\">see also URL</a> where URL is a filename relative to current
18656 directory, or absolute as in `http://www.cs.indiana.edu/elisp/w3/docs.html'.
18657
18658 Images in many formats can be inlined with <img src=\"URL\">.
18659
18660 If you mainly create your own documents, `sgml-specials' might be
18661 interesting. But note that some HTML 2 browsers can't handle `&apos;'.
18662 To work around that, do:
18663 (eval-after-load \"sgml-mode\" '(aset sgml-char-names ?' nil))
18664
18665 \\{html-mode-map}" t nil)
18666
18667 ;;;***
18668 \f
18669 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
18670 ;;;;;; (15809 3075))
18671 ;;; Generated autoloads from progmodes/sh-script.el
18672
18673 (put (quote sh-mode) (quote mode-class) (quote special))
18674
18675 (autoload (quote sh-mode) "sh-script" "\
18676 Major mode for editing shell scripts.
18677 This mode works for many shells, since they all have roughly the same syntax,
18678 as far as commands, arguments, variables, pipes, comments etc. are concerned.
18679 Unless the file's magic number indicates the shell, your usual shell is
18680 assumed. Since filenames rarely give a clue, they are not further analyzed.
18681
18682 This mode adapts to the variations between shells (see `sh-set-shell') by
18683 means of an inheritance based feature lookup (see `sh-feature'). This
18684 mechanism applies to all variables (including skeletons) that pertain to
18685 shell-specific features.
18686
18687 The default style of this mode is that of Rosenblatt's Korn shell book.
18688 The syntax of the statements varies with the shell being used. The
18689 following commands are available, based on the current shell's syntax:
18690
18691 \\[sh-case] case statement
18692 \\[sh-for] for loop
18693 \\[sh-function] function definition
18694 \\[sh-if] if statement
18695 \\[sh-indexed-loop] indexed loop from 1 to n
18696 \\[sh-while-getopts] while getopts loop
18697 \\[sh-repeat] repeat loop
18698 \\[sh-select] select loop
18699 \\[sh-until] until loop
18700 \\[sh-while] while loop
18701
18702 For sh and rc shells indentation commands are:
18703 \\[sh-show-indent] Show the variable controlling this line's indentation.
18704 \\[sh-set-indent] Set then variable controlling this line's indentation.
18705 \\[sh-learn-line-indent] Change the indentation variable so this line
18706 would indent to the way it currently is.
18707 \\[sh-learn-buffer-indent] Set the indentation variables so the
18708 buffer indents as it currently is indented.
18709
18710
18711 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
18712 \\[sh-newline-and-indent] Delete unquoted space and indent new line same as this one.
18713 \\[sh-end-of-command] Go to end of successive commands.
18714 \\[sh-beginning-of-command] Go to beginning of successive commands.
18715 \\[sh-set-shell] Set this buffer's shell, and maybe its magic number.
18716 \\[sh-execute-region] Have optional header and region be executed in a subshell.
18717
18718 \\[sh-maybe-here-document] Without prefix, following an unquoted < inserts here document.
18719 {, (, [, ', \", `
18720 Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``.
18721
18722 If you generally program a shell different from your login shell you can
18723 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
18724 indicate what shell it is use `sh-alias-alist' to translate.
18725
18726 If your shell gives error messages with line numbers, you can use \\[executable-interpret]
18727 with your script for an edit-interpret-debug cycle.
18728
18729 \(fn)" t nil)
18730
18731 (defalias (quote shell-script-mode) (quote sh-mode))
18732
18733 ;;;***
18734 \f
18735 ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
18736 ;;;;;; (15835 23135))
18737 ;;; Generated autoloads from emacs-lisp/shadow.el
18738
18739 (autoload (quote list-load-path-shadows) "shadow" "\
18740 Display a list of Emacs Lisp files that shadow other files.
18741
18742 This function lists potential load-path problems. Directories in the
18743 `load-path' variable are searched, in order, for Emacs Lisp
18744 files. When a previously encountered file name is found again, a
18745 message is displayed indicating that the later file is \"hidden\" by
18746 the earlier.
18747
18748 For example, suppose `load-path' is set to
18749
18750 \(\"/usr/gnu/emacs/site-lisp\" \"/usr/gnu/emacs/share/emacs/19.30/lisp\")
18751
18752 and that each of these directories contains a file called XXX.el. Then
18753 XXX.el in the site-lisp directory is referred to by all of:
18754 \(require 'XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc.
18755
18756 The first XXX.el file prevents emacs from seeing the second (unless
18757 the second is loaded explicitly via load-file).
18758
18759 When not intended, such shadowings can be the source of subtle
18760 problems. For example, the above situation may have arisen because the
18761 XXX package was not distributed with versions of emacs prior to
18762 19.30. An emacs maintainer downloaded XXX from elsewhere and installed
18763 it. Later, XXX was updated and included in the emacs distribution.
18764 Unless the emacs maintainer checks for this, the new version of XXX
18765 will be hidden behind the old (which may no longer work with the new
18766 emacs version).
18767
18768 This function performs these checks and flags all possible
18769 shadowings. Because a .el file may exist without a corresponding .elc
18770 \(or vice-versa), these suffixes are essentially ignored. A file
18771 XXX.elc in an early directory (that does not contain XXX.el) is
18772 considered to shadow a later file XXX.el, and vice-versa.
18773
18774 When run interactively, the shadowings (if any) are displayed in a
18775 buffer called `*Shadows*'. Shadowings are located by calling the
18776 \(non-interactive) companion function, `find-emacs-lisp-shadows'.
18777
18778 \(fn)" t nil)
18779
18780 ;;;***
18781 \f
18782 ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
18783 ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15508
18784 ;;;;;; 64852))
18785 ;;; Generated autoloads from shadowfile.el
18786
18787 (autoload (quote shadow-define-cluster) "shadowfile" "\
18788 Edit (or create) the definition of a cluster NAME.
18789 This is a group of hosts that share directories, so that copying to or from
18790 one of them is sufficient to update the file on all of them. Clusters are
18791 defined by a name, the network address of a primary host (the one we copy
18792 files to), and a regular expression that matches the hostnames of all the sites
18793 in the cluster.
18794
18795 \(fn NAME)" t nil)
18796
18797 (autoload (quote shadow-define-literal-group) "shadowfile" "\
18798 Declare a single file to be shared between sites.
18799 It may have different filenames on each site. When this file is edited, the
18800 new version will be copied to each of the other locations. Sites can be
18801 specific hostnames, or names of clusters (see `shadow-define-cluster').
18802
18803 \(fn)" t nil)
18804
18805 (autoload (quote shadow-define-regexp-group) "shadowfile" "\
18806 Make each of a group of files be shared between hosts.
18807 Prompts for regular expression; files matching this are shared between a list
18808 of sites, which are also prompted for. The filenames must be identical on all
18809 hosts (if they aren't, use shadow-define-group instead of this function).
18810 Each site can be either a hostname or the name of a cluster (see
18811 `shadow-define-cluster').
18812
18813 \(fn)" t nil)
18814
18815 (autoload (quote shadow-initialize) "shadowfile" "\
18816 Set up file shadowing.
18817
18818 \(fn)" t nil)
18819
18820 ;;;***
18821 \f
18822 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
18823 ;;;;;; (15831 60985))
18824 ;;; Generated autoloads from shell.el
18825
18826 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
18827 Regexp to match shells that don't save their command history, and
18828 don't handle the backslash as a quote character. For shells that
18829 match this regexp, Emacs will write out the command history when the
18830 shell finishes, and won't remove backslashes when it unquotes shell
18831 arguments.")
18832
18833 (autoload (quote shell) "shell" "\
18834 Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
18835 Interactively, a prefix arg means to prompt for BUFFER.
18836 If BUFFER exists but shell process is not running, make new shell.
18837 If BUFFER exists and shell process is running, just switch to BUFFER.
18838 Program used comes from variable `explicit-shell-file-name',
18839 or (if that is nil) from the ESHELL environment variable,
18840 or else from SHELL if there is no ESHELL.
18841 If a file `~/.emacs_SHELLNAME' exists, it is given as initial input
18842 (Note that this may lose due to a timing error if the shell
18843 discards input when it starts up.)
18844 The buffer is put in Shell mode, giving commands for sending input
18845 and controlling the subjobs of the shell. See `shell-mode'.
18846 See also the variable `shell-prompt-pattern'.
18847
18848 To specify a coding system for converting non-ASCII characters
18849 in the input and output to the shell, use \\[universal-coding-system-argument]
18850 before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system]
18851 in the shell buffer, after you start the shell.
18852 The default comes from `process-coding-system-alist' and
18853 `default-process-coding-system'.
18854
18855 The shell file name (sans directories) is used to make a symbol name
18856 such as `explicit-csh-args'. If that symbol is a variable,
18857 its value is used as a list of arguments when invoking the shell.
18858 Otherwise, one argument `-i' is passed to the shell.
18859
18860 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
18861
18862 \(fn &optional BUFFER)" t nil)
18863 (add-hook 'same-window-buffer-names "*shell*")
18864
18865 ;;;***
18866 \f
18867 ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15719
18868 ;;;;;; 38782))
18869 ;;; Generated autoloads from progmodes/simula.el
18870
18871 (autoload (quote simula-mode) "simula" "\
18872 Major mode for editing SIMULA code.
18873 \\{simula-mode-map}
18874 Variables controlling indentation style:
18875 simula-tab-always-indent
18876 Non-nil means TAB in SIMULA mode should always reindent the current line,
18877 regardless of where in the line point is when the TAB command is used.
18878 simula-indent-level
18879 Indentation of SIMULA statements with respect to containing block.
18880 simula-substatement-offset
18881 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.
18882 simula-continued-statement-offset 3
18883 Extra indentation for lines not starting a statement or substatement,
18884 e.g. a nested FOR-loop. If value is a list, each line in a multiple-
18885 line continued statement will have the car of the list extra indentation
18886 with respect to the previous line of the statement.
18887 simula-label-offset -4711
18888 Offset of SIMULA label lines relative to usual indentation.
18889 simula-if-indent '(0 . 0)
18890 Extra indentation of THEN and ELSE with respect to the starting IF.
18891 Value is a cons cell, the car is extra THEN indentation and the cdr
18892 extra ELSE indentation. IF after ELSE is indented as the starting IF.
18893 simula-inspect-indent '(0 . 0)
18894 Extra indentation of WHEN and OTHERWISE with respect to the
18895 corresponding INSPECT. Value is a cons cell, the car is
18896 extra WHEN indentation and the cdr extra OTHERWISE indentation.
18897 simula-electric-indent nil
18898 If this variable is non-nil, `simula-indent-line'
18899 will check the previous line to see if it has to be reindented.
18900 simula-abbrev-keyword 'upcase
18901 Determine how SIMULA keywords will be expanded. Value is one of
18902 the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',
18903 or nil if they should not be changed.
18904 simula-abbrev-stdproc 'abbrev-table
18905 Determine how standard SIMULA procedure and class names will be
18906 expanded. Value is one of the symbols `upcase', `downcase', `capitalize',
18907 (as in) `abbrev-table', or nil if they should not be changed.
18908
18909 Turning on SIMULA mode calls the value of the variable simula-mode-hook
18910 with no arguments, if that value is non-nil
18911
18912 Warning: simula-mode-hook should not read in an abbrev file without calling
18913 the function simula-install-standard-abbrevs afterwards, preferably not
18914 at all.
18915
18916 \(fn)" t nil)
18917
18918 ;;;***
18919 \f
18920 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy
18921 ;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el"
18922 ;;;;;; (15585 7091))
18923 ;;; Generated autoloads from skeleton.el
18924
18925 (defvar skeleton-filter (quote identity) "\
18926 Function for transforming a skeleton proxy's aliases' variable value.")
18927
18928 (autoload (quote define-skeleton) "skeleton" "\
18929 Define a user-configurable COMMAND that enters a statement skeleton.
18930 DOCUMENTATION is that of the command, while the variable of the same name,
18931 which contains the skeleton, has a documentation to that effect.
18932 INTERACTOR and ELEMENT ... are as defined under `skeleton-insert'.
18933
18934 \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil (quote macro))
18935
18936 (autoload (quote skeleton-proxy-new) "skeleton" "\
18937 Insert skeleton defined by variable of same name (see `skeleton-insert').
18938 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
18939 If no ARG was given, but the region is visible, ARG defaults to -1 depending
18940 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
18941 This command can also be an abbrev expansion (3rd and 4th columns in
18942 \\[edit-abbrevs] buffer: \"\" command-name).
18943
18944 When called as a function, optional first argument STR may also be a string
18945 which will be the value of `str' whereas the skeleton's interactor is then
18946 ignored.
18947
18948 \(fn SKELETON &optional STR ARG)" t nil)
18949
18950 (autoload (quote skeleton-proxy) "skeleton" "\
18951 Insert skeleton defined by variable of same name (see `skeleton-insert').
18952 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
18953 If no ARG was given, but the region is visible, ARG defaults to -1 depending
18954 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
18955 This command can also be an abbrev expansion (3rd and 4th columns in
18956 \\[edit-abbrevs] buffer: \"\" command-name).
18957
18958 When called as a function, optional first argument STR may also be a string
18959 which will be the value of `str' whereas the skeleton's interactor is then
18960 ignored.
18961
18962 \(fn &optional STR ARG)" t nil)
18963
18964 (autoload (quote skeleton-insert) "skeleton" "\
18965 Insert the complex statement skeleton SKELETON describes very concisely.
18966
18967 With optional second argument REGIONS, wrap first interesting point
18968 \(`_') in skeleton around next REGIONS words, if REGIONS is positive.
18969 If REGIONS is negative, wrap REGIONS preceding interregions into first
18970 REGIONS interesting positions (successive `_'s) in skeleton.
18971
18972 An interregion is the stretch of text between two contiguous marked
18973 points. If you marked A B C [] (where [] is the cursor) in
18974 alphabetical order, the 3 interregions are simply the last 3 regions.
18975 But if you marked B A [] C, the interregions are B-A, A-[], []-C.
18976
18977 The optional third argument STR, if specified, is the value for the
18978 variable `str' within the skeleton. When this is non-nil, the
18979 interactor gets ignored, and this should be a valid skeleton element.
18980
18981 SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
18982 not needed, a prompt-string or an expression for complex read functions.
18983
18984 If ELEMENT is a string or a character it gets inserted (see also
18985 `skeleton-transformation'). Other possibilities are:
18986
18987 \\n go to next line and indent according to mode
18988 _ interesting point, interregion here
18989 > indent line (or interregion if > _) according to major mode
18990 @ add position to `skeleton-positions'
18991 & do next ELEMENT iff previous moved point
18992 | do next ELEMENT iff previous didn't move point
18993 -num delete num preceding characters (see `skeleton-untabify')
18994 resume: skipped, continue here if quit is signaled
18995 nil skipped
18996
18997 After termination, point will be positioned at the first occurrence
18998 of _ or @ or at the end of the inserted text.
18999
19000 Further elements can be defined via `skeleton-further-elements'. ELEMENT may
19001 itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for
19002 different inputs. The SKELETON is processed as often as the user enters a
19003 non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
19004 continues after `resume:' and positions at `_' if any. If INTERACTOR in such
19005 a subskeleton is a prompt-string which contains a \".. %s ..\" it is
19006 formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list of
19007 strings with the subskeleton being repeated once for each string.
19008
19009 Quoted Lisp expressions are evaluated for their side-effects.
19010 Other Lisp expressions are evaluated and the value treated as above.
19011 Note that expressions may not return `t' since this implies an
19012 endless loop. Modes can define other symbols by locally setting them
19013 to any valid skeleton element. The following local variables are
19014 available:
19015
19016 str first time: read a string according to INTERACTOR
19017 then: insert previously read string once more
19018 help help-form during interaction with the user or `nil'
19019 input initial input (string or cons with index) while reading str
19020 v1, v2 local variables for memorizing anything you want
19021
19022 When done with skeleton, but before going back to `_'-point call
19023 `skeleton-end-hook' if that is non-`nil'.
19024
19025 \(fn SKELETON &optional REGIONS STR)" nil nil)
19026
19027 (autoload (quote skeleton-pair-insert-maybe) "skeleton" "\
19028 Insert the character you type ARG times.
19029
19030 With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region
19031 is visible the pair is wrapped around it depending on `skeleton-autowrap'.
19032 Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a
19033 word, and if `skeleton-pair-filter' returns nil, pairing is performed.
19034 Pairing is also prohibited if we are right after a quoting character
19035 such as backslash.
19036
19037 If a match is found in `skeleton-pair-alist', that is inserted, else
19038 the defaults are used. These are (), [], {}, <> and `' for the
19039 symmetrical ones, and the same character twice for the others.
19040
19041 \(fn ARG)" t nil)
19042
19043 ;;;***
19044 \f
19045 ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
19046 ;;;;;; (15787 57179))
19047 ;;; Generated autoloads from smerge-mode.el
19048
19049 (autoload (quote smerge-ediff) "smerge-mode" "\
19050 Invoke ediff to resolve the conflicts.
19051 NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
19052 buffer names.
19053
19054 \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil)
19055
19056 (autoload (quote smerge-mode) "smerge-mode" "\
19057 Minor mode to simplify editing output from the diff3 program.
19058 \\{smerge-mode-map}
19059
19060 \(fn &optional ARG)" t nil)
19061
19062 ;;;***
19063 \f
19064 ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
19065 ;;;;;; (15852 39771))
19066 ;;; Generated autoloads from gnus/smiley-ems.el
19067
19068 (autoload (quote smiley-region) "smiley-ems" "\
19069 Display textual smileys as images.
19070 START and END specify the region; interactively, use the values
19071 of point and mark. The value of `smiley-regexp-alist' determines
19072 which smileys to operate on and which images to use for them.
19073
19074 \(fn START END)" t nil)
19075
19076 ;;;***
19077 \f
19078 ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
19079 ;;;;;; "mail/smtpmail.el" (15833 16925))
19080 ;;; Generated autoloads from mail/smtpmail.el
19081
19082 (autoload (quote smtpmail-send-it) "smtpmail" "\
19083 Not documented
19084
19085 \(fn)" nil nil)
19086
19087 (autoload (quote smtpmail-send-queued-mail) "smtpmail" "\
19088 Send mail that was queued as a result of setting `smtpmail-queue-mail'.
19089
19090 \(fn)" t nil)
19091
19092 ;;;***
19093 \f
19094 ;;;### (autoloads (snake) "snake" "play/snake.el" (15745 59594))
19095 ;;; Generated autoloads from play/snake.el
19096
19097 (autoload (quote snake) "snake" "\
19098 Play the Snake game.
19099 Move the snake around without colliding with its tail or with the border.
19100
19101 Eating dots causes the snake to get longer.
19102
19103 Snake mode keybindings:
19104 \\<snake-mode-map>
19105 \\[snake-start-game] Starts a new game of Snake
19106 \\[snake-end-game] Terminates the current game
19107 \\[snake-pause-game] Pauses (or resumes) the current game
19108 \\[snake-move-left] Makes the snake move left
19109 \\[snake-move-right] Makes the snake move right
19110 \\[snake-move-up] Makes the snake move up
19111 \\[snake-move-down] Makes the snake move down
19112
19113 \(fn)" t nil)
19114
19115 ;;;***
19116 \f
19117 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
19118 ;;;;;; (15491 16844))
19119 ;;; Generated autoloads from net/snmp-mode.el
19120
19121 (autoload (quote snmp-mode) "snmp-mode" "\
19122 Major mode for editing SNMP MIBs.
19123 Expression and list commands understand all C brackets.
19124 Tab indents for C code.
19125 Comments start with -- and end with newline or another --.
19126 Delete converts tabs to spaces as it moves back.
19127 \\{snmp-mode-map}
19128 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
19129 `snmp-mode-hook'.
19130
19131 \(fn)" t nil)
19132
19133 (autoload (quote snmpv2-mode) "snmp-mode" "\
19134 Major mode for editing SNMPv2 MIBs.
19135 Expression and list commands understand all C brackets.
19136 Tab indents for C code.
19137 Comments start with -- and end with newline or another --.
19138 Delete converts tabs to spaces as it moves back.
19139 \\{snmp-mode-map}
19140 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',
19141 then `snmpv2-mode-hook'.
19142
19143 \(fn)" t nil)
19144
19145 ;;;***
19146 \f
19147 ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
19148 ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
19149 ;;;;;; "solar" "calendar/solar.el" (15855 43929))
19150 ;;; Generated autoloads from calendar/solar.el
19151
19152 (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
19153 *The pseudo-pattern that governs the way a time of day is formatted.
19154
19155 A pseudo-pattern is a list of expressions that can involve the keywords
19156 `12-hours', `24-hours', and `minutes', all numbers in string form,
19157 and `am-pm' and `time-zone', both alphabetic strings.
19158
19159 For example, the form
19160
19161 '(24-hours \":\" minutes
19162 (if time-zone \" (\") time-zone (if time-zone \")\"))
19163
19164 would give military-style times like `21:07 (UTC)'.")
19165
19166 (defvar calendar-latitude nil "\
19167 *Latitude of `calendar-location-name' in degrees.
19168
19169 The value can be either a decimal fraction (one place of accuracy is
19170 sufficient), + north, - south, such as 40.7 for New York City, or the value
19171 can be a vector [degrees minutes north/south] such as [40 50 north] for New
19172 York City.
19173
19174 This variable should be set in `site-start'.el.")
19175
19176 (defvar calendar-longitude nil "\
19177 *Longitude of `calendar-location-name' in degrees.
19178
19179 The value can be either a decimal fraction (one place of accuracy is
19180 sufficient), + east, - west, such as -73.9 for New York City, or the value
19181 can be a vector [degrees minutes east/west] such as [73 55 west] for New
19182 York City.
19183
19184 This variable should be set in `site-start'.el.")
19185
19186 (defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\
19187 *Expression evaluating to name of `calendar-longitude', `calendar-latitude'.
19188 For example, \"New York City\". Default value is just the latitude, longitude
19189 pair.
19190
19191 This variable should be set in `site-start'.el.")
19192
19193 (autoload (quote sunrise-sunset) "solar" "\
19194 Local time of sunrise and sunset for today. Accurate to a few seconds.
19195 If called with an optional prefix argument, prompt for date.
19196
19197 If called with an optional double prefix argument, prompt for longitude,
19198 latitude, time zone, and date, and always use standard time.
19199
19200 This function is suitable for execution in a .emacs file.
19201
19202 \(fn &optional ARG)" t nil)
19203
19204 (autoload (quote solar-equinoxes-solstices) "solar" "\
19205 *local* date and time of equinoxes and solstices, if visible in the calendar window.
19206 Requires floating point.
19207
19208 \(fn)" nil nil)
19209
19210 ;;;***
19211 \f
19212 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15543
19213 ;;;;;; 12464))
19214 ;;; Generated autoloads from play/solitaire.el
19215
19216 (autoload (quote solitaire) "solitaire" "\
19217 Play Solitaire.
19218
19219 To play Solitaire, type \\[solitaire].
19220 \\<solitaire-mode-map>
19221 Move around the board using the cursor keys.
19222 Move stones using \\[solitaire-move] followed by a direction key.
19223 Undo moves using \\[solitaire-undo].
19224 Check for possible moves using \\[solitaire-do-check].
19225 \(The variable `solitaire-auto-eval' controls whether to automatically
19226 check after each move or undo)
19227
19228 What is Solitaire?
19229
19230 I don't know who invented this game, but it seems to be rather old and
19231 its origin seems to be northern Africa. Here's how to play:
19232 Initially, the board will look similar to this:
19233
19234 Le Solitaire
19235 ============
19236
19237 o o o
19238
19239 o o o
19240
19241 o o o o o o o
19242
19243 o o o . o o o
19244
19245 o o o o o o o
19246
19247 o o o
19248
19249 o o o
19250
19251 Let's call the o's stones and the .'s holes. One stone fits into one
19252 hole. As you can see, all holes but one are occupied by stones. The
19253 aim of the game is to get rid of all but one stone, leaving that last
19254 one in the middle of the board if you're cool.
19255
19256 A stone can be moved if there is another stone next to it, and a hole
19257 after that one. Thus there must be three fields in a row, either
19258 horizontally or vertically, up, down, left or right, which look like
19259 this: o o .
19260
19261 Then the first stone is moved to the hole, jumping over the second,
19262 which therefore is taken away. The above thus `evaluates' to: . . o
19263
19264 That's all. Here's the board after two moves:
19265
19266 o o o
19267
19268 . o o
19269
19270 o o . o o o o
19271
19272 o . o o o o o
19273
19274 o o o o o o o
19275
19276 o o o
19277
19278 o o o
19279
19280 Pick your favourite shortcuts:
19281
19282 \\{solitaire-mode-map}
19283
19284 \(fn ARG)" t nil)
19285
19286 ;;;***
19287 \f
19288 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
19289 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
19290 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (15542 22464))
19291 ;;; Generated autoloads from sort.el
19292
19293 (autoload (quote sort-subr) "sort" "\
19294 General text sorting routine to divide buffer into records and sort them.
19295 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
19296
19297 We divide the accessible portion of the buffer into disjoint pieces
19298 called sort records. A portion of each sort record (perhaps all of
19299 it) is designated as the sort key. The records are rearranged in the
19300 buffer in order by their sort keys. The records may or may not be
19301 contiguous.
19302
19303 Usually the records are rearranged in order of ascending sort key.
19304 If REVERSE is non-nil, they are rearranged in order of descending sort key.
19305 The variable `sort-fold-case' determines whether alphabetic case affects
19306 the sort order.
19307
19308 The next four arguments are functions to be called to move point
19309 across a sort record. They will be called many times from within sort-subr.
19310
19311 NEXTRECFUN is called with point at the end of the previous record.
19312 It moves point to the start of the next record.
19313 It should move point to the end of the buffer if there are no more records.
19314 The first record is assumed to start at the position of point when sort-subr
19315 is called.
19316
19317 ENDRECFUN is called with point within the record.
19318 It should move point to the end of the record.
19319
19320 STARTKEYFUN moves from the start of the record to the start of the key.
19321 It may return either a non-nil value to be used as the key, or
19322 else the key is the substring between the values of point after
19323 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
19324 starts at the beginning of the record.
19325
19326 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
19327 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
19328 same as ENDRECFUN.
19329
19330 \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN)" nil nil)
19331
19332 (autoload (quote sort-lines) "sort" "\
19333 Sort lines in region alphabetically; argument means descending order.
19334 Called from a program, there are three arguments:
19335 REVERSE (non-nil means reverse order), BEG and END (region to sort).
19336 The variable `sort-fold-case' determines whether alphabetic case affects
19337 the sort order.
19338
19339 \(fn REVERSE BEG END)" t nil)
19340
19341 (autoload (quote sort-paragraphs) "sort" "\
19342 Sort paragraphs in region alphabetically; argument means descending order.
19343 Called from a program, there are three arguments:
19344 REVERSE (non-nil means reverse order), BEG and END (region to sort).
19345 The variable `sort-fold-case' determines whether alphabetic case affects
19346 the sort order.
19347
19348 \(fn REVERSE BEG END)" t nil)
19349
19350 (autoload (quote sort-pages) "sort" "\
19351 Sort pages in region alphabetically; argument means descending order.
19352 Called from a program, there are three arguments:
19353 REVERSE (non-nil means reverse order), BEG and END (region to sort).
19354 The variable `sort-fold-case' determines whether alphabetic case affects
19355 the sort order.
19356
19357 \(fn REVERSE BEG END)" t nil)
19358
19359 (autoload (quote sort-numeric-fields) "sort" "\
19360 Sort lines in region numerically by the ARGth field of each line.
19361 Fields are separated by whitespace and numbered from 1 up.
19362 Specified field must contain a number in each line of the region,
19363 which may begin with \"0x\" or \"0\" for hexadecimal and octal values.
19364 Otherwise, the number is interpreted according to sort-numeric-base.
19365 With a negative arg, sorts by the ARGth field counted from the right.
19366 Called from a program, there are three arguments:
19367 FIELD, BEG and END. BEG and END specify region to sort.
19368
19369 \(fn FIELD BEG END)" t nil)
19370
19371 (autoload (quote sort-fields) "sort" "\
19372 Sort lines in region lexicographically by the ARGth field of each line.
19373 Fields are separated by whitespace and numbered from 1 up.
19374 With a negative arg, sorts by the ARGth field counted from the right.
19375 Called from a program, there are three arguments:
19376 FIELD, BEG and END. BEG and END specify region to sort.
19377 The variable `sort-fold-case' determines whether alphabetic case affects
19378 the sort order.
19379
19380 \(fn FIELD BEG END)" t nil)
19381
19382 (autoload (quote sort-regexp-fields) "sort" "\
19383 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
19384 RECORD-REGEXP specifies the textual units which should be sorted.
19385 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
19386 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
19387 is to be used for sorting.
19388 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
19389 RECORD-REGEXP is used.
19390 If it is \"\\\\&\" then the whole record is used.
19391 Otherwise, it is a regular-expression for which to search within the record.
19392 If a match for KEY is not found within a record then that record is ignored.
19393
19394 With a negative prefix arg sorts in reverse order.
19395
19396 The variable `sort-fold-case' determines whether alphabetic case affects
19397 the sort order.
19398
19399 For example: to sort lines in the region by the first word on each line
19400 starting with the letter \"f\",
19401 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"
19402
19403 \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil)
19404
19405 (autoload (quote sort-columns) "sort" "\
19406 Sort lines in region alphabetically by a certain range of columns.
19407 For the purpose of this command, the region BEG...END includes
19408 the entire line that point is in and the entire line the mark is in.
19409 The column positions of point and mark bound the range of columns to sort on.
19410 A prefix argument means sort into REVERSE order.
19411 The variable `sort-fold-case' determines whether alphabetic case affects
19412 the sort order.
19413
19414 Note that `sort-columns' rejects text that contains tabs,
19415 because tabs could be split across the specified columns
19416 and it doesn't know how to handle that. Also, when possible,
19417 it uses the `sort' utility program, which doesn't understand tabs.
19418 Use \\[untabify] to convert tabs to spaces before sorting.
19419
19420 \(fn REVERSE &optional BEG END)" t nil)
19421
19422 (autoload (quote reverse-region) "sort" "\
19423 Reverse the order of lines in a region.
19424 From a program takes two point or marker arguments, BEG and END.
19425
19426 \(fn BEG END)" t nil)
19427
19428 ;;;***
19429 \f
19430 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
19431 ;;;;;; "speedbar.el" (15832 43705))
19432 ;;; Generated autoloads from speedbar.el
19433
19434 (defalias (quote speedbar) (quote speedbar-frame-mode))
19435
19436 (autoload (quote speedbar-frame-mode) "speedbar" "\
19437 Enable or disable speedbar. Positive ARG means turn on, negative turn off.
19438 nil means toggle. Once the speedbar frame is activated, a buffer in
19439 `speedbar-mode' will be displayed. Currently, only one speedbar is
19440 supported at a time.
19441 `speedbar-before-popup-hook' is called before popping up the speedbar frame.
19442 `speedbar-before-delete-hook' is called before the frame is deleted.
19443
19444 \(fn &optional ARG)" t nil)
19445
19446 (autoload (quote speedbar-get-focus) "speedbar" "\
19447 Change frame focus to or from the speedbar frame.
19448 If the selected frame is not speedbar, then speedbar frame is
19449 selected. If the speedbar frame is active, then select the attached frame.
19450
19451 \(fn)" t nil)
19452
19453 ;;;***
19454 \f
19455 ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
19456 ;;;;;; "spell" "textmodes/spell.el" (15185 49575))
19457 ;;; Generated autoloads from textmodes/spell.el
19458
19459 (put (quote spell-filter) (quote risky-local-variable) t)
19460
19461 (autoload (quote spell-buffer) "spell" "\
19462 Check spelling of every word in the buffer.
19463 For each incorrect word, you are asked for the correct spelling
19464 and then put into a query-replace to fix some or all occurrences.
19465 If you do not want to change a word, just give the same word
19466 as its \"correct\" spelling; then the query replace is skipped.
19467
19468 \(fn)" t nil)
19469
19470 (autoload (quote spell-word) "spell" "\
19471 Check spelling of word at or before point.
19472 If it is not correct, ask user for the correct spelling
19473 and `query-replace' the entire buffer to substitute it.
19474
19475 \(fn)" t nil)
19476
19477 (autoload (quote spell-region) "spell" "\
19478 Like `spell-buffer' but applies only to region.
19479 Used in a program, applies from START to END.
19480 DESCRIPTION is an optional string naming the unit being checked:
19481 for example, \"word\".
19482
19483 \(fn START END &optional DESCRIPTION)" t nil)
19484
19485 (autoload (quote spell-string) "spell" "\
19486 Check spelling of string supplied as argument.
19487
19488 \(fn STRING)" t nil)
19489
19490 ;;;***
19491 \f
19492 ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14816
19493 ;;;;;; 44944))
19494 ;;; Generated autoloads from play/spook.el
19495
19496 (autoload (quote spook) "spook" "\
19497 Adds that special touch of class to your outgoing mail.
19498
19499 \(fn)" t nil)
19500
19501 (autoload (quote snarf-spooks) "spook" "\
19502 Return a vector containing the lines from `spook-phrases-file'.
19503
19504 \(fn)" nil nil)
19505
19506 ;;;***
19507 \f
19508 ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
19509 ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-informix sql-sybase
19510 ;;;;;; sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" (15845
19511 ;;;;;; 60691))
19512 ;;; Generated autoloads from progmodes/sql.el
19513
19514 (autoload (quote sql-help) "sql" "\
19515 Show short help for the SQL modes.
19516
19517 Use an entry function to open an interactive SQL buffer. This buffer is
19518 usually named `*SQL*'. The name of the major mode is SQLi.
19519
19520 Use the following commands to start a specific SQL interpreter:
19521
19522 PostGres: \\[sql-postgres]
19523 MySQL: \\[sql-mysql]
19524
19525 Other non-free SQL implementations are also supported:
19526
19527 Solid: \\[sql-solid]
19528 Oracle: \\[sql-oracle]
19529 Informix: \\[sql-informix]
19530 Sybase: \\[sql-sybase]
19531 Ingres: \\[sql-ingres]
19532 Microsoft: \\[sql-ms]
19533 Interbase: \\[sql-interbase]
19534 Linter: \\[sql-linter]
19535
19536 But we urge you to choose a free implementation instead of these.
19537
19538 Once you have the SQLi buffer, you can enter SQL statements in the
19539 buffer. The output generated is appended to the buffer and a new prompt
19540 is generated. See the In/Out menu in the SQLi buffer for some functions
19541 that help you navigate through the buffer, the input history, etc.
19542
19543 If you have a really complex SQL statement or if you are writing a
19544 procedure, you can do this in a separate buffer. Put the new buffer in
19545 `sql-mode' by calling \\[sql-mode]. The name of this buffer can be
19546 anything. The name of the major mode is SQL.
19547
19548 In this SQL buffer (SQL mode), you can send the region or the entire
19549 buffer to the interactive SQL buffer (SQLi mode). The results are
19550 appended to the SQLi buffer without disturbing your SQL buffer.
19551
19552 \(fn)" t nil)
19553
19554 (autoload (quote sql-mode) "sql" "\
19555 Major mode to edit SQL.
19556
19557 You can send SQL statements to the SQLi buffer using
19558 \\[sql-send-region]. Such a buffer must exist before you can do this.
19559 See `sql-help' on how to create SQLi buffers.
19560
19561 \\{sql-mode-map}
19562 Customization: Entry to this mode runs the `sql-mode-hook'.
19563
19564 When you put a buffer in SQL mode, the buffer stores the last SQLi
19565 buffer created as its destination in the variable `sql-buffer'. This
19566 will be the buffer \\[sql-send-region] sends the region to. If this
19567 SQLi buffer is killed, \\[sql-send-region] is no longer able to
19568 determine where the strings should be sent to. You can set the
19569 value of `sql-buffer' using \\[sql-set-sqli-buffer].
19570
19571 For information on how to create multiple SQLi buffers, see
19572 `sql-interactive-mode'.
19573
19574 Note that SQL doesn't have an escape character unless you specify
19575 one. If you specify backslash as escape character in SQL,
19576 you must tell Emacs. Here's how to do that in your `~/.emacs' file:
19577
19578 \(add-hook 'sql-mode-hook
19579 (lambda ()
19580 (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))
19581
19582 \(fn)" t nil)
19583
19584 (autoload (quote sql-oracle) "sql" "\
19585 Run sqlplus by Oracle as an inferior process.
19586
19587 If buffer `*SQL*' exists but no process is running, make a new process.
19588 If buffer exists and a process is running, just switch to buffer
19589 `*SQL*'.
19590
19591 Interpreter used comes from variable `sql-oracle-program'. Login uses
19592 the variables `sql-user', `sql-password', and `sql-database' as
19593 defaults, if set. Additional command line parameters can be stored in
19594 the list `sql-oracle-options'.
19595
19596 The buffer is put in sql-interactive-mode, giving commands for sending
19597 input. See `sql-interactive-mode'.
19598
19599 To specify a coding system for converting non-ASCII characters
19600 in the input and output to the process, use \\[universal-coding-system-argument]
19601 before \\[sql-oracle]. You can also specify this with \\[set-buffer-process-coding-system]
19602 in the SQL buffer, after you start the process.
19603 The default comes from `process-coding-system-alist' and
19604 `default-process-coding-system'.
19605
19606 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19607
19608 \(fn)" t nil)
19609
19610 (autoload (quote sql-sybase) "sql" "\
19611 Run isql by SyBase as an inferior process.
19612
19613 If buffer `*SQL*' exists but no process is running, make a new process.
19614 If buffer exists and a process is running, just switch to buffer
19615 `*SQL*'.
19616
19617 Interpreter used comes from variable `sql-sybase-program'. Login uses
19618 the variables `sql-server', `sql-user', `sql-password', and
19619 `sql-database' as defaults, if set. Additional command line parameters
19620 can be stored in the list `sql-sybase-options'.
19621
19622 The buffer is put in sql-interactive-mode, giving commands for sending
19623 input. See `sql-interactive-mode'.
19624
19625 To specify a coding system for converting non-ASCII characters
19626 in the input and output to the process, use \\[universal-coding-system-argument]
19627 before \\[sql-sybase]. You can also specify this with \\[set-buffer-process-coding-system]
19628 in the SQL buffer, after you start the process.
19629 The default comes from `process-coding-system-alist' and
19630 `default-process-coding-system'.
19631
19632 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19633
19634 \(fn)" t nil)
19635
19636 (autoload (quote sql-informix) "sql" "\
19637 Run dbaccess by Informix as an inferior process.
19638
19639 If buffer `*SQL*' exists but no process is running, make a new process.
19640 If buffer exists and a process is running, just switch to buffer
19641 `*SQL*'.
19642
19643 Interpreter used comes from variable `sql-informix-program'. Login uses
19644 the variable `sql-database' as default, if set.
19645
19646 The buffer is put in sql-interactive-mode, giving commands for sending
19647 input. See `sql-interactive-mode'.
19648
19649 To specify a coding system for converting non-ASCII characters
19650 in the input and output to the process, use \\[universal-coding-system-argument]
19651 before \\[sql-informix]. You can also specify this with \\[set-buffer-process-coding-system]
19652 in the SQL buffer, after you start the process.
19653 The default comes from `process-coding-system-alist' and
19654 `default-process-coding-system'.
19655
19656 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19657
19658 \(fn)" t nil)
19659
19660 (autoload (quote sql-mysql) "sql" "\
19661 Run mysql by TcX as an inferior process.
19662
19663 Mysql versions 3.23 and up are free software.
19664
19665 If buffer `*SQL*' exists but no process is running, make a new process.
19666 If buffer exists and a process is running, just switch to buffer
19667 `*SQL*'.
19668
19669 Interpreter used comes from variable `sql-mysql-program'. Login uses
19670 the variables `sql-user', `sql-password', `sql-database', and
19671 `sql-server' as defaults, if set. Additional command line parameters
19672 can be stored in the list `sql-mysql-options'.
19673
19674 The buffer is put in sql-interactive-mode, giving commands for sending
19675 input. See `sql-interactive-mode'.
19676
19677 To specify a coding system for converting non-ASCII characters
19678 in the input and output to the process, use \\[universal-coding-system-argument]
19679 before \\[sql-mysql]. You can also specify this with \\[set-buffer-process-coding-system]
19680 in the SQL buffer, after you start the process.
19681 The default comes from `process-coding-system-alist' and
19682 `default-process-coding-system'.
19683
19684 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19685
19686 \(fn)" t nil)
19687
19688 (autoload (quote sql-solid) "sql" "\
19689 Run solsql by Solid as an inferior process.
19690
19691 If buffer `*SQL*' exists but no process is running, make a new process.
19692 If buffer exists and a process is running, just switch to buffer
19693 `*SQL*'.
19694
19695 Interpreter used comes from variable `sql-solid-program'. Login uses
19696 the variables `sql-user', `sql-password', and `sql-server' as
19697 defaults, if set.
19698
19699 The buffer is put in sql-interactive-mode, giving commands for sending
19700 input. See `sql-interactive-mode'.
19701
19702 To specify a coding system for converting non-ASCII characters
19703 in the input and output to the process, use \\[universal-coding-system-argument]
19704 before \\[sql-solid]. You can also specify this with \\[set-buffer-process-coding-system]
19705 in the SQL buffer, after you start the process.
19706 The default comes from `process-coding-system-alist' and
19707 `default-process-coding-system'.
19708
19709 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19710
19711 \(fn)" t nil)
19712
19713 (autoload (quote sql-ingres) "sql" "\
19714 Run sql by Ingres as an inferior process.
19715
19716 If buffer `*SQL*' exists but no process is running, make a new process.
19717 If buffer exists and a process is running, just switch to buffer
19718 `*SQL*'.
19719
19720 Interpreter used comes from variable `sql-ingres-program'. Login uses
19721 the variable `sql-database' as default, if set.
19722
19723 The buffer is put in sql-interactive-mode, giving commands for sending
19724 input. See `sql-interactive-mode'.
19725
19726 To specify a coding system for converting non-ASCII characters
19727 in the input and output to the process, use \\[universal-coding-system-argument]
19728 before \\[sql-ingres]. You can also specify this with \\[set-buffer-process-coding-system]
19729 in the SQL buffer, after you start the process.
19730 The default comes from `process-coding-system-alist' and
19731 `default-process-coding-system'.
19732
19733 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19734
19735 \(fn)" t nil)
19736
19737 (autoload (quote sql-ms) "sql" "\
19738 Run isql by Microsoft as an inferior process.
19739
19740 If buffer `*SQL*' exists but no process is running, make a new process.
19741 If buffer exists and a process is running, just switch to buffer
19742 `*SQL*'.
19743
19744 Interpreter used comes from variable `sql-ms-program'. Login uses the
19745 variables `sql-user', `sql-password', `sql-database', and `sql-server'
19746 as defaults, if set. Additional command line parameters can be stored
19747 in the list `sql-ms-options'.
19748
19749 The buffer is put in sql-interactive-mode, giving commands for sending
19750 input. See `sql-interactive-mode'.
19751
19752 To specify a coding system for converting non-ASCII characters
19753 in the input and output to the process, use \\[universal-coding-system-argument]
19754 before \\[sql-ms]. You can also specify this with \\[set-buffer-process-coding-system]
19755 in the SQL buffer, after you start the process.
19756 The default comes from `process-coding-system-alist' and
19757 `default-process-coding-system'.
19758
19759 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19760
19761 \(fn)" t nil)
19762
19763 (autoload (quote sql-postgres) "sql" "\
19764 Run psql by Postgres as an inferior process.
19765
19766 If buffer `*SQL*' exists but no process is running, make a new process.
19767 If buffer exists and a process is running, just switch to buffer
19768 `*SQL*'.
19769
19770 Interpreter used comes from variable `sql-postgres-program'. Login uses
19771 the variables `sql-database' and `sql-server' as default, if set.
19772 Additional command line parameters can be stored in the list
19773 `sql-postgres-options'.
19774
19775 The buffer is put in sql-interactive-mode, giving commands for sending
19776 input. See `sql-interactive-mode'.
19777
19778 To specify a coding system for converting non-ASCII characters
19779 in the input and output to the process, use \\[universal-coding-system-argument]
19780 before \\[sql-postgres]. You can also specify this with \\[set-buffer-process-coding-system]
19781 in the SQL buffer, after you start the process.
19782 The default comes from `process-coding-system-alist' and
19783 `default-process-coding-system'. If your output lines end with ^M,
19784 your might try undecided-dos as a coding system. If this doesn't help,
19785 Try to set `comint-output-filter-functions' like this:
19786
19787 \(setq comint-output-filter-functions (append comint-output-filter-functions
19788 '(comint-strip-ctrl-m)))
19789
19790 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19791
19792 \(fn)" t nil)
19793
19794 (autoload (quote sql-interbase) "sql" "\
19795 Run isql by Interbase as an inferior process.
19796
19797 If buffer `*SQL*' exists but no process is running, make a new process.
19798 If buffer exists and a process is running, just switch to buffer
19799 `*SQL*'.
19800
19801 Interpreter used comes from variable `sql-interbase-program'. Login
19802 uses the variables `sql-user', `sql-password', and `sql-database' as
19803 defaults, if set.
19804
19805 The buffer is put in sql-interactive-mode, giving commands for sending
19806 input. See `sql-interactive-mode'.
19807
19808 To specify a coding system for converting non-ASCII characters
19809 in the input and output to the process, use \\[universal-coding-system-argument]
19810 before \\[sql-interbase]. You can also specify this with \\[set-buffer-process-coding-system]
19811 in the SQL buffer, after you start the process.
19812 The default comes from `process-coding-system-alist' and
19813 `default-process-coding-system'.
19814
19815 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19816
19817 \(fn)" t nil)
19818
19819 (autoload (quote sql-db2) "sql" "\
19820 Run db2 by IBM as an inferior process.
19821
19822 If buffer `*SQL*' exists but no process is running, make a new process.
19823 If buffer exists and a process is running, just switch to buffer
19824 `*SQL*'.
19825
19826 Interpreter used comes from variable `sql-db2-program'. There is not
19827 automatic login.
19828
19829 The buffer is put in sql-interactive-mode, giving commands for sending
19830 input. See `sql-interactive-mode'.
19831
19832 If you use \\[sql-accumulate-and-indent] to send multiline commands to
19833 db2, newlines will be escaped if necessary. If you don't want that, set
19834 `comint-input-sender' back to `comint-simple-send' by writing an after
19835 advice. See the elisp manual for more information.
19836
19837 To specify a coding system for converting non-ASCII characters
19838 in the input and output to the process, use \\[universal-coding-system-argument]
19839 before \\[sql-db2]. You can also specify this with \\[set-buffer-process-coding-system]
19840 in the SQL buffer, after you start the process.
19841 The default comes from `process-coding-system-alist' and
19842 `default-process-coding-system'.
19843
19844 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19845
19846 \(fn)" t nil)
19847
19848 (autoload (quote sql-linter) "sql" "\
19849 Run inl by RELEX as an inferior process.
19850
19851 If buffer `*SQL*' exists but no process is running, make a new process.
19852 If buffer exists and a process is running, just switch to buffer
19853 `*SQL*'.
19854
19855 Interpreter used comes from variable `sql-linter-program' - usually `inl'.
19856 Login uses the variables `sql-user', `sql-password', `sql-database' and
19857 `sql-server' as defaults, if set. Additional command line parameters
19858 can be stored in the list `sql-linter-options'. Run inl -h to get help on
19859 parameters.
19860
19861 `sql-database' is used to set the LINTER_MBX environment variable for
19862 local connections, `sql-server' refers to the server name from the
19863 `nodetab' file for the network connection (dbc_tcp or friends must run
19864 for this to work). If `sql-password' is an empty string, inl will use
19865 an empty password.
19866
19867 The buffer is put in sql-interactive-mode, giving commands for sending
19868 input. See `sql-interactive-mode'.
19869
19870 To use LINTER font locking by default, put this line into your .emacs :
19871 (setq sql-mode-font-lock-keywords sql-mode-linter-font-lock-keywords)
19872
19873 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19874
19875 \(fn)" t nil)
19876
19877 ;;;***
19878 \f
19879 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
19880 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
19881 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
19882 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
19883 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (15663
19884 ;;;;;; 5577))
19885 ;;; Generated autoloads from strokes.el
19886
19887 (autoload (quote strokes-global-set-stroke) "strokes" "\
19888 Interactively give STROKE the global binding as COMMAND.
19889 Operated just like `global-set-key', except for strokes.
19890 COMMAND is a symbol naming an interactively-callable function. STROKE
19891 is a list of sampled positions on the stroke grid as described in the
19892 documentation for the `strokes-define-stroke' function.
19893
19894 \(fn STROKE COMMAND)" t nil)
19895
19896 (autoload (quote strokes-read-stroke) "strokes" "\
19897 Read a simple stroke (interactively) and return the stroke.
19898 Optional PROMPT in minibuffer displays before and during stroke reading.
19899 This function will display the stroke interactively as it is being
19900 entered in the strokes buffer if the variable
19901 `strokes-use-strokes-buffer' is non-nil.
19902 Optional EVENT is acceptable as the starting event of the stroke
19903
19904 \(fn &optional PROMPT EVENT)" nil nil)
19905
19906 (autoload (quote strokes-read-complex-stroke) "strokes" "\
19907 Read a complex stroke (interactively) and return the stroke.
19908 Optional PROMPT in minibuffer displays before and during stroke reading.
19909 Note that a complex stroke allows the user to pen-up and pen-down. This
19910 is implemented by allowing the user to paint with button 1 or button 2 and
19911 then complete the stroke with button 3.
19912 Optional EVENT is acceptable as the starting event of the stroke
19913
19914 \(fn &optional PROMPT EVENT)" nil nil)
19915
19916 (autoload (quote strokes-do-stroke) "strokes" "\
19917 Read a simple stroke from the user and then execute its command.
19918 This must be bound to a mouse event.
19919
19920 \(fn EVENT)" t nil)
19921
19922 (autoload (quote strokes-do-complex-stroke) "strokes" "\
19923 Read a complex stroke from the user and then execute its command.
19924 This must be bound to a mouse event.
19925
19926 \(fn EVENT)" t nil)
19927
19928 (autoload (quote strokes-describe-stroke) "strokes" "\
19929 Displays the command which STROKE maps to, reading STROKE interactively.
19930
19931 \(fn STROKE)" t nil)
19932
19933 (autoload (quote strokes-help) "strokes" "\
19934 Get instruction on using the `strokes' package.
19935
19936 \(fn)" t nil)
19937
19938 (autoload (quote strokes-load-user-strokes) "strokes" "\
19939 Load user-defined strokes from file named by `strokes-file'.
19940
19941 \(fn)" t nil)
19942
19943 (autoload (quote strokes-list-strokes) "strokes" "\
19944 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
19945 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
19946 chronologically by command name.
19947 If STROKES-MAP is not given, `strokes-global-map' will be used instead.
19948
19949 \(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil)
19950
19951 (defvar strokes-mode nil "\
19952 Non-nil if Strokes mode is enabled.
19953 See the command `strokes-mode' for a description of this minor-mode.
19954 Setting this variable directly does not take effect;
19955 use either \\[customize] or the function `strokes-mode'.")
19956
19957 (custom-add-to-group (quote strokes) (quote strokes-mode) (quote custom-variable))
19958
19959 (custom-add-load (quote strokes-mode) (quote strokes))
19960
19961 (autoload (quote strokes-mode) "strokes" "\
19962 Toggle Strokes global minor mode.\\<strokes-mode-map>
19963 With ARG, turn strokes on if and only if ARG is positive.
19964 Strokes are pictographic mouse gestures which invoke commands.
19965 Strokes are invoked with \\[strokes-do-stroke]. You can define
19966 new strokes with \\[strokes-global-set-stroke]. See also
19967 \\[strokes-do-complex-stroke] for `complex' strokes.
19968
19969 To use strokes for pictographic editing, such as Chinese/Japanese, use
19970 \\[strokes-compose-complex-stroke], which draws strokes and inserts them.
19971 Encode/decode your strokes with \\[strokes-encode-buffer],
19972 \\[strokes-decode-buffer].
19973
19974 \\{strokes-mode-map}
19975
19976 \(fn &optional ARG)" t nil)
19977
19978 (autoload (quote strokes-decode-buffer) "strokes" "\
19979 Decode stroke strings in BUFFER and display their corresponding glyphs.
19980 Optional BUFFER defaults to the current buffer.
19981 Optional FORCE non-nil will ignore the buffer's read-only status.
19982
19983 \(fn &optional BUFFER FORCE)" t nil)
19984
19985 (autoload (quote strokes-compose-complex-stroke) "strokes" "\
19986 Read a complex stroke and insert its glyph into the current buffer.
19987
19988 \(fn)" t nil)
19989
19990 ;;;***
19991 \f
19992 ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
19993 ;;;;;; "studly" "play/studly.el" (15365 61265))
19994 ;;; Generated autoloads from play/studly.el
19995
19996 (autoload (quote studlify-region) "studly" "\
19997 Studlify-case the region.
19998
19999 \(fn BEGIN END)" t nil)
20000
20001 (autoload (quote studlify-word) "studly" "\
20002 Studlify-case the current word, or COUNT words if given an argument.
20003
20004 \(fn COUNT)" t nil)
20005
20006 (autoload (quote studlify-buffer) "studly" "\
20007 Studlify-case the current buffer.
20008
20009 \(fn)" t nil)
20010
20011 ;;;***
20012 \f
20013 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
20014 ;;;;;; (15497 10307))
20015 ;;; Generated autoloads from mail/supercite.el
20016
20017 (autoload (quote sc-cite-original) "supercite" "\
20018 Workhorse citing function which performs the initial citation.
20019 This is callable from the various mail and news readers' reply
20020 function according to the agreed upon standard. See `\\[sc-describe]'
20021 for more details. `sc-cite-original' does not do any yanking of the
20022 original message but it does require a few things:
20023
20024 1) The reply buffer is the current buffer.
20025
20026 2) The original message has been yanked and inserted into the
20027 reply buffer.
20028
20029 3) Verbose mail headers from the original message have been
20030 inserted into the reply buffer directly before the text of the
20031 original message.
20032
20033 4) Point is at the beginning of the verbose headers.
20034
20035 5) Mark is at the end of the body of text to be cited.
20036
20037 For Emacs 19's, the region need not be active (and typically isn't
20038 when this function is called. Also, the hook `sc-pre-hook' is run
20039 before, and `sc-post-hook' is run after the guts of this function.
20040
20041 \(fn)" nil nil)
20042
20043 ;;;***
20044 \f
20045 ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15741
20046 ;;;;;; 11077))
20047 ;;; Generated autoloads from emacs-lisp/syntax.el
20048
20049 (autoload (quote syntax-ppss) "syntax" "\
20050 Parse-Partial-Sexp State at POS.
20051 The returned value is the same as `parse-partial-sexp' except that
20052 the 2nd and 6th values of the returned state cannot be relied upon.
20053
20054 If the caller knows the PPSS of a nearby position, she can pass it
20055 in OLP-PPSS (with or without its corresponding OLD-POS) to try and
20056 avoid a more expansive scan.
20057 Point is at POS when this function returns.
20058
20059 \(fn &optional POS)" nil nil)
20060
20061 ;;;***
20062 \f
20063 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8639))
20064 ;;; Generated autoloads from tabify.el
20065
20066 (autoload (quote untabify) "tabify" "\
20067 Convert all tabs in region to multiple spaces, preserving columns.
20068 Called non-interactively, the region is specified by arguments
20069 START and END, rather than by the position of point and mark.
20070 The variable `tab-width' controls the spacing of tab stops.
20071
20072 \(fn START END)" t nil)
20073
20074 (autoload (quote tabify) "tabify" "\
20075 Convert multiple spaces in region to tabs when possible.
20076 A group of spaces is partially replaced by tabs
20077 when this can be done without changing the column they end at.
20078 Called non-interactively, the region is specified by arguments
20079 START and END, rather than by the position of point and mark.
20080 The variable `tab-width' controls the spacing of tab stops.
20081
20082 \(fn START END)" t nil)
20083
20084 ;;;***
20085 \f
20086 ;;;### (autoloads (table-release table-capture table-delete-column
20087 ;;;;;; table-delete-row table-insert-sequence table-generate-source
20088 ;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
20089 ;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
20090 ;;;;;; table-split-cell-horizontally table-split-cell-vertically
20091 ;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
20092 ;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
20093 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
20094 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
20095 ;;;;;; table-recognize table-insert-row-column table-insert-column
20096 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
20097 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
20098 ;;;;;; "table" "textmodes/table.el" (15832 43709))
20099 ;;; Generated autoloads from textmodes/table.el
20100
20101 (defvar table-cell-map-hook nil "\
20102 *Normal hooks run when finishing construction of `table-cell-map'.
20103 User can modify `table-cell-map' by adding custom functions here.")
20104
20105 (defvar table-load-hook nil "\
20106 *List of functions to be called after the table is first loaded.")
20107
20108 (defvar table-point-entered-cell-hook nil "\
20109 *List of functions to be called after point entered a table cell.")
20110
20111 (defvar table-point-left-cell-hook nil "\
20112 *List of functions to be called after point left a table cell.")
20113
20114 (autoload (quote table-insert) "table" "\
20115 Insert an editable text table.
20116 Insert a table of specified number of COLUMNS and ROWS. Optional
20117 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
20118 cell. The cell size is uniform across the table if the specified size
20119 is a number. They can be a list of numbers to specify different size
20120 for each cell. When called interactively, the list of number is
20121 entered by simply listing all the numbers with space characters
20122 delimiting them.
20123
20124 Examples:
20125
20126 \\[table-insert] inserts a table at the current point location.
20127
20128 Suppose we have the following situation where `-!-' indicates the
20129 location of point.
20130
20131 -!-
20132
20133 Type \\[table-insert] and hit ENTER key. As it asks table
20134 specification, provide 3 for number of columns, 1 for number of rows,
20135 5 for cell width and 1 for cell height. Now you shall see the next
20136 table and the point is automatically moved to the beginning of the
20137 first cell.
20138
20139 +-----+-----+-----+
20140 |-!- | | |
20141 +-----+-----+-----+
20142
20143 Inside a table cell, there are special key bindings. \\<table-cell-map>
20144
20145 M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
20146 width, which results as
20147
20148 +--------------+-----+-----+
20149 |-!- | | |
20150 +--------------+-----+-----+
20151
20152 Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
20153 TAB moves the point forward by a cell. The result now looks like this:
20154
20155 +--------------+------+--------------------------------+
20156 | | |-!- |
20157 +--------------+------+--------------------------------+
20158
20159 If you knew each width of the columns prior to the table creation,
20160 what you could have done better was to have had given the complete
20161 width information to `table-insert'.
20162
20163 Cell width(s): 14 6 32
20164
20165 instead of
20166
20167 Cell width(s): 5
20168
20169 This would have eliminated the previously mentioned width adjustment
20170 work all together.
20171
20172 If the point is in the last cell type S-TAB S-TAB to move it to the
20173 first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
20174
20175 +--------------+------+--------------------------------+
20176 |-!- | | |
20177 | | | |
20178 +--------------+------+--------------------------------+
20179
20180 Type \\[table-insert-row-column] and tell it to insert a row.
20181
20182 +--------------+------+--------------------------------+
20183 |-!- | | |
20184 | | | |
20185 +--------------+------+--------------------------------+
20186 | | | |
20187 | | | |
20188 +--------------+------+--------------------------------+
20189
20190 Move the point under the table as shown below.
20191
20192 +--------------+------+--------------------------------+
20193 | | | |
20194 | | | |
20195 +--------------+------+--------------------------------+
20196 | | | |
20197 | | | |
20198 +--------------+------+--------------------------------+
20199 -!-
20200
20201 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
20202 when the point is outside of the table. This insertion at
20203 outside of the table effectively appends a row at the end.
20204
20205 +--------------+------+--------------------------------+
20206 | | | |
20207 | | | |
20208 +--------------+------+--------------------------------+
20209 | | | |
20210 | | | |
20211 +--------------+------+--------------------------------+
20212 |-!- | | |
20213 | | | |
20214 +--------------+------+--------------------------------+
20215
20216 Text editing inside the table cell produces reasonably expected
20217 results.
20218
20219 +--------------+------+--------------------------------+
20220 | | | |
20221 | | | |
20222 +--------------+------+--------------------------------+
20223 | | |Text editing inside the table |
20224 | | |cell produces reasonably |
20225 | | |expected results.-!- |
20226 +--------------+------+--------------------------------+
20227 | | | |
20228 | | | |
20229 +--------------+------+--------------------------------+
20230
20231 Inside a table cell has a special keymap.
20232
20233 \\{table-cell-map}
20234
20235 \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil)
20236
20237 (autoload (quote table-insert-row) "table" "\
20238 Insert N table row(s).
20239 When point is in a table the newly inserted row(s) are placed above
20240 the current row. When point is outside of the table it must be below
20241 the table within the table width range, then the newly created row(s)
20242 are appended at the bottom of the table.
20243
20244 \(fn N)" t nil)
20245
20246 (autoload (quote table-insert-column) "table" "\
20247 Insert N table column(s).
20248 When point is in a table the newly inserted column(s) are placed left
20249 of the current column. When point is outside of the table it must be
20250 right side of the table within the table height range, then the newly
20251 created column(s) are appended at the right of the table.
20252
20253 \(fn N)" t nil)
20254
20255 (autoload (quote table-insert-row-column) "table" "\
20256 Insert row(s) or column(s).
20257 See `table-insert-row' and `table-insert-column'.
20258
20259 \(fn ROW-COLUMN N)" t nil)
20260
20261 (autoload (quote table-recognize) "table" "\
20262 Recognize all tables within the current buffer and activate them.
20263 Scans the entire buffer and recognizes valid table cells. If the
20264 optional numeric prefix argument ARG is negative the tables in the
20265 buffer become inactive, meaning the tables become plain text and loses
20266 all the table specific features.
20267
20268 \(fn &optional ARG)" t nil)
20269
20270 (autoload (quote table-unrecognize) "table" "\
20271 Not documented
20272
20273 \(fn)" t nil)
20274
20275 (autoload (quote table-recognize-region) "table" "\
20276 Recognize all tables within region.
20277 BEG and END specify the region to work on. If the optional numeric
20278 prefix argument ARG is negative the tables in the region become
20279 inactive, meaning the tables become plain text and lose all the table
20280 specific features.
20281
20282 \(fn BEG END &optional ARG)" t nil)
20283
20284 (autoload (quote table-unrecognize-region) "table" "\
20285 Not documented
20286
20287 \(fn BEG END)" t nil)
20288
20289 (autoload (quote table-recognize-table) "table" "\
20290 Recognize a table at point.
20291 If the optional numeric prefix argument ARG is negative the table
20292 becomes inactive, meaning the table becomes plain text and loses all
20293 the table specific features.
20294
20295 \(fn &optional ARG)" t nil)
20296
20297 (autoload (quote table-unrecognize-table) "table" "\
20298 Not documented
20299
20300 \(fn)" t nil)
20301
20302 (autoload (quote table-recognize-cell) "table" "\
20303 Recognize a table cell that contains current point.
20304 Probe the cell dimension and prepare the cell information. The
20305 optional two arguments FORCE and NO-COPY are for internal use only and
20306 must not be specified. When the optional numeric prefix argument ARG
20307 is negative the cell becomes inactive, meaning that the cell becomes
20308 plain text and loses all the table specific features.
20309
20310 \(fn &optional FORCE NO-COPY ARG)" t nil)
20311
20312 (autoload (quote table-unrecognize-cell) "table" "\
20313 Not documented
20314
20315 \(fn)" t nil)
20316
20317 (autoload (quote table-heighten-cell) "table" "\
20318 Heighten the current cell by N lines by expanding the cell vertically.
20319 Heightening is done by adding blank lines at the bottom of the current
20320 cell. Other cells aligned horizontally with the current one are also
20321 heightened in order to keep the rectangular table structure. The
20322 optional argument NO-COPY is internal use only and must not be
20323 specified.
20324
20325 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
20326
20327 (autoload (quote table-shorten-cell) "table" "\
20328 Shorten the current cell by N lines by shrinking the cell vertically.
20329 Shortening is done by removing blank lines from the bottom of the cell
20330 and possibly from the top of the cell as well. Therefor, the cell
20331 must have some bottom/top blank lines to be shorten effectively. This
20332 is applicable to all the cells aligned horizontally with the current
20333 one because they are also shortened in order to keep the rectangular
20334 table structure.
20335
20336 \(fn N)" t nil)
20337
20338 (autoload (quote table-widen-cell) "table" "\
20339 Widen the current cell by N columns and expand the cell horizontally.
20340 Some other cells in the same table are widen as well to keep the
20341 table's rectangle structure.
20342
20343 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
20344
20345 (autoload (quote table-narrow-cell) "table" "\
20346 Narrow the current cell by N columns and shrink the cell horizontally.
20347 Some other cells in the same table are narrowed as well to keep the
20348 table's rectangle structure.
20349
20350 \(fn N)" t nil)
20351
20352 (autoload (quote table-forward-cell) "table" "\
20353 Move point forward to the beginning of the next cell.
20354 With argument ARG, do it ARG times;
20355 a negative argument ARG = -N means move backward N cells.
20356 Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
20357
20358 Sample Cell Traveling Order (In Irregular Table Cases)
20359
20360 You can actually try how it works in this buffer. Press
20361 \\[table-recognize] and go to cells in the following tables and press
20362 \\[table-forward-cell] or TAB key.
20363
20364 +-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
20365 |0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
20366 +--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
20367 |2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
20368 | +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
20369 | |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
20370 +--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
20371
20372 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
20373 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
20374 | | | | | +--+ | | | | | +--+ +--+
20375 +--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
20376 |3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
20377 | | | | | |6 | | | | | | |6 | |7 |
20378 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
20379
20380 +--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
20381 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
20382 | +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
20383 | |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
20384 +--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
20385 |5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
20386 | |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
20387 +--+--+--+ +--+--+--+
20388
20389 \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil)
20390
20391 (autoload (quote table-backward-cell) "table" "\
20392 Move backward to the beginning of the previous cell.
20393 With argument ARG, do it ARG times;
20394 a negative argument ARG = -N means move forward N cells.
20395
20396 \(fn &optional ARG)" t nil)
20397
20398 (autoload (quote table-span-cell) "table" "\
20399 Span current cell into adjacent cell in DIRECTION.
20400 DIRECTION is one of symbols; right, left, above or below.
20401
20402 \(fn DIRECTION)" t nil)
20403
20404 (autoload (quote table-split-cell-vertically) "table" "\
20405 Split current cell vertically.
20406 Creates a cell above and a cell below the current point location.
20407
20408 \(fn)" t nil)
20409
20410 (autoload (quote table-split-cell-horizontally) "table" "\
20411 Split current cell horizontally.
20412 Creates a cell on the left and a cell on the right of the current point location.
20413
20414 \(fn)" t nil)
20415
20416 (autoload (quote table-split-cell) "table" "\
20417 Split current cell in ORIENTATION.
20418 ORIENTATION is a symbol either horizontally or vertically.
20419
20420 \(fn ORIENTATION)" t nil)
20421
20422 (autoload (quote table-justify) "table" "\
20423 Justify contents of a cell, a row of cells or a column of cells.
20424 WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
20425 'center, 'right, 'top, 'middle, 'bottom or 'none.
20426
20427 \(fn WHAT JUSTIFY)" t nil)
20428
20429 (autoload (quote table-justify-cell) "table" "\
20430 Justify cell contents.
20431 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
20432 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is
20433 non-nil the justify operation is limited to the current paragraph,
20434 otherwise the entire cell contents is justified.
20435
20436 \(fn JUSTIFY &optional PARAGRAPH)" t nil)
20437
20438 (autoload (quote table-justify-row) "table" "\
20439 Justify cells of a row.
20440 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
20441 'middle, 'bottom or 'none for vertical.
20442
20443 \(fn JUSTIFY)" t nil)
20444
20445 (autoload (quote table-justify-column) "table" "\
20446 Justify cells of a column.
20447 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
20448 'middle, 'bottom or 'none for vertical.
20449
20450 \(fn JUSTIFY)" t nil)
20451
20452 (autoload (quote table-fixed-width-mode) "table" "\
20453 Toggle fixing width mode.
20454 In the fixed width mode, typing inside a cell never changes the cell
20455 width where in the normal mode the cell width expands automatically in
20456 order to prevent a word being folded into multiple lines.
20457
20458 \(fn &optional ARG)" t nil)
20459
20460 (autoload (quote table-query-dimension) "table" "\
20461 Return the dimension of the current cell and the current table.
20462 The result is a list (cw ch tw th c r cells) where cw is the cell
20463 width, ch is the cell height, tw is the table width, th is the table
20464 height, c is the number of columns, r is the number of rows and cells
20465 is the total number of cells. The cell dimension excludes the cell
20466 frame while the table dimension includes the table frame. The columns
20467 and the rows are counted by the number of cell boundaries. Therefore
20468 the number tends to be larger than it appears for the tables with
20469 non-uniform cell structure (heavily spanned and split). When optional
20470 WHERE is provided the cell and table at that location is reported.
20471
20472 \(fn &optional WHERE)" t nil)
20473
20474 (autoload (quote table-generate-source) "table" "\
20475 Generate source of the current table in the specified language.
20476 LANGUAGE is a symbol that specifies the language to describe the
20477 structure of the table. It must be either 'html, 'latex or 'cals.
20478 The resulted source text is inserted into DEST-BUFFER and the buffer
20479 object is returned. When DEST-BUFFER is omitted or nil the default
20480 buffer specified in `table-dest-buffer-name' is used. In this case
20481 the content of the default buffer is erased prior to the generation.
20482 When DEST-BUFFER is non-nil it is expected to be either a destination
20483 buffer or a name of the destination buffer. In this case the
20484 generated result is inserted at the current point in the destination
20485 buffer and the previously existing contents in the buffer are
20486 untouched.
20487
20488 References used for this implementation:
20489
20490 HTML:
20491 http://www.w3.org
20492
20493 LaTeX:
20494 http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html
20495
20496 CALS (DocBook DTD):
20497 http://www.oasis-open.org/html/a502.htm
20498 http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751
20499
20500 \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil)
20501
20502 (autoload (quote table-insert-sequence) "table" "\
20503 Travel cells forward while inserting a specified sequence string in each cell.
20504 STR is the base string from which the sequence starts. When STR is an
20505 empty string then each cell content is erased. When STR ends with
20506 numerical characters (they may optionally be surrounded by a pair of
20507 parentheses) they are incremented as a decimal number. Otherwise the
20508 last character in STR is incremented in ASCII code order. N is the
20509 number of sequence elements to insert. When N is negative the cell
20510 traveling direction is backward. When N is zero it travels forward
20511 entire table. INCREMENT is the increment between adjacent sequence
20512 elements and can be a negative number for effectively decrementing.
20513 INTERVAL is the number of cells to travel between sequence element
20514 insertion which is normally 1. When zero or less is given for
20515 INTERVAL it is interpreted as number of cells per row so that sequence
20516 is placed straight down vertically as long as the table's cell
20517 structure is uniform. JUSTIFY is one of the symbol 'left, 'center or
20518 'right, that specifies justification of the inserted string.
20519
20520 Example:
20521
20522 (progn
20523 (table-insert 16 3 5 1)
20524 (table-forward-cell 15)
20525 (table-insert-sequence \"D0\" -16 1 1 'center)
20526 (table-forward-cell 16)
20527 (table-insert-sequence \"A[0]\" -16 1 1 'center)
20528 (table-forward-cell 1)
20529 (table-insert-sequence \"-\" 16 0 1 'center))
20530
20531 (progn
20532 (table-insert 16 8 5 1)
20533 (table-insert-sequence \"@\" 0 1 2 'right)
20534 (table-forward-cell 1)
20535 (table-insert-sequence \"64\" 0 1 2 'left))
20536
20537 \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil)
20538
20539 (autoload (quote table-delete-row) "table" "\
20540 Delete N row(s) of cells.
20541 Delete N rows of cells from current row. The current row is the row
20542 contains the current cell where point is located. Each row must
20543 consists from cells of same height.
20544
20545 \(fn N)" t nil)
20546
20547 (autoload (quote table-delete-column) "table" "\
20548 Delete N column(s) of cells.
20549 Delete N columns of cells from current column. The current column is
20550 the column contains the current cell where point is located. Each
20551 column must consists from cells of same width.
20552
20553 \(fn N)" t nil)
20554
20555 (autoload (quote table-capture) "table" "\
20556 Convert plain text into a table by capturing the text in the region.
20557 Create a table with the text in region as cell contents. BEG and END
20558 specify the region. The text in the region is replaced with a table.
20559 The removed text is inserted in the table. When optional
20560 COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
20561 is parsed and separated into individual cell contents by using the
20562 delimiter regular expressions. This parsing determines the number of
20563 columns and rows of the table automatically. If COL-DELIM-REGEXP and
20564 ROW-DELIM-REGEXP are omitted the result table has only one cell and
20565 the entire region contents is placed in that cell. Optional JUSTIFY
20566 is one of 'left, 'center or 'right, which specifies the cell
20567 justification. Optional MIN-CELL-WIDTH specifies the minimum cell
20568 width. Optional COLUMNS specify the number of columns when
20569 ROW-DELIM-REGEXP is not specified.
20570
20571
20572 Example 1:
20573
20574 1, 2, 3, 4
20575 5, 6, 7, 8
20576 , 9, 10
20577
20578 Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
20579 \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
20580 this example the cells are centered and minimum cell width is
20581 specified as 5.
20582
20583 +-----+-----+-----+-----+
20584 | 1 | 2 | 3 | 4 |
20585 +-----+-----+-----+-----+
20586 | 5 | 6 | 7 | 8 |
20587 +-----+-----+-----+-----+
20588 | | 9 | 10 | |
20589 +-----+-----+-----+-----+
20590
20591 Note:
20592
20593 In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
20594 in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
20595 of each row is optional.
20596
20597
20598 Example 2:
20599
20600 This example shows how a table can be used for text layout editing.
20601 Let `table-capture' capture the following region starting from
20602 -!- and ending at -*-, that contains three paragraphs and two item
20603 name headers. This time specify empty string for both
20604 COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
20605
20606 -!-`table-capture' is a powerful command however mastering its power
20607 requires some practice. Here is a list of items what it can do.
20608
20609 Parse Cell Items By using column delimiter regular
20610 expression and raw delimiter regular
20611 expression, it parses the specified text
20612 area and extracts cell items from
20613 non-table text and then forms a table out
20614 of them.
20615
20616 Capture Text Area When no delimiters are specified it
20617 creates a single cell table. The text in
20618 the specified region is placed in that
20619 cell.-*-
20620
20621 Now the entire content is captured in a cell which is itself a table
20622 like this.
20623
20624 +-----------------------------------------------------------------+
20625 |`table-capture' is a powerful command however mastering its power|
20626 |requires some practice. Here is a list of items what it can do. |
20627 | |
20628 |Parse Cell Items By using column delimiter regular |
20629 | expression and raw delimiter regular |
20630 | expression, it parses the specified text |
20631 | area and extracts cell items from |
20632 | non-table text and then forms a table out |
20633 | of them. |
20634 | |
20635 |Capture Text Area When no delimiters are specified it |
20636 | creates a single cell table. The text in |
20637 | the specified region is placed in that |
20638 | cell. |
20639 +-----------------------------------------------------------------+
20640
20641 By splitting the cell appropriately we now have a table consisting of
20642 paragraphs occupying its own cell. Each cell can now be edited
20643 independently.
20644
20645 +-----------------------------------------------------------------+
20646 |`table-capture' is a powerful command however mastering its power|
20647 |requires some practice. Here is a list of items what it can do. |
20648 +---------------------+-------------------------------------------+
20649 |Parse Cell Items |By using column delimiter regular |
20650 | |expression and raw delimiter regular |
20651 | |expression, it parses the specified text |
20652 | |area and extracts cell items from |
20653 | |non-table text and then forms a table out |
20654 | |of them. |
20655 +---------------------+-------------------------------------------+
20656 |Capture Text Area |When no delimiters are specified it |
20657 | |creates a single cell table. The text in |
20658 | |the specified region is placed in that |
20659 | |cell. |
20660 +---------------------+-------------------------------------------+
20661
20662 By applying `table-release', which does the opposite process, the
20663 contents become once again plain text. `table-release' works as
20664 companion command to `table-capture' this way.
20665
20666 \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil)
20667
20668 (autoload (quote table-release) "table" "\
20669 Convert a table into plain text by removing the frame from a table.
20670 Remove the frame from a table and inactivate the table. This command
20671 converts a table into plain text without frames. It is a companion to
20672 `table-capture' which does the opposite process.
20673
20674 \(fn)" t nil)
20675
20676 ;;;***
20677 \f
20678 ;;;### (autoloads (talk-connect) "talk" "talk.el" (15568 53176))
20679 ;;; Generated autoloads from talk.el
20680
20681 (autoload (quote talk-connect) "talk" "\
20682 Connect to display DISPLAY for the Emacs talk group.
20683
20684 \(fn DISPLAY)" t nil)
20685
20686 ;;;***
20687 \f
20688 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15764 50629))
20689 ;;; Generated autoloads from tar-mode.el
20690
20691 (autoload (quote tar-mode) "tar-mode" "\
20692 Major mode for viewing a tar file as a dired-like listing of its contents.
20693 You can move around using the usual cursor motion commands.
20694 Letters no longer insert themselves.
20695 Type `e' to pull a file out of the tar file and into its own buffer;
20696 or click mouse-2 on the file's line in the Tar mode buffer.
20697 Type `c' to copy an entry from the tar file into another file on disk.
20698
20699 If you edit a sub-file of this archive (as with the `e' command) and
20700 save it with Control-x Control-s, the contents of that buffer will be
20701 saved back into the tar-file buffer; in this way you can edit a file
20702 inside of a tar archive without extracting it and re-archiving it.
20703
20704 See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
20705 \\{tar-mode-map}" t nil)
20706
20707 ;;;***
20708 \f
20709 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
20710 ;;;;;; "progmodes/tcl.el" (15818 52648))
20711 ;;; Generated autoloads from progmodes/tcl.el
20712
20713 (autoload (quote tcl-mode) "tcl" "\
20714 Major mode for editing Tcl code.
20715 Expression and list commands understand all Tcl brackets.
20716 Tab indents for Tcl code.
20717 Paragraphs are separated by blank lines only.
20718 Delete converts tabs to spaces as it moves back.
20719
20720 Variables controlling indentation style:
20721 `tcl-indent-level'
20722 Indentation of Tcl statements within surrounding block.
20723 `tcl-continued-indent-level'
20724 Indentation of continuation line relative to first line of command.
20725
20726 Variables controlling user interaction with mode (see variable
20727 documentation for details):
20728 `tcl-tab-always-indent'
20729 Controls action of TAB key.
20730 `tcl-auto-newline'
20731 Non-nil means automatically newline before and after braces, brackets,
20732 and semicolons inserted in Tcl code.
20733 `tcl-use-smart-word-finder'
20734 If not nil, use a smarter, Tcl-specific way to find the current
20735 word when looking up help on a Tcl command.
20736
20737 Turning on Tcl mode calls the value of the variable `tcl-mode-hook'
20738 with no args, if that value is non-nil. Read the documentation for
20739 `tcl-mode-hook' to see what kinds of interesting hook functions
20740 already exist.
20741
20742 Commands:
20743 \\{tcl-mode-map}" t nil)
20744
20745 (autoload (quote inferior-tcl) "tcl" "\
20746 Run inferior Tcl process.
20747 Prefix arg means enter program name interactively.
20748 See documentation for function `inferior-tcl-mode' for more information.
20749
20750 \(fn CMD)" t nil)
20751
20752 (autoload (quote tcl-help-on-word) "tcl" "\
20753 Get help on Tcl command. Default is word at point.
20754 Prefix argument means invert sense of `tcl-use-smart-word-finder'.
20755
20756 \(fn COMMAND &optional ARG)" t nil)
20757
20758 ;;;***
20759 \f
20760 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15430 11124))
20761 ;;; Generated autoloads from net/telnet.el
20762 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
20763
20764 (autoload (quote telnet) "telnet" "\
20765 Open a network login connection to host named HOST (a string).
20766 Communication with HOST is recorded in a buffer `*PROGRAM-HOST*'
20767 where PROGRAM is the telnet program being used. This program
20768 is controlled by the contents of the global variable `telnet-host-properties',
20769 falling back on the value of the global variable `telnet-program'.
20770 Normally input is edited in Emacs and sent a line at a time.
20771
20772 \(fn HOST)" t nil)
20773 (add-hook 'same-window-regexps "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)")
20774
20775 (autoload (quote rsh) "telnet" "\
20776 Open a network login connection to host named HOST (a string).
20777 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
20778 Normally input is edited in Emacs and sent a line at a time.
20779
20780 \(fn HOST)" t nil)
20781
20782 ;;;***
20783 \f
20784 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15548
20785 ;;;;;; 29279))
20786 ;;; Generated autoloads from term.el
20787
20788 (autoload (quote make-term) "term" "\
20789 Make a term process NAME in a buffer, running PROGRAM.
20790 The name of the buffer is made by surrounding NAME with `*'s.
20791 If there is already a running process in that buffer, it is not restarted.
20792 Optional third arg STARTFILE is the name of a file to send the contents of to
20793 the process. Any more args are arguments to PROGRAM.
20794
20795 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
20796
20797 (autoload (quote term) "term" "\
20798 Start a terminal-emulator in a new buffer.
20799
20800 \(fn PROGRAM)" t nil)
20801
20802 (autoload (quote ansi-term) "term" "\
20803 Start a terminal-emulator in a new buffer.
20804
20805 \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
20806
20807 ;;;***
20808 \f
20809 ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490
20810 ;;;;;; 38811))
20811 ;;; Generated autoloads from terminal.el
20812
20813 (autoload (quote terminal-emulator) "terminal" "\
20814 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
20815 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
20816 BUFFER's contents are made an image of the display generated by that program,
20817 and any input typed when BUFFER is the current Emacs buffer is sent to that
20818 program as keyboard input.
20819
20820 Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS
20821 are parsed from an input-string using your usual shell.
20822 WIDTH and HEIGHT are determined from the size of the current window
20823 -- WIDTH will be one less than the window's width, HEIGHT will be its height.
20824
20825 To switch buffers and leave the emulator, or to give commands
20826 to the emulator itself (as opposed to the program running under it),
20827 type Control-^. The following character is an emulator command.
20828 Type Control-^ twice to send it to the subprogram.
20829 This escape character may be changed using the variable `terminal-escape-char'.
20830
20831 `Meta' characters may not currently be sent through the terminal emulator.
20832
20833 Here is a list of some of the variables which control the behaviour
20834 of the emulator -- see their documentation for more information:
20835 terminal-escape-char, terminal-scrolling, terminal-more-processing,
20836 terminal-redisplay-interval.
20837
20838 This function calls the value of terminal-mode-hook if that exists
20839 and is non-nil after the terminal buffer has been set up and the
20840 subprocess started.
20841
20842 \(fn BUFFER PROGRAM ARGS &optional WIDTH HEIGHT)" t nil)
20843
20844 ;;;***
20845 \f
20846 ;;;### (autoloads (testcover-this-defun testcover-start) "testcover"
20847 ;;;;;; "emacs-lisp/testcover.el" (15765 63714))
20848 ;;; Generated autoloads from emacs-lisp/testcover.el
20849
20850 (autoload (quote testcover-start) "testcover" "\
20851 Uses edebug to instrument all macros and functions in FILENAME, then
20852 changes the instrumentation from edebug to testcover--much faster, no
20853 problems with type-ahead or post-command-hook, etc. If BYTE-COMPILE is
20854 non-nil, byte-compiles each function after instrumenting.
20855
20856 \(fn FILENAME &optional BYTE-COMPILE)" t nil)
20857
20858 (autoload (quote testcover-this-defun) "testcover" "\
20859 Start coverage on function under point.
20860
20861 \(fn)" t nil)
20862
20863 ;;;***
20864 \f
20865 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15745 59717))
20866 ;;; Generated autoloads from play/tetris.el
20867
20868 (autoload (quote tetris) "tetris" "\
20869 Play the Tetris game.
20870 Shapes drop from the top of the screen, and the user has to move and
20871 rotate the shape to fit in with those at the bottom of the screen so
20872 as to form complete rows.
20873
20874 tetris-mode keybindings:
20875 \\<tetris-mode-map>
20876 \\[tetris-start-game] Starts a new game of Tetris
20877 \\[tetris-end-game] Terminates the current game
20878 \\[tetris-pause-game] Pauses (or resumes) the current game
20879 \\[tetris-move-left] Moves the shape one square to the left
20880 \\[tetris-move-right] Moves the shape one square to the right
20881 \\[tetris-rotate-prev] Rotates the shape clockwise
20882 \\[tetris-rotate-next] Rotates the shape anticlockwise
20883 \\[tetris-move-bottom] Drops the shape to the bottom of the playing area
20884
20885 nil(fn)" t nil)
20886
20887 ;;;***
20888 \f
20889 ;;;### (autoloads (tex-start-shell slitex-mode latex-mode plain-tex-mode
20890 ;;;;;; tex-mode tex-close-quote tex-open-quote tex-default-mode
20891 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
20892 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
20893 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
20894 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
20895 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
20896 ;;;;;; (15820 17397))
20897 ;;; Generated autoloads from textmodes/tex-mode.el
20898
20899 (defvar tex-shell-file-name nil "\
20900 *If non-nil, the shell file name to run in the subshell used to run TeX.")
20901
20902 (defvar tex-directory "." "\
20903 *Directory in which temporary files are written.
20904 You can make this `/tmp' if your TEXINPUTS has no relative directories in it
20905 and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
20906 `\\input' commands with relative directories.")
20907
20908 (defvar tex-first-line-header-regexp nil "\
20909 Regexp for matching a first line which `tex-region' should include.
20910 If this is non-nil, it should be a regular expression string;
20911 if it matches the first line of the file,
20912 `tex-region' always includes the first line in the TeX run.")
20913
20914 (defvar tex-main-file nil "\
20915 *The main TeX source file which includes this buffer's file.
20916 The command `tex-file' runs TeX on the file specified by `tex-main-file'
20917 if the variable is non-nil.")
20918
20919 (defvar tex-offer-save t "\
20920 *If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
20921
20922 (defvar tex-run-command "tex" "\
20923 *Command used to run TeX subjob.
20924 TeX Mode sets `tex-command' to this string.
20925 See the documentation of that variable.")
20926
20927 (defvar latex-run-command "latex" "\
20928 *Command used to run LaTeX subjob.
20929 LaTeX Mode sets `tex-command' to this string.
20930 See the documentation of that variable.")
20931
20932 (defvar slitex-run-command "slitex" "\
20933 *Command used to run SliTeX subjob.
20934 SliTeX Mode sets `tex-command' to this string.
20935 See the documentation of that variable.")
20936
20937 (defvar tex-start-options "" "\
20938 *TeX options to use when starting TeX.
20939 These immediately precede the commands in `tex-start-commands'
20940 and the input file name, with no separating space and are not shell-quoted.
20941 If nil, TeX runs with no options. See the documentation of `tex-command'.")
20942
20943 (defvar tex-start-commands "\\nonstopmode\\input" "\
20944 *TeX commands to use when starting TeX.
20945 They are shell-quoted and precede the input file name, with a separating space.
20946 If nil, no commands are used. See the documentation of `tex-command'.")
20947
20948 (defvar latex-block-names nil "\
20949 *User defined LaTeX block names.
20950 Combined with `latex-standard-block-names' for minibuffer completion.")
20951
20952 (defvar tex-bibtex-command "bibtex" "\
20953 *Command used by `tex-bibtex-file' to gather bibliographic data.
20954 If this string contains an asterisk (`*'), that is replaced by the file name;
20955 otherwise, the file name, preceded by blank, is added at the end.")
20956
20957 (defvar tex-dvi-print-command "lpr -d" "\
20958 *Command used by \\[tex-print] to print a .dvi file.
20959 If this string contains an asterisk (`*'), that is replaced by the file name;
20960 otherwise, the file name, preceded by blank, is added at the end.")
20961
20962 (defvar tex-alt-dvi-print-command "lpr -d" "\
20963 *Command used by \\[tex-print] with a prefix arg to print a .dvi file.
20964 If this string contains an asterisk (`*'), that is replaced by the file name;
20965 otherwise, the file name, preceded by blank, is added at the end.
20966
20967 If two printers are not enough of a choice, you can set the variable
20968 `tex-alt-dvi-print-command' to an expression that asks what you want;
20969 for example,
20970
20971 (setq tex-alt-dvi-print-command
20972 '(format \"lpr -P%s\" (read-string \"Use printer: \")))
20973
20974 would tell \\[tex-print] with a prefix argument to ask you which printer to
20975 use.")
20976
20977 (defvar tex-dvi-view-command (quote (if (eq window-system (quote x)) \"xdvi\" \"dvi2tty * | cat -s\")) "\
20978 *Command used by \\[tex-view] to display a `.dvi' file.
20979 If it is a string, that specifies the command directly.
20980 If this string contains an asterisk (`*'), that is replaced by the file name;
20981 otherwise, the file name, preceded by a space, is added at the end.
20982
20983 If the value is a form, it is evaluated to get the command to use.")
20984
20985 (defvar tex-show-queue-command "lpq" "\
20986 *Command used by \\[tex-show-print-queue] to show the print queue.
20987 Should show the queue(s) that \\[tex-print] puts jobs on.")
20988
20989 (defvar tex-default-mode (quote latex-mode) "\
20990 *Mode to enter for a new file that might be either TeX or LaTeX.
20991 This variable is used when it can't be determined whether the file
20992 is plain TeX or LaTeX or what because the file contains no commands.
20993 Normally set to either `plain-tex-mode' or `latex-mode'.")
20994
20995 (defvar tex-open-quote "``" "\
20996 *String inserted by typing \\[tex-insert-quote] to open a quotation.")
20997
20998 (defvar tex-close-quote "''" "\
20999 *String inserted by typing \\[tex-insert-quote] to close a quotation.")
21000
21001 (autoload (quote tex-mode) "tex-mode" "\
21002 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
21003 Tries to determine (by looking at the beginning of the file) whether
21004 this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
21005 `latex-mode', or `slitex-mode', respectively. If it cannot be determined,
21006 such as if there are no commands in the file, the value of `tex-default-mode'
21007 says which mode to use.
21008
21009 \(fn)" t nil)
21010
21011 (defalias (quote TeX-mode) (quote tex-mode))
21012
21013 (defalias (quote plain-TeX-mode) (quote plain-tex-mode))
21014
21015 (defalias (quote LaTeX-mode) (quote latex-mode))
21016
21017 (autoload (quote plain-tex-mode) "tex-mode" "\
21018 Major mode for editing files of input for plain TeX.
21019 Makes $ and } display the characters they match.
21020 Makes \" insert `` when it seems to be the beginning of a quotation,
21021 and '' when it appears to be the end; it inserts \" only after a \\.
21022
21023 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
21024 copied from the top of the file (containing macro definitions, etc.),
21025 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
21026 \\[tex-file] saves the buffer and then processes the file.
21027 \\[tex-print] prints the .dvi file made by any of these.
21028 \\[tex-view] previews the .dvi file made by any of these.
21029 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
21030
21031 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
21032 mismatched $'s or braces.
21033
21034 Special commands:
21035 \\{plain-tex-mode-map}
21036
21037 Mode variables:
21038 tex-run-command
21039 Command string used by \\[tex-region] or \\[tex-buffer].
21040 tex-directory
21041 Directory in which to create temporary files for TeX jobs
21042 run by \\[tex-region] or \\[tex-buffer].
21043 tex-dvi-print-command
21044 Command string used by \\[tex-print] to print a .dvi file.
21045 tex-alt-dvi-print-command
21046 Alternative command string used by \\[tex-print] (when given a prefix
21047 argument) to print a .dvi file.
21048 tex-dvi-view-command
21049 Command string used by \\[tex-view] to preview a .dvi file.
21050 tex-show-queue-command
21051 Command string used by \\[tex-show-print-queue] to show the print
21052 queue that \\[tex-print] put your job on.
21053
21054 Entering Plain-tex mode runs the hook `text-mode-hook', then the hook
21055 `tex-mode-hook', and finally the hook `plain-tex-mode-hook'. When the
21056 special subshell is initiated, the hook `tex-shell-hook' is run." t nil)
21057
21058 (autoload (quote latex-mode) "tex-mode" "\
21059 Major mode for editing files of input for LaTeX.
21060 Makes $ and } display the characters they match.
21061 Makes \" insert `` when it seems to be the beginning of a quotation,
21062 and '' when it appears to be the end; it inserts \" only after a \\.
21063
21064 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
21065 copied from the top of the file (containing \\documentstyle, etc.),
21066 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
21067 \\[tex-file] saves the buffer and then processes the file.
21068 \\[tex-print] prints the .dvi file made by any of these.
21069 \\[tex-view] previews the .dvi file made by any of these.
21070 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
21071
21072 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
21073 mismatched $'s or braces.
21074
21075 Special commands:
21076 \\{latex-mode-map}
21077
21078 Mode variables:
21079 latex-run-command
21080 Command string used by \\[tex-region] or \\[tex-buffer].
21081 tex-directory
21082 Directory in which to create temporary files for LaTeX jobs
21083 run by \\[tex-region] or \\[tex-buffer].
21084 tex-dvi-print-command
21085 Command string used by \\[tex-print] to print a .dvi file.
21086 tex-alt-dvi-print-command
21087 Alternative command string used by \\[tex-print] (when given a prefix
21088 argument) to print a .dvi file.
21089 tex-dvi-view-command
21090 Command string used by \\[tex-view] to preview a .dvi file.
21091 tex-show-queue-command
21092 Command string used by \\[tex-show-print-queue] to show the print
21093 queue that \\[tex-print] put your job on.
21094
21095 Entering Latex mode runs the hook `text-mode-hook', then
21096 `tex-mode-hook', and finally `latex-mode-hook'. When the special
21097 subshell is initiated, `tex-shell-hook' is run." t nil)
21098
21099 (autoload (quote slitex-mode) "tex-mode" "\
21100 Major mode for editing files of input for SliTeX.
21101 Makes $ and } display the characters they match.
21102 Makes \" insert `` when it seems to be the beginning of a quotation,
21103 and '' when it appears to be the end; it inserts \" only after a \\.
21104
21105 Use \\[tex-region] to run SliTeX on the current region, plus the preamble
21106 copied from the top of the file (containing \\documentstyle, etc.),
21107 running SliTeX under a special subshell. \\[tex-buffer] does the whole buffer.
21108 \\[tex-file] saves the buffer and then processes the file.
21109 \\[tex-print] prints the .dvi file made by any of these.
21110 \\[tex-view] previews the .dvi file made by any of these.
21111 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
21112
21113 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
21114 mismatched $'s or braces.
21115
21116 Special commands:
21117 \\{slitex-mode-map}
21118
21119 Mode variables:
21120 slitex-run-command
21121 Command string used by \\[tex-region] or \\[tex-buffer].
21122 tex-directory
21123 Directory in which to create temporary files for SliTeX jobs
21124 run by \\[tex-region] or \\[tex-buffer].
21125 tex-dvi-print-command
21126 Command string used by \\[tex-print] to print a .dvi file.
21127 tex-alt-dvi-print-command
21128 Alternative command string used by \\[tex-print] (when given a prefix
21129 argument) to print a .dvi file.
21130 tex-dvi-view-command
21131 Command string used by \\[tex-view] to preview a .dvi file.
21132 tex-show-queue-command
21133 Command string used by \\[tex-show-print-queue] to show the print
21134 queue that \\[tex-print] put your job on.
21135
21136 Entering SliTeX mode runs the hook `text-mode-hook', then the hook
21137 `tex-mode-hook', then the hook `latex-mode-hook', and finally the hook
21138 `slitex-mode-hook'. When the special subshell is initiated, the hook
21139 `tex-shell-hook' is run." t nil)
21140
21141 (autoload (quote tex-start-shell) "tex-mode" "\
21142 Not documented
21143
21144 \(fn)" nil nil)
21145
21146 ;;;***
21147 \f
21148 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
21149 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15852 39775))
21150 ;;; Generated autoloads from textmodes/texinfmt.el
21151
21152 (autoload (quote texinfo-format-buffer) "texinfmt" "\
21153 Process the current buffer as texinfo code, into an Info file.
21154 The Info file output is generated in a buffer visiting the Info file
21155 name specified in the @setfilename command.
21156
21157 Non-nil argument (prefix, if interactive) means don't make tag table
21158 and don't split the file if large. You can use Info-tagify and
21159 Info-split to do these manually.
21160
21161 \(fn &optional NOSPLIT)" t nil)
21162
21163 (autoload (quote texinfo-format-region) "texinfmt" "\
21164 Convert the current region of the Texinfo file to Info format.
21165 This lets you see what that part of the file will look like in Info.
21166 The command is bound to \\[texinfo-format-region]. The text that is
21167 converted to Info is stored in a temporary buffer.
21168
21169 \(fn REGION-BEGINNING REGION-END)" t nil)
21170
21171 (autoload (quote texi2info) "texinfmt" "\
21172 Convert the current buffer (written in Texinfo code) into an Info file.
21173 The Info file output is generated in a buffer visiting the Info file
21174 names specified in the @setfilename command.
21175
21176 This function automatically updates all node pointers and menus, and
21177 creates a master menu. This work is done on a temporary buffer that
21178 is automatically removed when the Info file is created. The original
21179 Texinfo source buffer is not changed.
21180
21181 Non-nil argument (prefix, if interactive) means don't split the file
21182 if large. You can use Info-split to do this manually.
21183
21184 \(fn &optional NOSPLIT)" t nil)
21185
21186 ;;;***
21187 \f
21188 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
21189 ;;;;;; "texinfo" "textmodes/texinfo.el" (15809 3075))
21190 ;;; Generated autoloads from textmodes/texinfo.el
21191
21192 (defvar texinfo-open-quote "``" "\
21193 *String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
21194
21195 (defvar texinfo-close-quote "''" "\
21196 *String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
21197
21198 (autoload (quote texinfo-mode) "texinfo" "\
21199 Major mode for editing Texinfo files.
21200
21201 It has these extra commands:
21202 \\{texinfo-mode-map}
21203
21204 These are files that are used as input for TeX to make printed manuals
21205 and also to be turned into Info files with \\[makeinfo-buffer] or
21206 the `makeinfo' program. These files must be written in a very restricted and
21207 modified version of TeX input format.
21208
21209 Editing commands are like text-mode except that the syntax table is
21210 set up so expression commands skip Texinfo bracket groups. To see
21211 what the Info version of a region of the Texinfo file will look like,
21212 use \\[makeinfo-region], which runs `makeinfo' on the current region.
21213
21214 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
21215 This command shows the structure of a Texinfo file by listing the
21216 lines with the @-sign commands for @chapter, @section, and the like.
21217 These lines are displayed in another window called the *Occur* window.
21218 In that window, you can position the cursor over one of the lines and
21219 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
21220 in the Texinfo file.
21221
21222 In addition, Texinfo mode provides commands that insert various
21223 frequently used @-sign commands into the buffer. You can use these
21224 commands to save keystrokes. And you can insert balanced braces with
21225 \\[texinfo-insert-braces] and later use the command \\[up-list] to
21226 move forward past the closing brace.
21227
21228 Also, Texinfo mode provides functions for automatically creating or
21229 updating menus and node pointers. These functions
21230
21231 * insert the `Next', `Previous' and `Up' pointers of a node,
21232 * insert or update the menu for a section, and
21233 * create a master menu for a Texinfo source file.
21234
21235 Here are the functions:
21236
21237 texinfo-update-node \\[texinfo-update-node]
21238 texinfo-every-node-update \\[texinfo-every-node-update]
21239 texinfo-sequential-node-update
21240
21241 texinfo-make-menu \\[texinfo-make-menu]
21242 texinfo-all-menus-update \\[texinfo-all-menus-update]
21243 texinfo-master-menu
21244
21245 texinfo-indent-menu-description (column &optional region-p)
21246
21247 The `texinfo-column-for-description' variable specifies the column to
21248 which menu descriptions are indented.
21249
21250 Passed an argument (a prefix argument, if interactive), the
21251 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
21252 in the region.
21253
21254 To use the updating commands, you must structure your Texinfo file
21255 hierarchically, such that each `@node' line, with the exception of the
21256 Top node, is accompanied by some kind of section line, such as an
21257 `@chapter' or `@section' line.
21258
21259 If the file has a `top' node, it must be called `top' or `Top' and
21260 be the first node in the file.
21261
21262 Entering Texinfo mode calls the value of `text-mode-hook', and then the
21263 value of `texinfo-mode-hook'." t nil)
21264
21265 ;;;***
21266 \f
21267 ;;;### (autoloads (thai-composition-function thai-post-read-conversion
21268 ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region)
21269 ;;;;;; "thai-util" "language/thai-util.el" (15809 3074))
21270 ;;; Generated autoloads from language/thai-util.el
21271
21272 (autoload (quote thai-compose-region) "thai-util" "\
21273 Compose Thai characters in the region.
21274 When called from a program, expects two arguments,
21275 positions (integers or markers) specifying the region.
21276
21277 \(fn BEG END)" t nil)
21278
21279 (autoload (quote thai-compose-string) "thai-util" "\
21280 Compose Thai characters in STRING and return the resulting string.
21281
21282 \(fn STRING)" nil nil)
21283
21284 (autoload (quote thai-compose-buffer) "thai-util" "\
21285 Compose Thai characters in the current buffer.
21286
21287 \(fn)" t nil)
21288
21289 (autoload (quote thai-post-read-conversion) "thai-util" "\
21290 Not documented
21291
21292 \(fn LEN)" nil nil)
21293
21294 (autoload (quote thai-composition-function) "thai-util" "\
21295 Compose Thai text in the region FROM and TO.
21296 The text matches the regular expression PATTERN.
21297 Optional 4th argument STRING, if non-nil, is a string containing text
21298 to compose.
21299
21300 The return value is number of composed characters.
21301
21302 \(fn FROM TO PATTERN &optional STRING)" nil nil)
21303
21304 ;;;***
21305 \f
21306 ;;;### (autoloads (list-at-point number-at-point symbol-at-point
21307 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
21308 ;;;;;; "thingatpt" "thingatpt.el" (15787 57179))
21309 ;;; Generated autoloads from thingatpt.el
21310
21311 (autoload (quote forward-thing) "thingatpt" "\
21312 Move forward to the end of the next THING.
21313
21314 \(fn THING &optional N)" nil nil)
21315
21316 (autoload (quote bounds-of-thing-at-point) "thingatpt" "\
21317 Determine the start and end buffer locations for the THING at point.
21318 THING is a symbol which specifies the kind of syntactic entity you want.
21319 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
21320 `word', `sentence', `whitespace', `line', `page' and others.
21321
21322 See the file `thingatpt.el' for documentation on how to define
21323 a symbol as a valid THING.
21324
21325 The value is a cons cell (START . END) giving the start and end positions
21326 of the textual entity that was found.
21327
21328 \(fn THING)" nil nil)
21329
21330 (autoload (quote thing-at-point) "thingatpt" "\
21331 Return the THING at point.
21332 THING is a symbol which specifies the kind of syntactic entity you want.
21333 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
21334 `word', `sentence', `whitespace', `line', `page' and others.
21335
21336 See the file `thingatpt.el' for documentation on how to define
21337 a symbol as a valid THING.
21338
21339 \(fn THING)" nil nil)
21340
21341 (autoload (quote sexp-at-point) "thingatpt" "\
21342 Not documented
21343
21344 \(fn)" nil nil)
21345
21346 (autoload (quote symbol-at-point) "thingatpt" "\
21347 Not documented
21348
21349 \(fn)" nil nil)
21350
21351 (autoload (quote number-at-point) "thingatpt" "\
21352 Not documented
21353
21354 \(fn)" nil nil)
21355
21356 (autoload (quote list-at-point) "thingatpt" "\
21357 Not documented
21358
21359 \(fn)" nil nil)
21360
21361 ;;;***
21362 \f
21363 ;;;### (autoloads (tibetan-pre-write-canonicalize-for-unicode tibetan-pre-write-conversion
21364 ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
21365 ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
21366 ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
21367 ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
21368 ;;;;;; "language/tibet-util.el" (15576 33872))
21369 ;;; Generated autoloads from language/tibet-util.el
21370
21371 (autoload (quote tibetan-char-p) "tibet-util" "\
21372 Check if char CH is Tibetan character.
21373 Returns non-nil if CH is Tibetan. Otherwise, returns nil.
21374
21375 \(fn CH)" nil nil)
21376
21377 (autoload (quote tibetan-tibetan-to-transcription) "tibet-util" "\
21378 Transcribe Tibetan string STR and return the corresponding Roman string.
21379
21380 \(fn STR)" nil nil)
21381
21382 (autoload (quote tibetan-transcription-to-tibetan) "tibet-util" "\
21383 Convert Tibetan Roman string STR to Tibetan character string.
21384 The returned string has no composition information.
21385
21386 \(fn STR)" nil nil)
21387
21388 (autoload (quote tibetan-compose-string) "tibet-util" "\
21389 Compose Tibetan string STR.
21390
21391 \(fn STR)" nil nil)
21392
21393 (autoload (quote tibetan-compose-region) "tibet-util" "\
21394 Compose Tibetan text the region BEG and END.
21395
21396 \(fn BEG END)" t nil)
21397
21398 (autoload (quote tibetan-decompose-region) "tibet-util" "\
21399 Decompose Tibetan text in the region FROM and TO.
21400 This is different from decompose-region because precomposed Tibetan characters
21401 are decomposed into normal Tibetan character sequences.
21402
21403 \(fn FROM TO)" t nil)
21404
21405 (autoload (quote tibetan-decompose-string) "tibet-util" "\
21406 Decompose Tibetan string STR.
21407 This is different from decompose-string because precomposed Tibetan characters
21408 are decomposed into normal Tibetan character sequences.
21409
21410 \(fn STR)" nil nil)
21411
21412 (autoload (quote tibetan-composition-function) "tibet-util" "\
21413 Not documented
21414
21415 \(fn FROM TO PATTERN &optional STRING)" nil nil)
21416
21417 (autoload (quote tibetan-decompose-buffer) "tibet-util" "\
21418 Decomposes Tibetan characters in the buffer into their components.
21419 See also the documentation of the function `tibetan-decompose-region'.
21420
21421 \(fn)" t nil)
21422
21423 (autoload (quote tibetan-compose-buffer) "tibet-util" "\
21424 Composes Tibetan character components in the buffer.
21425 See also docstring of the function tibetan-compose-region.
21426
21427 \(fn)" t nil)
21428
21429 (autoload (quote tibetan-post-read-conversion) "tibet-util" "\
21430 Not documented
21431
21432 \(fn LEN)" nil nil)
21433
21434 (autoload (quote tibetan-pre-write-conversion) "tibet-util" "\
21435 Not documented
21436
21437 \(fn FROM TO)" nil nil)
21438
21439 (autoload (quote tibetan-pre-write-canonicalize-for-unicode) "tibet-util" "\
21440 Not documented
21441
21442 \(fn FROM TO)" nil nil)
21443
21444 ;;;***
21445 \f
21446 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
21447 ;;;;;; (15489 14486))
21448 ;;; Generated autoloads from textmodes/tildify.el
21449
21450 (autoload (quote tildify-region) "tildify" "\
21451 Add hard spaces in the region between BEG and END.
21452 See variables `tildify-pattern-alist', `tildify-string-alist', and
21453 `tildify-ignored-environments-alist' for information about configuration
21454 parameters.
21455 This function performs no refilling of the changed text.
21456
21457 \(fn BEG END)" t nil)
21458
21459 (autoload (quote tildify-buffer) "tildify" "\
21460 Add hard spaces in the current buffer.
21461 See variables `tildify-pattern-alist', `tildify-string-alist', and
21462 `tildify-ignored-environments-alist' for information about configuration
21463 parameters.
21464 This function performs no refilling of the changed text.
21465
21466 \(fn)" t nil)
21467
21468 ;;;***
21469 \f
21470 ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
21471 ;;;;;; "time" "time.el" (15747 59317))
21472 ;;; Generated autoloads from time.el
21473
21474 (defvar display-time-day-and-date nil "\
21475 *Non-nil means \\[display-time] should display day and date as well as time.")
21476
21477 (autoload (quote display-time) "time" "\
21478 Enable display of time, load level, and mail flag in mode lines.
21479 This display updates automatically every minute.
21480 If `display-time-day-and-date' is non-nil, the current day and date
21481 are displayed as well.
21482 This runs the normal hook `display-time-hook' after each update.
21483
21484 \(fn)" t nil)
21485
21486 (defvar display-time-mode nil "\
21487 Non-nil if Display-Time mode is enabled.
21488 See the command `display-time-mode' for a description of this minor-mode.
21489 Setting this variable directly does not take effect;
21490 use either \\[customize] or the function `display-time-mode'.")
21491
21492 (custom-add-to-group (quote display-time) (quote display-time-mode) (quote custom-variable))
21493
21494 (custom-add-load (quote display-time-mode) (quote time))
21495
21496 (autoload (quote display-time-mode) "time" "\
21497 Toggle display of time, load level, and mail flag in mode lines.
21498 With a numeric arg, enable this display if arg is positive.
21499
21500 When this display is enabled, it updates automatically every minute.
21501 If `display-time-day-and-date' is non-nil, the current day and date
21502 are displayed as well.
21503 This runs the normal hook `display-time-hook' after each update.
21504
21505 \(fn &optional ARG)" t nil)
21506
21507 ;;;***
21508 \f
21509 ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year
21510 ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
21511 ;;;;;; time-since days-to-time time-less-p seconds-to-time date-to-time)
21512 ;;;;;; "time-date" "calendar/time-date.el" (15450 56230))
21513 ;;; Generated autoloads from calendar/time-date.el
21514
21515 (autoload (quote date-to-time) "time-date" "\
21516 Parse a string that represents a date-time and return a time value.
21517
21518 \(fn DATE)" nil nil)
21519
21520 (autoload (quote seconds-to-time) "time-date" "\
21521 Convert SECONDS (a floating point number) to a time value.
21522
21523 \(fn SECONDS)" nil nil)
21524
21525 (autoload (quote time-less-p) "time-date" "\
21526 Say whether time value T1 is less than time value T2.
21527
21528 \(fn T1 T2)" nil nil)
21529
21530 (autoload (quote days-to-time) "time-date" "\
21531 Convert DAYS into a time value.
21532
21533 \(fn DAYS)" nil nil)
21534
21535 (autoload (quote time-since) "time-date" "\
21536 Return the time elapsed since TIME.
21537 TIME should be either a time value or a date-time string.
21538
21539 \(fn TIME)" nil nil)
21540
21541 (defalias (quote subtract-time) (quote time-subtract))
21542
21543 (autoload (quote time-subtract) "time-date" "\
21544 Subtract two time values.
21545 Return the difference in the format of a time value.
21546
21547 \(fn T1 T2)" nil nil)
21548
21549 (autoload (quote time-add) "time-date" "\
21550 Add two time values. One should represent a time difference.
21551
21552 \(fn T1 T2)" nil nil)
21553
21554 (autoload (quote date-to-day) "time-date" "\
21555 Return the number of days between year 1 and DATE.
21556 DATE should be a date-time string.
21557
21558 \(fn DATE)" nil nil)
21559
21560 (autoload (quote days-between) "time-date" "\
21561 Return the number of days between DATE1 and DATE2.
21562 DATE1 and DATE2 should be date-time strings.
21563
21564 \(fn DATE1 DATE2)" nil nil)
21565
21566 (autoload (quote date-leap-year-p) "time-date" "\
21567 Return t if YEAR is a leap year.
21568
21569 \(fn YEAR)" nil nil)
21570
21571 (autoload (quote time-to-day-in-year) "time-date" "\
21572 Return the day number within the year of the date month/day/year.
21573
21574 \(fn TIME)" nil nil)
21575
21576 (autoload (quote time-to-days) "time-date" "\
21577 The number of days between the Gregorian date 0001-12-31bce and TIME.
21578 TIME should be a time value.
21579 The Gregorian date Sunday, December 31, 1bce is imaginary.
21580
21581 \(fn TIME)" nil nil)
21582
21583 (autoload (quote safe-date-to-time) "time-date" "\
21584 Parse a string that represents a date-time and return a time value.
21585 If DATE is malformed, return a time value of zeros.
21586
21587 \(fn DATE)" nil nil)
21588
21589 ;;;***
21590 \f
21591 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
21592 ;;;;;; "time-stamp.el" (15744 11845))
21593 ;;; Generated autoloads from time-stamp.el
21594
21595 (autoload (quote time-stamp) "time-stamp" "\
21596 Update the time stamp string(s) in the buffer.
21597 A template in a file can be automatically updated with a new time stamp
21598 every time you save the file. Add this line to your .emacs file:
21599 (add-hook 'write-file-hooks 'time-stamp)
21600 Normally the template must appear in the first 8 lines of a file and
21601 look like one of the following:
21602 Time-stamp: <>
21603 Time-stamp: \" \"
21604 The time stamp is written between the brackets or quotes:
21605 Time-stamp: <1998-02-18 10:20:51 gildea>
21606 The time stamp is updated only if the variable `time-stamp-active' is non-nil.
21607 The format of the time stamp is set by the variable `time-stamp-format'.
21608 The variables `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
21609 `time-stamp-count', and `time-stamp-inserts-lines' control finding the
21610 template.
21611
21612 \(fn)" t nil)
21613
21614 (autoload (quote time-stamp-toggle-active) "time-stamp" "\
21615 Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
21616 With arg, turn time stamping on if and only if arg is positive.
21617
21618 \(fn &optional ARG)" t nil)
21619
21620 ;;;***
21621 \f
21622 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string
21623 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
21624 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
21625 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
21626 ;;;;;; (15820 63473))
21627 ;;; Generated autoloads from calendar/timeclock.el
21628
21629 (autoload (quote timeclock-modeline-display) "timeclock" "\
21630 Toggle display of the amount of time left today in the modeline.
21631 If `timeclock-use-display-time' is non-nil, the modeline will be
21632 updated whenever the time display is updated. Otherwise, the
21633 timeclock will use its own sixty second timer to do its updating.
21634 With prefix ARG, turn modeline display on if and only if ARG is
21635 positive. Returns the new status of timeclock modeline display
21636 \(non-nil means on).
21637
21638 \(fn &optional ARG)" t nil)
21639
21640 (autoload (quote timeclock-in) "timeclock" "\
21641 Clock in, recording the current time moment in the timelog.
21642 With a numeric prefix ARG, record the fact that today has only that
21643 many hours in it to be worked. If arg is a non-numeric prefix arg
21644 \(non-nil, but not a number), 0 is assumed (working on a holiday or
21645 weekend). *If not called interactively, ARG should be the number of
21646 _seconds_ worked today*. This feature only has effect the first time
21647 this function is called within a day.
21648
21649 PROJECT as the project being clocked into. If PROJECT is nil, and
21650 FIND-PROJECT is non-nil -- or the user calls `timeclock-in'
21651 interactively -- call the function `timeclock-get-project-function' to
21652 discover the name of the project.
21653
21654 \(fn &optional ARG PROJECT FIND-PROJECT)" t nil)
21655
21656 (autoload (quote timeclock-out) "timeclock" "\
21657 Clock out, recording the current time moment in the timelog.
21658 If a prefix ARG is given, the user has completed the project that was
21659 begun during the last time segment.
21660
21661 REASON is the user's reason for clocking out. If REASON is nil, and
21662 FIND-REASON is non-nil -- or the user calls `timeclock-out'
21663 interactively -- call the function `timeclock-get-reason-function' to
21664 discover the reason.
21665
21666 \(fn &optional ARG REASON FIND-REASON)" t nil)
21667
21668 (autoload (quote timeclock-status-string) "timeclock" "\
21669 Report the overall timeclock status at the present moment.
21670
21671 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
21672
21673 (autoload (quote timeclock-change) "timeclock" "\
21674 Change to working on a different project, by clocking in then out.
21675 With a prefix ARG, consider the previous project as having been
21676 finished at the time of changeover. PROJECT is the name of the last
21677 project you were working on.
21678
21679 \(fn &optional ARG PROJECT)" t nil)
21680
21681 (autoload (quote timeclock-query-out) "timeclock" "\
21682 Ask the user before clocking out.
21683 This is a useful function for adding to `kill-emacs-hook'.
21684
21685 \(fn)" nil nil)
21686
21687 (autoload (quote timeclock-reread-log) "timeclock" "\
21688 Re-read the timeclock, to account for external changes.
21689 Returns the new value of `timeclock-discrepancy'.
21690
21691 \(fn)" t nil)
21692
21693 (autoload (quote timeclock-workday-remaining-string) "timeclock" "\
21694 Return a string representing the amount of time left today.
21695 Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY
21696 is non-nil, the display will be relative only to time worked today.
21697 See `timeclock-relative' for more information about the meaning of
21698 \"relative to today\".
21699
21700 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
21701
21702 (autoload (quote timeclock-workday-elapsed-string) "timeclock" "\
21703 Return a string representing the amount of time worked today.
21704 Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is
21705 non-nil, the amount returned will be relative to past time worked.
21706
21707 \(fn &optional SHOW-SECONDS)" t nil)
21708
21709 (autoload (quote timeclock-when-to-leave-string) "timeclock" "\
21710 Return a string representing at what time the workday ends today.
21711 This string is relative to the value of `timeclock-workday'. If
21712 NO-MESSAGE is non-nil, no messages will be displayed in the
21713 minibuffer. If SHOW-SECONDS is non-nil, the value printed/returned
21714 will include seconds. If TODAY-ONLY is non-nil, the value returned
21715 will be relative only to the time worked today, and not to past time.
21716 This argument only makes a difference if `timeclock-relative' is
21717 non-nil.
21718
21719 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
21720
21721 ;;;***
21722 \f
21723 ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
21724 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
21725 ;;;;;; "timer.el" (15670 55400))
21726 ;;; Generated autoloads from timer.el
21727
21728 (defalias (quote disable-timeout) (quote cancel-timer))
21729
21730 (autoload (quote cancel-timer) "timer" "\
21731 Remove TIMER from the list of active timers.
21732
21733 \(fn TIMER)" nil nil)
21734
21735 (autoload (quote cancel-function-timers) "timer" "\
21736 Cancel all timers scheduled by `run-at-time' which would run FUNCTION.
21737
21738 \(fn FUNCTION)" t nil)
21739
21740 (autoload (quote run-at-time) "timer" "\
21741 Perform an action at time TIME.
21742 Repeat the action every REPEAT seconds, if REPEAT is non-nil.
21743 TIME should be a string like \"11:23pm\", nil meaning now, a number of seconds
21744 from now, a value from `current-time', or t (with non-nil REPEAT)
21745 meaning the next integral multiple of REPEAT.
21746 REPEAT may be an integer or floating point number.
21747 The action is to call FUNCTION with arguments ARGS.
21748
21749 This function returns a timer object which you can use in `cancel-timer'.
21750
21751 \(fn TIME REPEAT FUNCTION &rest ARGS)" t nil)
21752
21753 (autoload (quote run-with-timer) "timer" "\
21754 Perform an action after a delay of SECS seconds.
21755 Repeat the action every REPEAT seconds, if REPEAT is non-nil.
21756 SECS and REPEAT may be integers or floating point numbers.
21757 The action is to call FUNCTION with arguments ARGS.
21758
21759 This function returns a timer object which you can use in `cancel-timer'.
21760
21761 \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil)
21762
21763 (autoload (quote add-timeout) "timer" "\
21764 Add a timer to run SECS seconds from now, to call FUNCTION on OBJECT.
21765 If REPEAT is non-nil, repeat the timer every REPEAT seconds.
21766 This function is for compatibility; see also `run-with-timer'.
21767
21768 \(fn SECS FUNCTION OBJECT &optional REPEAT)" nil nil)
21769
21770 (autoload (quote run-with-idle-timer) "timer" "\
21771 Perform an action the next time Emacs is idle for SECS seconds.
21772 The action is to call FUNCTION with arguments ARGS.
21773 SECS may be an integer or a floating point number.
21774
21775 If REPEAT is non-nil, do the action each time Emacs has been idle for
21776 exactly SECS seconds (that is, only once for each time Emacs becomes idle).
21777
21778 This function returns a timer object which you can use in `cancel-timer'.
21779
21780 \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil)
21781 (put 'with-timeout 'lisp-indent-function 1)
21782
21783 (autoload (quote with-timeout) "timer" "\
21784 Run BODY, but if it doesn't finish in SECONDS seconds, give up.
21785 If we give up, we run the TIMEOUT-FORMS and return the value of the last one.
21786 The call should look like:
21787 (with-timeout (SECONDS TIMEOUT-FORMS...) BODY...)
21788 The timeout is checked whenever Emacs waits for some kind of external
21789 event (such as keyboard input, input from subprocesses, or a certain time);
21790 if the program loops without waiting in any way, the timeout will not
21791 be detected.
21792
21793 \(fn LIST &rest BODY)" nil (quote macro))
21794
21795 ;;;***
21796 \f
21797 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
21798 ;;;;;; "international/titdic-cnv.el" (15855 43929))
21799 ;;; Generated autoloads from international/titdic-cnv.el
21800
21801 (autoload (quote titdic-convert) "titdic-cnv" "\
21802 Convert a TIT dictionary of FILENAME into a Quail package.
21803 Optional argument DIRNAME if specified is the directory name under which
21804 the generated Quail package is saved.
21805
21806 \(fn FILENAME &optional DIRNAME)" t nil)
21807
21808 (autoload (quote batch-titdic-convert) "titdic-cnv" "\
21809 Run `titdic-convert' on the files remaining on the command line.
21810 Use this from the command line, with `-batch';
21811 it won't work in an interactive Emacs.
21812 For example, invoke \"emacs -batch -f batch-titdic-convert XXX.tit\" to
21813 generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".
21814 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
21815
21816 \(fn &optional FORCE)" nil nil)
21817
21818 ;;;***
21819 \f
21820 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
21821 ;;;;;; "tmm.el" (15556 11342))
21822 ;;; Generated autoloads from tmm.el
21823 (define-key global-map "\M-`" 'tmm-menubar)
21824 (define-key global-map [f10] 'tmm-menubar)
21825 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
21826
21827 (autoload (quote tmm-menubar) "tmm" "\
21828 Text-mode emulation of looking and choosing from a menubar.
21829 See the documentation for `tmm-prompt'.
21830 X-POSITION, if non-nil, specifies a horizontal position within the menu bar;
21831 we make that menu bar item (the one at that position) the default choice.
21832
21833 \(fn &optional X-POSITION)" t nil)
21834
21835 (autoload (quote tmm-menubar-mouse) "tmm" "\
21836 Text-mode emulation of looking and choosing from a menubar.
21837 This command is used when you click the mouse in the menubar
21838 on a console which has no window system but does have a mouse.
21839 See the documentation for `tmm-prompt'.
21840
21841 \(fn EVENT)" t nil)
21842
21843 (autoload (quote tmm-prompt) "tmm" "\
21844 Text-mode emulation of calling the bindings in keymap.
21845 Creates a text-mode menu of possible choices. You can access the elements
21846 in the menu in two ways:
21847 *) via history mechanism from minibuffer;
21848 *) Or via completion-buffer that is automatically shown.
21849 The last alternative is currently a hack, you cannot use mouse reliably.
21850
21851 MENU is like the MENU argument to `x-popup-menu': either a
21852 keymap or an alist of alists.
21853 DEFAULT-ITEM, if non-nil, specifies an initial default choice.
21854 Its value should be an event that has a binding in MENU.
21855
21856 \(fn MENU &optional IN-POPUP DEFAULT-ITEM)" nil nil)
21857
21858 ;;;***
21859 \f
21860 ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
21861 ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
21862 ;;;;;; "todo-mode" "calendar/todo-mode.el" (15381 46974))
21863 ;;; Generated autoloads from calendar/todo-mode.el
21864
21865 (autoload (quote todo-add-category) "todo-mode" "\
21866 Add new category CAT to the TODO list.
21867
21868 \(fn CAT)" t nil)
21869
21870 (autoload (quote todo-add-item-non-interactively) "todo-mode" "\
21871 Insert NEW-ITEM in TODO list as a new entry in CATEGORY.
21872
21873 \(fn NEW-ITEM CATEGORY)" nil nil)
21874
21875 (autoload (quote todo-insert-item) "todo-mode" "\
21876 Insert new TODO list entry.
21877 With a prefix argument solicit the category, otherwise use the current
21878 category.
21879
21880 \(fn ARG)" t nil)
21881
21882 (autoload (quote todo-top-priorities) "todo-mode" "\
21883 List top priorities for each category.
21884
21885 Number of entries for each category is given by NOF-PRIORITIES which
21886 defaults to 'todo-show-priorities'.
21887
21888 If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted
21889 between each category.
21890
21891 \(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE)" t nil)
21892
21893 (autoload (quote todo-print) "todo-mode" "\
21894 Print todo summary using `todo-print-function'.
21895 If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted
21896 between each category.
21897
21898 Number of entries for each category is given by `todo-print-priorities'.
21899
21900 \(fn &optional CATEGORY-PR-PAGE)" t nil)
21901
21902 (autoload (quote todo-mode) "todo-mode" "\
21903 Major mode for editing TODO lists.
21904
21905 \\{todo-mode-map}
21906
21907 \(fn)" t nil)
21908
21909 (autoload (quote todo-cp) "todo-mode" "\
21910 Make a diary entry appear only in the current date's diary.
21911
21912 \(fn)" nil nil)
21913
21914 (autoload (quote todo-show) "todo-mode" "\
21915 Show TODO list.
21916
21917 \(fn)" t nil)
21918
21919 ;;;***
21920 \f
21921 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
21922 ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"
21923 ;;;;;; "toolbar/tool-bar.el" (15668 41521))
21924 ;;; Generated autoloads from toolbar/tool-bar.el
21925
21926 (defvar tool-bar-mode nil "\
21927 Non-nil if Tool-Bar mode is enabled.
21928 See the command `tool-bar-mode' for a description of this minor-mode.
21929 Setting this variable directly does not take effect;
21930 use either \\[customize] or the function `tool-bar-mode'.")
21931
21932 (custom-add-to-group (quote mouse) (quote tool-bar-mode) (quote custom-variable))
21933
21934 (custom-add-load (quote tool-bar-mode) (quote tool-bar))
21935
21936 (autoload (quote tool-bar-mode) "tool-bar" "\
21937 Toggle use of the tool bar.
21938 With numeric ARG, display the tool bar if and only if ARG is positive.
21939
21940 See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
21941 conveniently adding tool bar items.
21942
21943 \(fn &optional ARG)" t nil)
21944
21945 (put (quote tool-bar-mode) (quote standard-value) (quote (t)))
21946
21947 (autoload (quote tool-bar-add-item) "tool-bar" "\
21948 Add an item to the tool bar.
21949 ICON names the image, DEF is the key definition and KEY is a symbol
21950 for the fake function key in the menu keymap. Remaining arguments
21951 PROPS are additional items to add to the menu item specification. See
21952 Info node `(elisp)Tool Bar'. Items are added from left to right.
21953
21954 ICON is the base name of a file containing the image to use. The
21955 function will first try to use ICON.xpm, then ICON.pbm, and finally
21956 ICON.xbm, using `find-image'.
21957
21958 Use this function only to make bindings in the global value of `tool-bar-map'.
21959 To define items in any other map, use `tool-bar-local-item'.
21960
21961 \(fn ICON DEF KEY &rest PROPS)" nil nil)
21962
21963 (autoload (quote tool-bar-local-item) "tool-bar" "\
21964 Add an item to the tool bar in map MAP.
21965 ICON names the image, DEF is the key definition and KEY is a symbol
21966 for the fake function key in the menu keymap. Remaining arguments
21967 PROPS are additional items to add to the menu item specification. See
21968 Info node `(elisp)Tool Bar'. Items are added from left to right.
21969
21970 ICON is the base name of a file containing the image to use. The
21971 function will first try to use ICON.xpm, then ICON.pbm, and finally
21972 ICON.xbm, using `find-image'.
21973
21974 \(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
21975
21976 (autoload (quote tool-bar-add-item-from-menu) "tool-bar" "\
21977 Define tool bar binding for COMMAND using the given ICON in keymap MAP.
21978 This makes a binding for COMMAND in `tool-bar-map', copying its
21979 binding from the menu bar in MAP (which defaults to `global-map'), but
21980 modifies the binding by adding an image specification for ICON. It
21981 finds ICON just like `tool-bar-add-item'. PROPS are additional
21982 properties to add to the binding.
21983
21984 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
21985
21986 Use this function only to make bindings in the global value of `tool-bar-map'.
21987 To define items in any other map, use `tool-bar-local-item'.
21988
21989 \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
21990
21991 (autoload (quote tool-bar-local-item-from-menu) "tool-bar" "\
21992 Define tool bar binding for COMMAND using the given ICON in keymap MAP.
21993 This makes a binding for COMMAND in IN-MAP, copying its binding from
21994 the menu bar in FROM-MAP (which defaults to `global-map'), but
21995 modifies the binding by adding an image specification for ICON. It
21996 finds ICON just like `tool-bar-add-item'. PROPS are additional
21997 properties to add to the binding.
21998
21999 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
22000
22001 \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
22002
22003 ;;;***
22004 \f
22005 ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
22006 ;;;;;; (15855 43929))
22007 ;;; Generated autoloads from tooltip.el
22008
22009 (autoload (quote tooltip-mode) "tooltip" "\
22010 Mode for tooltip display.
22011 With ARG, turn tooltip mode on if and only if ARG is positive.
22012
22013 \(fn &optional ARG)" t nil)
22014
22015 (defvar tooltip-mode nil "\
22016 Toggle tooltip-mode.
22017 Setting this variable directly does not take effect;
22018 use either \\[customize] or the function `tooltip-mode'.")
22019
22020 (custom-add-to-group (quote tooltip) (quote tooltip-mode) (quote custom-variable))
22021
22022 (custom-add-load (quote tooltip-mode) (quote tooltip))
22023
22024 ;;;***
22025 \f
22026 ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15651
22027 ;;;;;; 2747))
22028 ;;; Generated autoloads from emulation/tpu-edt.el
22029
22030 (defalias (quote tpu-edt-mode) (quote tpu-edt-on))
22031
22032 (defalias (quote tpu-edt) (quote tpu-edt-on))
22033
22034 (autoload (quote tpu-edt-on) "tpu-edt" "\
22035 Turn on TPU/edt emulation.
22036
22037 \(fn)" t nil)
22038
22039 ;;;***
22040 \f
22041 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
22042 ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15186 56483))
22043 ;;; Generated autoloads from emulation/tpu-extras.el
22044
22045 (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
22046 Set scroll margins.
22047
22048 \(fn TOP BOTTOM)" t nil)
22049
22050 (autoload (quote tpu-set-cursor-free) "tpu-extras" "\
22051 Allow the cursor to move freely about the screen.
22052
22053 \(fn)" t nil)
22054
22055 (autoload (quote tpu-set-cursor-bound) "tpu-extras" "\
22056 Constrain the cursor to the flow of the text.
22057
22058 \(fn)" t nil)
22059
22060 ;;;***
22061 \f
22062 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15293 32313))
22063 ;;; Generated autoloads from emacs-lisp/tq.el
22064
22065 (autoload (quote tq-create) "tq" "\
22066 Create and return a transaction queue communicating with PROCESS.
22067 PROCESS should be a subprocess capable of sending and receiving
22068 streams of bytes. It may be a local process, or it may be connected
22069 to a tcp server on another machine.
22070
22071 \(fn PROCESS)" nil nil)
22072
22073 ;;;***
22074 \f
22075 ;;;### (autoloads (trace-function-background trace-function trace-buffer)
22076 ;;;;;; "trace" "emacs-lisp/trace.el" (15761 63033))
22077 ;;; Generated autoloads from emacs-lisp/trace.el
22078
22079 (defvar trace-buffer "*trace-output*" "\
22080 *Trace output will by default go to that buffer.")
22081
22082 (autoload (quote trace-function) "trace" "\
22083 Traces FUNCTION with trace output going to BUFFER.
22084 For every call of FUNCTION Lisp-style trace messages that display argument
22085 and return values will be inserted into BUFFER. This function generates the
22086 trace advice for FUNCTION and activates it together with any other advice
22087 there might be!! The trace BUFFER will popup whenever FUNCTION is called.
22088 Do not use this to trace functions that switch buffers or do any other
22089 display oriented stuff, use `trace-function-background' instead.
22090
22091 \(fn FUNCTION &optional BUFFER)" t nil)
22092
22093 (autoload (quote trace-function-background) "trace" "\
22094 Traces FUNCTION with trace output going quietly to BUFFER.
22095 For every call of FUNCTION Lisp-style trace messages that display argument
22096 and return values will be inserted into BUFFER. This function generates the
22097 trace advice for FUNCTION and activates it together with any other advice
22098 there might be!! Trace output will quietly go to BUFFER without changing
22099 the window or buffer configuration at all.
22100
22101 \(fn FUNCTION &optional BUFFER)" t nil)
22102
22103 ;;;***
22104 \f
22105 ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
22106 ;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp)
22107 ;;;;;; "tramp" "net/tramp.el" (15776 37022))
22108 ;;; Generated autoloads from net/tramp.el
22109
22110 (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
22111 Non-nil means to use unified Ange-FTP/Tramp filename syntax.
22112 Nil means to use a separate filename syntax for Tramp.")
22113
22114 (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
22115 Value for `tramp-file-name-regexp' for unified remoting.
22116 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
22117 Tramp. See `tramp-file-name-structure-unified' for more explanations.")
22118
22119 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
22120 Value for `tramp-file-name-regexp' for separate remoting.
22121 XEmacs uses a separate filename syntax for Tramp and EFS.
22122 See `tramp-file-name-structure-separate' for more explanations.")
22123
22124 (defvar tramp-file-name-regexp (if tramp-unified-filenames tramp-file-name-regexp-unified tramp-file-name-regexp-separate) "\
22125 *Regular expression matching file names handled by tramp.
22126 This regexp should match tramp file names but no other file names.
22127 \(When tramp.el is loaded, this regular expression is prepended to
22128 `file-name-handler-alist', and that is searched sequentially. Thus,
22129 if the tramp entry appears rather early in the `file-name-handler-alist'
22130 and is a bit too general, then some files might be considered tramp
22131 files which are not really tramp files.
22132
22133 Please note that the entry in `file-name-handler-alist' is made when
22134 this file (tramp.el) is loaded. This means that this variable must be set
22135 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
22136 updated after changing this variable.
22137
22138 Also see `tramp-file-name-structure'.")
22139
22140 (defconst tramp-completion-file-name-regexp-unified "^/[^/]*$" "\
22141 Value for `tramp-completion-file-name-regexp' for unified remoting.
22142 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
22143 Tramp. See `tramp-file-name-structure-unified' for more explanations.")
22144
22145 (defconst tramp-completion-file-name-regexp-separate "^/\\([[][^]]*\\)?$" "\
22146 Value for `tramp-completion-file-name-regexp' for separate remoting.
22147 XEmacs uses a separate filename syntax for Tramp and EFS.
22148 See `tramp-file-name-structure-separate' for more explanations.")
22149
22150 (defvar tramp-completion-file-name-regexp (if tramp-unified-filenames tramp-completion-file-name-regexp-unified tramp-completion-file-name-regexp-separate) "\
22151 *Regular expression matching file names handled by tramp completion.
22152 This regexp should match partial tramp file names only.
22153
22154 Please note that the entry in `file-name-handler-alist' is made when
22155 this file (tramp.el) is loaded. This means that this variable must be set
22156 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
22157 updated after changing this variable.
22158
22159 Also see `tramp-file-name-structure'.")
22160
22161 (autoload (quote tramp-file-name-handler) "tramp" "\
22162 Invoke tramp file name handler.
22163 Falls back to normal file name handler if no tramp file name handler exists.
22164
22165 \(fn OPERATION &rest ARGS)" nil nil)
22166
22167 (autoload (quote tramp-completion-file-name-handler) "tramp" "\
22168 Invoke tramp file name completion handler.
22169 Falls back to normal file name handler if no tramp file name handler exists.
22170
22171 \(fn OPERATION &rest ARGS)" nil nil)
22172
22173 (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler)))
22174
22175 ;;;***
22176 \f
22177 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
22178 ;;;;;; "textmodes/two-column.el" (15304 37383))
22179 ;;; Generated autoloads from textmodes/two-column.el
22180 (autoload '2C-command "two-column" () t 'keymap)
22181 (global-set-key "\C-x6" '2C-command)
22182 (global-set-key [f2] '2C-command)
22183
22184 (autoload (quote 2C-two-columns) "two-column" "\
22185 Split current window vertically for two-column editing.
22186 When called the first time, associates a buffer with the current
22187 buffer in two-column minor mode (see \\[describe-mode] ).
22188 Runs `2C-other-buffer-hook' in the new buffer.
22189 When called again, restores the screen layout with the current buffer
22190 first and the associated buffer to its right.
22191
22192 \(fn &optional BUFFER)" t nil)
22193
22194 (autoload (quote 2C-associate-buffer) "two-column" "\
22195 Associate another buffer with this one in two-column minor mode.
22196 Can also be used to associate a just previously visited file, by
22197 accepting the proposed default buffer.
22198
22199 \(See \\[describe-mode] .)
22200
22201 \(fn)" t nil)
22202
22203 (autoload (quote 2C-split) "two-column" "\
22204 Split a two-column text at point, into two buffers in two-column minor mode.
22205 Point becomes the local value of `2C-window-width'. Only lines that
22206 have the ARG same preceding characters at that column get split. The
22207 ARG preceding characters without any leading whitespace become the local
22208 value for `2C-separator'. This way lines that continue across both
22209 columns remain untouched in the first buffer.
22210
22211 This function can be used with a prototype line, to set up things. You
22212 write the first line of each column and then split that line. E.g.:
22213
22214 First column's text sSs Second column's text
22215 \\___/\\
22216 / \\
22217 5 character Separator You type M-5 \\[2C-split] with the point here.
22218
22219 \(See \\[describe-mode] .)
22220
22221 \(fn ARG)" t nil)
22222
22223 ;;;***
22224 \f
22225 ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
22226 ;;;;;; type-break type-break-mode type-break-keystroke-threshold
22227 ;;;;;; type-break-good-rest-interval type-break-interval type-break-mode)
22228 ;;;;;; "type-break" "type-break.el" (14890 29229))
22229 ;;; Generated autoloads from type-break.el
22230
22231 (defvar type-break-mode nil "\
22232 Toggle typing break mode.
22233 See the docstring for the `type-break-mode' command for more information.
22234 Setting this variable directly does not take effect;
22235 use either \\[customize] or the function `type-break-mode'.")
22236
22237 (custom-add-to-group (quote type-break) (quote type-break-mode) (quote custom-variable))
22238
22239 (custom-add-load (quote type-break-mode) (quote type-break))
22240
22241 (defvar type-break-interval (* 60 60) "\
22242 *Number of seconds between scheduled typing breaks.")
22243
22244 (defvar type-break-good-rest-interval (/ type-break-interval 6) "\
22245 *Number of seconds of idle time considered to be an adequate typing rest.
22246
22247 When this variable is non-`nil', emacs checks the idle time between
22248 keystrokes. If this idle time is long enough to be considered a \"good\"
22249 rest from typing, then the next typing break is simply rescheduled for later.
22250
22251 If a break is interrupted before this much time elapses, the user will be
22252 asked whether or not really to interrupt the break.")
22253
22254 (defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\
22255 *Upper and lower bound on number of keystrokes for considering typing break.
22256 This structure is a pair of numbers (MIN . MAX).
22257
22258 The first number is the minimum number of keystrokes that must have been
22259 entered since the last typing break before considering another one, even if
22260 the scheduled time has elapsed; the break is simply rescheduled until later
22261 if the minimum threshold hasn't been reached. If this first value is nil,
22262 then there is no minimum threshold; as soon as the scheduled time has
22263 elapsed, the user will always be queried.
22264
22265 The second number is the maximum number of keystrokes that can be entered
22266 before a typing break is requested immediately, pre-empting the originally
22267 scheduled break. If this second value is nil, then no pre-emptive breaks
22268 will occur; only scheduled ones will.
22269
22270 Keys with bucky bits (shift, control, meta, etc) are counted as only one
22271 keystroke even though they really require multiple keys to generate them.
22272
22273 The command `type-break-guesstimate-keystroke-threshold' can be used to
22274 guess a reasonably good pair of values for this variable.")
22275
22276 (autoload (quote type-break-mode) "type-break" "\
22277 Enable or disable typing-break mode.
22278 This is a minor mode, but it is global to all buffers by default.
22279
22280 When this mode is enabled, the user is encouraged to take typing breaks at
22281 appropriate intervals; either after a specified amount of time or when the
22282 user has exceeded a keystroke threshold. When the time arrives, the user
22283 is asked to take a break. If the user refuses at that time, emacs will ask
22284 again in a short period of time. The idea is to give the user enough time
22285 to find a good breaking point in his or her work, but be sufficiently
22286 annoying to discourage putting typing breaks off indefinitely.
22287
22288 A negative prefix argument disables this mode.
22289 No argument or any non-negative argument enables it.
22290
22291 The user may enable or disable this mode by setting the variable of the
22292 same name, though setting it in that way doesn't reschedule a break or
22293 reset the keystroke counter.
22294
22295 If the mode was previously disabled and is enabled as a consequence of
22296 calling this function, it schedules a break with `type-break-schedule' to
22297 make sure one occurs (the user can call that command to reschedule the
22298 break at any time). It also initializes the keystroke counter.
22299
22300 The variable `type-break-interval' specifies the number of seconds to
22301 schedule between regular typing breaks. This variable doesn't directly
22302 affect the time schedule; it simply provides a default for the
22303 `type-break-schedule' command.
22304
22305 If set, the variable `type-break-good-rest-interval' specifies the minimum
22306 amount of time which is considered a reasonable typing break. Whenever
22307 that time has elapsed, typing breaks are automatically rescheduled for
22308 later even if emacs didn't prompt you to take one first. Also, if a break
22309 is ended before this much time has elapsed, the user will be asked whether
22310 or not to continue.
22311
22312 The variable `type-break-keystroke-threshold' is used to determine the
22313 thresholds at which typing breaks should be considered. You can use
22314 the command `type-break-guesstimate-keystroke-threshold' to try to
22315 approximate good values for this.
22316
22317 There are several variables that affect how or when warning messages about
22318 imminent typing breaks are displayed. They include:
22319
22320 `type-break-mode-line-message-mode'
22321 `type-break-time-warning-intervals'
22322 `type-break-keystroke-warning-intervals'
22323 `type-break-warning-repeat'
22324 `type-break-warning-countdown-string'
22325 `type-break-warning-countdown-string-type'
22326
22327 There are several variables that affect if, how, and when queries to begin
22328 a typing break occur. They include:
22329
22330 `type-break-query-mode'
22331 `type-break-query-function'
22332 `type-break-query-interval'
22333
22334 Finally, the command `type-break-statistics' prints interesting things.
22335
22336 \(fn &optional PREFIX)" t nil)
22337
22338 (autoload (quote type-break) "type-break" "\
22339 Take a typing break.
22340
22341 During the break, a demo selected from the functions listed in
22342 `type-break-demo-functions' is run.
22343
22344 After the typing break is finished, the next break is scheduled
22345 as per the function `type-break-schedule'.
22346
22347 \(fn)" t nil)
22348
22349 (autoload (quote type-break-statistics) "type-break" "\
22350 Print statistics about typing breaks in a temporary buffer.
22351 This includes the last time a typing break was taken, when the next one is
22352 scheduled, the keystroke thresholds and the current keystroke count, etc.
22353
22354 \(fn)" t nil)
22355
22356 (autoload (quote type-break-guesstimate-keystroke-threshold) "type-break" "\
22357 Guess values for the minimum/maximum keystroke threshold for typing breaks.
22358
22359 If called interactively, the user is prompted for their guess as to how
22360 many words per minute they usually type. This value should not be your
22361 maximum WPM, but your average. Of course, this is harder to gauge since it
22362 can vary considerably depending on what you are doing. For example, one
22363 tends to type less when debugging a program as opposed to writing
22364 documentation. (Perhaps a separate program should be written to estimate
22365 average typing speed.)
22366
22367 From that, this command sets the values in `type-break-keystroke-threshold'
22368 based on a fairly simple algorithm involving assumptions about the average
22369 length of words (5). For the minimum threshold, it uses about a fifth of
22370 the computed maximum threshold.
22371
22372 When called from lisp programs, the optional args WORDLEN and FRAC can be
22373 used to override the default assumption about average word length and the
22374 fraction of the maximum threshold to which to set the minimum threshold.
22375 FRAC should be the inverse of the fractional value; for example, a value of
22376 2 would mean to use one half, a value of 4 would mean to use one quarter, etc.
22377
22378 \(fn WPM &optional WORDLEN FRAC)" t nil)
22379
22380 ;;;***
22381 \f
22382 ;;;### (autoloads (ununderline-region underline-region) "underline"
22383 ;;;;;; "textmodes/underline.el" (15185 49575))
22384 ;;; Generated autoloads from textmodes/underline.el
22385
22386 (autoload (quote underline-region) "underline" "\
22387 Underline all nonblank characters in the region.
22388 Works by overstriking underscores.
22389 Called from program, takes two arguments START and END
22390 which specify the range to operate on.
22391
22392 \(fn START END)" t nil)
22393
22394 (autoload (quote ununderline-region) "underline" "\
22395 Remove all underlining (overstruck underscores) in the region.
22396 Called from program, takes two arguments START and END
22397 which specify the range to operate on.
22398
22399 \(fn START END)" t nil)
22400
22401 ;;;***
22402 \f
22403 ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
22404 ;;;;;; "undigest" "mail/undigest.el" (15818 52648))
22405 ;;; Generated autoloads from mail/undigest.el
22406
22407 (autoload (quote undigestify-rmail-message) "undigest" "\
22408 Break up a digest message into its constituent messages.
22409 Leaves original message, deleted, before the undigestified messages.
22410
22411 \(fn)" t nil)
22412
22413 (autoload (quote unforward-rmail-message) "undigest" "\
22414 Extract a forwarded message from the containing message.
22415 This puts the forwarded message into a separate rmail message
22416 following the containing message.
22417
22418 \(fn)" t nil)
22419
22420 ;;;***
22421 \f
22422 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
22423 ;;;;;; (15763 33775))
22424 ;;; Generated autoloads from mail/unrmail.el
22425
22426 (autoload (quote batch-unrmail) "unrmail" "\
22427 Convert Rmail files to system inbox format.
22428 Specify the input Rmail file names as command line arguments.
22429 For each Rmail file, the corresponding output file name
22430 is made by adding `.mail' at the end.
22431 For example, invoke `emacs -batch -f batch-unrmail RMAIL'.
22432
22433 \(fn)" nil nil)
22434
22435 (autoload (quote unrmail) "unrmail" "\
22436 Convert Rmail file FILE to system inbox format file TO-FILE.
22437
22438 \(fn FILE TO-FILE)" t nil)
22439
22440 ;;;***
22441 \f
22442 ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (15809
22443 ;;;;;; 3074))
22444 ;;; Generated autoloads from emacs-lisp/unsafep.el
22445
22446 (autoload (quote unsafep) "unsafep" "\
22447 Return nil if evaluating FORM couldn't possibly do any harm;
22448 otherwise result is a reason why FORM is unsafe. UNSAFEP-VARS is a list
22449 of symbols with local bindings.
22450
22451 \(fn FORM &optional UNSAFEP-VARS)" nil nil)
22452
22453 ;;;***
22454 \f
22455 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
22456 ;;;;;; "userlock" "userlock.el" (15764 44217))
22457 ;;; Generated autoloads from userlock.el
22458
22459 (autoload (quote ask-user-about-lock) "userlock" "\
22460 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
22461 This function has a choice of three things to do:
22462 do (signal 'file-locked (list FILE OPPONENT))
22463 to refrain from editing the file
22464 return t (grab the lock on the file)
22465 return nil (edit the file even though it is locked).
22466 You can redefine this function to choose among those three alternatives
22467 in any way you like.
22468
22469 \(fn FILE OPPONENT)" nil nil)
22470
22471 (autoload (quote ask-user-about-supersession-threat) "userlock" "\
22472 Ask a user who is about to modify an obsolete buffer what to do.
22473 This function has two choices: it can return, in which case the modification
22474 of the buffer will proceed, or it can (signal 'file-supersession (file)),
22475 in which case the proposed buffer modification will not be made.
22476
22477 You can rewrite this to use any criterion you like to choose which one to do.
22478 The buffer in question is current when this function is called.
22479
22480 \(fn FN)" nil nil)
22481
22482 ;;;***
22483 \f
22484 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
22485 ;;;;;; "uudecode" "gnus/uudecode.el" (15185 54813))
22486 ;;; Generated autoloads from gnus/uudecode.el
22487
22488 (autoload (quote uudecode-decode-region-external) "uudecode" "\
22489 Uudecode region between START and END using external program.
22490 If FILE-NAME is non-nil, save the result to FILE-NAME. The program
22491 used is specified by `uudecode-decoder-program'.
22492
22493 \(fn START END &optional FILE-NAME)" t nil)
22494
22495 (autoload (quote uudecode-decode-region) "uudecode" "\
22496 Uudecode region between START and END without using an external program.
22497 If FILE-NAME is non-nil, save the result to FILE-NAME.
22498
22499 \(fn START END &optional FILE-NAME)" t nil)
22500
22501 ;;;***
22502 \f
22503 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
22504 ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update
22505 ;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot
22506 ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
22507 ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
22508 ;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook
22509 ;;;;;; vc-checkout-hook) "vc" "vc.el" (15818 52647))
22510 ;;; Generated autoloads from vc.el
22511
22512 (defvar vc-checkout-hook nil "\
22513 *Normal hook (list of functions) run after checking out a file.
22514 See `run-hooks'.")
22515
22516 (defvar vc-checkin-hook nil "\
22517 *Normal hook (list of functions) run after a checkin is done.
22518 See `run-hooks'.")
22519
22520 (defvar vc-before-checkin-hook nil "\
22521 *Normal hook (list of functions) run before a file is checked in.
22522 See `run-hooks'.")
22523
22524 (autoload (quote vc-branch-part) "vc" "\
22525 Return the branch part of a revision number REV.
22526
22527 \(fn REV)" nil nil)
22528
22529 (autoload (quote with-vc-file) "vc" "\
22530 Check out a writable copy of FILE if necessary, then execute BODY.
22531 Check in FILE with COMMENT (a string) after BODY has been executed.
22532 FILE is passed through `expand-file-name'; BODY executed within
22533 `save-excursion'. If FILE is not under version control, or locked by
22534 somebody else, signal error.
22535
22536 \(fn FILE COMMENT &rest BODY)" nil (quote macro))
22537
22538 (autoload (quote edit-vc-file) "vc" "\
22539 Edit FILE under version control, executing body.
22540 Checkin with COMMENT after executing BODY.
22541 This macro uses `with-vc-file', passing args to it.
22542 However, before executing BODY, find FILE, and after BODY, save buffer.
22543
22544 \(fn FILE COMMENT &rest BODY)" nil (quote macro))
22545
22546 (autoload (quote vc-do-command) "vc" "\
22547 Execute a VC command, notifying user and checking for errors.
22548 Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the
22549 current buffer if BUFFER is t. If the destination buffer is not
22550 already current, set it up properly and erase it. The command is
22551 considered successful if its exit status does not exceed OKSTATUS (if
22552 OKSTATUS is nil, that means to ignore errors, if it is 'async, that
22553 means not to wait for termination of the subprocess). FILE is the
22554 name of the working file (may also be nil, to execute commands that
22555 don't expect a file name). If an optional list of FLAGS is present,
22556 that is inserted into the command line before the filename.
22557
22558 \(fn BUFFER OKSTATUS COMMAND FILE &rest FLAGS)" nil nil)
22559
22560 (autoload (quote vc-next-action) "vc" "\
22561 Do the next logical version control operation on the current file.
22562
22563 If you call this from within a VC dired buffer with no files marked,
22564 it will operate on the file in the current line.
22565
22566 If you call this from within a VC dired buffer, and one or more
22567 files are marked, it will accept a log message and then operate on
22568 each one. The log message will be used as a comment for any register
22569 or checkin operations, but ignored when doing checkouts. Attempted
22570 lock steals will raise an error.
22571
22572 A prefix argument lets you specify the version number to use.
22573
22574 For RCS and SCCS files:
22575 If the file is not already registered, this registers it for version
22576 control.
22577 If the file is registered and not locked by anyone, this checks out
22578 a writable and locked file ready for editing.
22579 If the file is checked out and locked by the calling user, this
22580 first checks to see if the file has changed since checkout. If not,
22581 it performs a revert.
22582 If the file has been changed, this pops up a buffer for entry
22583 of a log message; when the message has been entered, it checks in the
22584 resulting changes along with the log message as change commentary. If
22585 the variable `vc-keep-workfiles' is non-nil (which is its default), a
22586 read-only copy of the changed file is left in place afterwards.
22587 If the file is registered and locked by someone else, you are given
22588 the option to steal the lock.
22589
22590 For CVS files:
22591 If the file is not already registered, this registers it for version
22592 control. This does a \"cvs add\", but no \"cvs commit\".
22593 If the file is added but not committed, it is committed.
22594 If your working file is changed, but the repository file is
22595 unchanged, this pops up a buffer for entry of a log message; when the
22596 message has been entered, it checks in the resulting changes along
22597 with the logmessage as change commentary. A writable file is retained.
22598 If the repository file is changed, you are asked if you want to
22599 merge in the changes into your working copy.
22600
22601 \(fn VERBOSE)" t nil)
22602
22603 (autoload (quote vc-register) "vc" "\
22604 Register the current file into a version control system.
22605 With prefix argument SET-VERSION, allow user to specify initial version
22606 level. If COMMENT is present, use that as an initial comment.
22607
22608 The version control system to use is found by cycling through the list
22609 `vc-handled-backends'. The first backend in that list which declares
22610 itself responsible for the file (usually because other files in that
22611 directory are already registered under that backend) will be used to
22612 register the file. If no backend declares itself responsible, the
22613 first backend that could register the file is used.
22614
22615 \(fn &optional SET-VERSION COMMENT)" t nil)
22616
22617 (autoload (quote vc-diff) "vc" "\
22618 Display diffs between file versions.
22619 Normally this compares the current file and buffer with the most
22620 recent checked in version of that file. This uses no arguments. With
22621 a prefix argument HISTORIC, it reads the file name to use and two
22622 version designators specifying which versions to compare. The
22623 optional argument NOT-URGENT non-nil means it is ok to say no to
22624 saving the buffer.
22625
22626 \(fn HISTORIC &optional NOT-URGENT)" t nil)
22627
22628 (autoload (quote vc-version-other-window) "vc" "\
22629 Visit version REV of the current file in another window.
22630 If the current file is named `F', the version is named `F.~REV~'.
22631 If `F.~REV~' already exists, use it instead of checking it out again.
22632
22633 \(fn REV)" t nil)
22634
22635 (autoload (quote vc-insert-headers) "vc" "\
22636 Insert headers into a file for use with a version control system.
22637 Headers desired are inserted at point, and are pulled from
22638 the variable `vc-BACKEND-header'.
22639
22640 \(fn)" t nil)
22641
22642 (autoload (quote vc-merge) "vc" "\
22643 Merge changes between two versions into the current buffer's file.
22644 This asks for two versions to merge from in the minibuffer. If the
22645 first version is a branch number, then merge all changes from that
22646 branch. If the first version is empty, merge news, i.e. recent changes
22647 from the current branch.
22648
22649 See Info node `Merging'.
22650
22651 \(fn)" t nil)
22652
22653 (defalias (quote vc-resolve-conflicts) (quote smerge-ediff))
22654
22655 (autoload (quote vc-directory) "vc" "\
22656 Create a buffer in VC Dired Mode for directory DIR.
22657
22658 See Info node `VC Dired Mode'.
22659
22660 With prefix arg READ-SWITCHES, specify a value to override
22661 `dired-listing-switches' when generating the listing.
22662
22663 \(fn DIR READ-SWITCHES)" t nil)
22664
22665 (autoload (quote vc-create-snapshot) "vc" "\
22666 Descending recursively from DIR, make a snapshot called NAME.
22667 For each registered file, the version level of its latest version
22668 becomes part of the named configuration. If the prefix argument
22669 BRANCHP is given, the snapshot is made as a new branch and the files
22670 are checked out in that new branch.
22671
22672 \(fn DIR NAME BRANCHP)" t nil)
22673
22674 (autoload (quote vc-retrieve-snapshot) "vc" "\
22675 Descending recursively from DIR, retrieve the snapshot called NAME.
22676 If NAME is empty, it refers to the latest versions.
22677 If locking is used for the files in DIR, then there must not be any
22678 locked files at or below DIR (but if NAME is empty, locked files are
22679 allowed and simply skipped).
22680
22681 \(fn DIR NAME)" t nil)
22682
22683 (autoload (quote vc-print-log) "vc" "\
22684 List the change log of the current buffer in a window.
22685
22686 \(fn)" t nil)
22687
22688 (autoload (quote vc-revert-buffer) "vc" "\
22689 Revert the current buffer's file to the version it was based on.
22690 This asks for confirmation if the buffer contents are not identical
22691 to that version. This function does not automatically pick up newer
22692 changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so.
22693
22694 \(fn)" t nil)
22695
22696 (autoload (quote vc-update) "vc" "\
22697 Update the current buffer's file to the latest version on its branch.
22698 If the file contains no changes, and is not locked, then this simply replaces
22699 the working file with the latest version on its branch. If the file contains
22700 changes, and the backend supports merging news, then any recent changes from
22701 the current branch are merged into the working file.
22702
22703 \(fn)" t nil)
22704
22705 (autoload (quote vc-cancel-version) "vc" "\
22706 Get rid of most recently checked in version of this file.
22707 A prefix argument NOREVERT means do not revert the buffer afterwards.
22708
22709 \(fn NOREVERT)" t nil)
22710
22711 (autoload (quote vc-switch-backend) "vc" "\
22712 Make BACKEND the current version control system for FILE.
22713 FILE must already be registered in BACKEND. The change is not
22714 permanent, only for the current session. This function only changes
22715 VC's perspective on FILE, it does not register or unregister it.
22716 By default, this command cycles through the registered backends.
22717 To get a prompt, use a prefix argument.
22718
22719 \(fn FILE BACKEND)" t nil)
22720
22721 (autoload (quote vc-transfer-file) "vc" "\
22722 Transfer FILE to another version control system NEW-BACKEND.
22723 If NEW-BACKEND has a higher precedence than FILE's current backend
22724 \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in
22725 NEW-BACKEND, using the version number from the current backend as the
22726 base level. If NEW-BACKEND has a lower precedence than the current
22727 backend, then commit all changes that were made under the current
22728 backend to NEW-BACKEND, and unregister FILE from the current backend.
22729 \(If FILE is not yet registered under NEW-BACKEND, register it.)
22730
22731 \(fn FILE NEW-BACKEND)" nil nil)
22732
22733 (autoload (quote vc-rename-file) "vc" "\
22734 Rename file OLD to NEW, and rename its master file likewise.
22735
22736 \(fn OLD NEW)" t nil)
22737
22738 (autoload (quote vc-update-change-log) "vc" "\
22739 Find change log file and add entries from recent version control logs.
22740 Normally, find log entries for all registered files in the default
22741 directory.
22742
22743 With prefix arg of \\[universal-argument], only find log entries for the current buffer's file.
22744
22745 With any numeric prefix arg, find log entries for all currently visited
22746 files that are under version control. This puts all the entries in the
22747 log for the default directory, which may not be appropriate.
22748
22749 From a program, any ARGS are assumed to be filenames for which
22750 log entries should be gathered.
22751
22752 \(fn &rest ARGS)" t nil)
22753
22754 (autoload (quote vc-annotate) "vc" "\
22755 Display the edit history of the current file using colours.
22756
22757 This command creates a buffer that shows, for each line of the current
22758 file, when it was last edited and by whom. Additionally, colours are
22759 used to show the age of each line--blue means oldest, red means
22760 youngest, and intermediate colours indicate intermediate ages. By
22761 default, the time scale stretches back one year into the past;
22762 everything that is older than that is shown in blue.
22763
22764 With a prefix argument, this command asks two questions in the
22765 minibuffer. First, you may enter a version number; then the buffer
22766 displays and annotates that version instead of the current version
22767 \(type RET in the minibuffer to leave that default unchanged). Then,
22768 you are prompted for the time span in days which the color range
22769 should cover. For example, a time span of 20 days means that changes
22770 over the past 20 days are shown in red to blue, according to their
22771 age, and everything that is older than that is shown in blue.
22772
22773 Customization variables:
22774
22775 `vc-annotate-menu-elements' customizes the menu elements of the
22776 mode-specific menu. `vc-annotate-color-map' and
22777 `vc-annotate-very-old-color' defines the mapping of time to
22778 colors. `vc-annotate-background' specifies the background color.
22779
22780 \(fn PREFIX)" t nil)
22781
22782 ;;;***
22783 \f
22784 ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15790 62571))
22785 ;;; Generated autoloads from vc-cvs.el
22786 (defun vc-cvs-registered (f)
22787 (when (file-readable-p (expand-file-name
22788 "CVS/Entries" (file-name-directory f)))
22789 (load "vc-cvs")
22790 (vc-cvs-registered f)))
22791
22792 ;;;***
22793 \f
22794 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
22795 ;;;;;; (15830 7057))
22796 ;;; Generated autoloads from vc-rcs.el
22797
22798 (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
22799 *Where to look for RCS master files.
22800 For a description of possible values, see `vc-check-master-templates'.")
22801 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
22802
22803 ;;;***
22804 \f
22805 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
22806 ;;;;;; (15830 7057))
22807 ;;; Generated autoloads from vc-sccs.el
22808
22809 (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
22810 *Where to look for SCCS master files.
22811 For a description of possible values, see `vc-check-master-templates'.")
22812 (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f))
22813
22814 (defun vc-sccs-search-project-dir (dirname basename) "\
22815 Return the name of a master file in the SCCS project directory.
22816 Does not check whether the file exists but returns nil if it does not
22817 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)))))
22818
22819 ;;;***
22820 \f
22821 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
22822 ;;;;;; (15835 23135))
22823 ;;; Generated autoloads from progmodes/vhdl-mode.el
22824
22825 (autoload (quote vhdl-mode) "vhdl-mode" "\
22826 Major mode for editing VHDL code.
22827
22828 Usage:
22829 ------
22830
22831 - TEMPLATE INSERTION (electrification): After typing a VHDL keyword and
22832 entering `\\[vhdl-electric-space]', you are prompted for arguments while a template is generated
22833 for that VHDL construct. Typing `\\[vhdl-electric-return]' or `\\[keyboard-quit]' at the first (mandatory)
22834 prompt aborts the current template generation. Optional arguments are
22835 indicated by square brackets and removed if the queried string is left empty.
22836 Prompts for mandatory arguments remain in the code if the queried string is
22837 left empty. They can be queried again by `\\[vhdl-template-search-prompt]'.
22838 Typing `\\[just-one-space]' after a keyword inserts a space without calling the template
22839 generator. Automatic template generation (i.e. electrification) can be
22840 disabled (enabled) by typing `\\[vhdl-electric-mode]' or by setting custom variable
22841 `vhdl-electric-mode' (see CUSTOMIZATION).
22842 Enabled electrification is indicated by `/e' in the modeline.
22843 Template generators can be invoked from the VHDL menu, by key bindings, by
22844 typing `C-c C-i C-c' and choosing a construct, or by typing the keyword (i.e.
22845 first word of menu entry not in parenthesis) and `\\[vhdl-electric-space]'.
22846 The following abbreviations can also be used:
22847 arch, attr, cond, conf, comp, cons, func, inst, pack, sig, var.
22848 Template styles can be customized in customization group `vhdl-electric'
22849 (see CUSTOMIZATION).
22850
22851 - HEADER INSERTION: A file header can be inserted by `\\[vhdl-template-header]'. A
22852 file footer (template at the end of the file) can be inserted by
22853 `\\[vhdl-template-footer]'. See customization group `vhdl-header'.
22854
22855 - STUTTERING: Double striking of some keys inserts cumbersome VHDL syntax
22856 elements. Stuttering can be disabled (enabled) by typing `\\[vhdl-stutter-mode]' or by
22857 variable `vhdl-stutter-mode'. Enabled stuttering is indicated by `/s' in
22858 the modeline. The stuttering keys and their effects are:
22859 ;; --> \" : \" [ --> ( -- --> comment
22860 ;;; --> \" := \" [[ --> [ --CR --> comment-out code
22861 .. --> \" => \" ] --> ) --- --> horizontal line
22862 ,, --> \" <= \" ]] --> ] ---- --> display comment
22863 == --> \" == \" '' --> \\\"
22864
22865 - WORD COMPLETION: Typing `\\[vhdl-electric-tab]' after a (not completed) word looks for a VHDL
22866 keyword or a word in the buffer that starts alike, inserts it and adjusts
22867 case. Re-typing `\\[vhdl-electric-tab]' toggles through alternative word completions.
22868 This also works in the minibuffer (i.e. in template generator prompts).
22869 Typing `\\[vhdl-electric-tab]' after `(' looks for and inserts complete parenthesized
22870 expressions (e.g. for array index ranges). All keywords as well as standard
22871 types and subprograms of VHDL have predefined abbreviations (e.g. type \"std\"
22872 and `\\[vhdl-electric-tab]' will toggle through all standard types beginning with \"std\").
22873
22874 Typing `\\[vhdl-electric-tab]' after a non-word character indents the line if at the beginning
22875 of a line (i.e. no preceding non-blank characters),and inserts a tabulator
22876 stop otherwise. `\\[tab-to-tab-stop]' always inserts a tabulator stop.
22877
22878 - COMMENTS:
22879 `--' puts a single comment.
22880 `---' draws a horizontal line for separating code segments.
22881 `----' inserts a display comment, i.e. two horizontal lines with a
22882 comment in between.
22883 `--CR' comments out code on that line. Re-hitting CR comments out
22884 following lines.
22885 `\\[vhdl-comment-uncomment-region]' comments out a region if not commented out,
22886 uncomments a region if already commented out.
22887
22888 You are prompted for comments after object definitions (i.e. signals,
22889 variables, constants, ports) and after subprogram and process specifications
22890 if variable `vhdl-prompt-for-comments' is non-nil. Comments are
22891 automatically inserted as additional labels (e.g. after begin statements) and
22892 as help comments if `vhdl-self-insert-comments' is non-nil.
22893 Inline comments (i.e. comments after a piece of code on the same line) are
22894 indented at least to `vhdl-inline-comment-column'. Comments go at maximum to
22895 `vhdl-end-comment-column'. `\\[vhdl-electric-return]' after a space in a comment will open a
22896 new comment line. Typing beyond `vhdl-end-comment-column' in a comment
22897 automatically opens a new comment line. `\\[fill-paragraph]' re-fills
22898 multi-line comments.
22899
22900 - INDENTATION: `\\[vhdl-electric-tab]' indents a line if at the beginning of the line.
22901 The amount of indentation is specified by variable `vhdl-basic-offset'.
22902 `\\[vhdl-indent-line]' always indents the current line (is bound to `TAB' if variable
22903 `vhdl-intelligent-tab' is nil). Indentation can be done for an entire region
22904 (`\\[vhdl-indent-region]') or buffer (menu). Argument and port lists are indented normally
22905 (nil) or relative to the opening parenthesis (non-nil) according to variable
22906 `vhdl-argument-list-indent'. If variable `vhdl-indent-tabs-mode' is nil,
22907 spaces are used instead of tabs. `\\[tabify]' and `\\[untabify]' allow
22908 to convert spaces to tabs and vice versa.
22909
22910 - ALIGNMENT: The alignment functions align operators, keywords, and inline
22911 comment to beautify argument lists, port maps, etc. `\\[vhdl-align-group]' aligns a group
22912 of consecutive lines separated by blank lines. `\\[vhdl-align-noindent-region]' aligns an
22913 entire region. If variable `vhdl-align-groups' is non-nil, groups of code
22914 lines separated by empty lines are aligned individually. `\\[vhdl-align-inline-comment-group]' aligns
22915 inline comments for a group of lines, and `\\[vhdl-align-inline-comment-region]' for a region.
22916 Some templates are automatically aligned after generation if custom variable
22917 `vhdl-auto-align' is non-nil.
22918 `\\[vhdl-fixup-whitespace-region]' fixes up whitespace in a region. That is, operator symbols
22919 are surrounded by one space, and multiple spaces are eliminated.
22920
22921 - PORT TRANSLATION: Generic and port clauses from entity or component
22922 declarations can be copied (`\\[vhdl-port-copy]') and pasted as entity and
22923 component declarations, as component instantiations and corresponding
22924 internal constants and signals, as a generic map with constants as actual
22925 parameters, and as a test bench (menu).
22926 A clause with several generic/port names on the same line can be flattened
22927 (`\\[vhdl-port-flatten]') so that only one name per line exists. Names for actual
22928 ports, instances, test benches, and design-under-test instances can be
22929 derived from existing names according to variables `vhdl-...-name'.
22930 Variables `vhdl-testbench-...' allow the insertion of additional templates
22931 into a test bench. New files are created for the test bench entity and
22932 architecture according to variable `vhdl-testbench-create-files'.
22933 See customization group `vhdl-port'.
22934
22935 - TEST BENCH GENERATION: See PORT TRANSLATION.
22936
22937 - KEY BINDINGS: Key bindings (`C-c ...') exist for most commands (see in
22938 menu).
22939
22940 - VHDL MENU: All commands can be invoked from the VHDL menu.
22941
22942 - FILE BROWSER: The speedbar allows browsing of directories and file contents.
22943 It can be accessed from the VHDL menu and is automatically opened if
22944 variable `vhdl-speedbar' is non-nil.
22945 In speedbar, open files and directories with `mouse-2' on the name and
22946 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
22947
22948 - DESIGN HIERARCHY BROWSER: The speedbar can also be used for browsing the
22949 hierarchy of design units contained in the source files of the current
22950 directory or in the source files/directories specified for a project (see
22951 variable `vhdl-project-alist').
22952 The speedbar can be switched between file and hierarchy browsing mode in the
22953 VHDL menu or by typing `f' and `h' in speedbar.
22954 In speedbar, open design units with `mouse-2' on the name and browse their
22955 hierarchy with `mouse-2' on the `+'. The hierarchy can be rescanned and
22956 ports directly be copied from entities by using the speedbar menu.
22957
22958 - PROJECTS: Projects can be defined in variable `vhdl-project-alist' and a
22959 current project be selected using variable `vhdl-project' (permanently) or
22960 from the menu (temporarily). For each project, a title string (for the file
22961 headers) and source files/directories (for the hierarchy browser) can be
22962 specified.
22963
22964 - SPECIAL MENUES: As an alternative to the speedbar, an index menu can
22965 be added (set variable `vhdl-index-menu' to non-nil) or made accessible
22966 as a mouse menu (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to
22967 your start-up file) for browsing the file contents. Also, a source file menu
22968 can be added (set variable `vhdl-source-file-menu' to non-nil) for browsing
22969 the current directory for VHDL source files.
22970
22971 - SOURCE FILE COMPILATION: The syntax of the current buffer can be analyzed
22972 by calling a VHDL compiler (menu, `\\[vhdl-compile]'). The compiler to be used is
22973 specified by variable `vhdl-compiler'. The available compilers are listed
22974 in variable `vhdl-compiler-alist' including all required compilation command,
22975 destination directory, and error message syntax information. New compilers
22976 can be added. Additional compile command options can be set in variable
22977 `vhdl-compiler-options'.
22978 An entire hierarchy of source files can be compiled by the `make' command
22979 (menu, `\\[vhdl-make]'). This only works if an appropriate Makefile exists.
22980 The make command itself as well as a command to generate a Makefile can also
22981 be specified in variable `vhdl-compiler-alist'.
22982
22983 - VHDL STANDARDS: The VHDL standards to be used are specified in variable
22984 `vhdl-standard'. Available standards are: VHDL'87/'93, VHDL-AMS,
22985 Math Packages.
22986
22987 - KEYWORD CASE: Lower and upper case for keywords and standardized types,
22988 attributes, and enumeration values is supported. If the variable
22989 `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in lower
22990 case and are converted into upper case automatically (not for types,
22991 attributes, and enumeration values). The case of keywords, types,
22992 attributes,and enumeration values can be fixed for an entire region (menu)
22993 or buffer (`\\[vhdl-fix-case-buffer]') according to the variables
22994 `vhdl-upper-case-{keywords,types,attributes,enum-values}'.
22995
22996 - HIGHLIGHTING (fontification): Keywords and standardized types, attributes,
22997 enumeration values, and function names (controlled by variable
22998 `vhdl-highlight-keywords'), as well as comments, strings, and template
22999 prompts are highlighted using different colors. Unit, subprogram, signal,
23000 variable, constant, parameter and generic/port names in declarations as well
23001 as labels are highlighted if variable `vhdl-highlight-names' is non-nil.
23002
23003 Additional reserved words or words with a forbidden syntax (e.g. words that
23004 should be avoided) can be specified in variable `vhdl-forbidden-words' or
23005 `vhdl-forbidden-syntax' and be highlighted in a warning color (variable
23006 `vhdl-highlight-forbidden-words'). Verilog keywords are highlighted as
23007 forbidden words if variable `vhdl-highlight-verilog-keywords' is non-nil.
23008
23009 Words with special syntax can be highlighted by specifying their syntax and
23010 color in variable `vhdl-special-syntax-alist' and by setting variable
23011 `vhdl-highlight-special-words' to non-nil. This allows to establish some
23012 naming conventions (e.g. to distinguish different kinds of signals or other
23013 objects by using name suffices) and to support them visually.
23014
23015 Variable `vhdl-highlight-case-sensitive' can be set to non-nil in order to
23016 support case-sensitive highlighting. However, keywords are then only
23017 highlighted if written in lower case.
23018
23019 Code between \"translate_off\" and \"translate_on\" pragmas is highlighted
23020 using a different background color if variable `vhdl-highlight-translate-off'
23021 is non-nil.
23022
23023 All colors can be customized by command `\\[customize-face]'.
23024 For highlighting of matching parenthesis, see customization group
23025 `paren-showing' (`\\[customize-group]').
23026
23027 - USER MODELS: VHDL models (templates) can be specified by the user and made
23028 accessible in the menu, through key bindings (`C-c C-m ...'), or by keyword
23029 electrification. See custom variable `vhdl-model-alist'.
23030
23031 - HIDE/SHOW: The code of entire VHDL design units can be hidden using the
23032 `Hide/Show' menu or by pressing `S-mouse-2' within the code (variable
23033 `vhdl-hideshow-menu').
23034
23035 - PRINTING: Postscript printing with different faces (an optimized set of
23036 faces is used if `vhdl-print-customize-faces' is non-nil) or colors
23037 (if `ps-print-color-p' is non-nil) is possible using the standard Emacs
23038 postscript printing commands. Variable `vhdl-print-two-column' defines
23039 appropriate default settings for nice landscape two-column printing. The
23040 paper format can be set by variable `ps-paper-type'. Do not forget to
23041 switch `ps-print-color-p' to nil for printing on black-and-white printers.
23042
23043 - CUSTOMIZATION: All variables can easily be customized using the `Customize'
23044 menu entry or `\\[customize-option]' (`\\[customize-group]' for groups).
23045 Some customizations only take effect after some action (read the NOTE in
23046 the variable documentation). Customization can also be done globally (i.e.
23047 site-wide, read the INSTALL file).
23048
23049 - FILE EXTENSIONS: As default, files with extensions \".vhd\" and \".vhdl\" are
23050 automatically recognized as VHDL source files. To add an extension \".xxx\",
23051 add the following line to your Emacs start-up file (`.emacs'):
23052 (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist))
23053
23054 - HINTS:
23055 - Type `\\[keyboard-quit] \\[keyboard-quit]' to interrupt long operations or if Emacs hangs.
23056
23057
23058 Maintenance:
23059 ------------
23060
23061 To submit a bug report, enter `\\[vhdl-submit-bug-report]' within VHDL Mode.
23062 Add a description of the problem and include a reproducible test case.
23063
23064 Questions and enhancement requests can be sent to <vhdl-mode@geocities.com>.
23065
23066 The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.
23067 The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta releases.
23068 You are kindly invited to participate in beta testing. Subscribe to above
23069 mailing lists by sending an email to <vhdl-mode@geocities.com>.
23070
23071 VHDL Mode is officially distributed on the Emacs VHDL Mode Home Page
23072 <http://www.geocities.com/SiliconValley/Peaks/8287>, where the latest
23073 version and release notes can be found.
23074
23075
23076 Bugs and Limitations:
23077 ---------------------
23078
23079 - Re-indenting large regions or expressions can be slow.
23080 - Indentation bug in simultaneous if- and case-statements (VHDL-AMS).
23081 - Hideshow does not work under XEmacs.
23082 - Index menu and file tagging in speedbar do not work under XEmacs.
23083 - Parsing compilation error messages for Ikos and Viewlogic VHDL compilers
23084 does not work under XEmacs.
23085
23086
23087 The VHDL Mode Maintainers
23088 Reto Zimmermann and Rod Whitby
23089
23090 Key bindings:
23091 -------------
23092
23093 \\{vhdl-mode-map}
23094
23095 \(fn)" t nil)
23096
23097 ;;;***
23098 \f
23099 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15186 53885))
23100 ;;; Generated autoloads from emulation/vi.el
23101
23102 (autoload (quote vi-mode) "vi" "\
23103 Major mode that acts like the `vi' editor.
23104 The purpose of this mode is to provide you the combined power of vi (namely,
23105 the \"cross product\" effect of commands and repeat last changes) and Emacs.
23106
23107 This command redefines nearly all keys to look like vi commands.
23108 It records the previous major mode, and any vi command for input
23109 \(`i', `a', `s', etc.) switches back to that mode.
23110 Thus, ordinary Emacs (in whatever major mode you had been using)
23111 is \"input\" mode as far as vi is concerned.
23112
23113 To get back into vi from \"input\" mode, you must issue this command again.
23114 Therefore, it is recommended that you assign it to a key.
23115
23116 Major differences between this mode and real vi :
23117
23118 * Limitations and unsupported features
23119 - Search patterns with line offset (e.g. /pat/+3 or /pat/z.) are
23120 not supported.
23121 - Ex commands are not implemented; try ':' to get some hints.
23122 - No line undo (i.e. the 'U' command), but multi-undo is a standard feature.
23123
23124 * Modifications
23125 - The stopping positions for some point motion commands (word boundary,
23126 pattern search) are slightly different from standard 'vi'.
23127 Also, no automatic wrap around at end of buffer for pattern searching.
23128 - Since changes are done in two steps (deletion then insertion), you need
23129 to undo twice to completely undo a change command. But this is not needed
23130 for undoing a repeated change command.
23131 - No need to set/unset 'magic', to search for a string with regular expr
23132 in it just put a prefix arg for the search commands. Replace cmds too.
23133 - ^R is bound to incremental backward search, so use ^L to redraw screen.
23134
23135 * Extensions
23136 - Some standard (or modified) Emacs commands were integrated, such as
23137 incremental search, query replace, transpose objects, and keyboard macros.
23138 - In command state, ^X links to the 'ctl-x-map', and ESC can be linked to
23139 esc-map or set undefined. These can give you the full power of Emacs.
23140 - See vi-com-map for those keys that are extensions to standard vi, e.g.
23141 `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
23142 `vi-mark-region', and 'vi-quote-words'. Some of them are quite handy.
23143 - Use \\[vi-switch-mode] to switch among different modes quickly.
23144
23145 Syntax table and abbrevs while in vi mode remain as they were in Emacs.
23146
23147 \(fn)" t nil)
23148
23149 ;;;***
23150 \f
23151 ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
23152 ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
23153 ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
23154 ;;;;;; "language/viet-util.el" (15565 3119))
23155 ;;; Generated autoloads from language/viet-util.el
23156
23157 (autoload (quote viet-encode-viscii-char) "viet-util" "\
23158 Return VISCII character code of CHAR if appropriate.
23159
23160 \(fn CHAR)" nil nil)
23161
23162 (autoload (quote viet-decode-viqr-region) "viet-util" "\
23163 Convert `VIQR' mnemonics of the current region to Vietnamese characaters.
23164 When called from a program, expects two arguments,
23165 positions (integers or markers) specifying the stretch of the region.
23166
23167 \(fn FROM TO)" t nil)
23168
23169 (autoload (quote viet-decode-viqr-buffer) "viet-util" "\
23170 Convert `VIQR' mnemonics of the current buffer to Vietnamese characaters.
23171
23172 \(fn)" t nil)
23173
23174 (autoload (quote viet-encode-viqr-region) "viet-util" "\
23175 Convert Vietnamese characaters of the current region to `VIQR' mnemonics.
23176 When called from a program, expects two arguments,
23177 positions (integers or markers) specifying the stretch of the region.
23178
23179 \(fn FROM TO)" t nil)
23180
23181 (autoload (quote viet-encode-viqr-buffer) "viet-util" "\
23182 Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics.
23183
23184 \(fn)" t nil)
23185
23186 (autoload (quote viqr-post-read-conversion) "viet-util" "\
23187 Not documented
23188
23189 \(fn LEN)" nil nil)
23190
23191 (autoload (quote viqr-pre-write-conversion) "viet-util" "\
23192 Not documented
23193
23194 \(fn FROM TO)" nil nil)
23195
23196 ;;;***
23197 \f
23198 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
23199 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame
23200 ;;;;;; view-file-other-window view-file) "view" "view.el" (15623
23201 ;;;;;; 15523))
23202 ;;; Generated autoloads from view.el
23203
23204 (defvar view-mode nil "\
23205 Non-nil if View mode is enabled.
23206 Don't change this variable directly, you must change it by one of the
23207 functions that enable or disable view mode.")
23208
23209 (make-variable-buffer-local (quote view-mode))
23210
23211 (autoload (quote view-file) "view" "\
23212 View FILE in View mode, returning to previous buffer when done.
23213 Emacs commands editing the buffer contents are not available; instead,
23214 a special set of commands (mostly letters and punctuation)
23215 are defined for moving around in the buffer.
23216 Space scrolls forward, Delete scrolls backward.
23217 For list of all View commands, type H or h while viewing.
23218
23219 This command runs the normal hook `view-mode-hook'.
23220
23221 \(fn FILE)" t nil)
23222
23223 (autoload (quote view-file-other-window) "view" "\
23224 View FILE in View mode in another window.
23225 Return that window to its previous buffer when done.
23226 Emacs commands editing the buffer contents are not available; instead,
23227 a special set of commands (mostly letters and punctuation)
23228 are defined for moving around in the buffer.
23229 Space scrolls forward, Delete scrolls backward.
23230 For list of all View commands, type H or h while viewing.
23231
23232 This command runs the normal hook `view-mode-hook'.
23233
23234 \(fn FILE)" t nil)
23235
23236 (autoload (quote view-file-other-frame) "view" "\
23237 View FILE in View mode in another frame.
23238 Maybe delete other frame and/or return to previous buffer when done.
23239 Emacs commands editing the buffer contents are not available; instead,
23240 a special set of commands (mostly letters and punctuation)
23241 are defined for moving around in the buffer.
23242 Space scrolls forward, Delete scrolls backward.
23243 For list of all View commands, type H or h while viewing.
23244
23245 This command runs the normal hook `view-mode-hook'.
23246
23247 \(fn FILE)" t nil)
23248
23249 (autoload (quote view-buffer) "view" "\
23250 View BUFFER in View mode, returning to previous buffer when done.
23251 Emacs commands editing the buffer contents are not available; instead,
23252 a special set of commands (mostly letters and punctuation)
23253 are defined for moving around in the buffer.
23254 Space scrolls forward, Delete scrolls backward.
23255 For list of all View commands, type H or h while viewing.
23256
23257 This command runs the normal hook `view-mode-hook'.
23258
23259 Optional argument EXIT-ACTION is either nil or a function with buffer as
23260 argument. This function is called when finished viewing buffer.
23261 Use this argument instead of explicitly setting `view-exit-action'.
23262
23263 \(fn BUFFER &optional EXIT-ACTION)" t nil)
23264
23265 (autoload (quote view-buffer-other-window) "view" "\
23266 View BUFFER in View mode in another window.
23267 Return to previous buffer when done, unless optional NOT-RETURN is non-nil.
23268 Emacs commands editing the buffer contents are not available; instead,
23269 a special set of commands (mostly letters and punctuation)
23270 are defined for moving around in the buffer.
23271 Space scrolls forward, Delete scrolls backward.
23272 For list of all View commands, type H or h while viewing.
23273
23274 This command runs the normal hook `view-mode-hook'.
23275
23276 Optional argument EXIT-ACTION is either nil or a function with buffer as
23277 argument. This function is called when finished viewing buffer.
23278 Use this argument instead of explicitly setting `view-exit-action'.
23279
23280 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
23281
23282 (autoload (quote view-buffer-other-frame) "view" "\
23283 View BUFFER in View mode in another frame.
23284 Return to previous buffer when done, unless optional NOT-RETURN is non-nil.
23285 Emacs commands editing the buffer contents are not available; instead,
23286 a special set of commands (mostly letters and punctuation)
23287 are defined for moving around in the buffer.
23288 Space scrolls forward, Delete scrolls backward.
23289 For list of all View commands, type H or h while viewing.
23290
23291 This command runs the normal hook `view-mode-hook'.
23292
23293 Optional argument EXIT-ACTION is either nil or a function with buffer as
23294 argument. This function is called when finished viewing buffer.
23295 Use this argument instead of explicitly setting `view-exit-action'.
23296
23297 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
23298
23299 (autoload (quote view-mode) "view" "\
23300 Toggle View mode, a minor mode for viewing text but not editing it.
23301 With ARG, turn View mode on iff ARG is positive.
23302
23303 Emacs commands that do not change the buffer contents are available as usual.
23304 Kill commands insert text in kill buffers but do not delete. Other commands
23305 \(among them most letters and punctuation) beep and tell that the buffer is
23306 read-only.
23307 \\<view-mode-map>
23308 The following additional commands are provided. Most commands take prefix
23309 arguments. Page commands default to \"page size\" lines which is almost a whole
23310 window full, or number of lines set by \\[View-scroll-page-forward-set-page-size] or \\[View-scroll-page-backward-set-page-size]. Half page commands default to
23311 and set \"half page size\" lines which initially is half a window full. Search
23312 commands default to a repeat count of one.
23313
23314 H, h, ? This message.
23315 Digits provide prefix arguments.
23316 \\[negative-argument] negative prefix argument.
23317 \\[beginning-of-buffer] move to the beginning of buffer.
23318 > move to the end of buffer.
23319 \\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window.
23320 SPC scroll forward \"page size\" lines.
23321 With prefix scroll forward prefix lines.
23322 DEL scroll backward \"page size\" lines.
23323 With prefix scroll backward prefix lines.
23324 \\[View-scroll-page-forward-set-page-size] like \\[View-scroll-page-forward] but with prefix sets \"page size\" to prefix.
23325 \\[View-scroll-page-backward-set-page-size] like \\[View-scroll-page-backward] but with prefix sets \"page size\" to prefix.
23326 \\[View-scroll-half-page-forward] scroll forward \"half page size\" lines. With prefix, sets
23327 \"half page size\" to prefix lines and scrolls forward that much.
23328 \\[View-scroll-half-page-backward] scroll backward \"half page size\" lines. With prefix, sets
23329 \"half page size\" to prefix lines and scrolls backward that much.
23330 RET, LFD scroll forward one line. With prefix scroll forward prefix line(s).
23331 y scroll backward one line. With prefix scroll backward prefix line(s).
23332 \\[View-revert-buffer-scroll-page-forward] revert-buffer if necessary and scroll forward.
23333 Use this to view a changing file.
23334 \\[what-line] prints the current line number.
23335 \\[View-goto-percent] goes prefix argument (default 100) percent into buffer.
23336 \\[View-goto-line] goes to line given by prefix argument (default first line).
23337 . set the mark.
23338 x exchanges point and mark.
23339 \\[View-back-to-mark] return to mark and pops mark ring.
23340 Mark ring is pushed at start of every successful search and when
23341 jump to line occurs. The mark is set on jump to buffer start or end.
23342 \\[point-to-register] save current position in character register.
23343 ' go to position saved in character register.
23344 s do forward incremental search.
23345 r do reverse incremental search.
23346 \\[View-search-regexp-forward] searches forward for regular expression, starting after current page.
23347 ! and @ have a special meaning at the beginning of the regexp.
23348 ! means search for a line with no match for regexp. @ means start
23349 search at beginning (end for backward search) of buffer.
23350 \\ searches backward for regular expression, starting before current page.
23351 \\[View-search-last-regexp-forward] searches forward for last regular expression.
23352 p searches backward for last regular expression.
23353 \\[View-quit] quit View mode, trying to restore window and buffer to previous state.
23354 \\[View-quit] is the normal way to leave view mode.
23355 \\[View-exit] exit View mode but stay in current buffer. Use this if you started
23356 viewing a buffer (file) and find out you want to edit it.
23357 \\[View-exit-and-edit] exit View mode and make the current buffer editable.
23358 \\[View-quit-all] quit View mode, trying to restore windows and buffer to previous state.
23359 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer.
23360 \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.
23361
23362 The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was
23363 entered by view-file, view-file-other-window or view-file-other-frame
23364 \(\\[view-file], \\[view-file-other-window], \\[view-file-other-frame] or the dired mode v command), then \\[View-quit] will
23365 try to kill the current buffer. If view-mode was entered from another buffer
23366 as is done by View-buffer, View-buffer-other-window, View-buffer-other frame,
23367 View-file, View-file-other-window or View-file-other-frame then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave]
23368 will return to that buffer.
23369
23370 Entry to view-mode runs the normal hook `view-mode-hook'.
23371
23372 \(fn &optional ARG)" t nil)
23373
23374 (autoload (quote view-mode-enter) "view" "\
23375 Enter View mode and set up exit from view mode depending on optional arguments.
23376 If RETURN-TO is non-nil it is added as an element to the buffer local alist
23377 `view-return-to-alist'.
23378 Save EXIT-ACTION in buffer local variable `view-exit-action'.
23379 It should be either nil or a function that takes a buffer as argument.
23380 This function will be called by `view-mode-exit'.
23381
23382 RETURN-TO is either nil, meaning do nothing when exiting view mode, or
23383 it has the format (WINDOW OLD-WINDOW . OLD-BUF-INFO).
23384 WINDOW is a window used for viewing.
23385 OLD-WINDOW is nil or the window to select after viewing.
23386 OLD-BUF-INFO tells what to do with WINDOW when exiting. It is one of:
23387 1) nil Do nothing.
23388 2) t Delete WINDOW or, if it is the only window, its frame.
23389 3) (OLD-BUFF START POINT) Display buffer OLD-BUFF with displayed text
23390 starting at START and point at POINT in WINDOW.
23391 4) quit-window Do `quit-window' in WINDOW.
23392
23393 For list of all View commands, type H or h while viewing.
23394
23395 This function runs the normal hook `view-mode-hook'.
23396
23397 \(fn &optional RETURN-TO EXIT-ACTION)" nil nil)
23398
23399 (autoload (quote View-exit-and-edit) "view" "\
23400 Exit View mode and make the current buffer editable.
23401
23402 \(fn)" t nil)
23403
23404 ;;;***
23405 \f
23406 ;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15186 56483))
23407 ;;; Generated autoloads from emulation/vip.el
23408
23409 (autoload (quote vip-mode) "vip" "\
23410 Turn on VIP emulation of VI.
23411
23412 \(fn)" t nil)
23413
23414 ;;;***
23415 \f
23416 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
23417 ;;;;;; (15751 65471))
23418 ;;; Generated autoloads from emulation/viper.el
23419
23420 (autoload (quote toggle-viper-mode) "viper" "\
23421 Toggle Viper on/off.
23422 If Viper is enabled, turn it off. Otherwise, turn it on.
23423
23424 \(fn)" t nil)
23425
23426 (autoload (quote viper-mode) "viper" "\
23427 Turn on Viper emulation of Vi.
23428
23429 \(fn)" t nil)
23430
23431 ;;;***
23432 \f
23433 ;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el"
23434 ;;;;;; (15832 43705))
23435 ;;; Generated autoloads from warnings.el
23436
23437 (defvar warning-prefix-function nil "\
23438 Function to generate warning prefixes.
23439 This function, if non-nil, is called with two arguments,
23440 the severity level and its entry in `warning-levels',
23441 and should return the entry that should actually be used.
23442 The warnings buffer is current when this function is called
23443 and the function can insert text in it. This text becomes
23444 the beginning of the warning.")
23445
23446 (defvar warning-series nil "\
23447 Non-nil means treat multiple `display-warning' calls as a series.
23448 A marker indicates a position in the warnings buffer
23449 which is the start of the current series; it means that
23450 additional warnings in the same buffer should not move point.
23451 t means the next warning begins a series (and stores a marker here).
23452 A symbol with a function definition is like t, except
23453 also call that function before the next warning.")
23454
23455 (defvar warning-fill-prefix nil "\
23456 Non-nil means fill each warning text using this string as `fill-prefix'.")
23457
23458 (defvar warning-group-format " (%s)" "\
23459 Format for displaying the warning group in the warning message.
23460 The result of formatting the group this way gets included in the
23461 message under the control of the string in `warning-levels'.")
23462
23463 (autoload (quote display-warning) "warnings" "\
23464 Display a warning message, MESSAGE.
23465 GROUP should be a custom group name (a symbol),
23466 or else a list of symbols whose first element is a custom group name.
23467 \(The rest of the symbols represent subcategories, for warning purposes
23468 only, and you can use whatever symbols you like.)
23469
23470 LEVEL should be either :warning, :error, or :emergency.
23471 :emergency -- a problem that will seriously impair Emacs operation soon
23472 if you do not attend to it promptly.
23473 :error -- data or circumstances that are inherently wrong.
23474 :warning -- data or circumstances that are not inherently wrong,
23475 but raise suspicion of a possible problem.
23476 :debug -- info for debugging only.
23477
23478 BUFFER-NAME, if specified, is the name of the buffer for logging the
23479 warning. By default, it is `*Warnings*'.
23480
23481 See the `warnings' custom group for user customization features.
23482
23483 See also `warning-series', `warning-prefix-function' and
23484 `warning-fill-prefix' for additional programming features.
23485
23486 \(fn GROUP MESSAGE &optional LEVEL BUFFER-NAME)" nil nil)
23487
23488 (autoload (quote lwarn) "warnings" "\
23489 Display a warning message made from (format MESSAGE ARGS...).
23490 Aside from generating the message with `format',
23491 this is equivalent to `display-warning'.
23492
23493 GROUP should be a custom group name (a symbol).
23494 or else a list of symbols whose first element is a custom group name.
23495 \(The rest of the symbols represent subcategories and
23496 can be whatever you like.)
23497
23498 LEVEL should be either :warning, :error, or :emergency.
23499 :emergency -- a problem that will seriously impair Emacs operation soon
23500 if you do not attend to it promptly.
23501 :error -- invalid data or circumstances.
23502 :warning -- suspicious data or circumstances.
23503
23504 \(fn GROUP LEVEL MESSAGE &rest ARGS)" nil nil)
23505
23506 (autoload (quote warn) "warnings" "\
23507 Display a warning message made from (format MESSAGE ARGS...).
23508 Aside from generating the message with `format',
23509 this is equivalent to `display-warning', using
23510 `emacs' as the group and `:warning' as the level.
23511
23512 \(fn MESSAGE &rest ARGS)" nil nil)
23513
23514 ;;;***
23515 \f
23516 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15381 44879))
23517 ;;; Generated autoloads from net/webjump.el
23518
23519 (autoload (quote webjump) "webjump" "\
23520 Jumps to a Web site from a programmable hotlist.
23521
23522 See the documentation for the `webjump-sites' variable for how to customize the
23523 hotlist.
23524
23525 Please submit bug reports and other feedback to the author, Neil W. Van Dyke
23526 <nwv@acm.org>.
23527
23528 \(fn)" t nil)
23529
23530 ;;;***
23531 \f
23532 ;;;### (autoloads (which-function-mode) "which-func" "which-func.el"
23533 ;;;;;; (15706 62803))
23534 ;;; Generated autoloads from which-func.el
23535
23536 (defalias (quote which-func-mode) (quote which-function-mode))
23537
23538 (defvar which-function-mode nil "\
23539 Non-nil if Which-Function mode is enabled.
23540 See the command `which-function-mode' for a description of this minor-mode.
23541 Setting this variable directly does not take effect;
23542 use either \\[customize] or the function `which-function-mode'.")
23543
23544 (custom-add-to-group (quote which-func) (quote which-function-mode) (quote custom-variable))
23545
23546 (custom-add-load (quote which-function-mode) (quote which-func))
23547
23548 (autoload (quote which-function-mode) "which-func" "\
23549 Toggle Which Function mode, globally.
23550 When Which Function mode is enabled, the current function name is
23551 continuously displayed in the mode line, in certain major modes.
23552
23553 With prefix ARG, turn Which Function mode on iff arg is positive,
23554 and off otherwise.
23555
23556 \(fn &optional ARG)" t nil)
23557
23558 ;;;***
23559 \f
23560 ;;;### (autoloads (whitespace-write-file-hook whitespace-global-mode
23561 ;;;;;; whitespace-cleanup-region whitespace-cleanup whitespace-region
23562 ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
23563 ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
23564 ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
23565 ;;;;;; (15852 39768))
23566 ;;; Generated autoloads from whitespace.el
23567
23568 (autoload (quote whitespace-toggle-leading-check) "whitespace" "\
23569 Toggle the check for leading space in the local buffer.
23570
23571 \(fn)" t nil)
23572
23573 (autoload (quote whitespace-toggle-trailing-check) "whitespace" "\
23574 Toggle the check for trailing space in the local buffer.
23575
23576 \(fn)" t nil)
23577
23578 (autoload (quote whitespace-toggle-indent-check) "whitespace" "\
23579 Toggle the check for indentation space in the local buffer.
23580
23581 \(fn)" t nil)
23582
23583 (autoload (quote whitespace-toggle-spacetab-check) "whitespace" "\
23584 Toggle the check for space-followed-by-TABs in the local buffer.
23585
23586 \(fn)" t nil)
23587
23588 (autoload (quote whitespace-toggle-ateol-check) "whitespace" "\
23589 Toggle the check for end-of-line space in the local buffer.
23590
23591 \(fn)" t nil)
23592
23593 (autoload (quote whitespace-buffer) "whitespace" "\
23594 Find five different types of white spaces in buffer.
23595 These are:
23596 1. Leading space (empty lines at the top of a file).
23597 2. Trailing space (empty lines at the end of a file).
23598 3. Indentation space (8 or more spaces, that should be replaced with TABS).
23599 4. Spaces followed by a TAB. (Almost always, we never want that).
23600 5. Spaces or TABS at the end of a line.
23601
23602 Check for whitespace only if this buffer really contains a non-empty file
23603 and:
23604 1. the major mode is one of the whitespace-modes, or
23605 2. `whitespace-buffer' was explicitly called with a prefix argument.
23606
23607 \(fn &optional QUIET)" t nil)
23608
23609 (autoload (quote whitespace-region) "whitespace" "\
23610 Check the region for whitespace errors.
23611
23612 \(fn S E)" t nil)
23613
23614 (autoload (quote whitespace-cleanup) "whitespace" "\
23615 Cleanup the five different kinds of whitespace problems.
23616
23617 Use \\[describe-function] whitespace-describe to read a summary of the
23618 whitespace problems.
23619
23620 \(fn)" t nil)
23621
23622 (autoload (quote whitespace-cleanup-region) "whitespace" "\
23623 Whitespace cleanup on the region.
23624
23625 \(fn S E)" t nil)
23626
23627 (defvar whitespace-global-mode nil "\
23628 Non-nil if Whitespace-Global mode is enabled.
23629 See the command `whitespace-global-mode' for a description of this minor-mode.
23630 Setting this variable directly does not take effect;
23631 use either \\[customize] or the function `whitespace-global-mode'.")
23632
23633 (custom-add-to-group (quote whitespace) (quote whitespace-global-mode) (quote custom-variable))
23634
23635 (custom-add-load (quote whitespace-global-mode) (quote whitespace))
23636
23637 (autoload (quote whitespace-global-mode) "whitespace" "\
23638 Toggle using Whitespace mode in new buffers.
23639 With ARG, turn the mode on if and only iff ARG is positive.
23640
23641 When this mode is active, `whitespace-buffer' is added to
23642 `find-file-hook' and `kill-buffer-hook'.
23643
23644 \(fn &optional ARG)" t nil)
23645
23646 (autoload (quote whitespace-write-file-hook) "whitespace" "\
23647 Hook function to be called on the buffer when whitespace check is enabled.
23648 This is meant to be added buffer-locally to `write-file-functions'.
23649
23650 \(fn)" t nil)
23651
23652 ;;;***
23653 \f
23654 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
23655 ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15697 38217))
23656 ;;; Generated autoloads from wid-browse.el
23657
23658 (autoload (quote widget-browse-at) "wid-browse" "\
23659 Browse the widget under point.
23660
23661 \(fn POS)" t nil)
23662
23663 (autoload (quote widget-browse) "wid-browse" "\
23664 Create a widget browser for WIDGET.
23665
23666 \(fn WIDGET)" t nil)
23667
23668 (autoload (quote widget-browse-other-window) "wid-browse" "\
23669 Show widget browser for WIDGET in other window.
23670
23671 \(fn &optional WIDGET)" t nil)
23672
23673 (autoload (quote widget-minor-mode) "wid-browse" "\
23674 Togle minor mode for traversing widgets.
23675 With arg, turn widget mode on if and only if arg is positive.
23676
23677 \(fn &optional ARG)" t nil)
23678
23679 ;;;***
23680 \f
23681 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
23682 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15792
23683 ;;;;;; 4535))
23684 ;;; Generated autoloads from wid-edit.el
23685
23686 (autoload (quote widgetp) "wid-edit" "\
23687 Return non-nil iff WIDGET is a widget.
23688
23689 \(fn WIDGET)" nil nil)
23690
23691 (autoload (quote widget-prompt-value) "wid-edit" "\
23692 Prompt for a value matching WIDGET, using PROMPT.
23693 The current value is assumed to be VALUE, unless UNBOUND is non-nil.
23694
23695 \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil)
23696
23697 (autoload (quote widget-create) "wid-edit" "\
23698 Create widget of TYPE.
23699 The optional ARGS are additional keyword arguments.
23700
23701 \(fn TYPE &rest ARGS)" nil nil)
23702
23703 (autoload (quote widget-delete) "wid-edit" "\
23704 Delete WIDGET.
23705
23706 \(fn WIDGET)" nil nil)
23707
23708 (autoload (quote widget-insert) "wid-edit" "\
23709 Call `insert' with ARGS even if surrounding text is read only.
23710
23711 \(fn &rest ARGS)" nil nil)
23712
23713 (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " (quote widget-forward)) (define-key map [(shift tab)] (quote widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\
23714 Keymap containing useful binding for buffers containing widgets.
23715 Recommended as a parent keymap for modes using widgets.")
23716
23717 (autoload (quote widget-setup) "wid-edit" "\
23718 Setup current buffer so editing string widgets works.
23719
23720 \(fn)" nil nil)
23721
23722 ;;;***
23723 \f
23724 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
23725 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15576
23726 ;;;;;; 685))
23727 ;;; Generated autoloads from windmove.el
23728
23729 (autoload (quote windmove-left) "windmove" "\
23730 Select the window to the left of the current one.
23731 With no prefix argument, or with prefix argument equal to zero,
23732 \"left\" is relative to the position of point in the window; otherwise
23733 it is relative to the top edge (for positive ARG) or the bottom edge
23734 \(for negative ARG) of the current window.
23735 If no window is at the desired location, an error is signaled.
23736
23737 \(fn &optional ARG)" t nil)
23738
23739 (autoload (quote windmove-up) "windmove" "\
23740 Select the window above the current one.
23741 With no prefix argument, or with prefix argument equal to zero, \"up\"
23742 is relative to the position of point in the window; otherwise it is
23743 relative to the left edge (for positive ARG) or the right edge (for
23744 negative ARG) of the current window.
23745 If no window is at the desired location, an error is signaled.
23746
23747 \(fn &optional ARG)" t nil)
23748
23749 (autoload (quote windmove-right) "windmove" "\
23750 Select the window to the right of the current one.
23751 With no prefix argument, or with prefix argument equal to zero,
23752 \"right\" is relative to the position of point in the window;
23753 otherwise it is relative to the top edge (for positive ARG) or the
23754 bottom edge (for negative ARG) of the current window.
23755 If no window is at the desired location, an error is signaled.
23756
23757 \(fn &optional ARG)" t nil)
23758
23759 (autoload (quote windmove-down) "windmove" "\
23760 Select the window below the current one.
23761 With no prefix argument, or with prefix argument equal to zero,
23762 \"down\" is relative to the position of point in the window; otherwise
23763 it is relative to the left edge (for positive ARG) or the right edge
23764 \(for negative ARG) of the current window.
23765 If no window is at the desired location, an error is signaled.
23766
23767 \(fn &optional ARG)" t nil)
23768
23769 (autoload (quote windmove-default-keybindings) "windmove" "\
23770 Set up keybindings for `windmove'.
23771 Keybindings are of the form MODIFIER-{left,right,up,down}.
23772 Default MODIFIER is 'shift.
23773
23774 \(fn &optional MODIFIER)" t nil)
23775
23776 ;;;***
23777 \f
23778 ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
23779 ;;;;;; (15826 3927))
23780 ;;; Generated autoloads from winner.el
23781
23782 (defvar winner-mode nil "\
23783 Toggle winner-mode.
23784 Setting this variable directly does not take effect;
23785 use either \\[customize] or the function `winner-mode'.")
23786
23787 (custom-add-to-group (quote winner) (quote winner-mode) (quote custom-variable))
23788
23789 (custom-add-load (quote winner-mode) (quote winner))
23790
23791 (autoload (quote winner-mode) "winner" "\
23792 Toggle Winner mode.
23793 With arg, turn Winner mode on if and only if arg is positive.
23794
23795 \(fn &optional ARG)" t nil)
23796
23797 ;;;***
23798 \f
23799 ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
23800 ;;;;;; "woman.el" (15809 3074))
23801 ;;; Generated autoloads from woman.el
23802
23803 (autoload (quote woman) "woman" "\
23804 Browse UN*X man page for TOPIC (Without using external Man program).
23805 The major browsing mode used is essentially the standard Man mode.
23806 Choose the filename for the man page using completion, based on the
23807 topic selected from the directories specified in `woman-manpath' and
23808 `woman-path'. The directory expansions and topics are cached for
23809 speed, but a non-nil interactive argument forces the caches to be
23810 updated (e.g. to re-interpret the current directory).
23811
23812 Used non-interactively, arguments are optional: if given then TOPIC
23813 should be a topic string and non-nil RE-CACHE forces re-caching.
23814
23815 \(fn &optional TOPIC RE-CACHE)" t nil)
23816
23817 (autoload (quote woman-dired-find-file) "woman" "\
23818 In dired, run the WoMan man-page browser on this file.
23819
23820 \(fn)" t nil)
23821
23822 (autoload (quote woman-find-file) "woman" "\
23823 Find, decode and browse a specific UN*X man-page source file FILE-NAME.
23824 Use existing buffer if possible; reformat only if prefix arg given.
23825 When called interactively, optional argument REFORMAT forces reformatting
23826 of an existing WoMan buffer formatted earlier.
23827 No external programs are used, except that `gunzip' will be used to
23828 decompress the file if appropriate. See the documentation for the
23829 `woman' command for further details.
23830
23831 \(fn FILE-NAME &optional REFORMAT)" t nil)
23832
23833 ;;;***
23834 \f
23835 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
23836 ;;;;;; (15394 13301))
23837 ;;; Generated autoloads from emulation/ws-mode.el
23838
23839 (autoload (quote wordstar-mode) "ws-mode" "\
23840 Major mode with WordStar-like key bindings.
23841
23842 BUGS:
23843 - Help menus with WordStar commands (C-j just calls help-for-help)
23844 are not implemented
23845 - Options for search and replace
23846 - Show markers (C-k h) is somewhat strange
23847 - Search and replace (C-q a) is only available in forward direction
23848
23849 No key bindings beginning with ESC are installed, they will work
23850 Emacs-like.
23851
23852 The key bindings are:
23853
23854 C-a backward-word
23855 C-b fill-paragraph
23856 C-c scroll-up-line
23857 C-d forward-char
23858 C-e previous-line
23859 C-f forward-word
23860 C-g delete-char
23861 C-h backward-char
23862 C-i indent-for-tab-command
23863 C-j help-for-help
23864 C-k ordstar-C-k-map
23865 C-l ws-repeat-search
23866 C-n open-line
23867 C-p quoted-insert
23868 C-r scroll-down-line
23869 C-s backward-char
23870 C-t kill-word
23871 C-u keyboard-quit
23872 C-v overwrite-mode
23873 C-w scroll-down
23874 C-x next-line
23875 C-y kill-complete-line
23876 C-z scroll-up
23877
23878 C-k 0 ws-set-marker-0
23879 C-k 1 ws-set-marker-1
23880 C-k 2 ws-set-marker-2
23881 C-k 3 ws-set-marker-3
23882 C-k 4 ws-set-marker-4
23883 C-k 5 ws-set-marker-5
23884 C-k 6 ws-set-marker-6
23885 C-k 7 ws-set-marker-7
23886 C-k 8 ws-set-marker-8
23887 C-k 9 ws-set-marker-9
23888 C-k b ws-begin-block
23889 C-k c ws-copy-block
23890 C-k d save-buffers-kill-emacs
23891 C-k f find-file
23892 C-k h ws-show-markers
23893 C-k i ws-indent-block
23894 C-k k ws-end-block
23895 C-k p ws-print-block
23896 C-k q kill-emacs
23897 C-k r insert-file
23898 C-k s save-some-buffers
23899 C-k t ws-mark-word
23900 C-k u ws-exdent-block
23901 C-k C-u keyboard-quit
23902 C-k v ws-move-block
23903 C-k w ws-write-block
23904 C-k x kill-emacs
23905 C-k y ws-delete-block
23906
23907 C-o c wordstar-center-line
23908 C-o b switch-to-buffer
23909 C-o j justify-current-line
23910 C-o k kill-buffer
23911 C-o l list-buffers
23912 C-o m auto-fill-mode
23913 C-o r set-fill-column
23914 C-o C-u keyboard-quit
23915 C-o wd delete-other-windows
23916 C-o wh split-window-horizontally
23917 C-o wo other-window
23918 C-o wv split-window-vertically
23919
23920 C-q 0 ws-find-marker-0
23921 C-q 1 ws-find-marker-1
23922 C-q 2 ws-find-marker-2
23923 C-q 3 ws-find-marker-3
23924 C-q 4 ws-find-marker-4
23925 C-q 5 ws-find-marker-5
23926 C-q 6 ws-find-marker-6
23927 C-q 7 ws-find-marker-7
23928 C-q 8 ws-find-marker-8
23929 C-q 9 ws-find-marker-9
23930 C-q a ws-query-replace
23931 C-q b ws-to-block-begin
23932 C-q c end-of-buffer
23933 C-q d end-of-line
23934 C-q f ws-search
23935 C-q k ws-to-block-end
23936 C-q l ws-undo
23937 C-q p ws-last-cursorp
23938 C-q r beginning-of-buffer
23939 C-q C-u keyboard-quit
23940 C-q w ws-last-error
23941 C-q y ws-kill-eol
23942 C-q DEL ws-kill-bol
23943
23944 \(fn)" t nil)
23945
23946 ;;;***
23947 \f
23948 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15697
23949 ;;;;;; 38217))
23950 ;;; Generated autoloads from xt-mouse.el
23951
23952 (defvar xterm-mouse-mode nil "\
23953 Non-nil if Xterm-Mouse mode is enabled.
23954 See the command `xterm-mouse-mode' for a description of this minor-mode.
23955 Setting this variable directly does not take effect;
23956 use either \\[customize] or the function `xterm-mouse-mode'.")
23957
23958 (custom-add-to-group (quote xterm-mouse) (quote xterm-mouse-mode) (quote custom-variable))
23959
23960 (custom-add-load (quote xterm-mouse-mode) (quote xt-mouse))
23961
23962 (autoload (quote xterm-mouse-mode) "xt-mouse" "\
23963 Toggle XTerm mouse mode.
23964 With prefix arg, turn XTerm mouse mode on iff arg is positive.
23965
23966 Turn it on to use emacs mouse commands, and off to use xterm mouse commands.
23967
23968 \(fn &optional ARG)" t nil)
23969
23970 ;;;***
23971 \f
23972 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
23973 ;;;;;; yow) "yow" "play/yow.el" (15397 31808))
23974 ;;; Generated autoloads from play/yow.el
23975
23976 (autoload (quote yow) "yow" "\
23977 Return or display a random Zippy quotation. With prefix arg, insert it.
23978
23979 \(fn &optional INSERT DISPLAY)" t nil)
23980
23981 (autoload (quote insert-zippyism) "yow" "\
23982 Prompt with completion for a known Zippy quotation, and insert it at point.
23983
23984 \(fn &optional ZIPPYISM)" t nil)
23985
23986 (autoload (quote apropos-zippy) "yow" "\
23987 Return a list of all Zippy quotes matching REGEXP.
23988 If called interactively, display a list of matches.
23989
23990 \(fn REGEXP)" t nil)
23991
23992 (autoload (quote psychoanalyze-pinhead) "yow" "\
23993 Zippy goes to the analyst.
23994
23995 \(fn)" t nil)
23996
23997 ;;;***
23998 \f
23999 ;;;### (autoloads (zone) "zone" "play/zone.el" (15634 63601))
24000 ;;; Generated autoloads from play/zone.el
24001
24002 (autoload (quote zone) "zone" "\
24003 Zone out, completely.
24004
24005 \(fn)" t nil)
24006
24007 ;;;***
24008 \f
24009 ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
24010 ;;;;;; "net/zone-mode.el" (15566 3941))
24011 ;;; Generated autoloads from net/zone-mode.el
24012
24013 (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
24014 Update the serial number in a zone if the file was modified.
24015
24016 \(fn)" t nil)
24017
24018 (autoload (quote zone-mode) "zone-mode" "\
24019 A mode for editing DNS zone files.
24020
24021 Zone-mode does two things:
24022
24023 - automatically update the serial number for a zone
24024 when saving the file
24025
24026 - fontification" t nil)
24027
24028 ;;;***
24029 \f
24030 ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "allout.el"
24031 ;;;;;; "bindings.el" "buff-menu.el" "byte-run.el" "calc/calc-aent.el"
24032 ;;;;;; "calc/calc-alg.el" "calc/calc-arith.el" "calc/calc-bin.el"
24033 ;;;;;; "calc/calc-comb.el" "calc/calc-cplx.el" "calc/calc-embed.el"
24034 ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
24035 ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
24036 ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
24037 ;;;;;; "calc/calc-macs.el" "calc/calc-maint.el" "calc/calc-map.el"
24038 ;;;;;; "calc/calc-math.el" "calc/calc-misc.el" "calc/calc-mode.el"
24039 ;;;;;; "calc/calc-mtx.el" "calc/calc-poly.el" "calc/calc-prog.el"
24040 ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el"
24041 ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el"
24042 ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el"
24043 ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
24044 ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
24045 ;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
24046 ;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el"
24047 ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
24048 ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
24049 ;;;;;; "calendar/parse-time.el" "case-table.el" "cdl.el" "cus-dep.el"
24050 ;;;;;; "cus-load.el" "cus-start.el" "custom.el" "dos-fns.el" "dos-vars.el"
24051 ;;;;;; "dos-w32.el" "ediff-diff.el" "ediff-init.el" "ediff-merg.el"
24052 ;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el"
24053 ;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/authors.el" "emacs-lisp/bindat.el"
24054 ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el"
24055 ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
24056 ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el"
24057 ;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el"
24058 ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el"
24059 ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el"
24060 ;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/testcover-ses.el" "emacs-lisp/testcover-unsafep.el"
24061 ;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
24062 ;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
24063 ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el"
24064 ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
24065 ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
24066 ;;;;;; "env.el" "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
24067 ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
24068 ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"
24069 ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"
24070 ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"
24071 ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
24072 ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"
24073 ;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el"
24074 ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
24075 ;;;;;; "faces.el" "files.el" "filesets.el" "finder-inf.el" "float-sup.el"
24076 ;;;;;; "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el"
24077 ;;;;;; "frame.el" "generic-x.el" "gnus/flow-fill.el" "gnus/format-spec.el"
24078 ;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
24079 ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el"
24080 ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
24081 ;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
24082 ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
24083 ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
24084 ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
24085 ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el"
24086 ;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/imap.el" "gnus/mail-parse.el"
24087 ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el"
24088 ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
24089 ;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml.el"
24090 ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"
24091 ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el"
24092 ;;;;;; "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmail.el" "gnus/nnmbox.el"
24093 ;;;;;; "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnspool.el"
24094 ;;;;;; "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el"
24095 ;;;;;; "gnus/nnweb.el" "gnus/pop3.el" "gnus/qp.el" "gnus/rfc1843.el"
24096 ;;;;;; "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el"
24097 ;;;;;; "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" "help.el"
24098 ;;;;;; "indent.el" "international/characters.el" "international/iso-ascii.el"
24099 ;;;;;; "international/iso-insert.el" "international/iso-swed.el"
24100 ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el"
24101 ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el"
24102 ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el"
24103 ;;;;;; "international/latin-9.el" "international/mule-cmds.el" "international/mule-conf.el"
24104 ;;;;;; "international/mule.el" "international/ogonek.el" "international/swedish.el"
24105 ;;;;;; "international/ucs-tables.el" "international/utf-16.el" "international/utf-8-subst.el"
24106 ;;;;;; "international/utf-8.el" "isearch.el" "kermit.el" "language/chinese.el"
24107 ;;;;;; "language/cyrillic.el" "language/czech.el" "language/devanagari.el"
24108 ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el"
24109 ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"
24110 ;;;;;; "language/indian.el" "language/japanese.el" "language/korean.el"
24111 ;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el"
24112 ;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el"
24113 ;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "loadup.el"
24114 ;;;;;; "ls-lisp.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el"
24115 ;;;;;; "mail/mh-funcs.el" "mail/mh-index.el" "mail/mh-mime.el" "mail/mh-pick.el"
24116 ;;;;;; "mail/mh-seq.el" "mail/mh-speed.el" "mail/mh-xemacs-compat.el"
24117 ;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el"
24118 ;;;;;; "mail/vms-pmail.el" "map-ynp.el" "menu-bar.el" "misc.el"
24119 ;;;;;; "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
24120 ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el"
24121 ;;;;;; "net/ldap.el" "net/netrc.el" "net/tramp-uu.el" "net/tramp-vc.el"
24122 ;;;;;; "obsolete/cplus-md.el" "obsolete/hilit19.el" "obsolete/mlsupport.el"
24123 ;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el"
24124 ;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el"
24125 ;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el"
24126 ;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el"
24127 ;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
24128 ;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
24129 ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el"
24130 ;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el"
24131 ;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el"
24132 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "regi.el"
24133 ;;;;;; "register.el" "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el"
24134 ;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el"
24135 ;;;;;; "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"
24136 ;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el"
24137 ;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el"
24138 ;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el"
24139 ;;;;;; "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el"
24140 ;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el"
24141 ;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el"
24142 ;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el"
24143 ;;;;;; "term/wyse50.el" "term/x-win.el" "term/xterm.el" "textmodes/bib-mode.el"
24144 ;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
24145 ;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el"
24146 ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
24147 ;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-parse.el"
24148 ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
24149 ;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
24150 ;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el"
24151 ;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
24152 ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
24153 ;;;;;; "xml.el" "xscheme.el") (15855 53815 423953))
24154
24155 ;;;***
24156 \f
24157 ;;; Local Variables:
24158 ;;; version-control: never
24159 ;;; no-byte-compile: t
24160 ;;; no-update-autoloads: t
24161 ;;; End:
24162 ;;; loaddefs.el ends here