comparison lisp/prim/auto-autoloads.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children a145efe76779
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
1 ;;; Do NOT edit this file! 1 ;;; Do NOT edit this file!
2 ;;; It is automatically generated using "make autoloads" 2 ;;; It is automatically generated using "make autoloads"
3 ;;; See update-autoloads.sh and autoload.el for more details. 3 ;;; See update-autoloads.sh and autoload.el for more details.
4 4
5
6 ;;;### (autoloads (BibTeX-auto-store) "latex" "auctex/latex.el")
7
8 (autoload 'BibTeX-auto-store "latex" "\
9 This function should be called from bibtex-mode-hook.
10 It will setup BibTeX to store keys in an auto file." nil nil)
11
12 ;;;***
13
14 ;;;### (autoloads nil "tex-info" "auctex/tex-info.el")
15
16 ;;;***
17
18 ;;;### (autoloads (japanese-latex-mode japanese-plain-tex-mode) "tex-jp" "auctex/tex-jp.el")
19
20 (autoload 'japanese-plain-tex-mode "tex-jp" "\
21 Major mode for editing files of input for Japanese plain TeX.
22 Set japanese-TeX-mode to t, and enters plain-tex-mode." t nil)
23
24 (autoload 'japanese-latex-mode "tex-jp" "\
25 Major mode for editing files of input for Japanese plain TeX.
26 Set japanese-TeX-mode to t, and enters latex-mode." t nil)
27
28 ;;;***
29
30 ;;;### (autoloads (TeX-submit-bug-report TeX-insert-quote TeX-auto-generate-global TeX-auto-generate ams-tex-mode) "tex" "auctex/tex.el")
31
32 (autoload 'ams-tex-mode "tex" "\
33 Major mode for editing files of input for AmS TeX.
34 See info under AUC TeX for documentation.
35
36 Special commands:
37 \\{TeX-mode-map}
38
39 Entering AmS-tex-mode calls the value of text-mode-hook,
40 then the value of TeX-mode-hook, and then the value
41 of AmS-TeX-mode-hook." t nil)
42
43 (autoload 'TeX-auto-generate "tex" "\
44 Generate style file for TEX and store it in AUTO.
45 If TEX is a directory, generate style files for all files in the directory." t nil)
46
47 (autoload 'TeX-auto-generate-global "tex" "\
48 Create global auto directory for global TeX macro definitions." t nil)
49
50 (autoload 'TeX-insert-quote "tex" "\
51 Insert the appropriate quote marks for TeX.
52 Inserts the value of `TeX-open-quote' (normally ``) or `TeX-close-quote'
53 \(normally '') depending on the context. If `TeX-quote-after-quote'
54 is non-nil, this insertion works only after \".
55 With prefix argument, always inserts \" characters." t nil)
56
57 (autoload 'TeX-submit-bug-report "tex" "\
58 Submit via mail a bug report on AUC TeX" t nil)
59
60 ;;;***
5 61
6 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "bytecomp/bytecomp.el") 62 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "bytecomp/bytecomp.el")
7 63
8 (autoload 'byte-force-recompile "bytecomp" "\ 64 (autoload 'byte-force-recompile "bytecomp" "\
9 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 65 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
990 Create widget of TYPE. 1046 Create widget of TYPE.
991 The optional ARGS are additional keyword arguments." nil nil) 1047 The optional ARGS are additional keyword arguments." nil nil)
992 1048
993 (autoload 'widget-delete "widget-edit" "\ 1049 (autoload 'widget-delete "widget-edit" "\
994 Delete WIDGET." nil nil) 1050 Delete WIDGET." nil nil)
995
996 ;;;***
997
998 ;;;### (autoloads (define-widget) "widget" "custom/widget.el")
999
1000 (autoload 'define-widget "widget" "\
1001 Define a new widget type named NAME from CLASS.
1002
1003 NAME and CLASS should both be symbols, CLASS should be one of the
1004 existing widget types, or nil to create the widget from scratch.
1005
1006 After the new widget has been defined, the following two calls will
1007 create identical widgets:
1008
1009 * (widget-create NAME)
1010
1011 * (apply 'widget-create CLASS ARGS)
1012
1013 The third argument DOC is a documentation string for the widget." nil nil)
1014 1051
1015 ;;;*** 1052 ;;;***
1016 1053
1017 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") 1054 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el")
1018 1055
2425 If point is within the first line of an Info note (cross-reference), follows 2462 If point is within the first line of an Info note (cross-reference), follows
2426 cross-reference and returns t; otherwise returns nil." nil nil) 2463 cross-reference and returns t; otherwise returns nil." nil nil)
2427 2464
2428 ;;;*** 2465 ;;;***
2429 2466
2430 ;;;### (autoloads (smart-tags-file smart-tags-file-path smart-objc-oobr smart-objc smart-fortran-at-tag-p smart-c++-oobr smart-c++ smart-c-at-tag-p smart-asm-at-tag-p) "hmouse-tag" "hyperbole/hmouse-tag.el") 2467 ;;;### (autoloads (hkey-help-show) "hmouse-drv" "hyperbole/hmouse-drv.el")
2468
2469 (autoload 'hkey-help-show "hmouse-drv" "\
2470 Saves prior frame configuration if BUFFER displays help. Displays BUFFER.
2471
2472 Optional second arg CURRENT-WINDOW non-nil forces display of buffer within
2473 the current window. By default, it is displayed in another window." nil nil)
2474
2475 ;;;***
2476
2477 ;;;### (autoloads (smart-tags-file smart-tags-file-path smart-objc smart-lisp-mode-p smart-java-at-tag-p smart-java smart-fortran-at-tag-p smart-c++ smart-c-at-tag-p smart-asm-at-tag-p) "hmouse-tag" "hyperbole/hmouse-tag.el")
2431 2478
2432 (autoload 'smart-asm-at-tag-p "hmouse-tag" "\ 2479 (autoload 'smart-asm-at-tag-p "hmouse-tag" "\
2433 Return assembly tag name that point is within, else nil." nil nil) 2480 Return assembly tag name that point is within, else nil." nil nil)
2434 2481
2435 (autoload 'smart-c-at-tag-p "hmouse-tag" "\ 2482 (autoload 'smart-c-at-tag-p "hmouse-tag" "\
2441 2488
2442 It assumes that its caller has already checked that the key was pressed in an 2489 It assumes that its caller has already checked that the key was pressed in an
2443 appropriate buffer and has moved the cursor to the selected buffer. 2490 appropriate buffer and has moved the cursor to the selected buffer.
2444 2491
2445 If: 2492 If:
2446 (1) on a '#include' statement, the include file is displayed; 2493 (1) on a `#include' statement, the include file is displayed;
2447 Look for include file in directory lists 'smart-c-cpp-include-dirs' 2494 Look for include file in directory lists `smart-c-cpp-include-dirs'
2448 and 'smart-c-include-dirs'. 2495 and `smart-c-include-dirs'.
2449 (2) on a C++ identifier, the identifier definition is displayed, 2496 (2) on a C++ identifier, the identifier definition is displayed,
2450 assuming the identifier is found within an 'etags' generated tag file 2497 assuming the identifier is found within an `etags' generated tag file
2451 in the current directory or any of its ancestor directories. 2498 in the current directory or any of its ancestor directories.
2452 (3) if 'smart-c-use-lib-man' is non-nil, the C++ identifier is 2499 (3) if `smart-c-use-lib-man' is non-nil, the C++ identifier is
2453 recognized as a library symbol, and a man page is found for the 2500 recognized as a library symbol, and a man page is found for the
2454 identifier, then the man page is displayed." t nil) 2501 identifier, then the man page is displayed." t nil)
2455 2502
2456 (autoload 'smart-c++-oobr "hmouse-tag" "\ 2503 (autoload 'smart-fortran-at-tag-p "hmouse-tag" "\
2457 Jumps to the definition of selected C++ construct via OO-Browser support. 2504 Return Fortran tag name that point is within, else nil." nil nil)
2458 Optional JUNK is ignored. Does nothing if the OO-Browser is not available. 2505
2506 (autoload 'smart-java "hmouse-tag" "\
2507 Jumps to the definition of optional Java IDENTIFIER or the one at point.
2508 Optional second arg NEXT means jump to next matching Java tag.
2459 2509
2460 It assumes that its caller has already checked that the key was pressed in an 2510 It assumes that its caller has already checked that the key was pressed in an
2461 appropriate buffer and has moved the cursor to the selected buffer. 2511 appropriate buffer and has moved the cursor to the selected buffer.
2462 2512
2463 If key is pressed: 2513 If:
2464 (1) on a '#include' statement, the include file is displayed; 2514 (1) within a commented @see cross-reference, the referent is displayed;
2465 Look for include file in directory lists 'smart-c-cpp-include-dirs' 2515 (2) on a `package' or `import' statement, the referent is displayed;
2466 and 'smart-c-include-dirs'. 2516 Look for referent files in the directory list `smart-java-package-dirs'.
2467 (2) within a method declaration, its definition is displayed; 2517 (3) on an Java identifier, the identifier definition is displayed,
2468 (3) on a class name, the class definition is shown. 2518 assuming the identifier is found within an `etags' generated tag file
2469 2519 in the current directory or any of its ancestor directories." t nil)
2470 (2) and (3) require that an OO-Browser Environment has been loaded with 2520
2471 the {M-x br-env-load RTN} command." t nil) 2521 (autoload 'smart-java-at-tag-p "hmouse-tag" "\
2472 2522 Return Java tag name that point is within, else nil." nil nil)
2473 (autoload 'smart-fortran-at-tag-p "hmouse-tag" "\ 2523
2474 Return Fortran tag name that point is within, else nil." nil nil) 2524 (autoload 'smart-lisp-mode-p "hmouse-tag" "\
2525 Return t if in a mode which uses Lisp symbols." nil nil)
2475 2526
2476 (autoload 'smart-objc "hmouse-tag" "\ 2527 (autoload 'smart-objc "hmouse-tag" "\
2477 Jumps to the definition of optional Objective-C IDENTIFIER or the one at point. 2528 Jumps to the definition of optional Objective-C IDENTIFIER or the one at point.
2478 Optional second arg NEXT means jump to next matching Objective-C tag. 2529 Optional second arg NEXT means jump to next matching Objective-C tag.
2479 2530
2480 It assumes that its caller has already checked that the key was pressed in an 2531 It assumes that its caller has already checked that the key was pressed in an
2481 appropriate buffer and has moved the cursor to the selected buffer. 2532 appropriate buffer and has moved the cursor to the selected buffer.
2482 2533
2483 If: 2534 If:
2484 (1) on a '#include' statement, the include file is displayed; 2535 (1) on a `#include' statement, the include file is displayed;
2485 Look for include file in directory lists 'smart-c-cpp-include-dirs' 2536 Look for include file in directory lists `smart-c-cpp-include-dirs'
2486 and 'smart-c-include-dirs'. 2537 and `smart-c-include-dirs'.
2487 (2) on an Objective-C identifier, the identifier definition is displayed, 2538 (2) on an Objective-C identifier, the identifier definition is displayed,
2488 assuming the identifier is found within an 'etags' generated tag file 2539 assuming the identifier is found within an `etags' generated tag file
2489 in the current directory or any of its ancestor directories. 2540 in the current directory or any of its ancestor directories.
2490 (3) if 'smart-c-use-lib-man' is non-nil, the Objective-C identifier is 2541 (3) if `smart-c-use-lib-man' is non-nil, the Objective-C identifier is
2491 recognized as a library symbol, and a man page is found for the 2542 recognized as a library symbol, and a man page is found for the
2492 identifier, then the man page is displayed." t nil) 2543 identifier, then the man page is displayed." t nil)
2493
2494 (autoload 'smart-objc-oobr "hmouse-tag" "\
2495 Jumps to the definition of selected Objective-C construct via OO-Browser support.
2496 Optional JUNK is ignored. Does nothing if the OO-Browser is not available.
2497
2498 It assumes that its caller has already checked that the key was pressed in an
2499 appropriate buffer and has moved the cursor to the selected buffer.
2500
2501 If key is pressed:
2502 (1) on a '#include' statement, the include file is displayed;
2503 Look for include file in directory lists 'smart-c-cpp-include-dirs'
2504 and 'smart-c-include-dirs'.
2505 (2) within a method declaration, its definition is displayed;
2506 (3) on a class name, the class definition is shown.
2507
2508 (2) and (3) require that an OO-Browser Environment has been loaded with
2509 the {M-x br-env-load RTN} command." t nil)
2510 2544
2511 (autoload 'smart-tags-file-path "hmouse-tag" "\ 2545 (autoload 'smart-tags-file-path "hmouse-tag" "\
2512 Expand relative FILE name by looking it up in the nearest tags file. 2546 Expand relative FILE name by looking it up in the nearest tags file.
2513 Return FILE unchanged if it exists relative to the current directory or 2547 Return FILE unchanged if it exists relative to the current directory or
2514 cannot be expanded via a tags file." nil nil) 2548 cannot be expanded via a tags file." nil nil)
2515 2549
2516 (autoload 'smart-tags-file "hmouse-tag" "\ 2550 (autoload 'smart-tags-file "hmouse-tag" "\
2517 Return appropriate tags file name for CURR-FILENAME or 'tags-file-name'." nil nil) 2551 Return appropriate tags file name for CURR-FILENAME or `tags-file-name'.
2552 Optional NAME-OF-TAGS-FILE is the literal filename for which to look." nil nil)
2518 2553
2519 ;;;*** 2554 ;;;***
2520 2555
2521 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el") 2556 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el")
2522 2557
2525 If VAR-SYMBOL-NAME is unbound, it is set to LIST-TO-ADD. 2560 If VAR-SYMBOL-NAME is unbound, it is set to LIST-TO-ADD.
2526 Often used to append to 'hook' variables." nil nil) 2561 Often used to append to 'hook' variables." nil nil)
2527 2562
2528 ;;;*** 2563 ;;;***
2529 2564
2530 ;;;### (autoloads (hypb:configuration) "hypb" "hyperbole/hypb.el") 2565 ;;;### (autoloads (hypb:display-file-with-logo hypb:configuration) "hypb" "hyperbole/hypb.el")
2531 2566
2532 (autoload 'hypb:configuration "hypb" "\ 2567 (autoload 'hypb:configuration "hypb" "\
2533 Insert Emacs configuration information at the end of optional OUT-BUF or the current buffer." nil nil) 2568 Insert Emacs configuration information at the end of optional OUT-BUF or the current buffer." nil nil)
2569
2570 (autoload 'hypb:display-file-with-logo "hypb" "\
2571 Display an optional text FILE with the InfoDock Associates logo prepended.
2572 Without file, logo is prepended to the current buffer." nil nil)
2534 2573
2535 ;;;*** 2574 ;;;***
2536 2575
2537 ;;;### (autoloads nil "hyperbole" "hyperbole/hyperbole.el") 2576 ;;;### (autoloads nil "hyperbole" "hyperbole/hyperbole.el")
2538 2577
3694 ;;;*** 3733 ;;;***
3695 3734
3696 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3735 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3697 3736
3698 (autoload 'ksh-mode "ksh-mode" "\ 3737 (autoload 'ksh-mode "ksh-mode" "\
3699 ksh-mode $Revision: 1.8 $ - Major mode for editing (Bourne, Korn or Bourne again) 3738 ksh-mode $Revision: 1.10 $ - Major mode for editing (Bourne, Korn or Bourne again)
3700 shell scripts. 3739 shell scripts.
3701 Special key bindings and commands: 3740 Special key bindings and commands:
3702 \\{ksh-mode-map} 3741 \\{ksh-mode-map}
3703 Variables controlling indentation style: 3742 Variables controlling indentation style:
3704 ksh-indent 3743 ksh-indent
5047 5086
5048 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 5087 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
5049 5088
5050 (autoload 'vhdl-mode "vhdl-mode" "\ 5089 (autoload 'vhdl-mode "vhdl-mode" "\
5051 Major mode for editing VHDL code. 5090 Major mode for editing VHDL code.
5052 vhdl-mode $Revision: 1.8 $ 5091 vhdl-mode $Revision: 1.10 $
5053 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 5092 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
5054 vhdl-mode buffer. This automatically sets up a mail buffer with version 5093 vhdl-mode buffer. This automatically sets up a mail buffer with version
5055 information already added. You just need to add a description of the 5094 information already added. You just need to add a description of the
5056 problem, including a reproducable test case and send the message. 5095 problem, including a reproducable test case and send the message.
5057 5096
5213 Add a file of classes to the current Environment. 5252 Add a file of classes to the current Environment.
5214 Interactively or when optional CLASS-PATH is nil, CLASS-PATH defaults to the 5253 Interactively or when optional CLASS-PATH is nil, CLASS-PATH defaults to the
5215 current buffer file pathname. If optional LIB-TABLE-P is non-nil, add to 5254 current buffer file pathname. If optional LIB-TABLE-P is non-nil, add to
5216 Library Environment, otherwise add to System Environment. If optional 5255 Library Environment, otherwise add to System Environment. If optional
5217 SAVE-FILE is t, the Environment is then stored to the filename given by 5256 SAVE-FILE is t, the Environment is then stored to the filename given by
5218 'br-env-file'. If SAVE-FILE is non-nil and not t, its string value is used 5257 `br-env-file'. If SAVE-FILE is non-nil and not t, its string value is used
5219 as the file to which to save the Environment." t nil) 5258 as the file to which to save the Environment." t nil)
5220 5259
5221 (autoload 'br-to-from-viewer "br" "\ 5260 (autoload 'br-to-from-viewer "br" "\
5222 Move point to viewer window or back to last recorded listing window." t nil) 5261 Move point to viewer window or back to last recorded listing window." t nil)
5223 5262
5737 5776
5738 (add-hook 'same-window-buffer-names "*scheme*") 5777 (add-hook 'same-window-buffer-names "*scheme*")
5739 5778
5740 ;;;*** 5779 ;;;***
5741 5780
5742 ;;;### (autoloads (display-column-mode) "column" "packages/column.el")
5743
5744 (autoload 'display-column-mode "column" "\
5745 Toggle display column mode.
5746 With prefix arg, turn display column mode on iff arg is positive.
5747
5748 When display column mode is on, the current column and line number are
5749 displayed in the mode line." t nil)
5750
5751 ;;;***
5752
5753 ;;;### (autoloads (compare-windows) "compare-w" "packages/compare-w.el") 5781 ;;;### (autoloads (compare-windows) "compare-w" "packages/compare-w.el")
5754 5782
5755 (autoload 'compare-windows "compare-w" "\ 5783 (autoload 'compare-windows "compare-w" "\
5756 Compare text in current window with text in next window. 5784 Compare text in current window with text in next window.
5757 Compares the text starting at point in each window, 5785 Compares the text starting at point in each window,
5899 5927
5900 The variable `dabbrev-backward-only' may be used to limit the 5928 The variable `dabbrev-backward-only' may be used to limit the
5901 direction of search to backward if set non-nil. 5929 direction of search to backward if set non-nil.
5902 5930
5903 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) 5931 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
5904
5905 ;;;***
5906
5907 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el")
5908
5909 (defvar diff-switches (purecopy "-c") "\
5910 *A string or list of strings specifying switches to be passed to diff.")
5911
5912 (autoload 'diff "diff" "\
5913 Find and display the differences between OLD and NEW files.
5914 Interactively the current buffer's file name is the default for NEW
5915 and a backup file for NEW is the default for OLD.
5916 With prefix arg, prompt for diff switches." t nil)
5917
5918 (autoload 'diff-backup "diff" "\
5919 Diff this file with its backup file or vice versa.
5920 Uses the latest backup, if there are several numerical backups.
5921 If this file is a backup, diff it with its original.
5922 The backup file is the first file given to `diff'." t nil)
5923 5932
5924 ;;;*** 5933 ;;;***
5925 5934
5926 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el") 5935 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el")
5927 5936
6138 6147
6139 ;;;*** 6148 ;;;***
6140 6149
6141 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" "packages/fast-lock.el") 6150 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" "packages/fast-lock.el")
6142 6151
6143 (defvar fast-lock-mode nil)
6144
6145 (autoload 'fast-lock-mode "fast-lock" "\ 6152 (autoload 'fast-lock-mode "fast-lock" "\
6146 Toggle Fast Lock mode. 6153 Toggle Fast Lock mode.
6147 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer 6154 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer
6148 is associated with a file. Enable it automatically in your `~/.emacs' by: 6155 is associated with a file. Enable it automatically in your `~/.emacs' by:
6149 6156
6152 If Fast Lock mode is enabled, and the current buffer does not contain any text 6159 If Fast Lock mode is enabled, and the current buffer does not contain any text
6153 properties, any associated Font Lock cache is used if its timestamp matches the 6160 properties, any associated Font Lock cache is used if its timestamp matches the
6154 buffer's file, and its `font-lock-keywords' match those that you are using. 6161 buffer's file, and its `font-lock-keywords' match those that you are using.
6155 6162
6156 Font Lock caches may be saved: 6163 Font Lock caches may be saved:
6157 - When you save the file's buffer. 6164 - When you save the file's buffer.
6158 - When you kill an unmodified file's buffer. 6165 - When you kill an unmodified file's buffer.
6159 - When you exit Emacs, for all unmodified or saved buffers. 6166 - When you exit Emacs, for all unmodified or saved buffers.
6160 Depending on the value of `fast-lock-save-events'. 6167 Depending on the value of `fast-lock-save-events'.
6161 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'. 6168 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'.
6162 6169
6163 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad. 6170 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad.
6164 6171
6168 `fast-lock-save-others' and `fast-lock-save-faces'." t nil) 6175 `fast-lock-save-others' and `fast-lock-save-faces'." t nil)
6169 6176
6170 (autoload 'turn-on-fast-lock "fast-lock" "\ 6177 (autoload 'turn-on-fast-lock "fast-lock" "\
6171 Unconditionally turn on Fast Lock mode." nil nil) 6178 Unconditionally turn on Fast Lock mode." nil nil)
6172 6179
6173 (if (fboundp 'add-minor-mode) (add-minor-mode 'fast-lock-mode nil)) 6180 (when (fboundp 'add-minor-mode) (defvar fast-lock-mode nil) (add-minor-mode 'fast-lock-mode nil))
6174 6181
6175 ;;;*** 6182 ;;;***
6176 6183
6177 ;;;### (autoloads (feedmail-send-it) "feedmail" "packages/feedmail.el") 6184 ;;;### (autoloads (feedmail-send-it) "feedmail" "packages/feedmail.el")
6178 6185
6620 or deactivate with negative prefix arg." t nil) 6627 or deactivate with negative prefix arg." t nil)
6621 6628
6622 (autoload 'icomplete-minibuffer-setup "icomplete" "\ 6629 (autoload 'icomplete-minibuffer-setup "icomplete" "\
6623 Run in minibuffer on activation to establish incremental completion. 6630 Run in minibuffer on activation to establish incremental completion.
6624 Usually run by inclusion in `minibuffer-setup-hook'." nil nil) 6631 Usually run by inclusion in `minibuffer-setup-hook'." nil nil)
6632
6633 ;;;***
6634
6635 ;;;### (autoloads (dired-do-igrep-find dired-do-igrep igrep-find-define igrep-find igrep-define igrep) "igrep" "packages/igrep.el")
6636
6637 (autoload 'igrep "igrep" "\
6638 *Run `grep` PROGRAM to match EXPRESSION in FILES.
6639 The output is displayed in the *igrep* buffer, which \\[next-error] and
6640 \\[compile-goto-error] parse to find each line of matched text.
6641
6642 PROGRAM may be nil, in which case it defaults to `igrep-program'.
6643
6644 EXPRESSION is automatically delimited by `igrep-expression-quote-char'.
6645
6646 FILES is either a file name pattern (expanded by the shell named by
6647 `shell-file-name') or a list of file name patterns.
6648
6649 Optional OPTIONS is also passed to PROGRAM; it defaults to `igrep-options'.
6650
6651 If a prefix argument (\\[universal-argument]) is given when called interactively,
6652 or if `igrep-read-options' is set, OPTIONS is read from the minibuffer.
6653
6654 If two prefix arguments (\\[universal-argument] \\[universal-argument]) are given when called interactively,
6655 or if `igrep-read-multiple-files' is set, FILES is read from the minibuffer
6656 multiple times.
6657
6658 If three prefix arguments (\\[universal-argument] \\[universal-argument] \\[universal-argument]) are given when called interactively,
6659 or if `igrep-read-options' and `igrep-read-multiple-files' are set,
6660 OPTIONS is read and FILES is read multiple times.
6661
6662 If `igrep-find' is non-nil, the directory or directories
6663 containing FILES is recursively searched for files whose name matches
6664 the file name component of FILES (and whose contents match
6665 EXPRESSION)." t nil)
6666
6667 (autoload 'igrep-define "igrep" "\
6668 Define ANALOGUE-COMMAND as an `igrep' analogue command.
6669 Optional (VARIABLE VALUE) arguments specify temporary bindings for the command." nil 'macro)
6670
6671 (autoload 'igrep-find "igrep" "\
6672 *Run `grep` via `find`; see \\[igrep] and `igrep-find'.
6673 All arguments (including prefix arguments, when called interactively)
6674 are handled by `igrep'." t nil)
6675
6676 (autoload 'igrep-find-define "igrep" "\
6677 Define ANALOGUE-COMMAND-find as an `igrep' analogue `find` command.
6678 Optional (VARIABLE VALUE) arguments specify temporary bindings for the command." nil 'macro)
6679
6680 (autoload 'dired-do-igrep "igrep" "\
6681 *Run `grep` PROGRAM to match EXPRESSION (with optional OPTIONS)
6682 on the marked (or next prefix ARG) files." t nil)
6683
6684 (defalias 'dired-do-grep 'dired-do-igrep)
6685
6686 (autoload 'dired-do-igrep-find "igrep" "\
6687 *Run `grep` PROGRAM to match EXPRESSION (with optional OPTIONS)
6688 on the marked (or next prefix ARG) directories." t nil)
6689
6690 (defalias 'dired-do-grep-find 'dired-do-igrep-find)
6625 6691
6626 ;;;*** 6692 ;;;***
6627 6693
6628 ;;;### (autoloads (Info-elisp-ref Info-emacs-key Info-goto-emacs-key-command-node Info-goto-emacs-command-node Info-emacs-command Info-search Info-visit-file Info-goto-node Info-query info) "info" "packages/info.el") 6694 ;;;### (autoloads (Info-elisp-ref Info-emacs-key Info-goto-emacs-key-command-node Info-goto-emacs-command-node Info-emacs-command Info-search Info-visit-file Info-goto-node Info-query info) "info" "packages/info.el")
6629 6695
6908 6974
6909 ;;;*** 6975 ;;;***
6910 6976
6911 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el") 6977 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el")
6912 6978
6913 (defvar lazy-lock-mode nil)
6914
6915 (autoload 'lazy-lock-mode "lazy-lock" "\ 6979 (autoload 'lazy-lock-mode "lazy-lock" "\
6916 Toggle Lazy Lock mode. 6980 Toggle Lazy Lock mode.
6917 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer 6981 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer
6918 is at least `lazy-lock-minimum-size' characters long. 6982 is at least `lazy-lock-minimum-size' characters long.
6919 6983
6936 Use \\[lazy-lock-submit-bug-report] to send bug reports or feedback." t nil) 7000 Use \\[lazy-lock-submit-bug-report] to send bug reports or feedback." t nil)
6937 7001
6938 (autoload 'turn-on-lazy-lock "lazy-lock" "\ 7002 (autoload 'turn-on-lazy-lock "lazy-lock" "\
6939 Unconditionally turn on Lazy Lock mode." nil nil) 7003 Unconditionally turn on Lazy Lock mode." nil nil)
6940 7004
6941 (add-minor-mode 'lazy-lock-mode " Lazy") 7005 (when (fboundp 'add-minor-mode) (defvar lazy-lock-mode nil) (add-minor-mode 'lazy-lock-mode nil))
6942 7006
6943 ;;;*** 7007 ;;;***
6944 7008
6945 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "packages/ledit.el") 7009 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "packages/ledit.el")
6946 7010
7006 ;;;*** 7070 ;;;***
7007 7071
7008 ;;;### (autoloads (manual-entry) "man" "packages/man.el") 7072 ;;;### (autoloads (manual-entry) "man" "packages/man.el")
7009 7073
7010 (autoload 'manual-entry "man" "\ 7074 (autoload 'manual-entry "man" "\
7011 Display the Unix manual entry (or entries) for TOPIC. 7075 Display the Unix manual entry (or entries) for TOPIC." t nil)
7012 If prefix arg is given, modify the search according to the value:
7013 2 = complement default exact matching of the TOPIC name;
7014 exact matching default is specified by `Manual-match-topic-exactly'
7015 3 = force a search of the unformatted man directories
7016 4 = both 2 and 3
7017 The manual entries are searched according to the variable
7018 Manual-directory-list, which should be a list of directories. If
7019 Manual-directory-list is nil, \\[Manual-directory-list-init] is
7020 invoked to create this list from the MANPATH environment variable.
7021 See the variable Manual-topic-buffer which controls how the buffer
7022 is named. See also the variables Manual-match-topic-exactly,
7023 Manual-query-multiple-pages, and Manual-buffer-view-mode." t nil)
7024 7076
7025 ;;;*** 7077 ;;;***
7026 7078
7027 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body metamail-interpret-header) "metamail" "packages/metamail.el") 7079 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body metamail-interpret-header) "metamail" "packages/metamail.el")
7028 7080
7804 7856
7805 This function works by modifying `process-environment'." t nil) 7857 This function works by modifying `process-environment'." t nil)
7806 7858
7807 ;;;*** 7859 ;;;***
7808 7860
7809 ;;;### (autoloads nil "itimer" "prim/itimer.el") 7861 ;;;### (autoloads nil "itimer-autosave" "prim/itimer-autosave.el")
7810 7862
7811 ;;;*** 7863 ;;;***
7812 7864
7813 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el") 7865 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el")
7814 7866
8980 If the region is active and there is no prefix argument, 9032 If the region is active and there is no prefix argument,
8981 this command sets the region to the requested face. 9033 this command sets the region to the requested face.
8982 9034
8983 Otherwise, this command specifies the face for the next character 9035 Otherwise, this command specifies the face for the next character
8984 inserted. Moving point or switching buffers before 9036 inserted. Moving point or switching buffers before
8985 typing a character to insert cancels the specification." nil nil) 9037 typing a character to insert cancels the specification." t nil)
8986 9038
8987 (autoload 'facemenu-set-size-default "facemenu" nil t nil) 9039 (autoload 'facemenu-set-size-default "facemenu" nil t nil)
8988 9040
8989 (autoload 'facemenu-make-larger "facemenu" nil t nil) 9041 (autoload 'facemenu-make-larger "facemenu" nil t nil)
8990 9042
9455 word, and if `skeleton-pair-filter' returns nil, pairing is performed. 9507 word, and if `skeleton-pair-filter' returns nil, pairing is performed.
9456 9508
9457 If a match is found in `skeleton-pair-alist', that is inserted, else 9509 If a match is found in `skeleton-pair-alist', that is inserted, else
9458 the defaults are used. These are (), [], {}, <> and `' for the 9510 the defaults are used. These are (), [], {}, <> and `' for the
9459 symmetrical ones, and the same character twice for the others." t nil) 9511 symmetrical ones, and the same character twice for the others." t nil)
9512
9513 ;;;***
9514
9515 ;;;### (autoloads (speedbar-frame-mode) "speedbar" "utils/speedbar.el")
9516
9517 (autoload 'speedbar-frame-mode "speedbar" "\
9518 Enable or disable use of a speedbar. Positive number means turn
9519 on, negative turns speedbar off, and nil means toggle. Once the
9520 speedbar frame is activated, a buffer in `speedbar-mode' will be
9521 displayed. Currently, only one speedbar is supported at a time." t nil)
9460 9522
9461 ;;;*** 9523 ;;;***
9462 9524
9463 ;;;### (autoloads nil "timezone" "utils/timezone.el") 9525 ;;;### (autoloads nil "timezone" "utils/timezone.el")
9464 9526