diff 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
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el	Mon Aug 13 09:13:58 2007 +0200
+++ b/lisp/prim/auto-autoloads.el	Mon Aug 13 09:15:11 2007 +0200
@@ -3,6 +3,62 @@
 ;;; See update-autoloads.sh and autoload.el for more details.
 
 
+;;;### (autoloads (BibTeX-auto-store) "latex" "auctex/latex.el")
+
+(autoload 'BibTeX-auto-store "latex" "\
+This function should be called from bibtex-mode-hook.
+It will setup BibTeX to store keys in an auto file." nil nil)
+
+;;;***
+
+;;;### (autoloads nil "tex-info" "auctex/tex-info.el")
+
+;;;***
+
+;;;### (autoloads (japanese-latex-mode japanese-plain-tex-mode) "tex-jp" "auctex/tex-jp.el")
+
+(autoload 'japanese-plain-tex-mode "tex-jp" "\
+Major mode for editing files of input for Japanese plain TeX.
+Set japanese-TeX-mode to t, and enters plain-tex-mode." t nil)
+
+(autoload 'japanese-latex-mode "tex-jp" "\
+Major mode for editing files of input for Japanese plain TeX.
+Set japanese-TeX-mode to t, and enters latex-mode." t nil)
+
+;;;***
+
+;;;### (autoloads (TeX-submit-bug-report TeX-insert-quote TeX-auto-generate-global TeX-auto-generate ams-tex-mode) "tex" "auctex/tex.el")
+
+(autoload 'ams-tex-mode "tex" "\
+Major mode for editing files of input for AmS TeX.
+See info under AUC TeX for documentation.
+
+Special commands:
+\\{TeX-mode-map}
+ 
+Entering AmS-tex-mode calls the value of text-mode-hook,
+then the value of TeX-mode-hook, and then the value
+of AmS-TeX-mode-hook." t nil)
+
+(autoload 'TeX-auto-generate "tex" "\
+Generate style file for TEX and store it in AUTO.  
+If TEX is a directory, generate style files for all files in the directory." t nil)
+
+(autoload 'TeX-auto-generate-global "tex" "\
+Create global auto directory for global TeX macro definitions." t nil)
+
+(autoload 'TeX-insert-quote "tex" "\
+Insert the appropriate quote marks for TeX.
+Inserts the value of `TeX-open-quote' (normally ``) or `TeX-close-quote'
+\(normally '') depending on the context.  If `TeX-quote-after-quote'
+is non-nil, this insertion works only after \". 
+With prefix argument, always inserts \" characters." t nil)
+
+(autoload 'TeX-submit-bug-report "tex" "\
+Submit via mail a bug report on AUC TeX" t nil)
+
+;;;***
+
 ;;;### (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")
 
 (autoload 'byte-force-recompile "bytecomp" "\
@@ -995,25 +1051,6 @@
 
 ;;;***
 
-;;;### (autoloads (define-widget) "widget" "custom/widget.el")
-
-(autoload 'define-widget "widget" "\
-Define a new widget type named NAME from CLASS.
-
-NAME and CLASS should both be symbols, CLASS should be one of the
-existing widget types, or nil to create the widget from scratch.
-
-After the new widget has been defined, the following two calls will
-create identical widgets:
-
-* (widget-create NAME)
-
-* (apply 'widget-create CLASS ARGS)
-
-The third argument DOC is a documentation string for the widget." nil nil)
-
-;;;***
-
 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el")
 
 (autoload 'def-edebug-spec "edebug" "\
@@ -2427,7 +2464,17 @@
 
 ;;;***
 
-;;;### (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")
+;;;### (autoloads (hkey-help-show) "hmouse-drv" "hyperbole/hmouse-drv.el")
+
+(autoload 'hkey-help-show "hmouse-drv" "\
+Saves prior frame configuration if BUFFER displays help.  Displays BUFFER.
+
+Optional second arg CURRENT-WINDOW non-nil forces display of buffer within
+the current window.  By default, it is displayed in another window." nil nil)
+
+;;;***
+
+;;;### (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")
 
 (autoload 'smart-asm-at-tag-p "hmouse-tag" "\
 Return assembly tag name that point is within, else nil." nil nil)
@@ -2443,35 +2490,39 @@
 appropriate buffer and has moved the cursor to the selected buffer.
 
 If:
- (1) on a '#include' statement, the include file is displayed;
-     Look for include file in directory lists 'smart-c-cpp-include-dirs'
-     and 'smart-c-include-dirs'.
+ (1) on a `#include' statement, the include file is displayed;
+     Look for include file in directory lists `smart-c-cpp-include-dirs'
+     and `smart-c-include-dirs'.
  (2) on a C++ identifier, the identifier definition is displayed,
-     assuming the identifier is found within an 'etags' generated tag file
+     assuming the identifier is found within an `etags' generated tag file
      in the current directory or any of its ancestor directories.
- (3) if 'smart-c-use-lib-man' is non-nil, the C++ identifier is
+ (3) if `smart-c-use-lib-man' is non-nil, the C++ identifier is
      recognized as a library symbol, and a man page is found for the
      identifier, then the man page is displayed." t nil)
 
-(autoload 'smart-c++-oobr "hmouse-tag" "\
-Jumps to the definition of selected C++ construct via OO-Browser support.
-Optional JUNK is ignored.  Does nothing if the OO-Browser is not available.
+(autoload 'smart-fortran-at-tag-p "hmouse-tag" "\
+Return Fortran tag name that point is within, else nil." nil nil)
+
+(autoload 'smart-java "hmouse-tag" "\
+Jumps to the definition of optional Java IDENTIFIER or the one at point.
+Optional second arg NEXT means jump to next matching Java tag.
 
 It assumes that its caller has already checked that the key was pressed in an
 appropriate buffer and has moved the cursor to the selected buffer.
 
-If key is pressed:
- (1) on a '#include' statement, the include file is displayed;
-     Look for include file in directory lists 'smart-c-cpp-include-dirs'
-     and 'smart-c-include-dirs'.
- (2) within a method declaration, its definition is displayed;
- (3) on a class name, the class definition is shown.
-
- (2) and (3) require that an OO-Browser Environment has been loaded with
-     the {M-x br-env-load RTN} command." t nil)
-
-(autoload 'smart-fortran-at-tag-p "hmouse-tag" "\
-Return Fortran tag name that point is within, else nil." nil nil)
+If:
+ (1) within a commented @see cross-reference, the referent is displayed;
+ (2) on a `package' or `import' statement, the referent is displayed;
+     Look for referent files in the directory list `smart-java-package-dirs'.
+ (3) on an Java identifier, the identifier definition is displayed,
+     assuming the identifier is found within an `etags' generated tag file
+     in the current directory or any of its ancestor directories." t nil)
+
+(autoload 'smart-java-at-tag-p "hmouse-tag" "\
+Return Java tag name that point is within, else nil." nil nil)
+
+(autoload 'smart-lisp-mode-p "hmouse-tag" "\
+Return t if in a mode which uses Lisp symbols." nil nil)
 
 (autoload 'smart-objc "hmouse-tag" "\
 Jumps to the definition of optional Objective-C IDENTIFIER or the one at point.
@@ -2481,40 +2532,24 @@
 appropriate buffer and has moved the cursor to the selected buffer.
 
 If:
- (1) on a '#include' statement, the include file is displayed;
-     Look for include file in directory lists 'smart-c-cpp-include-dirs'
-     and 'smart-c-include-dirs'.
+ (1) on a `#include' statement, the include file is displayed;
+     Look for include file in directory lists `smart-c-cpp-include-dirs'
+     and `smart-c-include-dirs'.
  (2) on an Objective-C identifier, the identifier definition is displayed,
-     assuming the identifier is found within an 'etags' generated tag file
+     assuming the identifier is found within an `etags' generated tag file
      in the current directory or any of its ancestor directories.
- (3) if 'smart-c-use-lib-man' is non-nil, the Objective-C identifier is
+ (3) if `smart-c-use-lib-man' is non-nil, the Objective-C identifier is
      recognized as a library symbol, and a man page is found for the
      identifier, then the man page is displayed." t nil)
 
-(autoload 'smart-objc-oobr "hmouse-tag" "\
-Jumps to the definition of selected Objective-C construct via OO-Browser support.
-Optional JUNK is ignored.  Does nothing if the OO-Browser is not available.
-
-It assumes that its caller has already checked that the key was pressed in an
-appropriate buffer and has moved the cursor to the selected buffer.
-
-If key is pressed:
- (1) on a '#include' statement, the include file is displayed;
-     Look for include file in directory lists 'smart-c-cpp-include-dirs'
-     and 'smart-c-include-dirs'.
- (2) within a method declaration, its definition is displayed;
- (3) on a class name, the class definition is shown.
-
- (2) and (3) require that an OO-Browser Environment has been loaded with
-     the {M-x br-env-load RTN} command." t nil)
-
 (autoload 'smart-tags-file-path "hmouse-tag" "\
 Expand relative FILE name by looking it up in the nearest tags file.
 Return FILE unchanged if it exists relative to the current directory or
 cannot be expanded via a tags file." nil nil)
 
 (autoload 'smart-tags-file "hmouse-tag" "\
-Return appropriate tags file name for CURR-FILENAME or 'tags-file-name'." nil nil)
+Return appropriate tags file name for CURR-FILENAME or `tags-file-name'.
+Optional NAME-OF-TAGS-FILE is the literal filename for which to look." nil nil)
 
 ;;;***
 
@@ -2527,11 +2562,15 @@
 
 ;;;***
 
-;;;### (autoloads (hypb:configuration) "hypb" "hyperbole/hypb.el")
+;;;### (autoloads (hypb:display-file-with-logo hypb:configuration) "hypb" "hyperbole/hypb.el")
 
 (autoload 'hypb:configuration "hypb" "\
 Insert Emacs configuration information at the end of optional OUT-BUF or the current buffer." nil nil)
 
+(autoload 'hypb:display-file-with-logo "hypb" "\
+Display an optional text FILE with the InfoDock Associates logo prepended.
+Without file, logo is prepended to the current buffer." nil nil)
+
 ;;;***
 
 ;;;### (autoloads nil "hyperbole" "hyperbole/hyperbole.el")
@@ -3696,7 +3735,7 @@
 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
 
 (autoload 'ksh-mode "ksh-mode" "\
-ksh-mode $Revision: 1.8 $ - Major mode for editing (Bourne, Korn or Bourne again)
+ksh-mode $Revision: 1.10 $ - Major mode for editing (Bourne, Korn or Bourne again)
 shell scripts.
 Special key bindings and commands:
 \\{ksh-mode-map}
@@ -5048,7 +5087,7 @@
 
 (autoload 'vhdl-mode "vhdl-mode" "\
 Major mode for editing VHDL code.
-vhdl-mode $Revision: 1.8 $
+vhdl-mode $Revision: 1.10 $
 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
 vhdl-mode buffer.  This automatically sets up a mail buffer with version
 information already added.  You just need to add a description of the
@@ -5214,7 +5253,7 @@
 current buffer file pathname.  If optional LIB-TABLE-P is non-nil, add to
 Library Environment, otherwise add to System Environment.  If optional
 SAVE-FILE is t, the Environment is then stored to the filename given by
-'br-env-file'.  If SAVE-FILE is non-nil and not t, its string value is used
+`br-env-file'.  If SAVE-FILE is non-nil and not t, its string value is used
 as the file to which to save the Environment." t nil)
 
 (autoload 'br-to-from-viewer "br" "\
@@ -5738,17 +5777,6 @@
 
 ;;;***
 
-;;;### (autoloads (display-column-mode) "column" "packages/column.el")
-
-(autoload 'display-column-mode "column" "\
-Toggle display column mode.
-With prefix arg, turn display column mode on iff arg is positive.
-
-When display column mode is on, the current column and line number are
-displayed in the mode line." t nil)
-
-;;;***
-
 ;;;### (autoloads (compare-windows) "compare-w" "packages/compare-w.el")
 
 (autoload 'compare-windows "compare-w" "\
@@ -5903,25 +5931,6 @@
 
 ;;;***
 
-;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el")
-
-(defvar diff-switches (purecopy "-c") "\
-*A string or list of strings specifying switches to be passed to diff.")
-
-(autoload 'diff "diff" "\
-Find and display the differences between OLD and NEW files.
-Interactively the current buffer's file name is the default for NEW
-and a backup file for NEW is the default for OLD.
-With prefix arg, prompt for diff switches." t nil)
-
-(autoload 'diff-backup "diff" "\
-Diff this file with its backup file or vice versa.
-Uses the latest backup, if there are several numerical backups.
-If this file is a backup, diff it with its original.
-The backup file is the first file given to `diff'." t nil)
-
-;;;***
-
 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el")
 
 (autoload 'edit-faces "edit-faces" "\
@@ -6139,8 +6148,6 @@
 
 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" "packages/fast-lock.el")
 
-(defvar fast-lock-mode nil)
-
 (autoload 'fast-lock-mode "fast-lock" "\
 Toggle Fast Lock mode.
 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer
@@ -6153,9 +6160,9 @@
 buffer's file, and its `font-lock-keywords' match those that you are using.
 
 Font Lock caches may be saved:
- - When you save the file's buffer.
- - When you kill an unmodified file's buffer.
- - When you exit Emacs, for all unmodified or saved buffers.
+- When you save the file's buffer.
+- When you kill an unmodified file's buffer.
+- When you exit Emacs, for all unmodified or saved buffers.
 Depending on the value of `fast-lock-save-events'.
 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'.
 
@@ -6169,7 +6176,7 @@
 (autoload 'turn-on-fast-lock "fast-lock" "\
 Unconditionally turn on Fast Lock mode." nil nil)
 
-(if (fboundp 'add-minor-mode) (add-minor-mode 'fast-lock-mode nil))
+(when (fboundp 'add-minor-mode) (defvar fast-lock-mode nil) (add-minor-mode 'fast-lock-mode nil))
 
 ;;;***
 
@@ -6624,6 +6631,65 @@
 
 ;;;***
 
+;;;### (autoloads (dired-do-igrep-find dired-do-igrep igrep-find-define igrep-find igrep-define igrep) "igrep" "packages/igrep.el")
+
+(autoload 'igrep "igrep" "\
+*Run `grep` PROGRAM to match EXPRESSION in FILES.
+The output is displayed in the *igrep* buffer, which \\[next-error] and
+\\[compile-goto-error] parse to find each line of matched text.
+
+PROGRAM may be nil, in which case it defaults to `igrep-program'.
+
+EXPRESSION is automatically delimited by `igrep-expression-quote-char'.
+
+FILES is either a file name pattern (expanded by the shell named by
+`shell-file-name') or a list of file name patterns.
+
+Optional OPTIONS is also passed to PROGRAM; it defaults to `igrep-options'.
+
+If a prefix argument (\\[universal-argument]) is given when called interactively,
+or if `igrep-read-options' is set, OPTIONS is read from the minibuffer.
+
+If two prefix arguments (\\[universal-argument] \\[universal-argument]) are given when called interactively,
+or if `igrep-read-multiple-files' is set, FILES is read from the minibuffer
+multiple times.
+
+If three prefix arguments (\\[universal-argument] \\[universal-argument] \\[universal-argument]) are given when called interactively,
+or if `igrep-read-options' and `igrep-read-multiple-files' are set,
+OPTIONS is read and FILES is read multiple times.
+
+If `igrep-find' is non-nil, the directory or directories
+containing FILES is recursively searched for files whose name matches
+the file name component of FILES (and whose contents match
+EXPRESSION)." t nil)
+
+(autoload 'igrep-define "igrep" "\
+Define ANALOGUE-COMMAND as an `igrep' analogue command.
+Optional (VARIABLE VALUE) arguments specify temporary bindings for the command." nil 'macro)
+
+(autoload 'igrep-find "igrep" "\
+*Run `grep` via `find`; see \\[igrep] and `igrep-find'.
+All arguments (including prefix arguments, when called interactively)
+are handled by `igrep'." t nil)
+
+(autoload 'igrep-find-define "igrep" "\
+Define ANALOGUE-COMMAND-find as an `igrep' analogue `find` command.
+Optional (VARIABLE VALUE) arguments specify temporary bindings for the command." nil 'macro)
+
+(autoload 'dired-do-igrep "igrep" "\
+*Run `grep` PROGRAM to match EXPRESSION (with optional OPTIONS)
+on the marked (or next prefix ARG) files." t nil)
+
+(defalias 'dired-do-grep 'dired-do-igrep)
+
+(autoload 'dired-do-igrep-find "igrep" "\
+*Run `grep` PROGRAM to match EXPRESSION (with optional OPTIONS)
+on the marked (or next prefix ARG) directories." t nil)
+
+(defalias 'dired-do-grep-find 'dired-do-igrep-find)
+
+;;;***
+
 ;;;### (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")
 
 (autoload 'info "info" "\
@@ -6909,8 +6975,6 @@
 
 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el")
 
-(defvar lazy-lock-mode nil)
-
 (autoload 'lazy-lock-mode "lazy-lock" "\
 Toggle Lazy Lock mode.
 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer
@@ -6937,7 +7001,7 @@
 (autoload 'turn-on-lazy-lock "lazy-lock" "\
 Unconditionally turn on Lazy Lock mode." nil nil)
 
-(add-minor-mode 'lazy-lock-mode " Lazy")
+(when (fboundp 'add-minor-mode) (defvar lazy-lock-mode nil) (add-minor-mode 'lazy-lock-mode nil))
 
 ;;;***
 
@@ -7007,19 +7071,7 @@
 ;;;### (autoloads (manual-entry) "man" "packages/man.el")
 
 (autoload 'manual-entry "man" "\
-Display the Unix manual entry (or entries) for TOPIC.
-If prefix arg is given, modify the search according to the value:
-  2 = complement default exact matching of the TOPIC name;
-      exact matching default is specified by `Manual-match-topic-exactly'
-  3 = force a search of the unformatted man directories
-  4 = both 2 and 3
-The manual entries are searched according to the variable
-Manual-directory-list, which should be a list of directories.  If
-Manual-directory-list is nil, \\[Manual-directory-list-init] is
-invoked to create this list from the MANPATH environment variable.
-See the variable Manual-topic-buffer which controls how the buffer
-is named.  See also the variables Manual-match-topic-exactly,
-Manual-query-multiple-pages, and Manual-buffer-view-mode." t nil)
+Display the Unix manual entry (or entries) for TOPIC." t nil)
 
 ;;;***
 
@@ -7805,7 +7857,7 @@
 
 ;;;***
 
-;;;### (autoloads nil "itimer" "prim/itimer.el")
+;;;### (autoloads nil "itimer-autosave" "prim/itimer-autosave.el")
 
 ;;;***
 
@@ -8981,7 +9033,7 @@
 
 Otherwise, this command specifies the face for the next character
 inserted.  Moving point or switching buffers before
-typing a character to insert cancels the specification." nil nil)
+typing a character to insert cancels the specification." t nil)
 
 (autoload 'facemenu-set-size-default "facemenu" nil t nil)
 
@@ -9459,6 +9511,16 @@
 
 ;;;***
 
+;;;### (autoloads (speedbar-frame-mode) "speedbar" "utils/speedbar.el")
+
+(autoload 'speedbar-frame-mode "speedbar" "\
+Enable or disable use of a speedbar.  Positive number means turn
+on, negative turns speedbar off, and nil means toggle.  Once the
+speedbar frame is activated, a buffer in `speedbar-mode' will be
+displayed.  Currently, only one speedbar is supported at a time." t nil)
+
+;;;***
+
 ;;;### (autoloads nil "timezone" "utils/timezone.el")
 
 (define-error 'invalid-date "Invalid date string")