Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 8fc7fe29b841 |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
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 (TeX-submit-bug-report TeX-insert-quote TeX-auto-generate-global TeX-auto-generate ams-tex-mode) "tex" "auctex/tex.el") | |
19 | |
20 (autoload 'ams-tex-mode "tex" "\ | |
21 Major mode for editing files of input for AmS TeX. | |
22 See info under AUC TeX for documentation. | |
23 | |
24 Special commands: | |
25 \\{TeX-mode-map} | |
26 | |
27 Entering AmS-tex-mode calls the value of text-mode-hook, | |
28 then the value of TeX-mode-hook, and then the value | |
29 of AmS-TeX-mode-hook." t nil) | |
30 | |
31 (autoload 'TeX-auto-generate "tex" "\ | |
32 Generate style file for TEX and store it in AUTO. | |
33 If TEX is a directory, generate style files for all files in the directory." t nil) | |
34 | |
35 (autoload 'TeX-auto-generate-global "tex" "\ | |
36 Create global auto directory for global TeX macro definitions." t nil) | |
37 | |
38 (autoload 'TeX-insert-quote "tex" "\ | |
39 Insert the appropriate quote marks for TeX. | |
40 Inserts the value of `TeX-open-quote' (normally ``) or `TeX-close-quote' | |
41 \(normally '') depending on the context. If `TeX-quote-after-quote' | |
42 is non-nil, this insertion works only after \". | |
43 With prefix argument, always inserts \" characters." t nil) | |
44 | |
45 (autoload 'TeX-submit-bug-report "tex" "\ | |
46 Submit via mail a bug report on AUC TeX" t nil) | |
47 | |
48 ;;;*** | |
5 | 49 |
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") | 50 ;;;### (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 | 51 |
8 (autoload 'byte-force-recompile "bytecomp" "\ | 52 (autoload 'byte-force-recompile "bytecomp" "\ |
9 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. | 53 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. |
902 Create widget of TYPE. | 946 Create widget of TYPE. |
903 The optional ARGS are additional keyword arguments." nil nil) | 947 The optional ARGS are additional keyword arguments." nil nil) |
904 | 948 |
905 (autoload 'widget-delete "widget-edit" "\ | 949 (autoload 'widget-delete "widget-edit" "\ |
906 Delete WIDGET." nil nil) | 950 Delete WIDGET." nil nil) |
907 | |
908 ;;;*** | |
909 | |
910 ;;;### (autoloads (define-widget) "widget" "custom/widget.el") | |
911 | |
912 (autoload 'define-widget "widget" "\ | |
913 Define a new widget type named NAME from CLASS. | |
914 | |
915 NAME and CLASS should both be symbols, CLASS should be one of the | |
916 existing widget types, or nil to create the widget from scratch. | |
917 | |
918 After the new widget has been defined, the following two calls will | |
919 create identical widgets: | |
920 | |
921 * (widget-create NAME) | |
922 | |
923 * (apply 'widget-create CLASS ARGS) | |
924 | |
925 The third argument DOC is a documentation string for the widget." nil nil) | |
926 | 951 |
927 ;;;*** | 952 ;;;*** |
928 | 953 |
929 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") | 954 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") |
930 | 955 |
2339 If point is within the first line of an Info note (cross-reference), follows | 2364 If point is within the first line of an Info note (cross-reference), follows |
2340 cross-reference and returns t; otherwise returns nil." nil nil) | 2365 cross-reference and returns t; otherwise returns nil." nil nil) |
2341 | 2366 |
2342 ;;;*** | 2367 ;;;*** |
2343 | 2368 |
2344 ;;;### (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") | 2369 ;;;### (autoloads (hkey-help-show) "hmouse-drv" "hyperbole/hmouse-drv.el") |
2370 | |
2371 (autoload 'hkey-help-show "hmouse-drv" "\ | |
2372 Saves prior frame configuration if BUFFER displays help. Displays BUFFER. | |
2373 | |
2374 Optional second arg CURRENT-WINDOW non-nil forces display of buffer within | |
2375 the current window. By default, it is displayed in another window." nil nil) | |
2376 | |
2377 ;;;*** | |
2378 | |
2379 ;;;### (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") | |
2345 | 2380 |
2346 (autoload 'smart-asm-at-tag-p "hmouse-tag" "\ | 2381 (autoload 'smart-asm-at-tag-p "hmouse-tag" "\ |
2347 Return assembly tag name that point is within, else nil." nil nil) | 2382 Return assembly tag name that point is within, else nil." nil nil) |
2348 | 2383 |
2349 (autoload 'smart-c-at-tag-p "hmouse-tag" "\ | 2384 (autoload 'smart-c-at-tag-p "hmouse-tag" "\ |
2355 | 2390 |
2356 It assumes that its caller has already checked that the key was pressed in an | 2391 It assumes that its caller has already checked that the key was pressed in an |
2357 appropriate buffer and has moved the cursor to the selected buffer. | 2392 appropriate buffer and has moved the cursor to the selected buffer. |
2358 | 2393 |
2359 If: | 2394 If: |
2360 (1) on a '#include' statement, the include file is displayed; | 2395 (1) on a `#include' statement, the include file is displayed; |
2361 Look for include file in directory lists 'smart-c-cpp-include-dirs' | 2396 Look for include file in directory lists `smart-c-cpp-include-dirs' |
2362 and 'smart-c-include-dirs'. | 2397 and `smart-c-include-dirs'. |
2363 (2) on a C++ identifier, the identifier definition is displayed, | 2398 (2) on a C++ identifier, the identifier definition is displayed, |
2364 assuming the identifier is found within an 'etags' generated tag file | 2399 assuming the identifier is found within an `etags' generated tag file |
2365 in the current directory or any of its ancestor directories. | 2400 in the current directory or any of its ancestor directories. |
2366 (3) if 'smart-c-use-lib-man' is non-nil, the C++ identifier is | 2401 (3) if `smart-c-use-lib-man' is non-nil, the C++ identifier is |
2367 recognized as a library symbol, and a man page is found for the | 2402 recognized as a library symbol, and a man page is found for the |
2368 identifier, then the man page is displayed." t nil) | 2403 identifier, then the man page is displayed." t nil) |
2369 | 2404 |
2370 (autoload 'smart-c++-oobr "hmouse-tag" "\ | 2405 (autoload 'smart-fortran-at-tag-p "hmouse-tag" "\ |
2371 Jumps to the definition of selected C++ construct via OO-Browser support. | 2406 Return Fortran tag name that point is within, else nil." nil nil) |
2372 Optional JUNK is ignored. Does nothing if the OO-Browser is not available. | 2407 |
2408 (autoload 'smart-java "hmouse-tag" "\ | |
2409 Jumps to the definition of optional Java IDENTIFIER or the one at point. | |
2410 Optional second arg NEXT means jump to next matching Java tag. | |
2373 | 2411 |
2374 It assumes that its caller has already checked that the key was pressed in an | 2412 It assumes that its caller has already checked that the key was pressed in an |
2375 appropriate buffer and has moved the cursor to the selected buffer. | 2413 appropriate buffer and has moved the cursor to the selected buffer. |
2376 | 2414 |
2377 If key is pressed: | 2415 If: |
2378 (1) on a '#include' statement, the include file is displayed; | 2416 (1) within a commented @see cross-reference, the referent is displayed; |
2379 Look for include file in directory lists 'smart-c-cpp-include-dirs' | 2417 (2) on a `package' or `import' statement, the referent is displayed; |
2380 and 'smart-c-include-dirs'. | 2418 Look for referent files in the directory list `smart-java-package-dirs'. |
2381 (2) within a method declaration, its definition is displayed; | 2419 (3) on an Java identifier, the identifier definition is displayed, |
2382 (3) on a class name, the class definition is shown. | 2420 assuming the identifier is found within an `etags' generated tag file |
2383 | 2421 in the current directory or any of its ancestor directories." t nil) |
2384 (2) and (3) require that an OO-Browser Environment has been loaded with | 2422 |
2385 the {M-x br-env-load RTN} command." t nil) | 2423 (autoload 'smart-java-at-tag-p "hmouse-tag" "\ |
2386 | 2424 Return Java tag name that point is within, else nil." nil nil) |
2387 (autoload 'smart-fortran-at-tag-p "hmouse-tag" "\ | 2425 |
2388 Return Fortran tag name that point is within, else nil." nil nil) | 2426 (autoload 'smart-lisp-mode-p "hmouse-tag" "\ |
2427 Return t if in a mode which uses Lisp symbols." nil nil) | |
2389 | 2428 |
2390 (autoload 'smart-objc "hmouse-tag" "\ | 2429 (autoload 'smart-objc "hmouse-tag" "\ |
2391 Jumps to the definition of optional Objective-C IDENTIFIER or the one at point. | 2430 Jumps to the definition of optional Objective-C IDENTIFIER or the one at point. |
2392 Optional second arg NEXT means jump to next matching Objective-C tag. | 2431 Optional second arg NEXT means jump to next matching Objective-C tag. |
2393 | 2432 |
2394 It assumes that its caller has already checked that the key was pressed in an | 2433 It assumes that its caller has already checked that the key was pressed in an |
2395 appropriate buffer and has moved the cursor to the selected buffer. | 2434 appropriate buffer and has moved the cursor to the selected buffer. |
2396 | 2435 |
2397 If: | 2436 If: |
2398 (1) on a '#include' statement, the include file is displayed; | 2437 (1) on a `#include' statement, the include file is displayed; |
2399 Look for include file in directory lists 'smart-c-cpp-include-dirs' | 2438 Look for include file in directory lists `smart-c-cpp-include-dirs' |
2400 and 'smart-c-include-dirs'. | 2439 and `smart-c-include-dirs'. |
2401 (2) on an Objective-C identifier, the identifier definition is displayed, | 2440 (2) on an Objective-C identifier, the identifier definition is displayed, |
2402 assuming the identifier is found within an 'etags' generated tag file | 2441 assuming the identifier is found within an `etags' generated tag file |
2403 in the current directory or any of its ancestor directories. | 2442 in the current directory or any of its ancestor directories. |
2404 (3) if 'smart-c-use-lib-man' is non-nil, the Objective-C identifier is | 2443 (3) if `smart-c-use-lib-man' is non-nil, the Objective-C identifier is |
2405 recognized as a library symbol, and a man page is found for the | 2444 recognized as a library symbol, and a man page is found for the |
2406 identifier, then the man page is displayed." t nil) | 2445 identifier, then the man page is displayed." t nil) |
2407 | |
2408 (autoload 'smart-objc-oobr "hmouse-tag" "\ | |
2409 Jumps to the definition of selected Objective-C construct via OO-Browser support. | |
2410 Optional JUNK is ignored. Does nothing if the OO-Browser is not available. | |
2411 | |
2412 It assumes that its caller has already checked that the key was pressed in an | |
2413 appropriate buffer and has moved the cursor to the selected buffer. | |
2414 | |
2415 If key is pressed: | |
2416 (1) on a '#include' statement, the include file is displayed; | |
2417 Look for include file in directory lists 'smart-c-cpp-include-dirs' | |
2418 and 'smart-c-include-dirs'. | |
2419 (2) within a method declaration, its definition is displayed; | |
2420 (3) on a class name, the class definition is shown. | |
2421 | |
2422 (2) and (3) require that an OO-Browser Environment has been loaded with | |
2423 the {M-x br-env-load RTN} command." t nil) | |
2424 | 2446 |
2425 (autoload 'smart-tags-file-path "hmouse-tag" "\ | 2447 (autoload 'smart-tags-file-path "hmouse-tag" "\ |
2426 Expand relative FILE name by looking it up in the nearest tags file. | 2448 Expand relative FILE name by looking it up in the nearest tags file. |
2427 Return FILE unchanged if it exists relative to the current directory or | 2449 Return FILE unchanged if it exists relative to the current directory or |
2428 cannot be expanded via a tags file." nil nil) | 2450 cannot be expanded via a tags file." nil nil) |
2429 | 2451 |
2430 (autoload 'smart-tags-file "hmouse-tag" "\ | 2452 (autoload 'smart-tags-file "hmouse-tag" "\ |
2431 Return appropriate tags file name for CURR-FILENAME or 'tags-file-name'." nil nil) | 2453 Return appropriate tags file name for CURR-FILENAME or `tags-file-name'. |
2454 Optional NAME-OF-TAGS-FILE is the literal filename for which to look." nil nil) | |
2432 | 2455 |
2433 ;;;*** | 2456 ;;;*** |
2434 | 2457 |
2435 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el") | 2458 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el") |
2436 | 2459 |
2439 If VAR-SYMBOL-NAME is unbound, it is set to LIST-TO-ADD. | 2462 If VAR-SYMBOL-NAME is unbound, it is set to LIST-TO-ADD. |
2440 Often used to append to 'hook' variables." nil nil) | 2463 Often used to append to 'hook' variables." nil nil) |
2441 | 2464 |
2442 ;;;*** | 2465 ;;;*** |
2443 | 2466 |
2444 ;;;### (autoloads (hypb:configuration) "hypb" "hyperbole/hypb.el") | 2467 ;;;### (autoloads (hypb:display-file-with-logo hypb:configuration) "hypb" "hyperbole/hypb.el") |
2445 | 2468 |
2446 (autoload 'hypb:configuration "hypb" "\ | 2469 (autoload 'hypb:configuration "hypb" "\ |
2447 Insert Emacs configuration information at the end of optional OUT-BUF or the current buffer." nil nil) | 2470 Insert Emacs configuration information at the end of optional OUT-BUF or the current buffer." nil nil) |
2471 | |
2472 (autoload 'hypb:display-file-with-logo "hypb" "\ | |
2473 Display an optional text FILE with the InfoDock Associates logo prepended. | |
2474 Without file, logo is prepended to the current buffer." nil nil) | |
2448 | 2475 |
2449 ;;;*** | 2476 ;;;*** |
2450 | 2477 |
2451 ;;;### (autoloads nil "hyperbole" "hyperbole/hyperbole.el") | 2478 ;;;### (autoloads nil "hyperbole" "hyperbole/hyperbole.el") |
2452 | 2479 |
3608 ;;;*** | 3635 ;;;*** |
3609 | 3636 |
3610 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3637 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3611 | 3638 |
3612 (autoload 'ksh-mode "ksh-mode" "\ | 3639 (autoload 'ksh-mode "ksh-mode" "\ |
3613 ksh-mode $Revision: 1.7 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3640 ksh-mode $Revision: 1.8 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3614 shell scripts. | 3641 shell scripts. |
3615 Special key bindings and commands: | 3642 Special key bindings and commands: |
3616 \\{ksh-mode-map} | 3643 \\{ksh-mode-map} |
3617 Variables controlling indentation style: | 3644 Variables controlling indentation style: |
3618 ksh-indent | 3645 ksh-indent |
4880 | 4907 |
4881 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 4908 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
4882 | 4909 |
4883 (autoload 'vhdl-mode "vhdl-mode" "\ | 4910 (autoload 'vhdl-mode "vhdl-mode" "\ |
4884 Major mode for editing VHDL code. | 4911 Major mode for editing VHDL code. |
4885 vhdl-mode $Revision: 1.7 $ | 4912 vhdl-mode $Revision: 1.8 $ |
4886 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 4913 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
4887 vhdl-mode buffer. This automatically sets up a mail buffer with version | 4914 vhdl-mode buffer. This automatically sets up a mail buffer with version |
4888 information already added. You just need to add a description of the | 4915 information already added. You just need to add a description of the |
4889 problem, including a reproducable test case and send the message. | 4916 problem, including a reproducable test case and send the message. |
4890 | 4917 |
5046 Add a file of classes to the current Environment. | 5073 Add a file of classes to the current Environment. |
5047 Interactively or when optional CLASS-PATH is nil, CLASS-PATH defaults to the | 5074 Interactively or when optional CLASS-PATH is nil, CLASS-PATH defaults to the |
5048 current buffer file pathname. If optional LIB-TABLE-P is non-nil, add to | 5075 current buffer file pathname. If optional LIB-TABLE-P is non-nil, add to |
5049 Library Environment, otherwise add to System Environment. If optional | 5076 Library Environment, otherwise add to System Environment. If optional |
5050 SAVE-FILE is t, the Environment is then stored to the filename given by | 5077 SAVE-FILE is t, the Environment is then stored to the filename given by |
5051 'br-env-file'. If SAVE-FILE is non-nil and not t, its string value is used | 5078 `br-env-file'. If SAVE-FILE is non-nil and not t, its string value is used |
5052 as the file to which to save the Environment." t nil) | 5079 as the file to which to save the Environment." t nil) |
5053 | 5080 |
5054 (autoload 'br-to-from-viewer "br" "\ | 5081 (autoload 'br-to-from-viewer "br" "\ |
5055 Move point to viewer window or back to last recorded listing window." t nil) | 5082 Move point to viewer window or back to last recorded listing window." t nil) |
5056 | 5083 |
5570 | 5597 |
5571 (add-hook 'same-window-buffer-names "*scheme*") | 5598 (add-hook 'same-window-buffer-names "*scheme*") |
5572 | 5599 |
5573 ;;;*** | 5600 ;;;*** |
5574 | 5601 |
5575 ;;;### (autoloads (display-column-mode) "column" "packages/column.el") | |
5576 | |
5577 (autoload 'display-column-mode "column" "\ | |
5578 Toggle display column mode. | |
5579 With prefix arg, turn display column mode on iff arg is positive. | |
5580 | |
5581 When display column mode is on, the current column and line number are | |
5582 displayed in the mode line." t nil) | |
5583 | |
5584 ;;;*** | |
5585 | |
5586 ;;;### (autoloads (compare-windows) "compare-w" "packages/compare-w.el") | 5602 ;;;### (autoloads (compare-windows) "compare-w" "packages/compare-w.el") |
5587 | 5603 |
5588 (autoload 'compare-windows "compare-w" "\ | 5604 (autoload 'compare-windows "compare-w" "\ |
5589 Compare text in current window with text in next window. | 5605 Compare text in current window with text in next window. |
5590 Compares the text starting at point in each window, | 5606 Compares the text starting at point in each window, |
5732 | 5748 |
5733 The variable `dabbrev-backward-only' may be used to limit the | 5749 The variable `dabbrev-backward-only' may be used to limit the |
5734 direction of search to backward if set non-nil. | 5750 direction of search to backward if set non-nil. |
5735 | 5751 |
5736 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) | 5752 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) |
5737 | |
5738 ;;;*** | |
5739 | |
5740 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el") | |
5741 | |
5742 (defvar diff-switches (purecopy "-c") "\ | |
5743 *A string or list of strings specifying switches to be passed to diff.") | |
5744 | |
5745 (autoload 'diff "diff" "\ | |
5746 Find and display the differences between OLD and NEW files. | |
5747 Interactively the current buffer's file name is the default for NEW | |
5748 and a backup file for NEW is the default for OLD. | |
5749 With prefix arg, prompt for diff switches." t nil) | |
5750 | |
5751 (autoload 'diff-backup "diff" "\ | |
5752 Diff this file with its backup file or vice versa. | |
5753 Uses the latest backup, if there are several numerical backups. | |
5754 If this file is a backup, diff it with its original. | |
5755 The backup file is the first file given to `diff'." t nil) | |
5756 | 5753 |
5757 ;;;*** | 5754 ;;;*** |
5758 | 5755 |
5759 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el") | 5756 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el") |
5760 | 5757 |
5971 | 5968 |
5972 ;;;*** | 5969 ;;;*** |
5973 | 5970 |
5974 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" "packages/fast-lock.el") | 5971 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" "packages/fast-lock.el") |
5975 | 5972 |
5976 (defvar fast-lock-mode nil) | |
5977 | |
5978 (autoload 'fast-lock-mode "fast-lock" "\ | 5973 (autoload 'fast-lock-mode "fast-lock" "\ |
5979 Toggle Fast Lock mode. | 5974 Toggle Fast Lock mode. |
5980 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer | 5975 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer |
5981 is associated with a file. Enable it automatically in your `~/.emacs' by: | 5976 is associated with a file. Enable it automatically in your `~/.emacs' by: |
5982 | 5977 |
5985 If Fast Lock mode is enabled, and the current buffer does not contain any text | 5980 If Fast Lock mode is enabled, and the current buffer does not contain any text |
5986 properties, any associated Font Lock cache is used if its timestamp matches the | 5981 properties, any associated Font Lock cache is used if its timestamp matches the |
5987 buffer's file, and its `font-lock-keywords' match those that you are using. | 5982 buffer's file, and its `font-lock-keywords' match those that you are using. |
5988 | 5983 |
5989 Font Lock caches may be saved: | 5984 Font Lock caches may be saved: |
5990 - When you save the file's buffer. | 5985 - When you save the file's buffer. |
5991 - When you kill an unmodified file's buffer. | 5986 - When you kill an unmodified file's buffer. |
5992 - When you exit Emacs, for all unmodified or saved buffers. | 5987 - When you exit Emacs, for all unmodified or saved buffers. |
5993 Depending on the value of `fast-lock-save-events'. | 5988 Depending on the value of `fast-lock-save-events'. |
5994 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'. | 5989 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'. |
5995 | 5990 |
5996 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad. | 5991 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad. |
5997 | 5992 |
6001 `fast-lock-save-others' and `fast-lock-save-faces'." t nil) | 5996 `fast-lock-save-others' and `fast-lock-save-faces'." t nil) |
6002 | 5997 |
6003 (autoload 'turn-on-fast-lock "fast-lock" "\ | 5998 (autoload 'turn-on-fast-lock "fast-lock" "\ |
6004 Unconditionally turn on Fast Lock mode." nil nil) | 5999 Unconditionally turn on Fast Lock mode." nil nil) |
6005 | 6000 |
6006 (if (fboundp 'add-minor-mode) (add-minor-mode 'fast-lock-mode nil)) | 6001 (when (fboundp 'add-minor-mode) (defvar fast-lock-mode nil) (add-minor-mode 'fast-lock-mode nil)) |
6007 | 6002 |
6008 ;;;*** | 6003 ;;;*** |
6009 | 6004 |
6010 ;;;### (autoloads (feedmail-send-it) "feedmail" "packages/feedmail.el") | 6005 ;;;### (autoloads (feedmail-send-it) "feedmail" "packages/feedmail.el") |
6011 | 6006 |
6453 or deactivate with negative prefix arg." t nil) | 6448 or deactivate with negative prefix arg." t nil) |
6454 | 6449 |
6455 (autoload 'icomplete-minibuffer-setup "icomplete" "\ | 6450 (autoload 'icomplete-minibuffer-setup "icomplete" "\ |
6456 Run in minibuffer on activation to establish incremental completion. | 6451 Run in minibuffer on activation to establish incremental completion. |
6457 Usually run by inclusion in `minibuffer-setup-hook'." nil nil) | 6452 Usually run by inclusion in `minibuffer-setup-hook'." nil nil) |
6453 | |
6454 ;;;*** | |
6455 | |
6456 ;;;### (autoloads (dired-do-igrep-find dired-do-igrep igrep-find-define igrep-find igrep-define igrep) "igrep" "packages/igrep.el") | |
6457 | |
6458 (autoload 'igrep "igrep" "\ | |
6459 *Run `grep` PROGRAM to match EXPRESSION in FILES. | |
6460 The output is displayed in the *igrep* buffer, which \\[next-error] and | |
6461 \\[compile-goto-error] parse to find each line of matched text. | |
6462 | |
6463 PROGRAM may be nil, in which case it defaults to `igrep-program'. | |
6464 | |
6465 EXPRESSION is automatically delimited by `igrep-expression-quote-char'. | |
6466 | |
6467 FILES is either a file name pattern (expanded by the shell named by | |
6468 `shell-file-name') or a list of file name patterns. | |
6469 | |
6470 Optional OPTIONS is also passed to PROGRAM; it defaults to `igrep-options'. | |
6471 | |
6472 If a prefix argument (\\[universal-argument]) is given when called interactively, | |
6473 or if `igrep-read-options' is set, OPTIONS is read from the minibuffer. | |
6474 | |
6475 If two prefix arguments (\\[universal-argument] \\[universal-argument]) are given when called interactively, | |
6476 or if `igrep-read-multiple-files' is set, FILES is read from the minibuffer | |
6477 multiple times. | |
6478 | |
6479 If three prefix arguments (\\[universal-argument] \\[universal-argument] \\[universal-argument]) are given when called interactively, | |
6480 or if `igrep-read-options' and `igrep-read-multiple-files' are set, | |
6481 OPTIONS is read and FILES is read multiple times. | |
6482 | |
6483 If `igrep-find' is non-nil, the directory or directories | |
6484 containing FILES is recursively searched for files whose name matches | |
6485 the file name component of FILES (and whose contents match | |
6486 EXPRESSION)." t nil) | |
6487 | |
6488 (autoload 'igrep-define "igrep" "\ | |
6489 Define ANALOGUE-COMMAND as an `igrep' analogue command. | |
6490 Optional (VARIABLE VALUE) arguments specify temporary bindings for the command." nil 'macro) | |
6491 | |
6492 (autoload 'igrep-find "igrep" "\ | |
6493 *Run `grep` via `find`; see \\[igrep] and `igrep-find'. | |
6494 All arguments (including prefix arguments, when called interactively) | |
6495 are handled by `igrep'." t nil) | |
6496 | |
6497 (autoload 'igrep-find-define "igrep" "\ | |
6498 Define ANALOGUE-COMMAND-find as an `igrep' analogue `find` command. | |
6499 Optional (VARIABLE VALUE) arguments specify temporary bindings for the command." nil 'macro) | |
6500 | |
6501 (autoload 'dired-do-igrep "igrep" "\ | |
6502 *Run `grep` PROGRAM to match EXPRESSION (with optional OPTIONS) | |
6503 on the marked (or next prefix ARG) files." t nil) | |
6504 | |
6505 (defalias 'dired-do-grep 'dired-do-igrep) | |
6506 | |
6507 (autoload 'dired-do-igrep-find "igrep" "\ | |
6508 *Run `grep` PROGRAM to match EXPRESSION (with optional OPTIONS) | |
6509 on the marked (or next prefix ARG) directories." t nil) | |
6510 | |
6511 (defalias 'dired-do-grep-find 'dired-do-igrep-find) | |
6458 | 6512 |
6459 ;;;*** | 6513 ;;;*** |
6460 | 6514 |
6461 ;;;### (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") | 6515 ;;;### (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") |
6462 | 6516 |
6741 | 6795 |
6742 ;;;*** | 6796 ;;;*** |
6743 | 6797 |
6744 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el") | 6798 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el") |
6745 | 6799 |
6746 (defvar lazy-lock-mode nil) | |
6747 | |
6748 (autoload 'lazy-lock-mode "lazy-lock" "\ | 6800 (autoload 'lazy-lock-mode "lazy-lock" "\ |
6749 Toggle Lazy Lock mode. | 6801 Toggle Lazy Lock mode. |
6750 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer | 6802 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer |
6751 is at least `lazy-lock-minimum-size' characters long. | 6803 is at least `lazy-lock-minimum-size' characters long. |
6752 | 6804 |
6769 Use \\[lazy-lock-submit-bug-report] to send bug reports or feedback." t nil) | 6821 Use \\[lazy-lock-submit-bug-report] to send bug reports or feedback." t nil) |
6770 | 6822 |
6771 (autoload 'turn-on-lazy-lock "lazy-lock" "\ | 6823 (autoload 'turn-on-lazy-lock "lazy-lock" "\ |
6772 Unconditionally turn on Lazy Lock mode." nil nil) | 6824 Unconditionally turn on Lazy Lock mode." nil nil) |
6773 | 6825 |
6774 (add-minor-mode 'lazy-lock-mode " Lazy") | 6826 (when (fboundp 'add-minor-mode) (defvar lazy-lock-mode nil) (add-minor-mode 'lazy-lock-mode nil)) |
6775 | 6827 |
6776 ;;;*** | 6828 ;;;*** |
6777 | 6829 |
6778 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "packages/ledit.el") | 6830 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "packages/ledit.el") |
6779 | 6831 |
6839 ;;;*** | 6891 ;;;*** |
6840 | 6892 |
6841 ;;;### (autoloads (manual-entry) "man" "packages/man.el") | 6893 ;;;### (autoloads (manual-entry) "man" "packages/man.el") |
6842 | 6894 |
6843 (autoload 'manual-entry "man" "\ | 6895 (autoload 'manual-entry "man" "\ |
6844 Display the Unix manual entry (or entries) for TOPIC. | 6896 Display the Unix manual entry (or entries) for TOPIC." t nil) |
6845 If prefix arg is given, modify the search according to the value: | |
6846 2 = complement default exact matching of the TOPIC name; | |
6847 exact matching default is specified by `Manual-match-topic-exactly' | |
6848 3 = force a search of the unformatted man directories | |
6849 4 = both 2 and 3 | |
6850 The manual entries are searched according to the variable | |
6851 Manual-directory-list, which should be a list of directories. If | |
6852 Manual-directory-list is nil, \\[Manual-directory-list-init] is | |
6853 invoked to create this list from the MANPATH environment variable. | |
6854 See the variable Manual-topic-buffer which controls how the buffer | |
6855 is named. See also the variables Manual-match-topic-exactly, | |
6856 Manual-query-multiple-pages, and Manual-buffer-view-mode." t nil) | |
6857 | 6897 |
6858 ;;;*** | 6898 ;;;*** |
6859 | 6899 |
6860 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body metamail-interpret-header) "metamail" "packages/metamail.el") | 6900 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body metamail-interpret-header) "metamail" "packages/metamail.el") |
6861 | 6901 |
8829 If the region is active and there is no prefix argument, | 8869 If the region is active and there is no prefix argument, |
8830 this command sets the region to the requested face. | 8870 this command sets the region to the requested face. |
8831 | 8871 |
8832 Otherwise, this command specifies the face for the next character | 8872 Otherwise, this command specifies the face for the next character |
8833 inserted. Moving point or switching buffers before | 8873 inserted. Moving point or switching buffers before |
8834 typing a character to insert cancels the specification." nil nil) | 8874 typing a character to insert cancels the specification." t nil) |
8835 | 8875 |
8836 (autoload 'facemenu-set-size-default "facemenu" nil t nil) | 8876 (autoload 'facemenu-set-size-default "facemenu" nil t nil) |
8837 | 8877 |
8838 (autoload 'facemenu-make-larger "facemenu" nil t nil) | 8878 (autoload 'facemenu-make-larger "facemenu" nil t nil) |
8839 | 8879 |
9304 word, and if `skeleton-pair-filter' returns nil, pairing is performed. | 9344 word, and if `skeleton-pair-filter' returns nil, pairing is performed. |
9305 | 9345 |
9306 If a match is found in `skeleton-pair-alist', that is inserted, else | 9346 If a match is found in `skeleton-pair-alist', that is inserted, else |
9307 the defaults are used. These are (), [], {}, <> and `' for the | 9347 the defaults are used. These are (), [], {}, <> and `' for the |
9308 symmetrical ones, and the same character twice for the others." t nil) | 9348 symmetrical ones, and the same character twice for the others." t nil) |
9349 | |
9350 ;;;*** | |
9351 | |
9352 ;;;### (autoloads (speedbar-frame-mode) "speedbar" "utils/speedbar.el") | |
9353 | |
9354 (autoload 'speedbar-frame-mode "speedbar" "\ | |
9355 Enable or disable use of a speedbar. Positive number means turn | |
9356 on, negative turns speedbar off, and nil means toggle. Once the | |
9357 speedbar frame is activated, a buffer in `speedbar-mode' will be | |
9358 displayed. Currently, only one speedbar is supported at a time." t nil) | |
9309 | 9359 |
9310 ;;;*** | 9360 ;;;*** |
9311 | 9361 |
9312 ;;;### (autoloads nil "timezone" "utils/timezone.el") | 9362 ;;;### (autoloads nil "timezone" "utils/timezone.el") |
9313 | 9363 |