/[emacs]/emacs/lisp/loaddefs.el
ViewVC logotype

Diff of /emacs/lisp/loaddefs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.90 by rms, Sat May 3 14:06:09 2003 UTC revision 2.91 by rost, Tue May 6 18:47:39 2003 UTC
# Line 64  should return a grid vector array that i Line 64  should return a grid vector array that i
64  ;;;***  ;;;***
65    
66  ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"  ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
67  ;;;;;;  (15935 48913))  ;;;;;;  (16053 28546))
68  ;;; Generated autoloads from progmodes/ada-mode.el  ;;; Generated autoloads from progmodes/ada-mode.el
69    
70  (autoload (quote ada-add-extensions) "ada-mode" "\  (autoload (quote ada-add-extensions) "ada-mode" "\
# Line 78  name Line 78  name
78    
79  (autoload (quote ada-mode) "ada-mode" "\  (autoload (quote ada-mode) "ada-mode" "\
80  Ada mode is the major mode for editing Ada code.  Ada mode is the major mode for editing Ada code.
81  This version was built on Date: 2002/05/21 11:58:02 .  This version was built on $Date$.
82    
83  Bindings are as follows: (Note: 'LFD' is control-j.)  Bindings are as follows: (Note: 'LFD' is control-j.)
84  \\{ada-mode-map}  \\{ada-mode-map}
# Line 126  If you use ada-xref.el: Line 126  If you use ada-xref.el:
126  ;;;***  ;;;***
127    
128  ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"  ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
129  ;;;;;;  (15935 48914))  ;;;;;;  (16053 28656))
130  ;;; Generated autoloads from progmodes/ada-stmt.el  ;;; Generated autoloads from progmodes/ada-stmt.el
131    
132  (autoload (quote ada-header) "ada-stmt" "\  (autoload (quote ada-header) "ada-stmt" "\
# Line 137  Insert a descriptive header at the top o Line 137  Insert a descriptive header at the top o
137  ;;;***  ;;;***
138    
139  ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"  ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
140  ;;;;;;  (15935 48914))  ;;;;;;  (16053 28632))
141  ;;; Generated autoloads from progmodes/ada-xref.el  ;;; Generated autoloads from progmodes/ada-xref.el
142    
143  (autoload (quote ada-find-file) "ada-xref" "\  (autoload (quote ada-find-file) "ada-xref" "\
# Line 151  Completion is available. Line 151  Completion is available.
151  ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun  ;;;### (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  ;;;;;;  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  ;;;;;;  find-change-log prompt-for-change-log-name add-log-mailing-address
154  ;;;;;;  add-log-full-name) "add-log" "add-log.el" (15913 50442))  ;;;;;;  add-log-full-name add-log-current-defun-function) "add-log"
155    ;;;;;;  "add-log.el" (16032 52946))
156  ;;; Generated autoloads from add-log.el  ;;; Generated autoloads from add-log.el
157    
158    (defvar add-log-current-defun-function nil "\
159    *If non-nil, function to guess name of surrounding function.
160    It is used by `add-log-current-defun' in preference to built-in rules.
161    Returns function's name as a string, or nil if outside a function.")
162    
163    (custom-autoload (quote add-log-current-defun-function) "add-log")
164    
165  (defvar add-log-full-name nil "\  (defvar add-log-full-name nil "\
166  *Full name of user, for inclusion in ChangeLog daily headers.  *Full name of user, for inclusion in ChangeLog daily headers.
167  This defaults to the value returned by the function `user-full-name'.")  This defaults to the value returned by the function `user-full-name'.")
# Line 278  Fix any old-style date entries in the cu Line 286  Fix any old-style date entries in the cu
286  ;;;***  ;;;***
287    
288  ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action  ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
289  ;;;;;;  ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15656  ;;;;;;  ad-redefinition-action) "advice" "emacs-lisp/advice.el" (16055
290  ;;;;;;  3013))  ;;;;;;  49030))
291  ;;; Generated autoloads from emacs-lisp/advice.el  ;;; Generated autoloads from emacs-lisp/advice.el
292    
293  (defvar ad-redefinition-action (quote warn) "\  (defvar ad-redefinition-action (quote warn) "\
# Line 467  A replacement function for `newline-and- Line 475  A replacement function for `newline-and-
475    
476  ;;;***  ;;;***
477    
478  ;;;### (autoloads (allout-init) "allout" "allout.el" (15935 40243))  ;;;### (autoloads (allout-init) "allout" "allout.el" (15962 22157))
479  ;;; Generated autoloads from allout.el  ;;; Generated autoloads from allout.el
480    
481  (autoload (quote allout-init) "allout" "\  (autoload (quote allout-init) "allout" "\
# Line 503  the following two lines in your emacs in Line 511  the following two lines in your emacs in
511  ;;;***  ;;;***
512    
513  ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"  ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
514  ;;;;;;  "net/ange-ftp.el" (15935 48476))  ;;;;;;  "net/ange-ftp.el" (16025 23570))
515  ;;; Generated autoloads from net/ange-ftp.el  ;;; Generated autoloads from net/ange-ftp.el
516    
517  (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))  (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
# Line 753  Returns list of symbols and documentatio Line 761  Returns list of symbols and documentatio
761    
762  ;;;***  ;;;***
763    
764  ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15935  ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (16055
765  ;;;;;;  40136))  ;;;;;;  17232))
766  ;;; Generated autoloads from arc-mode.el  ;;; Generated autoloads from arc-mode.el
767    
768  (autoload (quote archive-mode) "arc-mode" "\  (autoload (quote archive-mode) "arc-mode" "\
# Line 1051  Keymap summary Line 1059  Keymap summary
1059    
1060  ;;;***  ;;;***
1061    
1062  ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (15933  ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (16011
1063  ;;;;;;  22171))  ;;;;;;  4976))
1064  ;;; Generated autoloads from progmodes/asm-mode.el  ;;; Generated autoloads from progmodes/asm-mode.el
1065    
1066  (autoload (quote asm-mode) "asm-mode" "\  (autoload (quote asm-mode) "asm-mode" "\
# Line 1198  insert a template for the file depending Line 1206  insert a template for the file depending
1206    
1207  ;;;***  ;;;***
1208    
1209  ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories  ;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1210  ;;;;;;  update-file-autoloads) "autoload" "emacs-lisp/autoload.el"  ;;;;;;  update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1211  ;;;;;;  (15935 47054))  ;;;;;;  (16053 44806))
1212  ;;; Generated autoloads from emacs-lisp/autoload.el  ;;; Generated autoloads from emacs-lisp/autoload.el
1213    
1214  (autoload (quote update-file-autoloads) "autoload" "\  (autoload (quote update-file-autoloads) "autoload" "\
# Line 1210  Return FILE if there was no autoload coo Line 1218  Return FILE if there was no autoload coo
1218    
1219  \(fn FILE)" t nil)  \(fn FILE)" t nil)
1220    
1221  (autoload (quote update-autoloads-from-directories) "autoload" "\  (autoload (quote update-directory-autoloads) "autoload" "\
1222  Update loaddefs.el with all the current autoloads from DIRS, and no old ones.  Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
1223  This uses `update-file-autoloads' (which see) do its work.  This uses `update-file-autoloads' (which see) do its work.
1224    In an interactive call, you must give one argument, the name
1225    of a single directory.  In a call from Lisp, you can supply multiple
1226    directories as separate arguments, but this usage is discouraged.
1227    
1228    The function does NOT recursively descend into subdirectories of the
1229    directory or directories specified.
1230    
1231  \(fn &rest DIRS)" t nil)  \(fn &rest DIRS)" t nil)
1232    
1233  (autoload (quote batch-update-autoloads) "autoload" "\  (autoload (quote batch-update-autoloads) "autoload" "\
1234  Update loaddefs.el autoloads in batch mode.  Update loaddefs.el autoloads in batch mode.
1235  Calls `update-autoloads-from-directories' on the command line arguments.  Calls `update-directory-autoloads' on the command line arguments.
1236    
1237  \(fn)" nil nil)  \(fn)" nil nil)
1238    
# Line 1931  corresponding bookmark function from Lis Line 1945  corresponding bookmark function from Lis
1945  ;;;;;;  browse-url-galeon browse-url-mozilla browse-url-netscape  ;;;;;;  browse-url-galeon browse-url-mozilla browse-url-netscape
1946  ;;;;;;  browse-url-default-browser browse-url-at-mouse browse-url-at-point  ;;;;;;  browse-url-default-browser browse-url-at-mouse browse-url-at-point
1947  ;;;;;;  browse-url browse-url-of-region browse-url-of-dired-file  ;;;;;;  browse-url browse-url-of-region browse-url-of-dired-file
1948  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-generic-program  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-browser-function)
1949  ;;;;;;  browse-url-save-file browse-url-new-window-flag browse-url-galeon-program  ;;;;;;  "browse-url" "net/browse-url.el" (16024 37214))
 ;;;;;;  browse-url-browser-display browse-url-browser-function) "browse-url"  
 ;;;;;;  "net/browse-url.el" (15930 37956))  
1950  ;;; Generated autoloads from net/browse-url.el  ;;; Generated autoloads from net/browse-url.el
1951    
1952  (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\  (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\
1953  *Function to display the current buffer in a WWW browser.  *Function to display the current buffer in a WWW browser.
1954  This is used by the `browse-url-at-point', `browse-url-at-mouse', and  This is used by the `browse-url-at-point', `browse-url-at-mouse', and
1955  `browse-url-of-file' commands.  `browse-url-of-file' commands.
# Line 1950  regexp should probably be \".\" to speci Line 1962  regexp should probably be \".\" to speci
1962    
1963  (custom-autoload (quote browse-url-browser-function) "browse-url")  (custom-autoload (quote browse-url-browser-function) "browse-url")
1964    
 (defvar browse-url-browser-display nil "\  
 *The X display for running the browser, if not same as Emacs'.")  
   
 (custom-autoload (quote browse-url-browser-display) "browse-url")  
   
 (defvar browse-url-galeon-program "galeon" "\  
 *The name by which to invoke Galeon.")  
   
 (custom-autoload (quote browse-url-galeon-program) "browse-url")  
   
 (defvar browse-url-new-window-flag nil "\  
 *If non-nil, always open a new browser window with appropriate browsers.  
 Passing an interactive argument to \\[browse-url], or specific browser  
 commands reverses the effect of this variable.  Requires Netscape version  
 1.1N or later or XMosaic version 2.5 or later if using those browsers.")  
   
 (custom-autoload (quote browse-url-new-window-flag) "browse-url")  
   
 (defvar browse-url-save-file nil "\  
 *If non-nil, save the buffer before displaying its file.  
 Used by the `browse-url-of-file' command.")  
   
 (custom-autoload (quote browse-url-save-file) "browse-url")  
   
 (defvar browse-url-generic-program nil "\  
 *The name of the browser program used by `browse-url-generic'.")  
   
 (custom-autoload (quote browse-url-generic-program) "browse-url")  
   
1965  (autoload (quote browse-url-of-file) "browse-url" "\  (autoload (quote browse-url-of-file) "browse-url" "\
1966  Ask a WWW browser to display FILE.  Ask a WWW browser to display FILE.
1967  Display the current buffer's file if FILE is nil or if called  Display the current buffer's file if FILE is nil or if called
# Line 2132  used instead of `browse-url-new-window-f Line 2115  used instead of `browse-url-new-window-f
2115    
2116  \(fn URL &optional NEW-WINDOW)" t nil)  \(fn URL &optional NEW-WINDOW)" t nil)
2117    
 (defvar browse-url-grail (concat (or (getenv "GRAILDIR") "~/.grail") "/user/rcgrail.py") "\  
 Location of Grail remote control client script `rcgrail.py'.  
 Typically found in $GRAILDIR/rcgrail.py, or ~/.grail/user/rcgrail.py.")  
   
2118  (autoload (quote browse-url-grail) "browse-url" "\  (autoload (quote browse-url-grail) "browse-url" "\
2119  Ask the Grail WWW browser to load URL.  Ask the Grail WWW browser to load URL.
2120  Default to the URL around or before point.  Runs the program in the  Default to the URL around or before point.  Runs the program in the
# Line 2397  Also see `make-text-button'. Line 2376  Also see `make-text-button'.
2376  ;;;;;;  batch-byte-compile-if-not-done display-call-tree byte-compile  ;;;;;;  batch-byte-compile-if-not-done display-call-tree byte-compile
2377  ;;;;;;  compile-defun byte-compile-file byte-recompile-directory  ;;;;;;  compile-defun byte-compile-file byte-recompile-directory
2378  ;;;;;;  byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"  ;;;;;;  byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2379  ;;;;;;  (15922 59672))  ;;;;;;  (16055 17308))
2380  ;;; Generated autoloads from emacs-lisp/bytecomp.el  ;;; Generated autoloads from emacs-lisp/bytecomp.el
2381    
2382  (autoload (quote byte-force-recompile) "bytecomp" "\  (autoload (quote byte-force-recompile) "bytecomp" "\
# Line 2647  See the documentation for `calculator-mo Line 2626  See the documentation for `calculator-mo
2626  ;;;;;;  calendar-remove-frame-by-deleting mark-diary-entries-in-calendar  ;;;;;;  calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2627  ;;;;;;  number-of-diary-entries view-diary-entries-initially calendar-offset  ;;;;;;  number-of-diary-entries view-diary-entries-initially calendar-offset
2628  ;;;;;;  calendar-week-start-day) "calendar" "calendar/calendar.el"  ;;;;;;  calendar-week-start-day) "calendar" "calendar/calendar.el"
2629  ;;;;;;  (15916 26953))  ;;;;;;  (15953 24862))
2630  ;;; Generated autoloads from calendar/calendar.el  ;;; Generated autoloads from calendar/calendar.el
2631    
2632  (defvar calendar-week-start-day 0 "\  (defvar calendar-week-start-day 0 "\
# Line 3190  See the documentation of that function f Line 3169  See the documentation of that function f
3169    
3170  ;;;***  ;;;***
3171    
3172  ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15853 60258))  ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (16017 65125))
3173  ;;; Generated autoloads from progmodes/cc-langs.el  ;;; Generated autoloads from progmodes/cc-langs.el
3174    
3175  (defvar c-mode-syntax-table nil "\  (defvar c-mode-syntax-table nil "\
# Line 3215  Syntax table used in pike-mode buffers." Line 3194  Syntax table used in pike-mode buffers."
3194    
3195  ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode  ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3196  ;;;;;;  c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"  ;;;;;;  c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3197  ;;;;;;  (15925 53681))  ;;;;;;  (15941 45699))
3198  ;;; Generated autoloads from progmodes/cc-mode.el  ;;; Generated autoloads from progmodes/cc-mode.el
3199    
3200  (autoload (quote c-initialize-cc-mode) "cc-mode" "\  (autoload (quote c-initialize-cc-mode) "cc-mode" "\
# Line 3341  Key bindings: Line 3320  Key bindings:
3320  ;;;***  ;;;***
3321    
3322  ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"  ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3323  ;;;;;;  "progmodes/cc-styles.el" (15924 61974))  ;;;;;;  "progmodes/cc-styles.el" (15942 63314))
3324  ;;; Generated autoloads from progmodes/cc-styles.el  ;;; Generated autoloads from progmodes/cc-styles.el
3325    
3326  (autoload (quote c-set-style) "cc-styles" "\  (autoload (quote c-set-style) "cc-styles" "\
# Line 3396  and exists only for compatibility reason Line 3375  and exists only for compatibility reason
3375    
3376  ;;;***  ;;;***
3377    
3378  ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15925 53681))  ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15954 24280))
3379  ;;; Generated autoloads from progmodes/cc-vars.el  ;;; Generated autoloads from progmodes/cc-vars.el
3380    
3381  (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))) "\  (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))) "\
# Line 3679  See the documentation of `define-ccl-pro Line 3658  See the documentation of `define-ccl-pro
3658  ;;;;;;  checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer  ;;;;;;  checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3659  ;;;;;;  checkdoc-eval-current-buffer checkdoc-message-interactive  ;;;;;;  checkdoc-eval-current-buffer checkdoc-message-interactive
3660  ;;;;;;  checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"  ;;;;;;  checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3661  ;;;;;;  (15935 47054))  ;;;;;;  (16004 34986))
3662  ;;; Generated autoloads from emacs-lisp/checkdoc.el  ;;; Generated autoloads from emacs-lisp/checkdoc.el
3663    
3664  (autoload (quote checkdoc) "checkdoc" "\  (autoload (quote checkdoc) "checkdoc" "\
# Line 3946  a future Emacs interpreter will be able Line 3925  a future Emacs interpreter will be able
3925  ;;;***  ;;;***
3926    
3927  ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"  ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3928  ;;;;;;  (15935 47054))  ;;;;;;  (16040 38577))
3929  ;;; Generated autoloads from emacs-lisp/cl-indent.el  ;;; Generated autoloads from emacs-lisp/cl-indent.el
3930    
3931  (autoload (quote common-lisp-indent-function) "cl-indent" "\  (autoload (quote common-lisp-indent-function) "cl-indent" "\
# Line 3994  of `scheme-program-name').  Runs the hoo Line 3973  of `scheme-program-name').  Runs the hoo
3973  ;;;***  ;;;***
3974    
3975  ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"  ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3976  ;;;;;;  (15935 48018))  ;;;;;;  (15990 40862))
3977  ;;; Generated autoloads from international/code-pages.el  ;;; Generated autoloads from international/code-pages.el
3978    
3979  (autoload (quote cp-make-coding-system) "code-pages" "\  (autoload (quote cp-make-coding-system) "code-pages" "\
# Line 4376  See also the variable `PC-include-file-p Line 4355  See also the variable `PC-include-file-p
4355  ;;;***  ;;;***
4356    
4357  ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"  ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4358  ;;;;;;  (15935 40594))  ;;;;;;  (15937 24942))
4359  ;;; Generated autoloads from completion.el  ;;; Generated autoloads from completion.el
4360    
4361  (autoload (quote dynamic-completion-mode) "completion" "\  (autoload (quote dynamic-completion-mode) "completion" "\
# Line 4652  Insert a copyright by $ORGANIZATION noti Line 4631  Insert a copyright by $ORGANIZATION noti
4631  ;;;***  ;;;***
4632    
4633  ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"  ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
4634  ;;;;;;  (15935 48914))  ;;;;;;  (16051 51668))
4635  ;;; Generated autoloads from progmodes/cperl-mode.el  ;;; Generated autoloads from progmodes/cperl-mode.el
4636    
4637  (autoload (quote cperl-mode) "cperl-mode" "\  (autoload (quote cperl-mode) "cperl-mode" "\
# Line 4759  beginning of the region at the start of Line 4738  beginning of the region at the start of
4738  span the needed amount of lines.  span the needed amount of lines.
4739    
4740  Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',  Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
4741  `cperl-pod-face', `cperl-pod-head-face' control processing of pod and  `cperl-pod-face', `cperl-pod-head-face' control processing of POD and
4742  here-docs sections.  With capable Emaxen results of scan are used  here-docs sections.  With capable Emaxen results of scan are used
4743  for indentation too, otherwise they are used for highlighting only.  for indentation too, otherwise they are used for highlighting only.
4744    
# Line 4844  Edit display information for cpp conditi Line 4823  Edit display information for cpp conditi
4823  ;;;***  ;;;***
4824    
4825  ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"  ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4826  ;;;;;;  (15935 47202))  ;;;;;;  (16010 48739))
4827  ;;; Generated autoloads from emulation/crisp.el  ;;; Generated autoloads from emulation/crisp.el
4828    
4829  (defvar crisp-mode nil "\  (defvar crisp-mode nil "\
# Line 4903  INHERIT-INPUT-METHOD. Line 4882  INHERIT-INPUT-METHOD.
4882    
4883  ;;;***  ;;;***
4884    
4885  ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"  ;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16032
4886  ;;;;;;  (15935 47202))  ;;;;;;  33008))
4887  ;;; Generated autoloads from emulation/cua-base.el  ;;; Generated autoloads from emulation/cua-base.el
4888    
4889  (defvar cua-mode nil "\  (defvar cua-mode nil "\
4890  Non-nil means that CUA emulation mode is enabled.  Non-nil if Cua mode is enabled.
4891  In CUA mode, shifted movement keys highlight and extend the region.  See the command `cua-mode' for a description of this minor-mode.
 When a region is highlighted, the binding of the C-x and C-c keys are  
 temporarily changed to work as Motif, MAC or MS-Windows cut and paste.  
 Also, insertion commands first delete the region and then insert.  
 This mode enables Transient Mark mode and it provides a superset of the  
 PC Selection Mode and Delete Selection Modes.  
   
4892  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
4893  use either \\[customize] or the function `cua-mode'.")  use either \\[customize] or the function `cua-mode'.")
4894    
# Line 4929  the active selection.  C-z, C-x, C-c, an Line 4902  the active selection.  C-z, C-x, C-c, an
4902  paste (in addition to the normal emacs bindings).  paste (in addition to the normal emacs bindings).
4903    
4904  \(fn &optional ARG)" t nil)  \(fn &optional ARG)" t nil)
4905     (eval-after-load 'CUA-mode
4906     '(error (concat "\n\n"
4907     "CUA-mode is now part of the standard GNU Emacs distribution,\n"
4908     "so you may now enable and customize CUA via the Options menu.\n\n"
4909     "Your " (file-name-nondirectory user-init-file) " loads an older version of CUA-mode which does\n"
4910     "not work correctly with this version of GNU Emacs.\n"
4911     "To correct this, remove the loading and customization of the\n"
4912     "old version from the " user-init-file " file.\n\n")))
4913    
4914  ;;;***  ;;;***
4915    
# Line 4936  paste (in addition to the normal emacs b Line 4917  paste (in addition to the normal emacs b
4917  ;;;;;;  customize-save-customized custom-file customize-browse custom-buffer-create-other-window  ;;;;;;  customize-save-customized custom-file customize-browse custom-buffer-create-other-window
4918  ;;;;;;  custom-buffer-create customize-apropos-groups customize-apropos-faces  ;;;;;;  custom-buffer-create customize-apropos-groups customize-apropos-faces
4919  ;;;;;;  customize-apropos-options customize-apropos customize-saved  ;;;;;;  customize-apropos-options customize-apropos customize-saved
4920  ;;;;;;  customize-customized customize-face-other-window customize-face  ;;;;;;  customize-rogue customize-customized customize-face-other-window
4921  ;;;;;;  customize-changed-options customize-option-other-window customize-option  ;;;;;;  customize-face customize-changed-options customize-option-other-window
4922  ;;;;;;  customize-group-other-window customize-group customize-mode  ;;;;;;  customize-option customize-group-other-window customize-group
4923  ;;;;;;  customize customize-save-variable customize-set-variable  ;;;;;;  customize-mode customize customize-save-variable customize-set-variable
4924  ;;;;;;  customize-set-value) "cus-edit" "cus-edit.el" (15931 5982))  ;;;;;;  customize-set-value) "cus-edit" "cus-edit.el" (15998 25380))
4925  ;;; Generated autoloads from cus-edit.el  ;;; Generated autoloads from cus-edit.el
4926   (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")   (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4927    
# Line 5071  Customize all user options set since the Line 5052  Customize all user options set since the
5052    
5053  \(fn)" t nil)  \(fn)" t nil)
5054    
5055    (autoload (quote customize-rogue) "cus-edit" "\
5056    Customize all user variable modified outside customize.
5057    
5058    \(fn)" t nil)
5059    
5060  (autoload (quote customize-saved) "cus-edit" "\  (autoload (quote customize-saved) "cus-edit" "\
5061  Customize all already saved user options.  Customize all already saved user options.
5062    
# Line 5223  ARGS is defined as for `custom-theme-res Line 5209  ARGS is defined as for `custom-theme-res
5209    
5210  ;;;***  ;;;***
5211    
5212    ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5213    ;;;;;;  (15998 41141))
5214    ;;; Generated autoloads from cus-theme.el
5215    
5216    (autoload (quote customize-create-theme) "cus-theme" "\
5217    Create a custom theme.
5218    
5219    \(fn)" t nil)
5220    
5221    ;;;***
5222    
5223  ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"  ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5224  ;;;;;;  (15935 40479))  ;;;;;;  (15935 40479))
5225  ;;; Generated autoloads from cvs-status.el  ;;; Generated autoloads from cvs-status.el
# Line 5275  in which `turn-on-cwarn-mode-if-enabled' Line 5272  in which `turn-on-cwarn-mode-if-enabled'
5272    
5273  ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char  ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5274  ;;;;;;  cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"  ;;;;;;  cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5275  ;;;;;;  (15935 48150))  ;;;;;;  (15954 5018))
5276  ;;; Generated autoloads from language/cyril-util.el  ;;; Generated autoloads from language/cyril-util.el
5277    
5278  (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\  (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
# Line 5353  See also `dabbrev-abbrev-char-regexp' an Line 5350  See also `dabbrev-abbrev-char-regexp' an
5350    
5351  ;;;***  ;;;***
5352    
5353  ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15935  ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15975
5354  ;;;;;;  48914))  ;;;;;;  54612))
5355  ;;; Generated autoloads from progmodes/dcl-mode.el  ;;; Generated autoloads from progmodes/dcl-mode.el
5356    
5357  (autoload (quote dcl-mode) "dcl-mode" "\  (autoload (quote dcl-mode) "dcl-mode" "\
# Line 5472  $           endloop1: ! This matches dcl Line 5469  $           endloop1: ! This matches dcl
5469  $       endif  $       endif
5470  $  $
5471    
5472    
5473    There is some minimal font-lock support (see vars
5474    `dcl-font-lock-defaults' and `dcl-font-lock-keywords').
5475    
5476  \(fn)" t nil)  \(fn)" t nil)
5477    
5478  ;;;***  ;;;***
# Line 5617  no args, if that value is non-nil. Line 5618  no args, if that value is non-nil.
5618    
5619  ;;;***  ;;;***
5620    
5621  ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15352  ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (16012
5622  ;;;;;;  42199))  ;;;;;;  48297))
5623  ;;; Generated autoloads from delsel.el  ;;; Generated autoloads from delsel.el
5624    
5625  (defalias (quote pending-delete-mode) (quote delete-selection-mode))  (defalias (quote pending-delete-mode) (quote delete-selection-mode))
# Line 5646  any selection. Line 5647  any selection.
5647  ;;;***  ;;;***
5648    
5649  ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)  ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5650  ;;;;;;  "derived" "derived.el" (15746 4145))  ;;;;;;  "derived" "derived.el" (16026 35128))
5651  ;;; Generated autoloads from derived.el  ;;; Generated autoloads from derived.el
5652    
5653  (autoload (quote define-derived-mode) "derived" "\  (autoload (quote define-derived-mode) "derived" "\
# Line 5728  as well as widgets, buttons, overlays, a Line 5729  as well as widgets, buttons, overlays, a
5729    
5730  ;;;***  ;;;***
5731    
5732  ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"  ;;;### (autoloads (desktop-revert desktop-save-in-load-dir desktop-change-dir
5733  ;;;;;;  (15814 11695))  ;;;;;;  desktop-load-default desktop-read) "desktop" "desktop.el"
5734    ;;;;;;  (16032 52997))
5735  ;;; Generated autoloads from desktop.el  ;;; Generated autoloads from desktop.el
5736    
5737  (autoload (quote desktop-read) "desktop" "\  (autoload (quote desktop-read) "desktop" "\
5738  Read the Desktop file and the files it specifies.  Read the Desktop file and the files it specifies.
5739  This is a no-op when Emacs is running in batch mode.  This is a no-op when Emacs is running in batch mode.
5740    Look for the desktop file according to the variables `desktop-base-file-name'
5741    and `desktop-path'.  If no desktop file is found, clear the desktop.
5742    Returns t if it has read a desktop file, nil otherwise.
5743    
5744  \(fn)" t nil)  \(fn)" t nil)
5745    
# Line 5745  to provide correct modes for autoloaded Line 5750  to provide correct modes for autoloaded
5750    
5751  \(fn)" nil nil)  \(fn)" nil nil)
5752    
5753    (autoload (quote desktop-change-dir) "desktop" "\
5754    Save and clear the desktop, then load the desktop from directory DIR.
5755    However, if `desktop-enable' was nil at call, don't save the old desktop.
5756    This function always sets `desktop-enable' to t.
5757    
5758    \(fn DIR)" t nil)
5759    
5760    (autoload (quote desktop-save-in-load-dir) "desktop" "\
5761    Save desktop in directory from which it was loaded.
5762    
5763    \(fn)" t nil)
5764    
5765    (autoload (quote desktop-revert) "desktop" "\
5766    Revert to the last loaded desktop.
5767    
5768    \(fn)" t nil)
5769    
5770  ;;;***  ;;;***
5771    
5772  ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15935  ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15944
5773  ;;;;;;  48150))  ;;;;;;  24769))
5774  ;;; Generated autoloads from language/devan-util.el  ;;; Generated autoloads from language/devan-util.el
5775    
5776  (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")  (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
# Line 5756  to provide correct modes for autoloaded Line 5778  to provide correct modes for autoloaded
5778  ;;;***  ;;;***
5779    
5780  ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"  ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5781  ;;;;;;  "calendar/diary-lib.el" (15935 46813))  ;;;;;;  "calendar/diary-lib.el" (16040 38488))
5782  ;;; Generated autoloads from calendar/diary-lib.el  ;;; Generated autoloads from calendar/diary-lib.el
5783    
5784  (autoload (quote diary) "diary-lib" "\  (autoload (quote diary) "diary-lib" "\
# Line 5858  Minor mode for viewing/editing context d Line 5880  Minor mode for viewing/editing context d
5880  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5881  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5882  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5883  ;;;;;;  "dired" "dired.el" (16011 61148))  ;;;;;;  "dired" "dired.el" (16054 54782))
5884  ;;; Generated autoloads from dired.el  ;;; Generated autoloads from dired.el
5885    
5886  (defvar dired-listing-switches "-al" "\  (defvar dired-listing-switches "-al" "\
# Line 5998  Like `dired' but returns the dired buffe Line 6020  Like `dired' but returns the dired buffe
6020  ;;;;;;  dired-do-compress dired-compress-file dired-do-kill-lines  ;;;;;;  dired-do-compress dired-compress-file dired-do-kill-lines
6021  ;;;;;;  dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp  ;;;;;;  dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
6022  ;;;;;;  dired-do-chmod dired-backup-diff dired-diff) "dired-aux"  ;;;;;;  dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
6023  ;;;;;;  "dired-aux.el" (15930 37584))  ;;;;;;  "dired-aux.el" (15948 48462))
6024  ;;; Generated autoloads from dired-aux.el  ;;; Generated autoloads from dired-aux.el
6025    
6026  (autoload (quote dired-diff) "dired-aux" "\  (autoload (quote dired-diff) "dired-aux" "\
# Line 6330  true then the type of the file linked to Line 6352  true then the type of the file linked to
6352    
6353  ;;;***  ;;;***
6354    
6355  ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15935 40720))  ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15976 22456))
6356  ;;; Generated autoloads from dired-x.el  ;;; Generated autoloads from dired-x.el
6357    
6358  (autoload (quote dired-jump) "dired-x" "\  (autoload (quote dired-jump) "dired-x" "\
# Line 6344  buffer and try again. Line 6366  buffer and try again.
6366    
6367  ;;;***  ;;;***
6368    
6369  ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (15930 37635))  ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (15996 23487))
6370  ;;; Generated autoloads from dirtrack.el  ;;; Generated autoloads from dirtrack.el
6371    
6372  (autoload (quote dirtrack) "dirtrack" "\  (autoload (quote dirtrack) "dirtrack" "\
# Line 6554  Play sounds in message buffers. Line 6576  Play sounds in message buffers.
6576    
6577  ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap  ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6578  ;;;;;;  easy-mmode-define-global-mode define-minor-mode) "easy-mmode"  ;;;;;;  easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
6579  ;;;;;;  "emacs-lisp/easy-mmode.el" (15935 47054))  ;;;;;;  "emacs-lisp/easy-mmode.el" (16032 13913))
6580  ;;; Generated autoloads from emacs-lisp/easy-mmode.el  ;;; Generated autoloads from emacs-lisp/easy-mmode.el
6581    
6582  (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))  (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
# Line 6578  BODY contains code that will be executed Line 6600  BODY contains code that will be executed
6600    It will be executed after any toggling but before running the hooks.    It will be executed after any toggling but before running the hooks.
6601    Before the actual body code, you can write    Before the actual body code, you can write
6602    keyword arguments (alternating keywords and values).    keyword arguments (alternating keywords and values).
6603    These following keyword arguments are supported:    These following keyword arguments are supported (other keywords
6604      will be passed to `defcustom' if the minor mode is global):
6605  :group GROUP    Custom group name to use in all generated `defcustom' forms.  :group GROUP    Custom group name to use in all generated `defcustom' forms.
6606  :global GLOBAL  If non-nil specifies that the minor mode is not meant to be  :global GLOBAL  If non-nil specifies that the minor mode is not meant to be
6607                  buffer-local, so don't make the variable MODE buffer-local.                  buffer-local, so don't make the variable MODE buffer-local.
# Line 6589  BODY contains code that will be executed Line 6612  BODY contains code that will be executed
6612    
6613  For example, you could write  For example, you could write
6614    (define-minor-mode foo-mode \"If enabled, foo on you!\"    (define-minor-mode foo-mode \"If enabled, foo on you!\"
6615      nil \"Foo \" foo-keymap      :lighter \" Foo\" :require 'foo :global t :group 'hassle :version \"27.5\"
     :require 'foo :global t :group 'inconvenience  
6616      ...BODY CODE...)      ...BODY CODE...)
6617    
6618  \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro))  \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro))
# Line 6628  CSS contains a list of syntax specificat Line 6650  CSS contains a list of syntax specificat
6650  ;;;***  ;;;***
6651    
6652  ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define  ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6653  ;;;;;;  easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15879  ;;;;;;  easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (16048
6654  ;;;;;;  20200))  ;;;;;;  14080))
6655  ;;; Generated autoloads from emacs-lisp/easymenu.el  ;;; Generated autoloads from emacs-lisp/easymenu.el
6656    
6657  (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))  (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
# Line 6771  to implement dynamic menus. Line 6793  to implement dynamic menus.
6793  ;;;;;;  ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup  ;;;;;;  ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
6794  ;;;;;;  ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer  ;;;;;;  ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
6795  ;;;;;;  ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer  ;;;;;;  ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
6796  ;;;;;;  ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28735))  ;;;;;;  ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15943 30637))
6797  ;;; Generated autoloads from progmodes/ebnf2ps.el  ;;; Generated autoloads from progmodes/ebnf2ps.el
6798    
6799  (autoload (quote ebnf-customize) "ebnf2ps" "\  (autoload (quote ebnf-customize) "ebnf2ps" "\
# Line 6780  Customization for ebnf group. Line 6802  Customization for ebnf group.
6802  \(fn)" t nil)  \(fn)" t nil)
6803    
6804  (autoload (quote ebnf-print-buffer) "ebnf2ps" "\  (autoload (quote ebnf-print-buffer) "ebnf2ps" "\
6805  Generate and print a PostScript syntatic chart image of the buffer.  Generate and print a PostScript syntactic chart image of the buffer.
6806    
6807  When called with a numeric prefix argument (C-u), prompts the user for  When called with a numeric prefix argument (C-u), prompts the user for
6808  the name of a file to save the PostScript image in, instead of sending  the name of a file to save the PostScript image in, instead of sending
# Line 6794  number, prompt the user for the name of Line 6816  number, prompt the user for the name of
6816  \(fn &optional FILENAME)" t nil)  \(fn &optional FILENAME)" t nil)
6817    
6818  (autoload (quote ebnf-print-region) "ebnf2ps" "\  (autoload (quote ebnf-print-region) "ebnf2ps" "\
6819  Generate and print a PostScript syntatic chart image of the region.  Generate and print a PostScript syntactic chart image of the region.
6820  Like `ebnf-print-buffer', but prints just the current region.  Like `ebnf-print-buffer', but prints just the current region.
6821    
6822  \(fn FROM TO &optional FILENAME)" t nil)  \(fn FROM TO &optional FILENAME)" t nil)
6823    
6824  (autoload (quote ebnf-spool-buffer) "ebnf2ps" "\  (autoload (quote ebnf-spool-buffer) "ebnf2ps" "\
6825  Generate and spool a PostScript syntatic chart image of the buffer.  Generate and spool a PostScript syntactic chart image of the buffer.
6826  Like `ebnf-print-buffer' except that the PostScript image is saved in a  Like `ebnf-print-buffer' except that the PostScript image is saved in a
6827  local buffer to be sent to the printer later.  local buffer to be sent to the printer later.
6828    
# Line 6809  Use the command `ebnf-despool' to send t Line 6831  Use the command `ebnf-despool' to send t
6831  \(fn)" t nil)  \(fn)" t nil)
6832    
6833  (autoload (quote ebnf-spool-region) "ebnf2ps" "\  (autoload (quote ebnf-spool-region) "ebnf2ps" "\
6834  Generate a PostScript syntatic chart image of the region and spool locally.  Generate a PostScript syntactic chart image of the region and spool locally.
6835  Like `ebnf-spool-buffer', but spools just the current region.  Like `ebnf-spool-buffer', but spools just the current region.
6836    
6837  Use the command `ebnf-despool' to send the spooled images to the printer.  Use the command `ebnf-despool' to send the spooled images to the printer.
# Line 6817  Use the command `ebnf-despool' to send t Line 6839  Use the command `ebnf-despool' to send t
6839  \(fn FROM TO)" t nil)  \(fn FROM TO)" t nil)
6840    
6841  (autoload (quote ebnf-eps-buffer) "ebnf2ps" "\  (autoload (quote ebnf-eps-buffer) "ebnf2ps" "\
6842  Generate a PostScript syntatic chart image of the buffer in a EPS file.  Generate a PostScript syntactic chart image of the buffer in a EPS file.
6843    
6844  Indeed, for each production is generated a EPS file.  Indeed, for each production is generated a EPS file.
6845  The EPS file name has the following form:  The EPS file name has the following form:
# Line 6837  WARNING: It's *NOT* asked any confirmati Line 6859  WARNING: It's *NOT* asked any confirmati
6859  \(fn)" t nil)  \(fn)" t nil)
6860    
6861  (autoload (quote ebnf-eps-region) "ebnf2ps" "\  (autoload (quote ebnf-eps-region) "ebnf2ps" "\
6862  Generate a PostScript syntatic chart image of the region in a EPS file.  Generate a PostScript syntactic chart image of the region in a EPS file.
6863    
6864  Indeed, for each production is generated a EPS file.  Indeed, for each production is generated a EPS file.
6865  The EPS file name has the following form:  The EPS file name has the following form:
# Line 6859  WARNING: It's *NOT* asked any confirmati Line 6881  WARNING: It's *NOT* asked any confirmati
6881  (defalias (quote ebnf-despool) (quote ps-despool))  (defalias (quote ebnf-despool) (quote ps-despool))
6882    
6883  (autoload (quote ebnf-syntax-buffer) "ebnf2ps" "\  (autoload (quote ebnf-syntax-buffer) "ebnf2ps" "\
6884  Does a syntatic analysis of the current buffer.  Does a syntactic analysis of the current buffer.
6885    
6886  \(fn)" t nil)  \(fn)" t nil)
6887    
6888  (autoload (quote ebnf-syntax-region) "ebnf2ps" "\  (autoload (quote ebnf-syntax-region) "ebnf2ps" "\
6889  Does a syntatic analysis of a region.  Does a syntactic analysis of a region.
6890    
6891  \(fn FROM TO)" t nil)  \(fn FROM TO)" t nil)
6892    
# Line 6918  It returns the old style symbol. Line 6940  It returns the old style symbol.
6940  ;;;;;;  ebrowse-back-in-position-stack ebrowse-tags-search-member-use  ;;;;;;  ebrowse-back-in-position-stack ebrowse-tags-search-member-use
6941  ;;;;;;  ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol  ;;;;;;  ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
6942  ;;;;;;  ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"  ;;;;;;  ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
6943  ;;;;;;  "progmodes/ebrowse.el" (15924 62059))  ;;;;;;  "progmodes/ebrowse.el" (15957 2861))
6944  ;;; Generated autoloads from progmodes/ebrowse.el  ;;; Generated autoloads from progmodes/ebrowse.el
6945    
6946  (autoload (quote ebrowse-tree-mode) "ebrowse" "\  (autoload (quote ebrowse-tree-mode) "ebrowse" "\
# Line 7005  Display statistics for a class tree. Line 7027  Display statistics for a class tree.
7027  ;;;***  ;;;***
7028    
7029  ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"  ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7030  ;;;;;;  (15935 40984))  ;;;;;;  (15980 293))
7031  ;;; Generated autoloads from ebuff-menu.el  ;;; Generated autoloads from ebuff-menu.el
7032    
7033  (autoload (quote electric-buffer-list) "ebuff-menu" "\  (autoload (quote electric-buffer-list) "ebuff-menu" "\
# Line 7042  With prefix arg NOCONFIRM, execute curre Line 7064  With prefix arg NOCONFIRM, execute curre
7064  ;;;***  ;;;***
7065    
7066  ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms  ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
7067  ;;;;;;  edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15935 47054))  ;;;;;;  edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15954 4750))
7068  ;;; Generated autoloads from emacs-lisp/edebug.el  ;;; Generated autoloads from emacs-lisp/edebug.el
7069    
7070  (defvar edebug-all-defs nil "\  (defvar edebug-all-defs nil "\
# Line 7507  Not documented Line 7529  Not documented
7529  ;;;***  ;;;***
7530    
7531  ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)  ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7532  ;;;;;;  "eldoc" "emacs-lisp/eldoc.el" (15893 31178))  ;;;;;;  "eldoc" "emacs-lisp/eldoc.el" (15944 16331))
7533  ;;; Generated autoloads from emacs-lisp/eldoc.el  ;;; Generated autoloads from emacs-lisp/eldoc.el
7534    
7535  (defvar eldoc-minor-mode-string " ElDoc" "\  (defvar eldoc-minor-mode-string " ElDoc" "\
# Line 7617  Prompts for bug subject.  Leaves you in Line 7639  Prompts for bug subject.  Leaves you in
7639  ;;;;;;  emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote  ;;;;;;  emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7640  ;;;;;;  emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor  ;;;;;;  emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7641  ;;;;;;  emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"  ;;;;;;  emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7642  ;;;;;;  "emerge.el" (15935 41205))  ;;;;;;  "emerge.el" (15998 51012))
7643  ;;; Generated autoloads from emerge.el  ;;; Generated autoloads from emerge.el
7644    
7645  (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))  (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
# Line 7824  Please include any configuration details Line 7846  Please include any configuration details
7846  ;;;;;;  find-tag find-tag-noselect tags-table-files visit-tags-table  ;;;;;;  find-tag find-tag-noselect tags-table-files visit-tags-table
7847  ;;;;;;  find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list  ;;;;;;  find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
7848  ;;;;;;  tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"  ;;;;;;  tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
7849  ;;;;;;  (15827 19902))  ;;;;;;  (16022 34317))
7850  ;;; Generated autoloads from progmodes/etags.el  ;;; Generated autoloads from progmodes/etags.el
7851    
7852  (defvar tags-file-name nil "\  (defvar tags-file-name nil "\
# Line 8500  This is used only in conjunction with `e Line 8522  This is used only in conjunction with `e
8522    
8523  ;;;***  ;;;***
8524    
8525  ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15935 48914))  ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (16034 39468))
8526  ;;; Generated autoloads from progmodes/f90.el  ;;; Generated autoloads from progmodes/f90.el
8527    
8528  (autoload (quote f90-mode) "f90" "\  (autoload (quote f90-mode) "f90" "\
8529  Major mode for editing Fortran 90,95 code in free format.  Major mode for editing Fortran 90,95 code in free format.
8530    For fixed format code, use `fortran-mode'.
8531    
 \\[f90-indent-new-line] indents current line and creates a new indented line.  
8532  \\[f90-indent-line] indents the current line.  \\[f90-indent-line] indents the current line.
8533    \\[f90-indent-new-line] indents current line and creates a new indented line.
8534  \\[f90-indent-subprogram] indents the current subprogram.  \\[f90-indent-subprogram] indents the current subprogram.
8535    
8536  Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.  Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
# Line 8822  you can set feedmail-queue-reminder-alis Line 8845  you can set feedmail-queue-reminder-alis
8845  ;;;***  ;;;***
8846    
8847  ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu  ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
8848  ;;;;;;  find-file-at-point ffap-next) "ffap" "ffap.el" (15935 41375))  ;;;;;;  find-file-at-point ffap-next) "ffap" "ffap.el" (15975 45005))
8849  ;;; Generated autoloads from ffap.el  ;;; Generated autoloads from ffap.el
8850    
8851  (autoload (quote ffap-next) "ffap" "\  (autoload (quote ffap-next) "ffap" "\
# Line 8881  Evaluate the forms in variable `ffap-bin Line 8904  Evaluate the forms in variable `ffap-bin
8904  ;;;***  ;;;***
8905    
8906  ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"  ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
8907  ;;;;;;  (15930 37703))  ;;;;;;  (15996 23174))
8908  ;;; Generated autoloads from filecache.el  ;;; Generated autoloads from filecache.el
8909    
8910  (autoload (quote file-cache-minibuffer-complete) "filecache" "\  (autoload (quote file-cache-minibuffer-complete) "filecache" "\
# Line 9373  in your `~/.emacs' file, replacing [f7] Line 9396  in your `~/.emacs' file, replacing [f7]
9396  ;;;***  ;;;***
9397    
9398  ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords  ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9399  ;;;;;;  font-lock-add-keywords) "font-lock" "font-lock.el" (15933  ;;;;;;  font-lock-add-keywords font-lock-mode-internal) "font-lock"
9400  ;;;;;;  22021))  ;;;;;;  "font-lock.el" (16027 16187))
9401  ;;; Generated autoloads from font-lock.el  ;;; Generated autoloads from font-lock.el
9402    
9403    (autoload (quote font-lock-mode-internal) "font-lock" "\
9404    Not documented
9405    
9406    \(fn ARG)" nil nil)
9407    
9408  (autoload (quote font-lock-add-keywords) "font-lock" "\  (autoload (quote font-lock-add-keywords) "font-lock" "\
9409  Add highlighting KEYWORDS for MODE.  Add highlighting KEYWORDS for MODE.
9410  MODE should be a symbol, the major mode command name, such as `c-mode'  MODE should be a symbol, the major mode command name, such as `c-mode'
# Line 9484  Visit a file in Forms mode in other wind Line 9512  Visit a file in Forms mode in other wind
9512  ;;;***  ;;;***
9513    
9514  ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"  ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
9515  ;;;;;;  "progmodes/fortran.el" (15863 57597))  ;;;;;;  "progmodes/fortran.el" (16034 39560))
9516  ;;; Generated autoloads from progmodes/fortran.el  ;;; Generated autoloads from progmodes/fortran.el
9517    
9518  (defvar fortran-tab-mode-default nil "\  (defvar fortran-tab-mode-default nil "\
9519  *Default tabbing/carriage control style for empty files in Fortran mode.  *Default tabbing/carriage control style for empty files in Fortran mode.
9520  A value of t specifies tab-digit style of continuation control.  A non-nil value specifies tab-digit style of continuation control.
9521  A value of nil specifies that continuation lines are marked  A value of nil specifies that continuation lines are marked
9522  with a character in column 6.")  with a character in column 6.")
9523    
9524  (custom-autoload (quote fortran-tab-mode-default) "fortran")  (custom-autoload (quote fortran-tab-mode-default) "fortran")
9525    
9526  (autoload (quote fortran-mode) "fortran" "\  (autoload (quote fortran-mode) "fortran" "\
9527  Major mode for editing Fortran code.  Major mode for editing Fortran code in fixed format.
9528    For free format code, use `f90-mode'.
9529    
9530  \\[fortran-indent-line] indents the current Fortran line correctly.  \\[fortran-indent-line] indents the current Fortran line correctly.
9531  DO statements must not share a common CONTINUE.  Note that DO statements must not share a common CONTINUE.
9532    
9533  Type ;? or ;\\[help-command] to display a list of built-in abbrevs for  Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
 Fortran keywords.  
9534    
9535  Key definitions:  Key definitions:
9536  \\{fortran-mode-map}  \\{fortran-mode-map}
9537    
9538  Variables controlling indentation style and extra features:  Variables controlling indentation style and extra features:
9539    
9540   `comment-start'  `comment-start'
9541      If you want to use comments starting with `!',    To use comments starting with `!', set this to the string \"!\".
9542      set this to the string \"!\".  `fortran-do-indent'
9543   `fortran-do-indent'    Extra indentation within DO blocks (default 3).
9544      Extra indentation within do blocks.  (default 3)  `fortran-if-indent'
9545   `fortran-if-indent'    Extra indentation within IF blocks (default 3).
9546      Extra indentation within if blocks.  (default 3)  `fortran-structure-indent'
9547   `fortran-structure-indent'    Extra indentation within STRUCTURE, UNION, MAP and INTERFACE blocks.
9548      Extra indentation within structure, union, map and interface blocks.    (default 3)
9549      (default 3)  `fortran-continuation-indent'
9550   `fortran-continuation-indent'    Extra indentation applied to continuation statements (default 5).
9551      Extra indentation applied to continuation statements.  (default 5)  `fortran-comment-line-extra-indent'
9552   `fortran-comment-line-extra-indent'    Amount of extra indentation for text in full-line comments (default 0).
9553      Amount of extra indentation for text within full-line comments.  (default 0)  `fortran-comment-indent-style'
9554   `fortran-comment-indent-style'    How to indent the text in full-line comments. Allowed values are:
9555      nil    means don't change indentation of text in full-line comments,    nil       don't change the indentation
9556      fixed  means indent that text at `fortran-comment-line-extra-indent' beyond    fixed     indent to `fortran-comment-line-extra-indent' beyond the
9557             the value of `fortran-minimum-statement-indent-fixed' (for fixed                value of either
9558             format continuation style) or `fortran-minimum-statement-indent-tab'                  `fortran-minimum-statement-indent-fixed' (fixed format) or
9559             (for TAB format continuation style).                  `fortran-minimum-statement-indent-tab' (TAB format),
9560      relative  means indent at `fortran-comment-line-extra-indent' beyond the                depending on the continuation format in use.
9561      relative  indent to `fortran-comment-line-extra-indent' beyond the
9562                indentation for a line of code.                indentation for a line of code.
9563      (default 'fixed)    (default 'fixed)
9564   `fortran-comment-indent-char'  `fortran-comment-indent-char'
9565      Single-character string to be inserted instead of space for    Single-character string to be inserted instead of space for
9566      full-line comment indentation.  (default \" \")    full-line comment indentation (default \" \").
9567   `fortran-minimum-statement-indent-fixed'  `fortran-minimum-statement-indent-fixed'
9568      Minimum indentation for Fortran statements in fixed format mode.  (def.6)    Minimum indentation for statements in fixed format mode (default 6).
9569   `fortran-minimum-statement-indent-tab'  `fortran-minimum-statement-indent-tab'
9570      Minimum indentation for Fortran statements in TAB format mode.  (default 9)    Minimum indentation for statements in TAB format mode (default 9).
9571   `fortran-line-number-indent'  `fortran-line-number-indent'
9572      Maximum indentation for line numbers.  A line number will get    Maximum indentation for line numbers (default 1).  A line number will
9573      less than this much indentation if necessary to avoid reaching    get less than this much indentation if necessary to avoid reaching
9574      column 5.  (default 1)    column 5.
9575   `fortran-check-all-num-for-matching-do'  `fortran-check-all-num-for-matching-do'
9576      Non-nil causes all numbered lines to be treated as possible \"continue\"    Non-nil causes all numbered lines to be treated as possible \"continue\"
9577      statements.  (default nil)    statements (default nil).
9578   `fortran-blink-matching-if'  `fortran-blink-matching-if'
9579      Non-nil causes \\[fortran-indent-line] on an ENDIF statement to blink on    Non-nil causes \\[fortran-indent-line] on an ENDIF (or ENDDO) statement
9580      matching IF.  Also, from an ENDDO statement, blink on matching DO [WHILE]    to blink on the matching IF (or DO [WHILE]).  (default nil)
9581      statement.  (default nil)  `fortran-continuation-string'
9582   `fortran-continuation-string'    Single-character string to be inserted in column 5 of a continuation
9583      Single-character string to be inserted in column 5 of a continuation    line (default \"$\").
9584      line.  (default \"$\")  `fortran-comment-region'
9585   `fortran-comment-region'    String inserted by \\[fortran-comment-region] at start of each line in
9586      String inserted by \\[fortran-comment-region] at start of each line in    the region (default \"c$$$\").
9587      region.  (default \"c$$$\")  `fortran-electric-line-number'
9588   `fortran-electric-line-number'    Non-nil causes line number digits to be moved to the correct column
9589      Non-nil causes line number digits to be moved to the correct column    as typed (default t).
9590      as typed.  (default t)  `fortran-break-before-delimiters'
9591   `fortran-break-before-delimiters'    Non-nil causes lines to be broken before delimiters (default t).
     Non-nil causes lines to be broken before delimiters.  
     (default t)  
9592    
9593  Turning on Fortran mode calls the value of the variable `fortran-mode-hook'  Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
9594  with no args, if that value is non-nil.  with no args, if that value is non-nil.
# Line 9619  and choose the directory as the fortune- Line 9647  and choose the directory as the fortune-
9647    
9648  ;;;***  ;;;***
9649    
9650  ;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el"  ;;;### (autoloads (set-fringe-style fringe-mode fringe-mode) "fringe"
9651  ;;;;;;  (15600 45018))  ;;;;;;  "fringe.el" (15985 65470))
9652  ;;; Generated autoloads from fringe.el  ;;; Generated autoloads from fringe.el
9653    
9654    (defvar fringe-mode nil "\
9655    *Specify appearance of fringes on all frames.
9656    This variable can be nil (the default) meaning the fringes should have
9657    the default width (8 pixels), it can be an integer value specifying
9658    the width of both left and right fringe (where 0 means no fringe), or
9659    a cons cell where car indicates width of left fringe and cdr indicates
9660    width of right fringe (where again 0 can be used to indicate no
9661    fringe).
9662    To set this variable in a Lisp program, use `set-fringe-mode' to make
9663    it take real effect.
9664    Setting the variable with a customization buffer also takes effect.
9665    If you only want to modify the appearance of the fringe in one frame,
9666    you can use the interactive function `toggle-fringe'")
9667    
9668    (custom-autoload (quote fringe-mode) "fringe")
9669    
9670  (autoload (quote fringe-mode) "fringe" "\  (autoload (quote fringe-mode) "fringe" "\
9671  Toggle appearance of fringes on all frames.  Toggle appearance of fringes on all frames.
9672  Valid values for MODE include `none', `default', `left-only',  Valid values for MODE include `none', `default', `left-only',
# Line 9650  If you want to set appearance of fringes Line 9694  If you want to set appearance of fringes
9694    
9695  ;;;***  ;;;***
9696    
9697  ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15935 41547))  ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16052 16585))
9698  ;;; Generated autoloads from gdb-ui.el  ;;; Generated autoloads from gdb-ui.el
9699    
9700  (autoload (quote gdba) "gdb-ui" "\  (autoload (quote gdba) "gdb-ui" "\
# Line 10152  Add the window configuration CONF to `gn Line 10196  Add the window configuration CONF to `gn
10196    
10197  ;;;***  ;;;***
10198    
10199  ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15935 48681))  ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (16024 13827))
10200  ;;; Generated autoloads from play/gomoku.el  ;;; Generated autoloads from play/gomoku.el
10201    
10202  (autoload (quote gomoku) "gomoku" "\  (autoload (quote gomoku) "gomoku" "\
# Line 10225  the form \"WINDOW-ID PIXMAP-ID\".  Value Line 10269  the form \"WINDOW-ID PIXMAP-ID\".  Value
10269  ;;;***  ;;;***
10270    
10271  ;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"  ;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
10272  ;;;;;;  (15935 41566))  ;;;;;;  (15944 8064))
10273  ;;; Generated autoloads from gud.el  ;;; Generated autoloads from gud.el
10274    
10275  (autoload (quote gdb) "gud" "\  (autoload (quote gdb) "gud" "\
# Line 10347  to be updated. Line 10391  to be updated.
10391    
10392  ;;;### (autoloads (describe-categories describe-syntax describe-variable  ;;;### (autoloads (describe-categories describe-syntax describe-variable
10393  ;;;;;;  variable-at-point describe-function-1 describe-function locate-library  ;;;;;;  variable-at-point describe-function-1 describe-function locate-library
10394  ;;;;;;  help-with-tutorial) "help-fns" "help-fns.el" (15935 41626))  ;;;;;;  help-with-tutorial) "help-fns" "help-fns.el" (16055 48781))
10395  ;;; Generated autoloads from help-fns.el  ;;; Generated autoloads from help-fns.el
10396    
10397  (autoload (quote help-with-tutorial) "help-fns" "\  (autoload (quote help-with-tutorial) "help-fns" "\
# Line 10415  The descriptions are inserted in a buffe Line 10459  The descriptions are inserted in a buffe
10459  ;;;***  ;;;***
10460    
10461  ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"  ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
10462  ;;;;;;  (15185 49574))  ;;;;;;  (15954 4442))
10463  ;;; Generated autoloads from help-macro.el  ;;; Generated autoloads from help-macro.el
10464    
10465  (defvar three-step-help nil "\  (defvar three-step-help nil "\
# Line 10431  A value of nil means skip the middle ste Line 10475  A value of nil means skip the middle ste
10475    
10476  ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button  ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
10477  ;;;;;;  help-make-xrefs help-setup-xref help-mode-finish help-mode-setup  ;;;;;;  help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
10478  ;;;;;;  help-mode) "help-mode" "help-mode.el" (15668 17307))  ;;;;;;  help-mode) "help-mode" "help-mode.el" (16039 41462))
10479  ;;; Generated autoloads from help-mode.el  ;;; Generated autoloads from help-mode.el
10480    
10481  (autoload (quote help-mode) "help-mode" "\  (autoload (quote help-mode) "help-mode" "\
# Line 10511  Add xrefs for symbols in `pp's output be Line 10555  Add xrefs for symbols in `pp's output be
10555  ;;;***  ;;;***
10556    
10557  ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"  ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
10558  ;;;;;;  "emacs-lisp/helper.el" (15185 49574))  ;;;;;;  "emacs-lisp/helper.el" (15954 4801))
10559  ;;; Generated autoloads from emacs-lisp/helper.el  ;;; Generated autoloads from emacs-lisp/helper.el
10560    
10561  (autoload (quote Helper-describe-bindings) "helper" "\  (autoload (quote Helper-describe-bindings) "helper" "\
# Line 10527  Provide help for current mode. Line 10571  Provide help for current mode.
10571  ;;;***  ;;;***
10572    
10573  ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"  ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
10574  ;;;;;;  "hexl.el" (15935 41657))  ;;;;;;  "hexl.el" (16030 5145))
10575  ;;; Generated autoloads from hexl.el  ;;; Generated autoloads from hexl.el
10576    
10577  (autoload (quote hexl-mode) "hexl" "\  (autoload (quote hexl-mode) "hexl" "\
# Line 11041  argument VERBOSE non-nil makes the funct Line 11085  argument VERBOSE non-nil makes the funct
11085  ;;;***  ;;;***
11086    
11087  ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"  ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
11088  ;;;;;;  (15521 40298))  ;;;;;;  (16055 54814))
11089  ;;; Generated autoloads from hl-line.el  ;;; Generated autoloads from hl-line.el
11090    
11091  (autoload (quote hl-line-mode) "hl-line" "\  (autoload (quote hl-line-mode) "hl-line" "\
# Line 11064  use either \\[customize] or the function Line 11108  use either \\[customize] or the function
11108  Toggle Hl-Line mode in every buffer.  Toggle Hl-Line mode in every buffer.
11109  With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive.  With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive.
11110  Hl-Line mode is actually not turned on in every buffer but only in those  Hl-Line mode is actually not turned on in every buffer but only in those
11111  in which `hl-line-mode' turns it on.  in which `(lambda nil (hl-line-mode 1))' turns it on.
11112    
11113  \(fn &optional ARG)" t nil)  \(fn &optional ARG)" t nil)
11114    
# Line 11142  Also see `automatic-hscrolling'. Line 11186  Also see `automatic-hscrolling'.
11186  ;;;;;;  ibuffer-backward-filter-group ibuffer-forward-filter-group  ;;;;;;  ibuffer-backward-filter-group ibuffer-forward-filter-group
11187  ;;;;;;  ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group  ;;;;;;  ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
11188  ;;;;;;  ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode  ;;;;;;  ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
11189  ;;;;;;  ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15935 41755))  ;;;;;;  ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16013 64855))
11190  ;;; Generated autoloads from ibuf-ext.el  ;;; Generated autoloads from ibuf-ext.el
11191    
11192  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
# Line 11364  Emulate `bs-show' from the bs.el package Line 11408  Emulate `bs-show' from the bs.el package
11408  (autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\  (autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\
11409  Add REGEXP to `ibuffer-tmp-hide-regexps'.  Add REGEXP to `ibuffer-tmp-hide-regexps'.
11410  This means that buffers whose name matches REGEXP will not be shown  This means that buffers whose name matches REGEXP will not be shown
11411  for this ibuffer session.  for this Ibuffer session.
11412    
11413  \(fn REGEXP)" t nil)  \(fn REGEXP)" t nil)
11414    
11415  (autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\  (autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\
11416  Add REGEXP to `ibuffer-tmp-show-regexps'.  Add REGEXP to `ibuffer-tmp-show-regexps'.
11417  This means that buffers whose name matches REGEXP will always be shown  This means that buffers whose name matches REGEXP will always be shown
11418  for this ibuffer session.  for this Ibuffer session.
11419    
11420  \(fn REGEXP)" t nil)  \(fn REGEXP)" t nil)
11421    
# Line 11495  defaults to one. Line 11539  defaults to one.
11539  ;;;***  ;;;***
11540    
11541  ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter  ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
11542  ;;;;;;  define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15935  ;;;;;;  define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15971
11543  ;;;;;;  41771))  ;;;;;;  28809))
11544  ;;; Generated autoloads from ibuf-macs.el  ;;; Generated autoloads from ibuf-macs.el
11545    
11546  (autoload (quote define-ibuffer-column) "ibuf-macs" "\  (autoload (quote define-ibuffer-column) "ibuf-macs" "\
# Line 11582  bound to the current value of the filter Line 11626  bound to the current value of the filter
11626  ;;;***  ;;;***
11627    
11628  ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)  ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
11629  ;;;;;;  "ibuffer" "ibuffer.el" (15935 41784))  ;;;;;;  "ibuffer" "ibuffer.el" (16041 59570))
11630  ;;; Generated autoloads from ibuffer.el  ;;; Generated autoloads from ibuffer.el
11631    
11632  (autoload (quote ibuffer-list-buffers) "ibuffer" "\  (autoload (quote ibuffer-list-buffers) "ibuffer" "\
# Line 11706  See also the variable `idlwave-shell-pro Line 11750  See also the variable `idlwave-shell-pro
11750  ;;;***  ;;;***
11751    
11752  ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"  ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
11753  ;;;;;;  (15791 49779))  ;;;;;;  (15948 48625))
11754  ;;; Generated autoloads from progmodes/idlwave.el  ;;; Generated autoloads from progmodes/idlwave.el
11755    
11756  (autoload (quote idlwave-mode) "idlwave" "\  (autoload (quote idlwave-mode) "idlwave" "\
# Line 11837  The main features of this mode are Line 11881  The main features of this mode are
11881  ;;;;;;  ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame  ;;;;;;  ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
11882  ;;;;;;  ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window  ;;;;;;  ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
11883  ;;;;;;  ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"  ;;;;;;  ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
11884  ;;;;;;  "ido.el" (15935 41813))  ;;;;;;  "ido.el" (15995 47749))
11885  ;;; Generated autoloads from ido.el  ;;; Generated autoloads from ido.el
11886    
11887  (defvar ido-mode nil "\  (defvar ido-mode nil "\
# Line 11857  use either \\[customize] or the function Line 11901  use either \\[customize] or the function
11901  (autoload (quote ido-mode) "ido" "\  (autoload (quote ido-mode) "ido" "\
11902  Toggle ido speed-ups on or off.  Toggle ido speed-ups on or off.
11903  With ARG, turn ido speed-up on if arg is positive, off otherwise.  With ARG, turn ido speed-up on if arg is positive, off otherwise.
11904  If second argument NOBIND is non-nil, no keys are rebound; otherwise,  Turning on ido-mode will remap (via a minor-mode keymap) the default
11905  turning on ido-mode will modify the default keybindings for the  keybindings for the `find-file' and `switch-to-buffer' families of
11906  find-file and switch-to-buffer families of commands to the ido  commands to the ido versions of these functions.
11907  versions of these functions.  However, if ARG arg equals 'files, remap only commands for files, or
11908  However, if second arg equals 'files, bind only for files, or if it  if it equals 'buffers, remap only commands for buffer switching.
 equals 'buffers, bind only for buffers.  
11909  This function also adds a hook to the minibuffer.  This function also adds a hook to the minibuffer.
11910    
11911  \(fn &optional ARG NOBIND)" t nil)  \(fn &optional ARG)" t nil)
11912    
11913  (autoload (quote ido-read-buffer) "ido" "\  (autoload (quote ido-read-buffer) "ido" "\
11914  Replacement for the built-in `read-buffer'.  Replacement for the built-in `read-buffer'.
# Line 12270  Image files are those whose name has an Line 12313  Image files are those whose name has an
12313  ;;;***  ;;;***
12314    
12315  ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar  ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
12316  ;;;;;;  imenu-sort-function) "imenu" "imenu.el" (15714 42969))  ;;;;;;  imenu-sort-function) "imenu" "imenu.el" (16055 53707))
12317  ;;; Generated autoloads from imenu.el  ;;; Generated autoloads from imenu.el
12318    
12319  (defvar imenu-sort-function nil "\  (defvar imenu-sort-function nil "\
# Line 12423  for more information. Line 12466  for more information.
12466    
12467  ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion  ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
12468  ;;;;;;  in-is13194-post-read-conversion indian-compose-string indian-compose-region)  ;;;;;;  in-is13194-post-read-conversion indian-compose-string indian-compose-region)
12469  ;;;;;;  "ind-util" "language/ind-util.el" (15935 48150))  ;;;;;;  "ind-util" "language/ind-util.el" (16021 23618))
12470  ;;; Generated autoloads from language/ind-util.el  ;;; Generated autoloads from language/ind-util.el
12471    
12472  (autoload (quote indian-compose-region) "ind-util" "\  (autoload (quote indian-compose-region) "ind-util" "\
# Line 12524  of `inferior-lisp-program').  Runs the h Line 12567  of `inferior-lisp-program').  Runs the h
12567  ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node  ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
12568  ;;;;;;  Info-goto-emacs-command-node Info-directory info-standalone  ;;;;;;  Info-goto-emacs-command-node Info-directory info-standalone
12569  ;;;;;;  info-emacs-manual info info-other-window) "info" "info.el"  ;;;;;;  info-emacs-manual info info-other-window) "info" "info.el"
12570  ;;;;;;  (15926 29380))  ;;;;;;  (16041 49650))
12571  ;;; Generated autoloads from info.el  ;;; Generated autoloads from info.el
12572    
12573  (autoload (quote info-other-window) "info" "\  (autoload (quote info-other-window) "info" "\
# Line 12570  Go to the Info directory node. Line 12613  Go to the Info directory node.
12613  Go to the Info node in the Emacs manual for command COMMAND.  Go to the Info node in the Emacs manual for command COMMAND.
12614  The command is found by looking up in Emacs manual's indices  The command is found by looking up in Emacs manual's indices
12615  or in another manual found via COMMAND's `info-file' property or  or in another manual found via COMMAND's `info-file' property or
12616  the variable `Info-file-list-for-emacs'.  the variable `Info-file-list-for-emacs'. COMMAND must be a symbol
12617    or string.
12618    
12619  \(fn COMMAND)" t nil)  \(fn COMMAND)" t nil)
12620    
# Line 12594  This will add a speedbar major display m Line 12638  This will add a speedbar major display m
12638    
12639  ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file  ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
12640  ;;;;;;  info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"  ;;;;;;  info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
12641  ;;;;;;  (15886 6040))  ;;;;;;  (16014 53978))
12642  ;;; Generated autoloads from info-look.el  ;;; Generated autoloads from info-look.el
12643    
12644  (autoload (quote info-lookup-reset) "info-look" "\  (autoload (quote info-lookup-reset) "info-look" "\
# Line 12639  Perform completion on file preceding poi Line 12683  Perform completion on file preceding poi
12683    
12684  ;;;***  ;;;***
12685    
12686    ;;;### (autoloads (info-xref-check-all info-xref-check) "info-xref"
12687    ;;;;;;  "info-xref.el" (15945 25738))
12688    ;;; Generated autoloads from info-xref.el
12689    
12690    (autoload (quote info-xref-check) "info-xref" "\
12691    Check external references in FILENAME, an info document.
12692    
12693    \(fn FILENAME)" t nil)
12694    
12695    (autoload (quote info-xref-check-all) "info-xref" "\
12696    Check external references in all info documents in the usual path.
12697    The usual path is `Info-directory-list' and `Info-additional-directory-list'.
12698    
12699    \(fn)" t nil)
12700    
12701    ;;;***
12702    
12703  ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)  ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
12704  ;;;;;;  "informat" "informat.el" (15935 42088))  ;;;;;;  "informat" "informat.el" (15935 42088))
12705  ;;; Generated autoloads from informat.el  ;;; Generated autoloads from informat.el
# Line 13186  This mode enables switching between buff Line 13247  This mode enables switching between buff
13247  ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region  ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
13248  ;;;;;;  japanese-hiragana-region japanese-katakana-region japanese-zenkaku  ;;;;;;  japanese-hiragana-region japanese-katakana-region japanese-zenkaku
13249  ;;;;;;  japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)  ;;;;;;  japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
13250  ;;;;;;  "japan-util" "language/japan-util.el" (15935 48150))  ;;;;;;  "japan-util" "language/japan-util.el" (16005 1612))
13251  ;;; Generated autoloads from language/japan-util.el  ;;; Generated autoloads from language/japan-util.el
13252    
13253  (autoload (quote setup-japanese-environment-internal) "japan-util" "\  (autoload (quote setup-japanese-environment-internal) "japan-util" "\
# Line 13408  and the return value is the length of th Line 13469  and the return value is the length of th
13469  ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro  ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
13470  ;;;;;;  kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter  ;;;;;;  kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
13471  ;;;;;;  kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"  ;;;;;;  kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
13472  ;;;;;;  "kmacro.el" (15935 42195))  ;;;;;;  "kmacro.el" (16012 48473))
13473  ;;; Generated autoloads from kmacro.el  ;;; Generated autoloads from kmacro.el
13474   (global-set-key "\C-x(" 'kmacro-start-macro)   (global-set-key "\C-x(" 'kmacro-start-macro)
13475   (global-set-key "\C-x)" 'kmacro-end-macro)   (global-set-key "\C-x)" 'kmacro-end-macro)
# Line 13495  With \\[universal-argument], call second Line 13556  With \\[universal-argument], call second
13556  (autoload (quote kmacro-end-and-call-macro) "kmacro" "\  (autoload (quote kmacro-end-and-call-macro) "kmacro" "\
13557  Call last keyboard macro, ending it first if currently being defined.  Call last keyboard macro, ending it first if currently being defined.
13558  With numeric prefix ARG, repeat macro that many times.  With numeric prefix ARG, repeat macro that many times.
13559    Zero argument means repeat until there is an error.
13560    
13561    To give a macro a permanent name, so you can call it
13562    even after defining other macros, use \\[name-last-kbd-macro].
13563    
13564  \(fn ARG &optional NO-REPEAT)" t nil)  \(fn ARG &optional NO-REPEAT)" t nil)
13565    
# Line 13605  Not documented Line 13670  Not documented
13670  ;;;***  ;;;***
13671    
13672  ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)  ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
13673  ;;;;;;  "latin1-disp" "international/latin1-disp.el" (15935 48018))  ;;;;;;  "latin1-disp" "international/latin1-disp.el" (15985 3489))
13674  ;;; Generated autoloads from international/latin1-disp.el  ;;; Generated autoloads from international/latin1-disp.el
13675    
13676  (defvar latin1-display nil "\  (defvar latin1-display nil "\
# Line 13797  shown; this is often useful to constrain Line 13862  shown; this is often useful to constrain
13862    
13863  ;;;***  ;;;***
13864    
13865  ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15935 42292))  ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15937 39430))
13866  ;;; Generated autoloads from log-edit.el  ;;; Generated autoloads from log-edit.el
13867    
13868  (autoload (quote log-edit) "log-edit" "\  (autoload (quote log-edit) "log-edit" "\
# Line 13923  for further customization of the printer Line 13988  for further customization of the printer
13988  ;;;***  ;;;***
13989    
13990  ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"  ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
13991  ;;;;;;  (15915 36047))  ;;;;;;  (16049 517))
13992  ;;; Generated autoloads from ls-lisp.el  ;;; Generated autoloads from ls-lisp.el
13993    
13994  (defvar ls-lisp-support-shell-wildcards t "\  (defvar ls-lisp-support-shell-wildcards t "\
# Line 14230  current header, calls `mail-complete-fun Line 14295  current header, calls `mail-complete-fun
14295  ;;;***  ;;;***
14296    
14297  ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"  ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
14298  ;;;;;;  (15935 48915))  ;;;;;;  (15992 60888))
14299  ;;; Generated autoloads from progmodes/make-mode.el  ;;; Generated autoloads from progmodes/make-mode.el
14300    
14301  (autoload (quote makefile-mode) "make-mode" "\  (autoload (quote makefile-mode) "make-mode" "\
# Line 14323  Previous contents of that buffer are kil Line 14388  Previous contents of that buffer are kil
14388    
14389  ;;;***  ;;;***
14390    
14391  ;;;### (autoloads (man-follow man) "man" "man.el" (15935 42428))  ;;;### (autoloads (man-follow man) "man" "man.el" (16028 58385))
14392  ;;; Generated autoloads from man.el  ;;; Generated autoloads from man.el
14393    
14394  (defalias (quote manual-entry) (quote man))  (defalias (quote manual-entry) (quote man))
# Line 14372  yourself the value of `master-of' by cal Line 14437  yourself the value of `master-of' by cal
14437    
14438  ;;;***  ;;;***
14439    
14440    ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (15968
14441    ;;;;;;  55256))
14442    ;;; Generated autoloads from menu-bar.el
14443    
14444    (put (quote menu-bar-mode) (quote standard-value) (quote (t)))
14445    
14446    (defvar menu-bar-mode nil "\
14447    Non-nil if Menu-Bar mode is enabled.
14448    See the command `menu-bar-mode' for a description of this minor-mode.
14449    Setting this variable directly does not take effect;
14450    use either \\[customize] or the function `menu-bar-mode'.")
14451    
14452    (custom-autoload (quote menu-bar-mode) "menu-bar")
14453    
14454    (autoload (quote menu-bar-mode) "menu-bar" "\
14455    Toggle display of a menu bar on each frame.
14456    This command applies to all frames that exist and frames to be
14457    created in the future.
14458    With a numeric argument, if the argument is positive,
14459    turn on menu bars; otherwise, turn off menu bars.
14460    
14461    \(fn &optional ARG)" t nil)
14462    
14463    ;;;***
14464    
14465  ;;;### (autoloads (unbold-region bold-region message-news-other-frame  ;;;### (autoloads (unbold-region bold-region message-news-other-frame
14466  ;;;;;;  message-news-other-window message-mail-other-frame message-mail-other-window  ;;;;;;  message-news-other-window message-mail-other-frame message-mail-other-window
14467  ;;;;;;  message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body  ;;;;;;  message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
# Line 14611  which specify the range to operate on. Line 14701  which specify the range to operate on.
14701  ;;;***  ;;;***
14702    
14703  ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"  ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
14704  ;;;;;;  (15935 48915))  ;;;;;;  (15945 27155))
14705  ;;; Generated autoloads from progmodes/meta-mode.el  ;;; Generated autoloads from progmodes/meta-mode.el
14706    
14707  (autoload (quote metafont-mode) "meta-mode" "\  (autoload (quote metafont-mode) "meta-mode" "\
# Line 14682  redisplayed as output is inserted. Line 14772  redisplayed as output is inserted.
14772  ;;;***  ;;;***
14773    
14774  ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose  ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose
14775  ;;;;;;  mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (15935  ;;;;;;  mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (16040
14776  ;;;;;;  48372))  ;;;;;;  52480))
14777  ;;; Generated autoloads from mh-e/mh-comp.el  ;;; Generated autoloads from mh-e/mh-comp.el
14778    
14779  (autoload (quote mh-smail) "mh-comp" "\  (autoload (quote mh-smail) "mh-comp" "\
# Line 14752  When a message is composed, the hooks `t Line 14842  When a message is composed, the hooks `t
14842  `mh-letter-mode-hook' are run.  `mh-letter-mode-hook' are run.
14843    
14844  \\{mh-letter-mode-map}" t nil)  \\{mh-letter-mode-map}" t nil)
14845    (add-to-list 'auto-mode-alist '("/drafts/[0-9]+\\'" . mh-letter-mode))
14846    
14847  ;;;***  ;;;***
14848    
14849  ;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mh-e/mh-e.el"  ;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mh-e/mh-e.el"
14850  ;;;;;;  (15934 55106))  ;;;;;;  (16042 6118))
14851  ;;; Generated autoloads from mh-e/mh-e.el  ;;; Generated autoloads from mh-e/mh-e.el
14852    
14853  (autoload (quote mh-rmail) "mh-e" "\  (autoload (quote mh-rmail) "mh-e" "\
# Line 14780  Display version information about MH-E a Line 14871  Display version information about MH-E a
14871    
14872  ;;;***  ;;;***
14873    
14874  ;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el" (15935 48372))  ;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el" (16040 52480))
14875  ;;; Generated autoloads from mh-e/mh-utils.el  ;;; Generated autoloads from mh-e/mh-utils.el
14876    
14877  (put (quote mh-progs) (quote risky-local-variable) t)  (put (quote mh-progs) (quote risky-local-variable) t)
# Line 14847  Returns non-nil if the new state is enab Line 14938  Returns non-nil if the new state is enab
14938    
14939  ;;;***  ;;;***
14940    
14941    ;;;### (autoloads (malayalam-composition-function malayalam-compose-region)
14942    ;;;;;;  "mlm-util" "language/mlm-util.el" (15962 53815))
14943    ;;; Generated autoloads from language/mlm-util.el
14944    
14945    (autoload (quote malayalam-compose-region) "mlm-util" "\
14946    Not documented
14947    
14948    \(fn FROM TO)" t nil)
14949    
14950    (autoload (quote malayalam-composition-function) "mlm-util" "\
14951    Compose Malayalam characters in REGION, or STRING if specified.
14952    Assume that the REGION or STRING must fully match the composable
14953    PATTERN regexp.
14954    
14955    \(fn FROM TO PATTERN &optional STRING)" nil nil)
14956    
14957    ;;;***
14958    
14959  ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"  ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
14960  ;;;;;;  (15935 47838))  ;;;;;;  (15935 47838))
14961  ;;; Generated autoloads from gnus/mm-partial.el  ;;; Generated autoloads from gnus/mm-partial.el
# Line 14862  If NO-DISPLAY is nil, display it. Otherw Line 14971  If NO-DISPLAY is nil, display it. Otherw
14971  ;;;***  ;;;***
14972    
14973  ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"  ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"
14974  ;;;;;;  (15216 151))  ;;;;;;  (15948 48664))
14975  ;;; Generated autoloads from gnus/mm-uu.el  ;;; Generated autoloads from gnus/mm-uu.el
14976    
14977  (autoload (quote mm-uu-dissect) "mm-uu" "\  (autoload (quote mm-uu-dissect) "mm-uu" "\
# Line 14925  Convert morse coded text in region to or Line 15034  Convert morse coded text in region to or
15034    
15035  ;;;***  ;;;***
15036    
15037  ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15668  ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15954
15038  ;;;;;;  8361))  ;;;;;;  4515))
15039  ;;; Generated autoloads from mouse-sel.el  ;;; Generated autoloads from mouse-sel.el
15040    
15041  (defvar mouse-sel-mode nil "\  (defvar mouse-sel-mode nil "\
# Line 15013  different buffer menu using the function Line 15122  different buffer menu using the function
15122  ;;;;;;  describe-current-coding-system describe-current-coding-system-briefly  ;;;;;;  describe-current-coding-system describe-current-coding-system-briefly
15123  ;;;;;;  describe-coding-system describe-character-set list-charset-chars  ;;;;;;  describe-coding-system describe-character-set list-charset-chars
15124  ;;;;;;  read-charset list-character-sets) "mule-diag" "international/mule-diag.el"  ;;;;;;  read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
15125  ;;;;;;  (15896 48204))  ;;;;;;  (16019 26894))
15126  ;;; Generated autoloads from international/mule-diag.el  ;;; Generated autoloads from international/mule-diag.el
15127    
15128  (autoload (quote list-character-sets) "mule-diag" "\  (autoload (quote list-character-sets) "mule-diag" "\
# Line 15286  language environment LANG-ENV. Line 15395  language environment LANG-ENV.
15395  ;;;***  ;;;***
15396    
15397  ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"  ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
15398  ;;;;;;  (15935 43191))  ;;;;;;  (15937 39489))
15399  ;;; Generated autoloads from mwheel.el  ;;; Generated autoloads from mwheel.el
15400    
15401  (defvar mouse-wheel-mode nil "\  (defvar mouse-wheel-mode nil "\
# Line 15312  Enable mouse wheel support. Line 15421  Enable mouse wheel support.
15421  ;;;***  ;;;***
15422    
15423  ;;;### (autoloads (network-connection network-connection-to-service  ;;;### (autoloads (network-connection network-connection-to-service
15424  ;;;;;;  whois-reverse-lookup whois finger ftp dig nslookup nslookup-host  ;;;;;;  whois-reverse-lookup whois finger ftp dig dns-lookup-host
15425  ;;;;;;  route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"  ;;;;;;  nslookup nslookup-host route arp netstat ipconfig ping traceroute)
15426  ;;;;;;  (15416 26762))  ;;;;;;  "net-utils" "net/net-utils.el" (15997 47200))
15427  ;;; Generated autoloads from net/net-utils.el  ;;; Generated autoloads from net/net-utils.el
15428    
15429  (autoload (quote traceroute) "net-utils" "\  (autoload (quote traceroute) "net-utils" "\
# Line 15361  Run nslookup program. Line 15470  Run nslookup program.
15470    
15471  \(fn)" t nil)  \(fn)" t nil)
15472    
15473    (autoload (quote dns-lookup-host) "net-utils" "\
15474    Lookup the DNS information for HOST (name or IP address).
15475    
15476    \(fn HOST)" t nil)
15477    
15478  (autoload (quote dig) "net-utils" "\  (autoload (quote dig) "net-utils" "\
15479  Run dig program.  Run dig program.
15480    
# Line 15404  Open a network connection to HOST on POR Line 15518  Open a network connection to HOST on POR
15518  ;;;;;;  comment-region uncomment-region comment-kill comment-set-column  ;;;;;;  comment-region uncomment-region comment-kill comment-set-column
15519  ;;;;;;  comment-indent comment-indent-default comment-normalize-vars  ;;;;;;  comment-indent comment-indent-default comment-normalize-vars
15520  ;;;;;;  comment-multi-line comment-padding comment-style comment-column)  ;;;;;;  comment-multi-line comment-padding comment-style comment-column)
15521  ;;;;;;  "newcomment" "newcomment.el" (15935 43218))  ;;;;;;  "newcomment" "newcomment.el" (16055 52476))
15522  ;;; Generated autoloads from newcomment.el  ;;; Generated autoloads from newcomment.el
15523    
15524  (defalias (quote indent-for-comment) (quote comment-indent))  (defalias (quote indent-for-comment) (quote comment-indent))
# Line 15415  Open a network connection to HOST on POR Line 15529  Open a network connection to HOST on POR
15529    
15530  (defalias (quote indent-new-comment-line) (quote comment-indent-new-line))  (defalias (quote indent-new-comment-line) (quote comment-indent-new-line))
15531    
15532    (defvar comment-use-syntax (quote undecided) "\
15533    Non-nil if syntax-tables can be used instead of regexps.
15534    Can also be `undecided' which means that a somewhat expensive test will
15535    be used to try to determine whether syntax-tables should be trusted
15536    to understand comments or not in the given buffer.
15537    Major modes should set this variable.")
15538    
15539  (defvar comment-column 32 "\  (defvar comment-column 32 "\
15540  *Column to indent right-margin comments to.  *Column to indent right-margin comments to.
15541  Each mode establishes a different default value for this variable; you  Each mode establishes a different default value for this variable; you
# Line 15469  This is obsolete because you might as we Line 15590  This is obsolete because you might as we
15590  (custom-autoload (quote comment-multi-line) "newcomment")  (custom-autoload (quote comment-multi-line) "newcomment")
15591    
15592  (autoload (quote comment-normalize-vars) "newcomment" "\  (autoload (quote comment-normalize-vars) "newcomment" "\
15593  Not documented  Check and setup the variables needed by other commenting functions.
15594    Functions autoloaded from newcomment.el, being entry points, should call
15595    this function before any other, so the rest of the code can assume that
15596    the variables are properly set.
15597    
15598  \(fn &optional NOERROR)" nil nil)  \(fn &optional NOERROR)" nil nil)
15599    
# Line 15573  symbol in the alist. Line 15697  symbol in the alist.
15697  ;;;***  ;;;***
15698    
15699  ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"  ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
15700  ;;;;;;  (15935 47838))  ;;;;;;  (15967 26059))
15701  ;;; Generated autoloads from gnus/nnfolder.el  ;;; Generated autoloads from gnus/nnfolder.el
15702    
15703  (autoload (quote nnfolder-generate-active-file) "nnfolder" "\  (autoload (quote nnfolder-generate-active-file) "nnfolder" "\
# Line 15829  The Custom feature is intended to make t Line 15953  The Custom feature is intended to make t
15953  ;;;***  ;;;***
15954    
15955  ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"  ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
15956  ;;;;;;  (15935 49284))  ;;;;;;  (15986 19737))
15957  ;;; Generated autoloads from textmodes/outline.el  ;;; Generated autoloads from textmodes/outline.el
15958    
15959  (autoload (quote outline-mode) "outline" "\  (autoload (quote outline-mode) "outline" "\
# Line 16234  Setup shell-mode to use pcomplete. Line 16358  Setup shell-mode to use pcomplete.
16358    
16359  ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status  ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
16360  ;;;;;;  cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"  ;;;;;;  cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
16361  ;;;;;;  "pcvs.el" (15935 43697))  ;;;;;;  "pcvs.el" (16048 28273))
16362  ;;; Generated autoloads from pcvs.el  ;;; Generated autoloads from pcvs.el
16363    
16364  (autoload (quote cvs-checkout) "pcvs" "\  (autoload (quote cvs-checkout) "pcvs" "\
# Line 16311  The exact behavior is determined also by Line 16435  The exact behavior is determined also by
16435    
16436  ;;;***  ;;;***
16437    
16438  ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15825 27888))  ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15937 39529))
16439  ;;; Generated autoloads from pcvs-defs.el  ;;; Generated autoloads from pcvs-defs.el
16440    
16441  (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))  (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))
# Line 16510  Ignores leading comment characters. Line 16634  Ignores leading comment characters.
16634    
16635  ;;;***  ;;;***
16636    
16637    ;;;### (autoloads (pr-txt-fast-fire pr-ps-fast-fire pr-show-lpr-setup
16638    ;;;;;;  pr-show-pr-setup pr-show-ps-setup pr-ps-utility pr-txt-name
16639    ;;;;;;  pr-ps-name pr-help lpr-customize pr-customize pr-toggle-mode
16640    ;;;;;;  pr-toggle-region pr-toggle-lock pr-toggle-header-frame pr-toggle-header
16641    ;;;;;;  pr-toggle-zebra pr-toggle-line pr-toggle-upside-down pr-toggle-landscape
16642    ;;;;;;  pr-toggle-tumble pr-toggle-duplex pr-toggle-spool pr-toggle-faces
16643    ;;;;;;  pr-toggle-ghostscript pr-toggle-file-landscape pr-toggle-file-tumble
16644    ;;;;;;  pr-toggle-file-duplex pr-ps-file-up-ps-print pr-ps-file-ps-print
16645    ;;;;;;  pr-ps-file-print pr-ps-file-using-ghostscript pr-ps-file-up-preview
16646    ;;;;;;  pr-ps-file-preview pr-despool-ps-print pr-despool-print pr-despool-using-ghostscript
16647    ;;;;;;  pr-despool-preview pr-txt-mode pr-txt-region pr-txt-buffer
16648    ;;;;;;  pr-txt-directory pr-printify-region pr-printify-buffer pr-printify-directory
16649    ;;;;;;  pr-ps-mode-ps-print pr-ps-mode-print pr-ps-mode-using-ghostscript
16650    ;;;;;;  pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
16651    ;;;;;;  pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
16652    ;;;;;;  pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
16653    ;;;;;;  pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
16654    ;;;;;;  pr-ps-directory-preview pr-interface) "printing" "printing.el"
16655    ;;;;;;  (15971 46342))
16656    ;;; Generated autoloads from printing.el
16657    
16658    (autoload (quote pr-interface) "printing" "\
16659    Activate the printing interface buffer.
16660    
16661    If BUFFER is nil, it uses the current buffer for printing.
16662    
16663    For more informations, type \\[pr-interface-help].
16664    
16665    \(fn &optional BUFFER)" t nil)
16666    
16667    (autoload (quote pr-ps-directory-preview) "printing" "\
16668    Preview directory using ghostview.
16669    
16670    Interactively, the command prompts for N-UP printing number, a directory, a
16671    file name regexp for matching and, when you use a prefix argument (C-u), the
16672    command prompts the user for a file name, and saves the PostScript image in
16673    that file instead of saving it in a temporary file.
16674    
16675    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  If DIR is
16676    nil, prompts for DIRectory.  If FILE-REGEXP is nil, prompts for
16677    FILE(name)-REGEXP.  The argument FILENAME is treated as follows: if it's nil,
16678    save the image in a temporary file.  If FILENAME is a string, save the
16679    PostScript image in a file with that name.  If FILENAME is t, prompts for a
16680    file name.
16681    
16682    See also documentation for `pr-list-directory'.
16683    
16684    \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
16685    
16686    (autoload (quote pr-ps-directory-using-ghostscript) "printing" "\
16687    Print directory using PostScript through ghostscript.
16688    
16689    Interactively, the command prompts for N-UP printing number, a directory, a
16690    file name regexp for matching and, when you use a prefix argument (C-u), the
16691    command prompts the user for a file name, and saves the PostScript image in
16692    that file instead of saving it in a temporary file.
16693    
16694    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  If DIR is
16695    nil, prompts for DIRectory.  If FILE-REGEXP is nil, prompts for
16696    FILE(name)-REGEXP.  The argument FILENAME is treated as follows: if it's nil,
16697    save the image in a temporary file.  If FILENAME is a string, save the
16698    PostScript image in a file with that name.  If FILENAME is t, prompts for a
16699    file name.
16700    
16701    See also documentation for `pr-list-directory'.
16702    
16703    \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
16704    
16705    (autoload (quote pr-ps-directory-print) "printing" "\
16706    Print directory using PostScript printer.
16707    
16708    Interactively, the command prompts for N-UP printing number, a directory, a
16709    file name regexp for matching and, when you use a prefix argument (C-u), the
16710    command prompts the user for a file name, and saves the PostScript image in
16711    that file instead of saving it in a temporary file.
16712    
16713    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  If DIR is
16714    nil, prompts for DIRectory.  If FILE-REGEXP is nil, prompts for
16715    FILE(name)-REGEXP.  The argument FILENAME is treated as follows: if it's nil,
16716    save the image in a temporary file.  If FILENAME is a string, save the
16717    PostScript image in a file with that name.  If FILENAME is t, prompts for a
16718    file name.
16719    
16720    See also documentation for `pr-list-directory'.
16721    
16722    \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
16723    
16724    (autoload (quote pr-ps-directory-ps-print) "printing" "\
16725    Print directory using PostScript printer or through ghostscript.
16726    
16727    It depends on `pr-print-using-ghostscript'.
16728    
16729    Interactively, the command prompts for N-UP printing number, a directory, a
16730    file name regexp for matching and, when you use a prefix argument (C-u), the
16731    command prompts the user for a file name, and saves the PostScript image in
16732    that file instead of saving it in a temporary file.
16733    
16734    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  If DIR is
16735    nil, prompts for DIRectory.  If FILE-REGEXP is nil, prompts for
16736    FILE(name)-REGEXP.  The argument FILENAME is treated as follows: if it's nil,
16737    save the image in a temporary file.  If FILENAME is a string, save the
16738    PostScript image in a file with that name.  If FILENAME is t, prompts for a
16739    file name.
16740    
16741    See also documentation for `pr-list-directory'.
16742    
16743    \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
16744    
16745    (autoload (quote pr-ps-buffer-preview) "printing" "\
16746    Preview buffer using ghostview.
16747    
16748    Interactively, the command prompts for N-UP printing number and, when you use a
16749    prefix argument (C-u), the command prompts the user for a file name, and saves
16750    the PostScript image in that file instead of saving it in a temporary file.
16751    
16752    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  The
16753    argument FILENAME is treated as follows: if it's nil, save the image in a
16754    temporary file.  If FILENAME is a string, save the PostScript image in a file
16755    with that name.  If FILENAME is t, prompts for a file name.
16756    
16757    \(fn N-UP &optional FILENAME)" t nil)
16758    
16759    (autoload (quote pr-ps-buffer-using-ghostscript) "printing" "\
16760    Print buffer using PostScript through ghostscript.
16761    
16762    Interactively, the command prompts for N-UP printing number and, when you use a
16763    prefix argument (C-u), the command prompts the user for a file name, and saves
16764    the PostScript image in that file instead of sending it to the printer.
16765    
16766    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  The
16767    argument FILENAME is treated as follows: if it's nil, send the image to the
16768    printer.  If FILENAME is a string, save the PostScript image in a file with
16769    that name.  If FILENAME is t, prompts for a file name.
16770    
16771    \(fn N-UP &optional FILENAME)" t nil)
16772    
16773    (autoload (quote pr-ps-buffer-print) "printing" "\
16774    Print buffer using PostScript printer.
16775    
16776    Interactively, the command prompts for N-UP printing number and, when you use a
16777    prefix argument (C-u), the command prompts the user for a file name, and saves
16778    the PostScript image in that file instead of sending it to the printer.
16779    
16780    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  The
16781    argument FILENAME is treated as follows: if it's nil, send the image to the
16782    printer.  If FILENAME is a string, save the PostScript image in a file with
16783    that name.  If FILENAME is t, prompts for a file name.
16784    
16785    \(fn N-UP &optional FILENAME)" t nil)
16786    
16787    (autoload (quote pr-ps-buffer-ps-print) "printing" "\
16788    Print buffer using PostScript printer or through ghostscript.
16789    
16790    It depends on `pr-print-using-ghostscript'.
16791    
16792    Interactively, the command prompts for N-UP printing number and, when you use a
16793    prefix argument (C-u), the command prompts the user for a file name, and saves
16794    the PostScript image in that file instead of sending it to the printer.
16795    
16796    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  The
16797    argument FILENAME is treated as follows: if it's nil, send the image to the
16798    printer.  If FILENAME is a string, save the PostScript image in a file with
16799    that name.  If FILENAME is t, prompts for a file name.
16800    
16801    \(fn N-UP &optional FILENAME)" t nil)
16802    
16803    (autoload (quote pr-ps-region-preview) "printing" "\
16804    Preview region using ghostview.
16805    
16806    See also `pr-ps-buffer-preview'.
16807    
16808    \(fn N-UP &optional FILENAME)" t nil)
16809    
16810    (autoload (quote pr-ps-region-using-ghostscript) "printing" "\
16811    Print region using PostScript through ghostscript.
16812    
16813    See also `pr-ps-buffer-using-ghostscript'.
16814    
16815    \(fn N-UP &optional FILENAME)" t nil)
16816    
16817    (autoload (quote pr-ps-region-print) "printing" "\
16818    Print region using PostScript printer.
16819    
16820    See also `pr-ps-buffer-print'.
16821    
16822    \(fn N-UP &optional FILENAME)" t nil)
16823    
16824    (autoload (quote pr-ps-region-ps-print) "printing" "\
16825    Print region using PostScript printer or through ghostscript.
16826    
16827    See also `pr-ps-buffer-ps-print'.
16828    
16829    \(fn N-UP &optional FILENAME)" t nil)
16830    
16831    (autoload (quote pr-ps-mode-preview) "printing" "\
16832    Preview major mode using ghostview.
16833    
16834    See also `pr-ps-buffer-preview'.
16835    
16836    \(fn N-UP &optional FILENAME)" t nil)
16837    
16838    (autoload (quote pr-ps-mode-using-ghostscript) "printing" "\
16839    Print major mode using PostScript through ghostscript.
16840    
16841    See also `pr-ps-buffer-using-ghostscript'.
16842    
16843    \(fn N-UP &optional FILENAME)" t nil)
16844    
16845    (autoload (quote pr-ps-mode-print) "printing" "\
16846    Print major mode using PostScript printer.
16847    
16848    See also `pr-ps-buffer-print'.
16849    
16850    \(fn N-UP &optional FILENAME)" t nil)
16851    
16852    (autoload (quote pr-ps-mode-ps-print) "printing" "\
16853    Print major mode using PostScript or through ghostscript.
16854    
16855    See also `pr-ps-buffer-ps-print'.
16856    
16857    \(fn N-UP &optional FILENAME)" t nil)
16858    
16859    (autoload (quote pr-printify-directory) "printing" "\
16860    Replace nonprinting characters in directory with printable representations.
16861    The printable representations use ^ (for ASCII control characters) or hex.
16862    The characters tab, linefeed, space, return and formfeed are not affected.
16863    
16864    Interactively, the command prompts for a directory and a file name regexp for
16865    matching.
16866    
16867    Noninteractively, if DIR is nil, prompts for DIRectory.  If FILE-REGEXP is nil,
16868    prompts for FILE(name)-REGEXP.
16869    
16870    See also documentation for `pr-list-directory'.
16871    
16872    \(fn &optional DIR FILE-REGEXP)" t nil)
16873    
16874    (autoload (quote pr-printify-buffer) "printing" "\
16875    Replace nonprinting characters in buffer with printable representations.
16876    The printable representations use ^ (for ASCII control characters) or hex.
16877    The characters tab, linefeed, space, return and formfeed are not affected.
16878    
16879    \(fn)" t nil)
16880    
16881    (autoload (quote pr-printify-region) "printing" "\
16882    Replace nonprinting characters in region with printable representations.
16883    The printable representations use ^ (for ASCII control characters) or hex.
16884    The characters tab, linefeed, space, return and formfeed are not affected.
16885    
16886    \(fn)" t nil)
16887    
16888    (autoload (quote pr-txt-directory) "printing" "\
16889    Print directory using text printer.
16890    
16891    Interactively, the command prompts for a directory and a file name regexp for
16892    matching.
16893    
16894    Noninteractively, if DIR is nil, prompts for DIRectory.  If FILE-REGEXP is nil,
16895    prompts for FILE(name)-REGEXP.
16896    
16897    See also documentation for `pr-list-directory'.
16898    
16899    \(fn &optional DIR FILE-REGEXP)" t nil)
16900    
16901    (autoload (quote pr-txt-buffer) "printing" "\
16902    Print buffer using text printer.
16903    
16904    \(fn)" t nil)
16905    
16906    (autoload (quote pr-txt-region) "printing" "\
16907    Print region using text printer.
16908    
16909    \(fn)" t nil)
16910    
16911    (autoload (quote pr-txt-mode) "printing" "\
16912    Print major mode using text printer.
16913    
16914    \(fn)" t nil)
16915    
16916    (autoload (quote pr-despool-preview) "printing" "\
16917    Preview spooled PostScript.
16918    
16919    Interactively, when you use a prefix argument (C-u), the command prompts the
16920    user for a file name, and saves the spooled PostScript image in that file
16921    instead of saving it in a temporary file.
16922    
16923    Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16924    save the image in a temporary file.  If FILENAME is a string, save the
16925    PostScript image in a file with that name.
16926    
16927    \(fn &optional FILENAME)" t nil)
16928    
16929    (autoload (quote pr-despool-using-ghostscript) "printing" "\
16930    Print spooled PostScript using ghostscript.
16931    
16932    Interactively, when you use a prefix argument (C-u), the command prompts the
16933    user for a file name, and saves the spooled PostScript image in that file
16934    instead of sending it to the printer.
16935    
16936    Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16937    send the image to the printer.  If FILENAME is a string, save the PostScript
16938    image in a file with that name.
16939    
16940    \(fn &optional FILENAME)" t nil)
16941    
16942    (autoload (quote pr-despool-print) "printing" "\
16943    Send the spooled PostScript to the printer.
16944    
16945    Interactively, when you use a prefix argument (C-u), the command prompts the
16946    user for a file name, and saves the spooled PostScript image in that file
16947    instead of sending it to the printer.
16948    
16949    Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16950    send the image to the printer.  If FILENAME is a string, save the PostScript
16951    image in a file with that name.
16952    
16953    \(fn &optional FILENAME)" t nil)
16954    
16955    (autoload (quote pr-despool-ps-print) "printing" "\
16956    Send the spooled PostScript to the printer or use ghostscript to print it.
16957    
16958    Interactively, when you use a prefix argument (C-u), the command prompts the
16959    user for a file name, and saves the spooled PostScript image in that file
16960    instead of sending it to the printer.
16961    
16962    Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16963    send the image to the printer.  If FILENAME is a string, save the PostScript
16964    image in a file with that name.
16965    
16966    \(fn &optional FILENAME)" t nil)
16967    
16968    (autoload (quote pr-ps-file-preview) "printing" "\
16969    Preview PostScript file FILENAME.
16970    
16971    \(fn FILENAME)" t nil)
16972    
16973    (autoload (quote pr-ps-file-up-preview) "printing" "\
16974    Preview PostScript file FILENAME.
16975    
16976    \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
16977    
16978    (autoload (quote pr-ps-file-using-ghostscript) "printing" "\
16979    Print PostScript file FILENAME using ghostscript.
16980    
16981    \(fn FILENAME)" t nil)
16982    
16983    (autoload (quote pr-ps-file-print) "printing" "\
16984    Print PostScript file FILENAME.
16985    
16986    \(fn FILENAME)" t nil)
16987    
16988    (autoload (quote pr-ps-file-ps-print) "printing" "\
16989    Send PostScript file FILENAME to printer or use ghostscript to print it.
16990    
16991    \(fn FILENAME)" t nil)
16992    
16993    (autoload (quote pr-ps-file-up-ps-print) "printing" "\
16994    Process a PostScript file IFILENAME and send it to printer.
16995    
16996    Interactively, the command prompts for N-UP printing number, for an input
16997    PostScript file IFILENAME and, when you use a prefix argument (C-u), the
16998    command prompts the user for an output PostScript file name OFILENAME, and
16999    saves the PostScript image in that file instead of sending it to the printer.
17000    
17001    Noninteractively, if N-UP is nil, prompts for N-UP printing number.  The
17002    argument IFILENAME is treated as follows: if it's t, prompts for an input
17003    PostScript file name; otherwise, it *must* be a string that it's an input
17004    PostScript file name.  The argument OFILENAME is treated as follows: if it's
17005    nil, send the image to the printer.  If OFILENAME is a string, save the
17006    PostScript image in a file with that name.  If OFILENAME is t, prompts for a
17007    file name.
17008    
17009    \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
17010    
17011    (autoload (quote pr-toggle-file-duplex) "printing" "\
17012    Toggle duplex for PostScript file.
17013    
17014    \(fn)" t nil)
17015    
17016    (autoload (quote pr-toggle-file-tumble) "printing" "\
17017    Toggle tumble for PostScript file.
17018    
17019    If tumble is off, produces a printing suitable for binding on the left or
17020    right.
17021    If tumble is on, produces a printing suitable for binding at the top or
17022    bottom.
17023    
17024    \(fn)" t nil)
17025    
17026    (autoload (quote pr-toggle-file-landscape) "printing" "\
17027    Toggle landscape for PostScript file.
17028    
17029    \(fn)" t nil)
17030    
17031    (autoload (quote pr-toggle-ghostscript) "printing" "\
17032    Toggle printing using ghostscript.
17033    
17034    \(fn)" t nil)
17035    
17036    (autoload (quote pr-toggle-faces) "printing" "\
17037    Toggle printing with faces.
17038    
17039    \(fn)" t nil)
17040    
17041    (autoload (quote pr-toggle-spool) "printing" "\
17042    Toggle spooling.
17043    
17044    \(fn)" t nil)
17045    
17046    (autoload (quote pr-toggle-duplex) "printing" "\
17047    Toggle duplex.
17048    
17049    \(fn)" t nil)
17050    
17051    (autoload (quote pr-toggle-tumble) "printing" "\
17052    Toggle tumble.
17053    
17054    If tumble is off, produces a printing suitable for binding on the left or
17055    right.
17056    If tumble is on, produces a printing suitable for binding at the top or
17057    bottom.
17058    
17059    \(fn)" t nil)
17060    
17061    (autoload (quote pr-toggle-landscape) "printing" "\
17062    Toggle landscape.
17063    
17064    \(fn)" t nil)
17065    
17066    (autoload (quote pr-toggle-upside-down) "printing" "\
17067    Toggle upside-down.
17068    
17069    \(fn)" t nil)
17070    
17071    (autoload (quote pr-toggle-line) "printing" "\
17072    Toggle line number.
17073    
17074    \(fn)" t nil)
17075    
17076    (autoload (quote pr-toggle-zebra) "printing" "\
17077    Toggle zebra stripes.
17078    
17079    \(fn)" t nil)
17080    
17081    (autoload (quote pr-toggle-header) "printing" "\
17082    Toggle printing header.
17083    
17084    \(fn)" t nil)
17085    
17086    (autoload (quote pr-toggle-header-frame) "printing" "\
17087    Toggle printing header frame.
17088    
17089    \(fn)" t nil)
17090    
17091    (autoload (quote pr-toggle-lock) "printing" "\
17092    Toggle menu lock.
17093    
17094    \(fn)" t nil)
17095    
17096    (autoload (quote pr-toggle-region) "printing" "\
17097    Toggle auto region.
17098    
17099    \(fn)" t nil)
17100    
17101    (autoload (quote pr-toggle-mode) "printing" "\
17102    Toggle auto mode.
17103    
17104    \(fn)" t nil)
17105    
17106    (autoload (quote pr-customize) "printing" "\
17107    Customization of `printing' group.
17108    
17109    \(fn &rest IGNORE)" t nil)
17110    
17111    (autoload (quote lpr-customize) "printing" "\
17112    Customization of `lpr' group.
17113    
17114    \(fn &rest IGNORE)" t nil)
17115    
17116    (autoload (quote pr-help) "printing" "\
17117    Help for printing package.
17118    
17119    \(fn &rest IGNORE)" t nil)
17120    
17121    (autoload (quote pr-ps-name) "printing" "\
17122    Select interactively a PostScript printer.
17123    
17124    \(fn)" t nil)
17125    
17126    (autoload (quote pr-txt-name) "printing" "\
17127    Select interactively a text printer.
17128    
17129    \(fn)" t nil)
17130    
17131    (autoload (quote pr-ps-utility) "printing" "\
17132    Select interactively a PostScript utility.
17133    
17134    \(fn)" t nil)
17135    
17136    (autoload (quote pr-show-ps-setup) "printing" "\
17137    Show current ps-print settings.
17138    
17139    \(fn &rest IGNORE)" t nil)
17140    
17141    (autoload (quote pr-show-pr-setup) "printing" "\
17142    Show current printing settings.
17143    
17144    \(fn &rest IGNORE)" t nil)
17145    
17146    (autoload (quote pr-show-lpr-setup) "printing" "\
17147    Show current lpr settings.
17148    
17149    \(fn &rest IGNORE)" t nil)
17150    
17151    (autoload (quote pr-ps-fast-fire) "printing" "\
17152    Fast fire function for PostScript printing.
17153    
17154    If a region is active, the region will be printed instead of the whole buffer.
17155    Also if the current major-mode is defined in `pr-mode-alist', the settings in
17156    `pr-mode-alist' will be used, that is, the current buffer or region will be
17157    printed using `pr-ps-mode-ps-print'.
17158    
17159    
17160    Interactively, you have the following situations:
17161    
17162       M-x pr-ps-fast-fire RET
17163          The command prompts the user for a N-UP value and printing will
17164          immediatelly be done using the current active printer.
17165    
17166       C-u   M-x pr-ps-fast-fire RET
17167       C-u 0 M-x pr-ps-fast-fire RET
17168          The command prompts the user for a N-UP value and also for a current
17169          PostScript printer, then printing will immediatelly be done using the new
17170          current active printer.
17171    
17172       C-u 1 M-x pr-ps-fast-fire RET
17173          The command prompts the user for a N-UP value and also for a file name,
17174          and saves the PostScript image in that file instead of sending it to the
17175          printer.
17176    
17177       C-u 2 M-x pr-ps-fast-fire RET
17178          The command prompts the user for a N-UP value, then for a current
17179          PostScript printer and, finally, for a file name.  Then change the active
17180          printer to that choosen by user and saves the PostScript image in
17181          that file instead of sending it to the printer.
17182    
17183    
17184    Noninteractively, the argument N-UP should be a positive integer greater than
17185    zero and the argument SELECT is treated as follows:
17186    
17187       If it's nil, send the image to the printer.
17188    
17189       If it's a list or an integer lesser or equal to zero, the command prompts
17190       the user for a current PostScript printer, then printing will immediatelly
17191       be done using the new current active printer.
17192    
17193       If it's an integer equal to 1, the command prompts the user for a file name
17194       and saves the PostScript image in that file instead of sending it to the
17195       printer.
17196    
17197       If it's an integer greater or equal to 2, the command prompts the user for a
17198       current PostScript printer and for a file name.  Then change the active
17199       printer to that choosen by user and saves the PostScript image in that file
17200       instead of sending it to the printer.
17201    
17202       If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new
17203       active printer and printing will immediatelly be done using the new active
17204       printer.
17205    
17206       Otherwise, send the image to the printer.
17207    
17208    
17209    Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
17210    are both set to t.
17211    
17212    \(fn N-UP &optional SELECT)" t nil)
17213    
17214    (autoload (quote pr-txt-fast-fire) "printing" "\
17215    Fast fire function for text printing.
17216    
17217    If a region is active, the region will be printed instead of the whole buffer.
17218    Also if the current major-mode is defined in `pr-mode-alist', the settings in
17219    `pr-mode-alist' will be used, that is, the current buffer or region will be
17220    printed using `pr-txt-mode'.
17221    
17222    Interactively, when you use a prefix argument (C-u), the command prompts the
17223    user for a new active text printer.
17224    
17225    Noninteractively, the argument SELECT-PRINTER is treated as follows:
17226    
17227       If it's nil, the printing is sent to the current active text printer.
17228    
17229       If it's a symbol which it's defined in `pr-txt-printer-alist', it's the new
17230       active printer and printing will immediatelly be done using the new active
17231       printer.
17232    
17233       If it's non-nil, the command prompts the user for a new active text printer.
17234    
17235    Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
17236    are both set to t.
17237    
17238    \(fn &optional SELECT-PRINTER)" t nil)
17239    
17240    ;;;***
17241    
17242  ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"  ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
17243  ;;;;;;  (15608 6934))  ;;;;;;  (15608 6934))
17244  ;;; Generated autoloads from progmodes/prolog.el  ;;; Generated autoloads from progmodes/prolog.el
# Line 16675  Not documented Line 17404  Not documented
17404  ;;;;;;  ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer  ;;;;;;  ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
17405  ;;;;;;  ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces  ;;;;;;  ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
17406  ;;;;;;  ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type  ;;;;;;  ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
17407  ;;;;;;  ps-page-dimensions-database) "ps-print" "ps-print.el" (15766  ;;;;;;  ps-page-dimensions-database) "ps-print" "ps-print.el" (15974
17408  ;;;;;;  29665))  ;;;;;;  43593))
17409  ;;; Generated autoloads from ps-print.el  ;;; Generated autoloads from ps-print.el
17410    
17411  (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")) "\  (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")) "\
# Line 16876  If EXTENSION is any other symbol, it is Line 17605  If EXTENSION is any other symbol, it is
17605  ;;;;;;  quail-defrule quail-install-decode-map quail-install-map  ;;;;;;  quail-defrule quail-install-decode-map quail-install-map
17606  ;;;;;;  quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout  ;;;;;;  quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
17607  ;;;;;;  quail-define-package quail-use-package quail-title) "quail"  ;;;;;;  quail-define-package quail-use-package quail-title) "quail"
17608  ;;;;;;  "international/quail.el" (15935 48018))  ;;;;;;  "international/quail.el" (16022 15688))
17609  ;;; Generated autoloads from international/quail.el  ;;; Generated autoloads from international/quail.el
17610    
17611  (autoload (quote quail-title) "quail" "\  (autoload (quote quail-title) "quail" "\
# Line 17202  Call up the RE Builder for the current w Line 17931  Call up the RE Builder for the current w
17931    
17932  ;;;***  ;;;***
17933    
17934  ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files  ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16050 24794))
 ;;;;;;  recentf-cleanup recentf-edit-list recentf-save-list) "recentf"  
 ;;;;;;  "recentf.el" (15930 37795))  
17935  ;;; Generated autoloads from recentf.el  ;;; Generated autoloads from recentf.el
17936    
 (autoload (quote recentf-save-list) "recentf" "\  
 Save the current `recentf-list' to the file `recentf-save-file'.  
   
 \(fn)" t nil)  
   
 (autoload (quote recentf-edit-list) "recentf" "\  
 Allow the user to edit the files that are kept in the recent list.  
   
 \(fn)" t nil)  
   
 (autoload (quote recentf-cleanup) "recentf" "\  
 Remove all non-readable and excluded files from `recentf-list'.  
   
 \(fn)" t nil)  
   
 (autoload (quote recentf-open-files) "recentf" "\  
 Display buffer allowing user to choose a file from recently-opened list.  
 The optional argument FILES may be used to specify the list, otherwise  
 `recentf-list' is used.  The optional argument BUFFER-NAME specifies  
 which buffer to use for the interaction.  
   
 \(fn &optional FILES BUFFER-NAME)" t nil)  
   
 (autoload (quote recentf-open-more-files) "recentf" "\  
 Allow the user to open files that are not in the menu.  
   
 \(fn)" t nil)  
   
17937  (defvar recentf-mode nil "\  (defvar recentf-mode nil "\
17938  Non-nil if Recentf mode is enabled.  Non-nil if Recentf mode is enabled.
17939  See the command `recentf-mode' for a description of this minor-mode.  See the command `recentf-mode' for a description of this minor-mode.
# Line 17248  Toggle recentf mode. Line 17947  Toggle recentf mode.
17947  With prefix argument ARG, turn on if positive, otherwise off.  With prefix argument ARG, turn on if positive, otherwise off.
17948  Returns non-nil if the new state is enabled.  Returns non-nil if the new state is enabled.
17949    
17950  When recentf mode is enabled, it maintains a menu for visiting files that  When recentf mode is enabled, it maintains a menu for visiting files
17951  were operated on recently.  that were operated on recently.
17952    
17953  \(fn &optional ARG)" t nil)  \(fn &optional ARG)" t nil)
17954    
# Line 17381  rectangle which were empty. Line 18080  rectangle which were empty.
18080    
18081  ;;;***  ;;;***
18082    
18083  ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15935  ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16013
18084  ;;;;;;  49285))  ;;;;;;  62188))
18085  ;;; Generated autoloads from textmodes/refill.el  ;;; Generated autoloads from textmodes/refill.el
18086    
18087  (autoload (quote refill-mode) "refill" "\  (autoload (quote refill-mode) "refill" "\
# Line 17504  Here are all local bindings. Line 18203  Here are all local bindings.
18203  ;;;***  ;;;***
18204    
18205  ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"  ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
18206  ;;;;;;  (15935 47054))  ;;;;;;  (16043 5451))
18207  ;;; Generated autoloads from emacs-lisp/regexp-opt.el  ;;; Generated autoloads from emacs-lisp/regexp-opt.el
18208    
18209  (autoload (quote regexp-opt) "regexp-opt" "\  (autoload (quote regexp-opt) "regexp-opt" "\
# Line 17620  Clear out the file used for transmitting Line 18319  Clear out the file used for transmitting
18319  ;;;***  ;;;***
18320    
18321  ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"  ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
18322  ;;;;;;  (15832 26515))  ;;;;;;  (16029 32482))
18323  ;;; Generated autoloads from reveal.el  ;;; Generated autoloads from reveal.el
18324    
18325  (autoload (quote reveal-mode) "reveal" "\  (autoload (quote reveal-mode) "reveal" "\
# Line 17764  variable. Line 18463  variable.
18463  ;;;;;;  rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output  ;;;;;;  rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
18464  ;;;;;;  rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers  ;;;;;;  rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
18465  ;;;;;;  rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)  ;;;;;;  rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
18466  ;;;;;;  "rmail" "mail/rmail.el" (15897 43157))  ;;;;;;  "rmail" "mail/rmail.el" (15957 17297))
18467  ;;; Generated autoloads from mail/rmail.el  ;;; Generated autoloads from mail/rmail.el
18468    
18469  (defvar rmail-dont-reply-to-names nil "\  (defvar rmail-dont-reply-to-names nil "\
# Line 18197  KEYWORDS is a comma-separated list of la Line 18896  KEYWORDS is a comma-separated list of la
18896  ;;;;;;  rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp  ;;;;;;  rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
18897  ;;;;;;  rmail-summary-by-recipients rmail-summary-by-labels rmail-summary  ;;;;;;  rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
18898  ;;;;;;  rmail-summary-line-count-flag rmail-summary-scroll-between-messages)  ;;;;;;  rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
18899  ;;;;;;  "rmailsum" "mail/rmailsum.el" (15935 48280))  ;;;;;;  "rmailsum" "mail/rmailsum.el" (16019 30707))
18900  ;;; Generated autoloads from mail/rmailsum.el  ;;; Generated autoloads from mail/rmailsum.el
18901    
18902  (defvar rmail-summary-scroll-between-messages t "\  (defvar rmail-summary-scroll-between-messages t "\
# Line 18206  KEYWORDS is a comma-separated list of la Line 18905  KEYWORDS is a comma-separated list of la
18905  (custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum")  (custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum")
18906    
18907  (defvar rmail-summary-line-count-flag t "\  (defvar rmail-summary-line-count-flag t "\
18908  *Non-nil if Rmail summary should show the number of lines in each message.")  *Non-nil means Rmail summary should show the number of lines in each message.")
18909    
18910  (custom-autoload (quote rmail-summary-line-count-flag) "rmailsum")  (custom-autoload (quote rmail-summary-line-count-flag) "rmailsum")
18911    
# Line 18373  This function is obsolete. Line 19072  This function is obsolete.
19072    
19073  ;;;***  ;;;***
19074    
19075  ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15935  ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15947
19076  ;;;;;;  62288))  ;;;;;;  49114))
19077  ;;; Generated autoloads from ruler-mode.el  ;;; Generated autoloads from ruler-mode.el
19078    
19079  (autoload (quote ruler-mode) "ruler-mode" "\  (autoload (quote ruler-mode) "ruler-mode" "\
# Line 18660  CHAR Line 19359  CHAR
19359  ;;;***  ;;;***
19360    
19361  ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"  ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
19362  ;;;;;;  (15806 55294))  ;;;;;;  (16039 16411))
19363  ;;; Generated autoloads from progmodes/scheme.el  ;;; Generated autoloads from progmodes/scheme.el
19364    
19365  (autoload (quote scheme-mode) "scheme" "\  (autoload (quote scheme-mode) "scheme" "\
# Line 18765  apply to all visible windows in the same Line 19464  apply to all visible windows in the same
19464  ;;;;;;  mail-alias-file mail-default-reply-to mail-archive-file-name  ;;;;;;  mail-alias-file mail-default-reply-to mail-archive-file-name
19465  ;;;;;;  mail-header-separator send-mail-function mail-yank-ignored-headers  ;;;;;;  mail-header-separator send-mail-function mail-yank-ignored-headers
19466  ;;;;;;  mail-interactive mail-self-blind mail-specify-envelope-from  ;;;;;;  mail-interactive mail-self-blind mail-specify-envelope-from
19467  ;;;;;;  mail-from-style) "sendmail" "mail/sendmail.el" (15935 48280))  ;;;;;;  mail-from-style) "sendmail" "mail/sendmail.el" (16051 51641))
19468  ;;; Generated autoloads from mail/sendmail.el  ;;; Generated autoloads from mail/sendmail.el
19469    
19470  (defvar mail-from-style (quote angles) "\  (defvar mail-from-style (quote angles) "\
# Line 18969  Like `mail' command, but display mail bu Line 19668  Like `mail' command, but display mail bu
19668  ;;;***  ;;;***
19669    
19670  ;;;### (autoloads (server-mode server-start) "server" "server.el"  ;;;### (autoloads (server-mode server-start) "server" "server.el"
19671  ;;;;;;  (15909 40748))  ;;;;;;  (16024 25477))
19672  ;;; Generated autoloads from server.el  ;;; Generated autoloads from server.el
19673    
19674  (autoload (quote server-start) "server" "\  (autoload (quote server-start) "server" "\
# Line 19081  To work around that, do: Line 19780  To work around that, do:
19780  ;;;***  ;;;***
19781    
19782  ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"  ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
19783  ;;;;;;  (15913 47934))  ;;;;;;  (15946 8210))
19784  ;;; Generated autoloads from progmodes/sh-script.el  ;;; Generated autoloads from progmodes/sh-script.el
19785    
19786  (put (quote sh-mode) (quote mode-class) (quote special))  (put (quote sh-mode) (quote mode-class) (quote special))
# Line 19194  buffer called `*Shadows*'.  Shadowings a Line 19893  buffer called `*Shadows*'.  Shadowings a
19893  ;;;***  ;;;***
19894    
19895  ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group  ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
19896  ;;;;;;  shadow-define-cluster) "shadowfile" "shadowfile.el" (15935  ;;;;;;  shadow-define-cluster) "shadowfile" "shadowfile.el" (16012
19897  ;;;;;;  44093))  ;;;;;;  49034))
19898  ;;; Generated autoloads from shadowfile.el  ;;; Generated autoloads from shadowfile.el
19899    
19900  (autoload (quote shadow-define-cluster) "shadowfile" "\  (autoload (quote shadow-define-cluster) "shadowfile" "\
# Line 19280  Otherwise, one argument `-i' is passed t Line 19979  Otherwise, one argument `-i' is passed t
19979    
19980  ;;;***  ;;;***
19981    
19982  ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15935  ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15962
19983  ;;;;;;  48915))  ;;;;;;  51923))
19984  ;;; Generated autoloads from progmodes/simula.el  ;;; Generated autoloads from progmodes/simula.el
19985    
19986  (autoload (quote simula-mode) "simula" "\  (autoload (quote simula-mode) "simula" "\
19987  Major mode for editing SIMULA code.  Major mode for editing SIMULA code.
19988  \\{simula-mode-map}  \\{simula-mode-map}
19989  Variables controlling indentation style:  Variables controlling indentation style:
19990   simula-tab-always-indent   `simula-tab-always-indent'
19991      Non-nil means TAB in SIMULA mode should always reindent the current line,      Non-nil means TAB in SIMULA mode should always reindent the current line,
19992      regardless of where in the line point is when the TAB command is used.      regardless of where in the line point is when the TAB command is used.
19993   simula-indent-level   `simula-indent-level'
19994      Indentation of SIMULA statements with respect to containing block.      Indentation of SIMULA statements with respect to containing block.
19995   simula-substatement-offset   `simula-substatement-offset'
19996      Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.      Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.
19997   simula-continued-statement-offset 3   `simula-continued-statement-offset' 3
19998      Extra indentation for lines not starting a statement or substatement,      Extra indentation for lines not starting a statement or substatement,
19999      e.g. a nested FOR-loop.  If value is a list, each line in a multiple-      e.g. a nested FOR-loop.  If value is a list, each line in a multiple-
20000      line continued statement will have the car of the list extra indentation      line continued statement will have the car of the list extra indentation
20001      with respect to the previous line of the statement.      with respect to the previous line of the statement.
20002   simula-label-offset -4711   `simula-label-offset' -4711
20003      Offset of SIMULA label lines relative to usual indentation.      Offset of SIMULA label lines relative to usual indentation.
20004   simula-if-indent '(0 . 0)   `simula-if-indent' '(0 . 0)
20005      Extra indentation of THEN and ELSE with respect to the starting IF.      Extra indentation of THEN and ELSE with respect to the starting IF.
20006      Value is a cons cell, the car is extra THEN indentation and the cdr      Value is a cons cell, the car is extra THEN indentation and the cdr
20007      extra ELSE indentation.  IF after ELSE is indented as the starting IF.      extra ELSE indentation.  IF after ELSE is indented as the starting IF.
20008   simula-inspect-indent '(0 . 0)   `simula-inspect-indent' '(0 . 0)
20009      Extra indentation of WHEN and OTHERWISE with respect to the      Extra indentation of WHEN and OTHERWISE with respect to the
20010      corresponding INSPECT.  Value is a cons cell, the car is      corresponding INSPECT.  Value is a cons cell, the car is
20011      extra WHEN indentation and the cdr extra OTHERWISE indentation.      extra WHEN indentation and the cdr extra OTHERWISE indentation.
20012   simula-electric-indent nil   `simula-electric-indent' nil
20013      If this variable is non-nil, `simula-indent-line'      If this variable is non-nil, `simula-indent-line'
20014      will check the previous line to see if it has to be reindented.      will check the previous line to see if it has to be reindented.
20015   simula-abbrev-keyword 'upcase   `simula-abbrev-keyword' 'upcase
20016      Determine how SIMULA keywords will be expanded.  Value is one of      Determine how SIMULA keywords will be expanded.  Value is one of
20017      the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',      the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',
20018      or nil if they should not be changed.      or nil if they should not be changed.
20019   simula-abbrev-stdproc 'abbrev-table   `simula-abbrev-stdproc' 'abbrev-table
20020      Determine how standard SIMULA procedure and class names will be      Determine how standard SIMULA procedure and class names will be
20021      expanded.  Value is one of the symbols `upcase', `downcase', `capitalize',      expanded.  Value is one of the symbols `upcase', `downcase', `capitalize',
20022      (as in) `abbrev-table', or nil if they should not be changed.      (as in) `abbrev-table', or nil if they should not be changed.
20023    
20024  Turning on SIMULA mode calls the value of the variable simula-mode-hook  Turning on SIMULA mode calls the value of the variable simula-mode-hook
20025  with no arguments, if that value is non-nil  with no arguments, if that value is non-nil." t nil)
   
 Warning: simula-mode-hook should not read in an abbrev file without calling  
 the function simula-install-standard-abbrevs afterwards, preferably not  
 at all.  
   
 \(fn)" t nil)  
20026    
20027  ;;;***  ;;;***
20028    
# Line 19711  Pick your favourite shortcuts: Line 20404  Pick your favourite shortcuts:
20404    
20405  ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields  ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
20406  ;;;;;;  sort-fields sort-numeric-fields sort-pages sort-paragraphs  ;;;;;;  sort-fields sort-numeric-fields sort-pages sort-paragraphs
20407  ;;;;;;  sort-lines sort-subr) "sort" "sort.el" (15935 44159))  ;;;;;;  sort-lines sort-subr) "sort" "sort.el" (16011 22577))
20408  ;;; Generated autoloads from sort.el  ;;; Generated autoloads from sort.el
20409    
20410  (autoload (quote sort-subr) "sort" "\  (autoload (quote sort-subr) "sort" "\
20411  General text sorting routine to divide buffer into records and sort them.  General text sorting routine to divide buffer into records and sort them.
 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.  
20412    
20413  We divide the accessible portion of the buffer into disjoint pieces  We divide the accessible portion of the buffer into disjoint pieces
20414  called sort records.  A portion of each sort record (perhaps all of  called sort records.  A portion of each sort record (perhaps all of
# Line 20304  To use LINTER font locking by default, p Line 20996  To use LINTER font locking by default, p
20996  ;;;;;;  strokes-mode strokes-list-strokes strokes-load-user-strokes  ;;;;;;  strokes-mode strokes-list-strokes strokes-load-user-strokes
20997  ;;;;;;  strokes-help strokes-describe-stroke strokes-do-complex-stroke  ;;;;;;  strokes-help strokes-describe-stroke strokes-do-complex-stroke
20998  ;;;;;;  strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke  ;;;;;;  strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
20999  ;;;;;;  strokes-global-set-stroke) "strokes" "strokes.el" (15935  ;;;;;;  strokes-global-set-stroke) "strokes" "strokes.el" (15948
21000  ;;;;;;  44229))  ;;;;;;  48516))
21001  ;;; Generated autoloads from strokes.el  ;;; Generated autoloads from strokes.el
21002    
21003  (autoload (quote strokes-global-set-stroke) "strokes" "\  (autoload (quote strokes-global-set-stroke) "strokes" "\
# Line 20433  Studlify-case the current buffer. Line 21125  Studlify-case the current buffer.
21125  ;;;***  ;;;***
21126    
21127  ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"  ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
21128  ;;;;;;  (15935 48280))  ;;;;;;  (16048 25497))
21129  ;;; Generated autoloads from mail/supercite.el  ;;; Generated autoloads from mail/supercite.el
21130    
21131  (autoload (quote sc-cite-original) "supercite" "\  (autoload (quote sc-cite-original) "supercite" "\
# Line 20517  The variable `tab-width' controls the sp Line 21209  The variable `tab-width' controls the sp
21209  ;;;;;;  table-recognize table-insert-row-column table-insert-column  ;;;;;;  table-recognize table-insert-row-column table-insert-column
21210  ;;;;;;  table-insert-row table-insert table-point-left-cell-hook  ;;;;;;  table-insert-row table-insert table-point-left-cell-hook
21211  ;;;;;;  table-point-entered-cell-hook table-load-hook table-cell-map-hook)  ;;;;;;  table-point-entered-cell-hook table-load-hook table-cell-map-hook)
21212  ;;;;;;  "table" "textmodes/table.el" (15935 49285))  ;;;;;;  "table" "textmodes/table.el" (15954 5687))
21213  ;;; Generated autoloads from textmodes/table.el  ;;; Generated autoloads from textmodes/table.el
21214    
21215  (defvar table-cell-map-hook nil "\  (defvar table-cell-map-hook nil "\
# Line 21115  Connect to display DISPLAY for the Emacs Line 21807  Connect to display DISPLAY for the Emacs
21807    
21808  ;;;***  ;;;***
21809    
21810  ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15935 44314))  ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15950 37647))
21811  ;;; Generated autoloads from tar-mode.el  ;;; Generated autoloads from tar-mode.el
21812    
21813  (autoload (quote tar-mode) "tar-mode" "\  (autoload (quote tar-mode) "tar-mode" "\
# Line 21137  See also: variables `tar-update-datestam Line 21829  See also: variables `tar-update-datestam
21829  ;;;***  ;;;***
21830    
21831  ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"  ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
21832  ;;;;;;  "progmodes/tcl.el" (15935 48915))  ;;;;;;  "progmodes/tcl.el" (15945 25970))
21833  ;;; Generated autoloads from progmodes/tcl.el  ;;; Generated autoloads from progmodes/tcl.el
21834    
21835  (autoload (quote tcl-mode) "tcl" "\  (autoload (quote tcl-mode) "tcl" "\
# Line 21164  documentation for details): Line 21856  documentation for details):
21856      If not nil, use a smarter, Tcl-specific way to find the current      If not nil, use a smarter, Tcl-specific way to find the current
21857      word when looking up help on a Tcl command.      word when looking up help on a Tcl command.
21858    
21859  Turning on Tcl mode calls the value of the variable `tcl-mode-hook'  Turning on Tcl mode runs `tcl-mode-hook'.  Read the documentation for
 with no args, if that value is non-nil.  Read the documentation for  
21860  `tcl-mode-hook' to see what kinds of interesting hook functions  `tcl-mode-hook' to see what kinds of interesting hook functions
21861  already exist.  already exist.
21862    
# Line 21278  subprocess started. Line 21969  subprocess started.
21969  ;;;***  ;;;***
21970    
21971  ;;;### (autoloads (testcover-this-defun testcover-start) "testcover"  ;;;### (autoloads (testcover-this-defun testcover-start) "testcover"
21972  ;;;;;;  "emacs-lisp/testcover.el" (15765 63714))  ;;;;;;  "emacs-lisp/testcover.el" (16004 31775))
21973  ;;; Generated autoloads from emacs-lisp/testcover.el  ;;; Generated autoloads from emacs-lisp/testcover.el
21974    
21975  (autoload (quote testcover-start) "testcover" "\  (autoload (quote testcover-start) "testcover" "\
# Line 21316  tetris-mode keybindings: Line 22007  tetris-mode keybindings:
22007  \\[tetris-rotate-next]  Rotates the shape anticlockwise  \\[tetris-rotate-next]  Rotates the shape anticlockwise
22008  \\[tetris-move-bottom]  Drops the shape to the bottom of the playing area  \\[tetris-move-bottom]  Drops the shape to the bottom of the playing area
22009    
22010  nil(fn)" t nil)  \(fn)" t nil)
22011    
22012  ;;;***  ;;;***
22013    
22014  ;;;### (autoloads (tex-start-shell slitex-mode latex-mode plain-tex-mode  ;;;### (autoloads (doctex-mode tex-start-shell slitex-mode latex-mode
22015  ;;;;;;  tex-mode tex-close-quote tex-open-quote tex-default-mode  ;;;;;;  plain-tex-mode tex-mode tex-close-quote tex-open-quote tex-default-mode
22016  ;;;;;;  tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command  ;;;;;;  tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
22017  ;;;;;;  tex-dvi-print-command tex-bibtex-command latex-block-names  ;;;;;;  tex-dvi-print-command tex-bibtex-command latex-block-names
22018  ;;;;;;  tex-start-commands tex-start-options slitex-run-command latex-run-command  ;;;;;;  tex-start-commands tex-start-options slitex-run-command latex-run-command
22019  ;;;;;;  tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp  ;;;;;;  tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
22020  ;;;;;;  tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"  ;;;;;;  tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
22021  ;;;;;;  (15878 13994))  ;;;;;;  (16027 4813))
22022  ;;; Generated autoloads from textmodes/tex-mode.el  ;;; Generated autoloads from textmodes/tex-mode.el
22023    
22024  (defvar tex-shell-file-name nil "\  (defvar tex-shell-file-name nil "\
# Line 21470  Normally set to either `plain-tex-mode' Line 22161  Normally set to either `plain-tex-mode'
22161    
22162  (custom-autoload (quote tex-close-quote) "tex-mode")  (custom-autoload (quote tex-close-quote) "tex-mode")
22163    
22164  (autoload (quote tex-mode) "tex-mode" "\  (autoload (quote tex-mode) "tex-mode" nil t nil)
 Major mode for editing files of input for TeX, LaTeX, or SliTeX.  
 Tries to determine (by looking at the beginning of the file) whether  
 this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',  
 `latex-mode', or `slitex-mode', respectively.  If it cannot be determined,  
 such as if there are no commands in the file, the value of `tex-default-mode'  
 says which mode to use.  
   
 \(fn)" t nil)  
22165    
22166  (defalias (quote TeX-mode) (quote tex-mode))  (defalias (quote TeX-mode) (quote tex-mode))
22167    
# Line 21615  Not documented Line 22298  Not documented
22298    
22299  \(fn)" nil nil)  \(fn)" nil nil)
22300    
22301    (autoload (quote doctex-mode) "tex-mode" "\
22302    Major mode to edit DocTeX files." t nil)
22303    
22304  ;;;***  ;;;***
22305    
22306  ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)  ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
22307  ;;;;;;  "texinfmt" "textmodes/texinfmt.el" (15935 49285))  ;;;;;;  "texinfmt" "textmodes/texinfmt.el" (15944 17864))
22308  ;;; Generated autoloads from textmodes/texinfmt.el  ;;; Generated autoloads from textmodes/texinfmt.el
22309    
22310  (autoload (quote texinfo-format-buffer) "texinfmt" "\  (autoload (quote texinfo-format-buffer) "texinfmt" "\
# Line 21658  if large.  You can use Info-split to do Line 22344  if large.  You can use Info-split to do
22344  ;;;***  ;;;***
22345    
22346  ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)  ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
22347  ;;;;;;  "texinfo" "textmodes/texinfo.el" (15935 49285))  ;;;;;;  "texinfo" "textmodes/texinfo.el" (15986 22457))
22348  ;;; Generated autoloads from textmodes/texinfo.el  ;;; Generated autoloads from textmodes/texinfo.el
22349    
22350  (defvar texinfo-open-quote "``" "\  (defvar texinfo-open-quote "``" "\
# Line 21944  This function performs no refilling of t Line 22630  This function performs no refilling of t
22630  ;;;***  ;;;***
22631    
22632  ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)  ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
22633  ;;;;;;  "time" "time.el" (15747 59317))  ;;;;;;  "time" "time.el" (16009 54369))
22634  ;;; Generated autoloads from time.el  ;;; Generated autoloads from time.el
22635    
22636  (defvar display-time-day-and-date nil "\  (defvar display-time-day-and-date nil "\
# Line 22293  To get complete usage, invoke \"emacs -b Line 22979  To get complete usage, invoke \"emacs -b
22979    
22980  ;;;***  ;;;***
22981    
22982    ;;;### (autoloads (tamil-composition-function tamil-compose-region)
22983    ;;;;;;  "tml-util" "language/tml-util.el" (15944 21527))
22984    ;;; Generated autoloads from language/tml-util.el
22985    
22986    (autoload (quote tamil-compose-region) "tml-util" "\
22987    Not documented
22988    
22989    \(fn FROM TO)" t nil)
22990    
22991    (autoload (quote tamil-composition-function) "tml-util" "\
22992    Compose Tamil characters in REGION, or STRING if specified.
22993    Assume that the REGION or STRING must fully match the composable
22994    PATTERN regexp.
22995    
22996    \(fn FROM TO PATTERN &optional STRING)" nil nil)
22997    
22998    ;;;***
22999    
23000  ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"  ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
23001  ;;;;;;  "tmm.el" (15556 11342))  ;;;;;;  "tmm.el" (15556 11342))
23002  ;;; Generated autoloads from tmm.el  ;;; Generated autoloads from tmm.el
# Line 22531  Constrain the cursor to the flow of the Line 23235  Constrain the cursor to the flow of the
23235    
23236  ;;;***  ;;;***
23237    
23238  ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15935 47054))  ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15954 11393))
23239  ;;; Generated autoloads from emacs-lisp/tq.el  ;;; Generated autoloads from emacs-lisp/tq.el
23240    
23241  (autoload (quote tq-create) "tq" "\  (autoload (quote tq-create) "tq" "\
# Line 22578  the window or buffer configuration at al Line 23282  the window or buffer configuration at al
23282    
23283  ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler  ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
23284  ;;;;;;  tramp-completion-file-name-regexp tramp-file-name-regexp)  ;;;;;;  tramp-completion-file-name-regexp tramp-file-name-regexp)
23285  ;;;;;;  "tramp" "net/tramp.el" (15935 48476))  ;;;;;;  "tramp" "net/tramp.el" (16019 11187))
23286  ;;; Generated autoloads from net/tramp.el  ;;; Generated autoloads from net/tramp.el
23287    
23288  (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\  (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
# Line 22703  First column's text    sSs  Second colum Line 23407  First column's text    sSs  Second colum
23407  ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics  ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
23408  ;;;;;;  type-break type-break-mode type-break-keystroke-threshold  ;;;;;;  type-break type-break-mode type-break-keystroke-threshold
23409  ;;;;;;  type-break-good-rest-interval type-break-interval type-break-mode)  ;;;;;;  type-break-good-rest-interval type-break-interval type-break-mode)
23410  ;;;;;;  "type-break" "type-break.el" (14890 29229))  ;;;;;;  "type-break" "type-break.el" (16022 48590))
23411  ;;; Generated autoloads from type-break.el  ;;; Generated autoloads from type-break.el
23412    
23413  (defvar type-break-mode nil "\  (defvar type-break-mode nil "\
# Line 22883  which specify the range to operate on. Line 23587  which specify the range to operate on.
23587  ;;;***  ;;;***
23588    
23589  ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)  ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
23590  ;;;;;;  "undigest" "mail/undigest.el" (15930 33200))  ;;;;;;  "undigest" "mail/undigest.el" (15956 38952))
23591  ;;; Generated autoloads from mail/undigest.el  ;;; Generated autoloads from mail/undigest.el
23592    
23593  (autoload (quote undigestify-rmail-message) "undigest" "\  (autoload (quote undigestify-rmail-message) "undigest" "\
# Line 22988  If FILE-NAME is non-nil, save the result Line 23692  If FILE-NAME is non-nil, save the result
23692  ;;;;;;  vc-directory vc-merge vc-insert-headers vc-version-other-window  ;;;;;;  vc-directory vc-merge vc-insert-headers vc-version-other-window
23693  ;;;;;;  vc-diff vc-register vc-next-action vc-do-command edit-vc-file  ;;;;;;  vc-diff vc-register vc-next-action vc-do-command edit-vc-file
23694  ;;;;;;  with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook  ;;;;;;  with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook
23695  ;;;;;;  vc-checkout-hook) "vc" "vc.el" (15935 44569))  ;;;;;;  vc-checkout-hook) "vc" "vc.el" (15955 54118))
23696  ;;; Generated autoloads from vc.el  ;;; Generated autoloads from vc.el
23697    
23698  (defvar vc-checkout-hook nil "\  (defvar vc-checkout-hook nil "\
# Line 23269  colors. `vc-annotate-background' specifi Line 23973  colors. `vc-annotate-background' specifi
23973    
23974  ;;;***  ;;;***
23975    
23976  ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15883 3260))  ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16038 37288))
23977  ;;; Generated autoloads from vc-cvs.el  ;;; Generated autoloads from vc-cvs.el
23978   (defun vc-cvs-registered (f)   (defun vc-cvs-registered (f)
23979    (when (file-readable-p (expand-file-name    (when (file-readable-p (expand-file-name
# Line 23279  colors. `vc-annotate-background' specifi Line 23983  colors. `vc-annotate-background' specifi
23983    
23984  ;;;***  ;;;***
23985    
23986    ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16053 24103))
23987    ;;; Generated autoloads from vc-mcvs.el
23988     (defun vc-mcvs-registered (file)
23989      (let ((dir file))
23990        (while (and (stringp dir)
23991                    (not (equal dir (setq dir (file-name-directory dir)))))
23992          (setq dir (if (file-directory-p
23993                         (expand-file-name "MCVS/CVS" dir))
23994                        t (directory-file-name dir))))
23995        (if (eq dir t)
23996            (progn
23997              (load "vc-mcvs")
23998              (vc-mcvs-registered file)))))
23999    
24000    ;;;***
24001    
24002  ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"  ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
24003  ;;;;;;  (15935 44540))  ;;;;;;  (15935 44540))
24004  ;;; Generated autoloads from vc-rcs.el  ;;; Generated autoloads from vc-rcs.el
# Line 23310  find any project directory." (let ((proj Line 24030  find any project directory." (let ((proj
24030    
24031  ;;;***  ;;;***
24032    
24033    ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16054 36275))
24034    ;;; Generated autoloads from vc-svn.el
24035     (defun vc-svn-registered (f)
24036      (when (file-readable-p (expand-file-name
24037                              ".svn/entries" (file-name-directory f)))
24038          (load "vc-svn")
24039          (vc-svn-registered f)))
24040    
24041    ;;;***
24042    
24043  ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"  ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
24044  ;;;;;;  (15935 48915))  ;;;;;;  (15973 44110))
24045  ;;; Generated autoloads from progmodes/vhdl-mode.el  ;;; Generated autoloads from progmodes/vhdl-mode.el
24046    
24047  (autoload (quote vhdl-mode) "vhdl-mode" "\  (autoload (quote vhdl-mode) "vhdl-mode" "\
# Line 23320  Major mode for editing VHDL code. Line 24050  Major mode for editing VHDL code.
24050  Usage:  Usage:
24051  ------  ------
24052    
24053  - TEMPLATE INSERTION (electrification):  After typing a VHDL keyword and    TEMPLATE INSERTION (electrification):
24054    entering `\\[vhdl-electric-space]', you are prompted for arguments while a template is generated      After typing a VHDL keyword and entering `SPC', you are prompted for
24055    for that VHDL construct.  Typing `\\[vhdl-electric-return]' or `\\[keyboard-quit]' at the first (mandatory)      arguments while a template is generated for that VHDL construct.  Typing
24056    prompt aborts the current template generation.  Optional arguments are      `RET' or `C-g' at the first (mandatory) prompt aborts the current
24057    indicated by square brackets and removed if the queried string is left empty.      template generation.  Optional arguments are indicated by square
24058    Prompts for mandatory arguments remain in the code if the queried string is      brackets and removed if the queried string is left empty.  Prompts for
24059    left empty.  They can be queried again by `\\[vhdl-template-search-prompt]'.      mandatory arguments remain in the code if the queried string is left
24060    Typing `\\[just-one-space]' after a keyword inserts a space without calling the template      empty.  They can be queried again by `C-c C-t C-q'.  Enabled
24061    generator.  Automatic template generation (i.e. electrification) can be      electrification is indicated by `/e' in the modeline.
24062    disabled (enabled) by typing `\\[vhdl-electric-mode]' or by setting custom variable  
24063    `vhdl-electric-mode' (see CUSTOMIZATION).        Typing `M-SPC' after a keyword inserts a space without calling the
24064    Enabled electrification is indicated by `/e' in the modeline.      template generator.  Automatic template generation (i.e.
24065    Template generators can be invoked from the VHDL menu, by key bindings, by      electrification) can be disabled (enabled) by typing `C-c C-m C-e' or by
24066    typing `C-c C-i C-c' and choosing a construct, or by typing the keyword (i.e.      setting option `vhdl-electric-mode' (see OPTIONS).
24067    first word of menu entry not in parenthesis) and `\\[vhdl-electric-space]'.  
24068    The following abbreviations can also be used:        Template generators can be invoked from the VHDL menu, by key
24069    arch, attr, cond, conf, comp, cons, func, inst, pack, sig, var.      bindings, by typing `C-c C-i C-c' and choosing a construct, or by typing
24070    Template styles can be customized in customization group `vhdl-electric'      the keyword (i.e. first word of menu entry not in parenthesis) and
24071    (see CUSTOMIZATION).      `SPC'.  The following abbreviations can also be used: arch, attr, cond,
24072        conf, comp, cons, func, inst, pack, sig, var.
24073  - HEADER INSERTION:  A file header can be inserted by `\\[vhdl-template-header]'.  A  
24074    file footer (template at the end of the file) can be inserted by        Template styles can be customized in customization group
24075    `\\[vhdl-template-footer]'.  See customization group `vhdl-header'.      `vhdl-template' (see OPTIONS).
24076    
24077  - STUTTERING:  Double striking of some keys inserts cumbersome VHDL syntax  
24078    elements.  Stuttering can be disabled (enabled) by typing `\\[vhdl-stutter-mode]' or by    HEADER INSERTION:
24079    variable `vhdl-stutter-mode'.  Enabled stuttering is indicated by `/s' in      A file header can be inserted by `C-c C-t C-h'.  A file footer
24080    the modeline.  The stuttering keys and their effects are:      (template at the end of the file) can be inserted by `C-c C-t C-f'.
24081        ;;   -->  \" : \"         [   -->  (        --    -->  comment      See customization group `vhdl-header'.
24082        ;;;  -->  \" := \"        [[  -->  [        --CR  -->  comment-out code  
24083        ..   -->  \" => \"        ]   -->  )        ---   -->  horizontal line  
24084        ,,   -->  \" <= \"        ]]  -->  ]        ----  -->  display comment    STUTTERING:
24085        ==   -->  \" == \"        ''  -->  \\\"      Double striking of some keys inserts cumbersome VHDL syntax elements.
24086        Stuttering can be disabled (enabled) by typing `C-c C-m C-s' or by
24087  - WORD COMPLETION:  Typing `\\[vhdl-electric-tab]' after a (not completed) word looks for a VHDL      option `vhdl-stutter-mode'.  Enabled stuttering is indicated by `/s' in
24088    keyword or a word in the buffer that starts alike, inserts it and adjusts      the modeline.  The stuttering keys and their effects are:
24089    case.  Re-typing `\\[vhdl-electric-tab]' toggles through alternative word completions.  
24090    This also works in the minibuffer (i.e. in template generator prompts).        ;;   -->  \" : \"       [   -->  (        --    -->  comment
24091    Typing `\\[vhdl-electric-tab]' after `(' looks for and inserts complete parenthesized        ;;;  -->  \" := \"      [[  -->  [        --CR  -->  comment-out code
24092    expressions (e.g. for array index ranges).  All keywords as well as standard        ..   -->  \" => \"      ]   -->  )        ---   -->  horizontal line
24093    types and subprograms of VHDL have predefined abbreviations (e.g. type \"std\"        ,,   -->  \" <= \"      ]]  -->  ]        ----  -->  display comment
24094    and `\\[vhdl-electric-tab]' will toggle through all standard types beginning with \"std\").        ==   -->  \" == \"      ''  -->  \\\"
24095    
24096    Typing `\\[vhdl-electric-tab]' after a non-word character indents the line if at the beginning  
24097    of a line (i.e. no preceding non-blank characters),and inserts a tabulator    WORD COMPLETION:
24098    stop otherwise.  `\\[tab-to-tab-stop]' always inserts a tabulator stop.      Typing `TAB' after a (not completed) word looks for a VHDL keyword or a
24099        word in the buffer that starts alike, inserts it and adjusts case.
24100  - COMMENTS:      Re-typing `TAB' toggles through alternative word completions.  This also
24101        `--'       puts a single comment.      works in the minibuffer (i.e. in template generator prompts).
24102        `---'      draws a horizontal line for separating code segments.  
24103        `----'     inserts a display comment, i.e. two horizontal lines with a        Typing `TAB' after `(' looks for and inserts complete parenthesized
24104                   comment in between.      expressions (e.g. for array index ranges).  All keywords as well as
24105        `--CR'     comments out code on that line.  Re-hitting CR comments out      standard types and subprograms of VHDL have predefined abbreviations
24106                   following lines.      (e.g. type \"std\" and `TAB' will toggle through all standard types
24107        `\\[vhdl-comment-uncomment-region]'  comments out a region if not commented out,      beginning with \"std\").
24108                   uncomments a region if already commented out.  
24109          Typing `TAB' after a non-word character indents the line if at the
24110    You are prompted for comments after object definitions (i.e. signals,      beginning of a line (i.e. no preceding non-blank characters), and
24111    variables, constants, ports) and after subprogram and process specifications      inserts a tabulator stop otherwise.  `M-TAB' always inserts a tabulator
24112    if variable `vhdl-prompt-for-comments' is non-nil.  Comments are      stop.
24113    automatically inserted as additional labels (e.g. after begin statements) and  
24114    as help comments if `vhdl-self-insert-comments' is non-nil.  
24115    Inline comments (i.e. comments after a piece of code on the same line) are    COMMENTS:
24116    indented at least to `vhdl-inline-comment-column'.  Comments go at maximum to          `--'       puts a single comment.
24117    `vhdl-end-comment-column'.  `\\[vhdl-electric-return]' after a space in a comment will open a          `---'      draws a horizontal line for separating code segments.
24118    new comment line.  Typing beyond `vhdl-end-comment-column' in a comment          `----'     inserts a display comment, i.e. two horizontal lines
24119    automatically opens a new comment line.  `\\[fill-paragraph]' re-fills                     with a comment in between.
24120    multi-line comments.          `--CR'     comments out code on that line.  Re-hitting CR comments
24121                       out following lines.
24122  - INDENTATION:  `\\[vhdl-electric-tab]' indents a line if at the beginning of the line.          `C-c c'    comments out a region if not commented out,
24123    The amount of indentation is specified by variable `vhdl-basic-offset'.                     uncomments a region if already commented out.
24124    `\\[vhdl-indent-line]' always indents the current line (is bound to `TAB' if variable  
24125    `vhdl-intelligent-tab' is nil).  Indentation can be done for an entire region        You are prompted for comments after object definitions (i.e. signals,
24126    (`\\[vhdl-indent-region]') or buffer (menu).  Argument and port lists are indented normally      variables, constants, ports) and after subprogram and process
24127    (nil) or relative to the opening parenthesis (non-nil) according to variable      specifications if option `vhdl-prompt-for-comments' is non-nil.
24128    `vhdl-argument-list-indent'.  If variable `vhdl-indent-tabs-mode' is nil,      Comments are automatically inserted as additional labels (e.g. after
24129    spaces are used instead of tabs.  `\\[tabify]' and `\\[untabify]' allow      begin statements) and as help comments if `vhdl-self-insert-comments' is
24130    to convert spaces to tabs and vice versa.      non-nil.
24131    
24132  - ALIGNMENT:  The alignment functions align operators, keywords, and inline        Inline comments (i.e. comments after a piece of code on the same line)
24133    comment to beautify argument lists, port maps, etc.  `\\[vhdl-align-group]' aligns a group      are indented at least to `vhdl-inline-comment-column'.  Comments go at
24134    of consecutive lines separated by blank lines.  `\\[vhdl-align-noindent-region]' aligns an      maximum to `vhdl-end-comment-column'.  `RET' after a space in a comment
24135    entire region.  If variable `vhdl-align-groups' is non-nil, groups of code      will open a new comment line.  Typing beyond `vhdl-end-comment-column'
24136    lines separated by empty lines are aligned individually.  `\\[vhdl-align-inline-comment-group]' aligns      in a comment automatically opens a new comment line.  `M-q' re-fills
24137    inline comments for a group of lines, and `\\[vhdl-align-inline-comment-region]' for a region.      multi-line comments.
24138    Some templates are automatically aligned after generation if custom variable  
24139    `vhdl-auto-align' is non-nil.  
24140    `\\[vhdl-fixup-whitespace-region]' fixes up whitespace in a region.  That is, operator symbols    INDENTATION:
24141    are surrounded by one space, and multiple spaces are eliminated.      `TAB' indents a line if at the beginning of the line.  The amount of
24142        indentation is specified by option `vhdl-basic-offset'.  `C-c C-i C-l'
24143  - PORT TRANSLATION:  Generic and port clauses from entity or component      always indents the current line (is bound to `TAB' if option
24144    declarations can be copied (`\\[vhdl-port-copy]') and pasted as entity and      `vhdl-intelligent-tab' is nil).
24145    component declarations, as component instantiations and corresponding  
24146    internal constants and signals, as a generic map with constants as actual        Indentation can be done for a group of lines (`C-c C-i C-g'), a region
24147    parameters, and as a test bench (menu).      (`M-C-\\') or the entire buffer (menu).  Argument and port lists are
24148    A clause with several generic/port names on the same line can be flattened      indented normally (nil) or relative to the opening parenthesis (non-nil)
24149    (`\\[vhdl-port-flatten]') so that only one name per line exists.  Names for actual      according to option `vhdl-argument-list-indent'.
24150    ports, instances, test benches, and design-under-test instances can be  
24151    derived from existing names according to variables `vhdl-...-name'.        If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of
24152    Variables `vhdl-testbench-...' allow the insertion of additional templates      tabs.  `M-x tabify' and `M-x untabify' allow to convert spaces to tabs
24153    into a test bench.  New files are created for the test bench entity and      and vice versa.
24154    architecture according to variable `vhdl-testbench-create-files'.  
24155    See customization group `vhdl-port'.        Syntax-based indentation can be very slow in large files.  Option
24156        `vhdl-indent-syntax-based' allows to use faster but simpler indentation.
24157  - TEST BENCH GENERATION:  See PORT TRANSLATION.  
24158    
24159  - KEY BINDINGS:  Key bindings (`C-c ...') exist for most commands (see in    ALIGNMENT:
24160    menu).      The alignment functions align operators, keywords, and inline comments
24161        to beautify the code.  `C-c C-a C-a' aligns a group of consecutive lines
24162  - VHDL MENU:  All commands can be invoked from the VHDL menu.      separated by blank lines, `C-c C-a C-i' a block of lines with same
24163        indent.  `C-c C-a C-l' aligns all lines belonging to a list enclosed by
24164  - FILE BROWSER:  The speedbar allows browsing of directories and file contents.      a pair of parentheses (e.g. port clause/map, argument list), and `C-c
24165    It can be accessed from the VHDL menu and is automatically opened if      C-a C-d' all lines within the declarative part of a design unit.  `C-c
24166    variable `vhdl-speedbar' is non-nil.      C-a M-a' aligns an entire region.  `C-c C-a C-c' aligns inline comments
24167    In speedbar, open files and directories with `mouse-2' on the name and      for a group of lines, and `C-c C-a M-c' for a region.
24168    browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.  
24169          If option `vhdl-align-groups' is non-nil, groups of code lines
24170  - DESIGN HIERARCHY BROWSER:  The speedbar can also be used for browsing the      separated by special lines (see option `vhdl-align-group-separate') are
24171    hierarchy of design units contained in the source files of the current      aligned individually.  If option `vhdl-align-same-indent' is non-nil,
24172    directory or in the source files/directories specified for a project (see      blocks of lines with same indent are aligned separately.  Some templates
24173    variable `vhdl-project-alist').      are automatically aligned after generation if option `vhdl-auto-align'
24174    The speedbar can be switched between file and hierarchy browsing mode in the      is non-nil.
24175    VHDL menu or by typing `f' and `h' in speedbar.  
24176    In speedbar, open design units with `mouse-2' on the name and browse their        Alignment tries to align inline comments at
24177    hierarchy with `mouse-2' on the `+'.  The hierarchy can be rescanned and      `vhdl-inline-comment-column' and tries inline comment not to exceed
24178    ports directly be copied from entities by using the speedbar menu.      `vhdl-end-comment-column'.
24179    
24180  - PROJECTS:  Projects can be defined in variable `vhdl-project-alist' and a        `C-c C-x M-w' fixes up whitespace in a region.  That is, operator
24181    current project be selected using variable `vhdl-project' (permanently) or      symbols are surrounded by one space, and multiple spaces are eliminated.
24182    from the menu (temporarily).  For each project, a title string (for the file  
24183    headers) and source files/directories (for the hierarchy browser) can be  
24184    specified.  | CODE FILLING:
24185    |   Code filling allows to condens code (e.g. sensitivity lists or port
24186  - SPECIAL MENUES:  As an alternative to the speedbar, an index menu can  |   maps) by removing comments and newlines and re-wrapping so that all
24187    be added (set variable `vhdl-index-menu' to non-nil) or made accessible  |   lines are maximally filled (block filling).  `C-c C-f C-f' fills a list
24188    as a mouse menu (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to  |   enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by
24189    your start-up file) for browsing the file contents.  Also, a source file menu  |   blank lines, `C-c C-f C-i' a block of lines with same indent, and
24190    can be added (set variable `vhdl-source-file-menu' to non-nil) for browsing  |   `C-c C-f M-f' an entire region.
24191    the current directory for VHDL source files.  
24192    
24193  - SOURCE FILE COMPILATION:  The syntax of the current buffer can be analyzed    CODE BEAUTIFICATION:
24194    by calling a VHDL compiler (menu, `\\[vhdl-compile]').  The compiler to be used is      `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
24195    specified by variable `vhdl-compiler'.  The available compilers are listed      buffer respectively.  This inludes indentation, alignment, and case
24196    in variable `vhdl-compiler-alist' including all required compilation command,      fixing.  Code beautification can also be run non-interactively using the
24197    destination directory, and error message syntax information.  New compilers      command:
24198    can be added.  Additional compile command options can be set in variable  
24199    `vhdl-compiler-options'.        emacs -batch -l ~/.emacs filename.vhd -f vhdl-beautify-buffer
24200    An entire hierarchy of source files can be compiled by the `make' command  
24201    (menu, `\\[vhdl-make]').  This only works if an appropriate Makefile exists.  
24202    The make command itself as well as a command to generate a Makefile can also    PORT TRANSLATION:
24203    be specified in variable `vhdl-compiler-alist'.      Generic and port clauses from entity or component declarations can be
24204        copied (`C-c C-p C-w') and pasted as entity and component declarations,
24205  - VHDL STANDARDS:  The VHDL standards to be used are specified in variable      as component instantiations and corresponding internal constants and
24206    `vhdl-standard'.  Available standards are: VHDL'87/'93, VHDL-AMS,      signals, as a generic map with constants as actual generics, and as
24207    Math Packages.      internal signal initializations (menu).
24208    
24209  - KEYWORD CASE:  Lower and upper case for keywords and standardized types,        To include formals in component instantiations, see option
24210    attributes, and enumeration values is supported.  If the variable      `vhdl-association-list-with-formals'.  To include comments in pasting,
24211    `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in lower      see options `vhdl-include-...-comments'.
24212    case and are converted into upper case automatically (not for types,  
24213    attributes, and enumeration values).  The case of keywords, types,        A clause with several generic/port names on the same line can be
24214    attributes,and enumeration values can be fixed for an entire region (menu)      flattened (`C-c C-p C-f') so that only one name per line exists.  The
24215    or buffer (`\\[vhdl-fix-case-buffer]') according to the variables  |   direction of ports can be reversed (`C-c C-p C-r'), i.e., inputs become
24216    `vhdl-upper-case-{keywords,types,attributes,enum-values}'.  |   outputs and vice versa, which can be useful in testbenches.  (This
24217    |   reversion is done on the internal data structure and is only reflected
24218  - HIGHLIGHTING (fontification):  Keywords and standardized types, attributes,  |   in subsequent paste operations.)
24219    enumeration values, and function names (controlled by variable  
24220    `vhdl-highlight-keywords'), as well as comments, strings, and template        Names for actual ports, instances, testbenches, and
24221    prompts are highlighted using different colors.  Unit, subprogram, signal,      design-under-test instances can be derived from existing names according
24222    variable, constant, parameter and generic/port names in declarations as well      to options `vhdl-...-name'.  See customization group `vhdl-port'.
24223    as labels are highlighted if variable `vhdl-highlight-names' is non-nil.  
24224    
24225    Additional reserved words or words with a forbidden syntax (e.g. words that  | SUBPROGRAM TRANSLATION:
24226    should be avoided) can be specified in variable `vhdl-forbidden-words' or  |   Similar functionality exists for copying/pasting the interface of
24227    `vhdl-forbidden-syntax' and be highlighted in a warning color (variable  |   subprograms (function/procedure).  A subprogram interface can be copied
24228    `vhdl-highlight-forbidden-words').  Verilog keywords are highlighted as  |   and then pasted as a subprogram declaration, body or call (uses
24229    forbidden words if variable `vhdl-highlight-verilog-keywords' is non-nil.  |   association list with formals).
24230    
24231    Words with special syntax can be highlighted by specifying their syntax and  
24232    color in variable `vhdl-special-syntax-alist' and by setting variable    TESTBENCH GENERATION:
24233    `vhdl-highlight-special-words' to non-nil.  This allows to establish some      A copied port can also be pasted as a testbench.  The generated
24234    naming conventions (e.g. to distinguish different kinds of signals or other      testbench includes an entity, an architecture, and an optional
24235    objects by using name suffices) and to support them visually.      configuration.  The architecture contains the component declaration and
24236        instantiation of the DUT as well as internal constant and signal
24237    Variable `vhdl-highlight-case-sensitive' can be set to non-nil in order to      declarations.  Additional user-defined templates can be inserted.  The
24238    support case-sensitive highlighting.  However, keywords are then only      names used for entity/architecture/configuration/DUT as well as the file
24239    highlighted if written in lower case.      structure to be generated can be customized. See customization group
24240       `vhdl-testbench'.
24241    Code between \"translate_off\" and \"translate_on\" pragmas is highlighted  
24242    using a different background color if variable `vhdl-highlight-translate-off'  
24243    is non-nil.    KEY BINDINGS:
24244        Key bindings (`C-c ...') exist for most commands (see in menu).
24245    All colors can be customized by command `\\[customize-face]'.  
24246    For highlighting of matching parenthesis, see customization group  
24247    `paren-showing' (`\\[customize-group]').    VHDL MENU:
24248        All commands can be found in the VHDL menu including their key bindings.
24249  - USER MODELS:  VHDL models (templates) can be specified by the user and made  
24250    accessible in the menu, through key bindings (`C-c C-m ...'), or by keyword  
24251    electrification.  See custom variable `vhdl-model-alist'.    FILE BROWSER:
24252        The speedbar allows browsing of directories and file contents.  It can
24253  - HIDE/SHOW:  The code of entire VHDL design units can be hidden using the      be accessed from the VHDL menu and is automatically opened if option
24254    `Hide/Show' menu or by pressing `S-mouse-2' within the code (variable      `vhdl-speedbar-auto-open' is non-nil.
24255    `vhdl-hideshow-menu').  
24256          In speedbar, open files and directories with `mouse-2' on the name and
24257  - PRINTING:  Postscript printing with different faces (an optimized set of      browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
24258    faces is used if `vhdl-print-customize-faces' is non-nil) or colors  
24259    (if `ps-print-color-p' is non-nil) is possible using the standard Emacs  
24260    postscript printing commands.  Variable `vhdl-print-two-column' defines    DESIGN HIERARCHY BROWSER:
24261    appropriate default settings for nice landscape two-column printing.  The      The speedbar can also be used for browsing the hierarchy of design units
24262    paper format can be set by variable `ps-paper-type'.  Do not forget to      contained in the source files of the current directory or the specified
24263    switch `ps-print-color-p' to nil for printing on black-and-white printers.      projects (see option `vhdl-project-alist').
24264    
24265  - CUSTOMIZATION:  All variables can easily be customized using the `Customize'        The speedbar can be switched between file, directory hierarchy and
24266    menu entry or `\\[customize-option]' (`\\[customize-group]' for groups).      project hierarchy browsing mode in the speedbar menu or by typing `f',
24267    Some customizations only take effect after some action (read the NOTE in      `h' or `H' in speedbar.
24268    the variable documentation).  Customization can also be done globally (i.e.  
24269    site-wide, read the INSTALL file).        In speedbar, open design units with `mouse-2' on the name and browse
24270        their hierarchy with `mouse-2' on the `+'.  Ports can directly be copied
24271  - FILE EXTENSIONS:  As default, files with extensions \".vhd\" and \".vhdl\" are      from entities and components (in packages).  Individual design units and
24272    automatically recognized as VHDL source files.  To add an extension \".xxx\",      complete designs can directly be compiled (\"Make\" menu entry).
24273    add the following line to your Emacs start-up file (`.emacs'):  
24274      (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist))        The hierarchy is automatically updated upon saving a modified source
24275        file when option `vhdl-speedbar-update-on-saving' is non-nil.  The
24276        hierarchy is only updated for projects that have been opened once in the
24277        speedbar.  The hierarchy is cached between Emacs sessions in a file (see
24278        options in group `vhdl-speedbar').
24279    
24280          Simple design consistency checks are done during scanning, such as
24281        multiple declarations of the same unit or missing primary units that are
24282        required by secondary units.
24283    
24284    
24285    | STRUCTURAL COMPOSITION:
24286    |   Enables simple structural composition.  `C-c C-c C-n' creates a skeleton
24287    |   for a new component.  Subcomponents (i.e. component declaration and
24288    |   instantiation) can be automatically placed from a previously read port
24289    |   (`C-c C-c C-p') or directly from the hierarchy browser (`P').  Finally,
24290    |   all subcomponents can be automatically connected using internal signals
24291    |   and ports (`C-c C-c C-w') following these rules:
24292    |     - subcomponent actual ports with same name are considered to be
24293    |       connected by a signal (internal signal or port)
24294    |     - signals that are only inputs to subcomponents are considered as
24295    |       inputs to this component -> input port created
24296    |     - signals that are only outputs from subcomponents are considered as
24297    |       outputs from this component -> output port created
24298    |     - signals that are inputs to AND outputs from subcomponents are
24299    |       considered as internal connections -> internal signal created
24300    |
24301    |     Component declarations can be placed in a components package (option
24302    |   `vhdl-use-components-package') which can be automatically generated for
24303    |   an entire directory or project (`C-c C-c M-p').  The VHDL'93 direct
24304    |   component instantiation is also supported (option
24305    |   `vhdl-use-direct-instantiation').
24306    |
24307    |     Purpose:  With appropriate naming conventions it is possible to
24308    |   create higher design levels with only a few mouse clicks or key
24309    |   strokes.  A new design level can be created by simply generating a new
24310    |   component, placing the required subcomponents from the hierarchy
24311    |   browser, and wiring everything automatically.
24312    |
24313    |     Note: Automatic wiring only works reliably on templates of new
24314    |   components and component instantiations that were created by VHDL mode.
24315    |
24316    |     See the options group `vhdl-compose' for all relevant user options.
24317    
24318    
24319      SOURCE FILE COMPILATION:
24320        The syntax of the current buffer can be analyzed by calling a VHDL
24321        compiler (menu, `C-c C-k').  The compiler to be used is specified by
24322        option `vhdl-compiler'.  The available compilers are listed in option
24323        `vhdl-compiler-alist' including all required compilation command,
24324        command options, compilation directory, and error message syntax
24325        information.  New compilers can be added.
24326    
24327          All the source files of an entire design can be compiled by the `make'
24328        command (menu, `C-c M-C-k') if an appropriate Makefile exists.
24329    
24330    
24331      MAKEFILE GENERATION:
24332        Makefiles can be generated automatically by an internal generation
24333        routine (`C-c M-k').  The library unit dependency information is
24334        obtained from the hierarchy browser.  Makefile generation can be
24335        customized for each compiler in option `vhdl-compiler-alist'.
24336    
24337          Makefile generation can also be run non-interactively using the
24338        command:
24339    
24340            emacs -batch -l ~/.emacs -l vhdl-mode
24341                  [-compiler compilername] [-project projectname]
24342                  -f vhdl-generate-makefile
24343    
24344          The Makefile's default target \"all\" compiles the entire design, the
24345        target \"clean\" removes it and the target \"library\" creates the
24346        library directory if not existent.  The Makefile also includes a target
24347        for each primary library unit which allows selective compilation of this
24348        unit, its secondary units and its subhierarchy (example: compilation of
24349        a design specified by a configuration).  User specific parts can be
24350        inserted into a Makefile with option `vhdl-makefile-generation-hook'.
24351    
24352        Limitations:
24353          - Only library units and dependencies within the current library are
24354            considered.  Makefiles for designs that span multiple libraries are
24355            not (yet) supported.
24356          - Only one-level configurations are supported (also hierarchical),
24357            but configurations that go down several levels are not.
24358          - The \"others\" keyword in configurations is not supported.
24359    
24360    
24361      PROJECTS:
24362        Projects can be defined in option `vhdl-project-alist' and a current
24363        project be selected using option `vhdl-project' (permanently) or from
24364        the menu or speedbar (temporarily).  For each project, title and
24365        description strings (for the file headers), source files/directories
24366        (for the hierarchy browser and Makefile generation), library name, and
24367        compiler-dependent options, exceptions and compilation directory can be
24368        specified.  Compilation settings overwrite the settings of option
24369        `vhdl-compiler-alist'.
24370    
24371          Project setups can be exported (i.e. written to a file) and imported.
24372        Imported setups are not automatically saved in `vhdl-project-alist' but
24373        can be saved afterwards in its customization buffer.  When starting
24374        Emacs with VHDL Mode (i.e. load a VHDL file or use \"emacs -l
24375        vhdl-mode\") in a directory with an existing project setup file, it is
24376        automatically loaded and its project activated if option
24377        `vhdl-project-auto-load' is non-nil.  Names/paths of the project setup
24378        files can be specified in option `vhdl-project-file-name'.  Multiple
24379        project setups can be automatically loaded from global directories.
24380        This is an alternative to specifying project setups with option
24381        `vhdl-project-alist'.
24382    
24383    
24384      SPECIAL MENUES:
24385        As an alternative to the speedbar, an index menu can be added (set
24386        option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu
24387        (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
24388        file) for browsing the file contents (is not populated if buffer is
24389        larger than `font-lock-maximum-size').  Also, a source file menu can be
24390        added (set option `vhdl-source-file-menu' to non-nil) for browsing the
24391        current directory for VHDL source files.
24392    
24393    
24394      VHDL STANDARDS:
24395        The VHDL standards to be used are specified in option `vhdl-standard'.
24396        Available standards are: VHDL'87/'93, VHDL-AMS, and Math Packages.
24397    
24398    
24399      KEYWORD CASE:
24400        Lower and upper case for keywords and standardized types, attributes,
24401        and enumeration values is supported.  If the option
24402        `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in
24403        lower case and are converted into upper case automatically (not for
24404        types, attributes, and enumeration values).  The case of keywords,
24405        types, attributes,and enumeration values can be fixed for an entire
24406        region (menu) or buffer (`C-c C-x C-c') according to the options
24407        `vhdl-upper-case-{keywords,types,attributes,enum-values}'.
24408    
24409    
24410      HIGHLIGHTING (fontification):
24411        Keywords and standardized types, attributes, enumeration values, and
24412        function names (controlled by option `vhdl-highlight-keywords'), as well
24413        as comments, strings, and template prompts are highlighted using
24414        different colors.  Unit, subprogram, signal, variable, constant,
24415        parameter and generic/port names in declarations as well as labels are
24416        highlighted if option `vhdl-highlight-names' is non-nil.
24417    
24418          Additional reserved words or words with a forbidden syntax (e.g. words
24419        that should be avoided) can be specified in option
24420        `vhdl-forbidden-words' or `vhdl-forbidden-syntax' and be highlighted in
24421        a warning color (option `vhdl-highlight-forbidden-words').  Verilog
24422        keywords are highlighted as forbidden words if option
24423        `vhdl-highlight-verilog-keywords' is non-nil.
24424    
24425          Words with special syntax can be highlighted by specifying their
24426        syntax and color in option `vhdl-special-syntax-alist' and by setting
24427        option `vhdl-highlight-special-words' to non-nil.  This allows to
24428        establish some naming conventions (e.g. to distinguish different kinds
24429        of signals or other objects by using name suffices) and to support them
24430        visually.
24431    
24432          Option `vhdl-highlight-case-sensitive' can be set to non-nil in order
24433        to support case-sensitive highlighting.  However, keywords are then only
24434        highlighted if written in lower case.
24435    
24436          Code between \"translate_off\" and \"translate_on\" pragmas is
24437        highlighted using a different background color if option
24438        `vhdl-highlight-translate-off' is non-nil.
24439    
24440          For documentation and customization of the used colors see
24441        customization group `vhdl-highlight-faces' (`M-x customize-group').  For
24442        highlighting of matching parenthesis, see customization group
24443        `paren-showing'.  Automatic buffer highlighting is turned on/off by
24444        option `global-font-lock-mode' (`font-lock-auto-fontify' in XEmacs).
24445    
24446    
24447      USER MODELS:
24448        VHDL models (templates) can be specified by the user and made accessible
24449        in the menu, through key bindings (`C-c C-m ...'), or by keyword
24450        electrification.  See option `vhdl-model-alist'.
24451    
24452    
24453      HIDE/SHOW:
24454        The code of blocks, processes, subprograms, component declarations and
24455        instantiations, generic/port clauses, and configuration declarations can
24456        be hidden using the `Hide/Show' menu or by pressing `S-mouse-2' within
24457        the code (see customization group `vhdl-menu').  XEmacs: limited
24458        functionality due to old `hideshow.el' package.
24459    
24460    
24461      CODE UPDATING:
24462        - Sensitivity List: `C-c C-u C-s' updates the sensitivity list of the
24463          current process, `C-c C-u M-s' of all processes in the current buffer.
24464          Limitations:
24465            - Only declared local signals (ports, signals declared in
24466              architecture and blocks) are automatically inserted.
24467            - Global signals declared in packages are not automatically inserted.
24468              Insert them once manually (will be kept afterwards).
24469            - Out parameters of procedures are considered to be read.
24470          Use option `vhdl-entity-file-name' to specify the entity file name
24471          (used to obtain the port names).
24472    
24473    
24474      CODE FIXING:
24475        `C-c C-x C-p' fixes the closing parenthesis of a generic/port clause
24476        (e.g. if the closing parenthesis is on the wrong line or is missing).
24477    
24478    
24479      PRINTING:
24480        Postscript printing with different faces (an optimized set of faces is
24481        used if `vhdl-print-customize-faces' is non-nil) or colors (if
24482        `ps-print-color-p' is non-nil) is possible using the standard Emacs
24483        postscript printing commands.  Option `vhdl-print-two-column' defines
24484        appropriate default settings for nice landscape two-column printing.
24485        The paper format can be set by option `ps-paper-type'.  Do not forget to
24486        switch `ps-print-color-p' to nil for printing on black-and-white
24487        printers.
24488    
24489    
24490      OPTIONS:
24491        User options allow customization of VHDL Mode.  All options are
24492        accessible from the \"Options\" menu entry.  Simple options (switches
24493        and choices) can directly be changed, while for complex options a
24494        customization buffer is opened.  Changed options can be saved for future
24495        sessions using the \"Save Options\" menu entry.
24496    
24497          Options and their detailed descriptions can also be accessed by using
24498        the \"Customize\" menu entry or the command `M-x customize-option' (`M-x
24499        customize-group' for groups).  Some customizations only take effect
24500        after some action (read the NOTE in the option documentation).
24501        Customization can also be done globally (i.e. site-wide, read the
24502        INSTALL file).
24503    
24504          Not all options are described in this documentation, so go and see
24505        what other useful user options there are (`M-x vhdl-customize' or menu)!
24506    
24507    
24508      FILE EXTENSIONS:
24509        As default, files with extensions \".vhd\" and \".vhdl\" are
24510        automatically recognized as VHDL source files.  To add an extension
24511        \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
24512    
24513          (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist))
24514    
24515    
24516      HINTS:
24517        - To start Emacs with open VHDL hierarchy browser without having to load
24518          a VHDL file first, use the command:
24519    
24520            emacs -l vhdl-mode -f speedbar-frame-mode
24521    
24522        - Type `C-g C-g' to interrupt long operations or if Emacs hangs.
24523    
24524        - Some features only work on properly indented code.
24525    
24526    
24527  - HINTS:    RELEASE NOTES:
24528    - Type `\\[keyboard-quit] \\[keyboard-quit]' to interrupt long operations or if Emacs hangs.      See also the release notes (menu) for added features in new releases.
24529    
24530    
24531  Maintenance:  Maintenance:
24532  ------------  ------------
24533    
24534  To submit a bug report, enter `\\[vhdl-submit-bug-report]' within VHDL Mode.  To submit a bug report, enter `M-x vhdl-submit-bug-report' within VHDL Mode.
24535  Add a description of the problem and include a reproducible test case.  Add a description of the problem and include a reproducible test case.
24536    
24537  Questions and enhancement requests can be sent to <vhdl-mode@geocities.com>.  Questions and enhancement requests can be sent to <reto@gnu.org>.
24538    
24539  The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.  The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.
24540  The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta releases.  The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta
24541  You are kindly invited to participate in beta testing.  Subscribe to above  releases.  You are kindly invited to participate in beta testing.  Subscribe
24542  mailing lists by sending an email to <vhdl-mode@geocities.com>.  to above mailing lists by sending an email to <reto@gnu.org>.
24543    
24544  VHDL Mode is officially distributed on the Emacs VHDL Mode Home Page  VHDL Mode is officially distributed at
24545  <http://www.geocities.com/SiliconValley/Peaks/8287>, where the latest  http://opensource.ethz.ch/emacs/vhdl-mode.html
24546  version and release notes can be found.  where the latest version can be found.
24547    
24548    
24549  Bugs and Limitations:  Known problems:
24550  ---------------------  ---------------
24551    
 - Re-indenting large regions or expressions can be slow.  
24552  - Indentation bug in simultaneous if- and case-statements (VHDL-AMS).  - Indentation bug in simultaneous if- and case-statements (VHDL-AMS).
24553  - Hideshow does not work under XEmacs.  - XEmacs: Incorrect start-up when automatically opening speedbar.
24554  - Index menu and file tagging in speedbar do not work under XEmacs.  - XEmacs: Indentation in XEmacs 21.4 (and higher).
 - Parsing compilation error messages for Ikos and Viewlogic VHDL compilers  
   does not work under XEmacs.  
24555    
24556    
24557                                                    The VHDL Mode Maintainers                                                  The VHDL Mode Authors
24558                                                  Reto Zimmermann and Rod Whitby                                              Reto Zimmermann and Rod Whitby
24559    
24560  Key bindings:  Key bindings:
24561  -------------  -------------
# Line 23689  Not documented Line 24667  Not documented
24667    
24668  ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame  ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
24669  ;;;;;;  view-buffer-other-window view-buffer view-file-other-frame  ;;;;;;  view-buffer-other-window view-buffer view-file-other-frame
24670  ;;;;;;  view-file-other-window view-file) "view" "view.el" (15935  ;;;;;;  view-file-other-window view-file) "view" "view.el" (16051
24671  ;;;;;;  44605))  ;;;;;;  51601))
24672  ;;; Generated autoloads from view.el  ;;; Generated autoloads from view.el
24673    
24674  (defvar view-mode nil "\  (defvar view-mode nil "\
# Line 24024  Please submit bug reports and other feed Line 25002  Please submit bug reports and other feed
25002  ;;;***  ;;;***
25003    
25004  ;;;### (autoloads (which-function-mode) "which-func" "which-func.el"  ;;;### (autoloads (which-function-mode) "which-func" "which-func.el"
25005  ;;;;;;  (15935 44700))  ;;;;;;  (16034 39630))
25006  ;;; Generated autoloads from which-func.el  ;;; Generated autoloads from which-func.el
25007    
25008  (defalias (quote which-func-mode) (quote which-function-mode))  (defalias (quote which-func-mode) (quote which-function-mode))
# Line 24169  With arg, turn widget mode on if and onl Line 25147  With arg, turn widget mode on if and onl
25147  ;;;***  ;;;***
25148    
25149  ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create  ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
25150  ;;;;;;  widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15867  ;;;;;;  widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15948
25151  ;;;;;;  16241))  ;;;;;;  48537))
25152  ;;; Generated autoloads from wid-edit.el  ;;; Generated autoloads from wid-edit.el
25153    
25154  (autoload (quote widgetp) "wid-edit" "\  (autoload (quote widgetp) "wid-edit" "\
# Line 24285  With arg, turn Winner mode on if and onl Line 25263  With arg, turn Winner mode on if and onl
25263  ;;;***  ;;;***
25264    
25265  ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"  ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
25266  ;;;;;;  "woman.el" (15930 37838))  ;;;;;;  "woman.el" (16011 21748))
25267  ;;; Generated autoloads from woman.el  ;;; Generated autoloads from woman.el
25268    
25269  (autoload (quote woman) "woman" "\  (autoload (quote woman) "woman" "\
# Line 24433  The key bindings are: Line 25411  The key bindings are:
25411    
25412  ;;;***  ;;;***
25413    
25414  ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15935  ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16017
25415  ;;;;;;  44818))  ;;;;;;  34179))
25416  ;;; Generated autoloads from xt-mouse.el  ;;; Generated autoloads from xt-mouse.el
25417    
25418  (defvar xterm-mouse-mode nil "\  (defvar xterm-mouse-mode nil "\
# Line 24533  Zone-mode does two things: Line 25511  Zone-mode does two things:
25511  ;;;;;;  "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"  ;;;;;;  "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
25512  ;;;;;;  "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el"  ;;;;;;  "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el"
25513  ;;;;;;  "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el"  ;;;;;;  "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el"
25514  ;;;;;;  "cus-theme.el" "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el"  ;;;;;;  "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el"
25515  ;;;;;;  "ediff-diff.el" "ediff-init.el" "ediff-merg.el" "ediff-ptch.el"  ;;;;;;  "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el"
25516  ;;;;;;  "ediff-vers.el" "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el"  ;;;;;;  "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
25517  ;;;;;;  "emacs-lisp/authors.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"  ;;;;;;  "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el"
25518  ;;;;;;  "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el"  ;;;;;;  "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el"
25519  ;;;;;;  "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"  ;;;;;;  "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el"
25520  ;;;;;;  "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" "emacs-lisp/float.el"  ;;;;;;  "emacs-lisp/find-gc.el" "emacs-lisp/float.el" "emacs-lisp/gulp.el"
25521  ;;;;;;  "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el"  ;;;;;;  "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el"
25522  ;;;;;;  "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el"  ;;;;;;  "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el"
25523  ;;;;;;  "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/sregex.el"  ;;;;;;  "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" "emacs-lisp/testcover-ses.el"
25524  ;;;;;;  "emacs-lisp/testcover-ses.el" "emacs-lisp/testcover-unsafep.el"  ;;;;;;  "emacs-lisp/testcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el"
25525  ;;;;;;  "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"  ;;;;;;  "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
25526  ;;;;;;  "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"  ;;;;;;  "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el"
25527  ;;;;;;  "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el"  ;;;;;;  "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el"
25528  ;;;;;;  "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"  ;;;;;;  "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el"
25529  ;;;;;;  "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"  ;;;;;;  "emulation/viper-util.el" "env.el" "eshell/em-alias.el" "eshell/em-banner.el"
25530  ;;;;;;  "env.el" "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"  ;;;;;;  "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
25531  ;;;;;;  "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"  ;;;;;;  "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
25532  ;;;;;;  "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"  ;;;;;;  "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
25533  ;;;;;;  "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"  ;;;;;;  "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
25534  ;;;;;;  "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"  ;;;;;;  "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
25535  ;;;;;;  "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"  ;;;;;;  "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
25536  ;;;;;;  "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"  ;;;;;;  "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el"
25537  ;;;;;;  "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el"  ;;;;;;  "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el"
25538  ;;;;;;  "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"  ;;;;;;  "eshell/esh-var.el" "faces.el" "files.el" "filesets.el" "finder-inf.el"
25539  ;;;;;;  "faces.el" "files.el" "filesets.el" "finder-inf.el" "float-sup.el"  ;;;;;;  "float-sup.el" "foldout.el" "font-core.el" "format.el" "forms-d2.el"
25540  ;;;;;;  "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el"  ;;;;;;  "forms-pass.el" "frame.el" "generic-x.el" "gnus/flow-fill.el"
25541  ;;;;;;  "frame.el" "generic-x.el" "gnus/flow-fill.el" "gnus/format-spec.el"  ;;;;;;  "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
25542  ;;;;;;  "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"  ;;;;;;  "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
25543  ;;;;;;  "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el"  ;;;;;;  "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
25544  ;;;;;;  "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"  ;;;;;;  "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
 ;;;;;;  "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"  
25545  ;;;;;;  "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"  ;;;;;;  "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
25546  ;;;;;;  "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"  ;;;;;;  "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
25547  ;;;;;;  "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"  ;;;;;;  "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
# Line 24597  Zone-mode does two things: Line 25574  Zone-mode does two things:
25574  ;;;;;;  "language/ethiopic.el" "language/european.el" "language/georgian.el"  ;;;;;;  "language/ethiopic.el" "language/european.el" "language/georgian.el"
25575  ;;;;;;  "language/greek.el" "language/hebrew.el" "language/indian.el"  ;;;;;;  "language/greek.el" "language/hebrew.el" "language/indian.el"
25576  ;;;;;;  "language/japanese.el" "language/korean.el" "language/lao.el"  ;;;;;;  "language/japanese.el" "language/korean.el" "language/lao.el"
25577  ;;;;;;  "language/misc-lang.el" "language/romanian.el" "language/slovak.el"  ;;;;;;  "language/malayalam.el" "language/misc-lang.el" "language/romanian.el"
25578  ;;;;;;  "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el"  ;;;;;;  "language/slovak.el" "language/tamil.el" "language/thai.el"
25579  ;;;;;;  "language/vietnamese.el" "loadup.el" "mail/blessmail.el"  ;;;;;;  "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
25580  ;;;;;;  "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el"  ;;;;;;  "loaddefs1.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el"
25581  ;;;;;;  "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" "mail/vms-pmail.el"  ;;;;;;  "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
25582  ;;;;;;  "map-ynp.el" "menu-bar.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el"  ;;;;;;  "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el"
25583  ;;;;;;  "mh-e/mh-funcs.el" "mh-e/mh-identity.el" "mh-e/mh-index.el"  ;;;;;;  "map-ynp.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el" "mh-e/mh-funcs.el"
25584  ;;;;;;  "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-pick.el"  ;;;;;;  "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-index.el"
25585  ;;;;;;  "mh-e/mh-seq.el" "mh-e/mh-speed.el" "mh-e/mh-xemacs-compat.el"  ;;;;;;  "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el"
25586  ;;;;;;  "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"  ;;;;;;  "mh-e/mh-pick.el" "mh-e/mh-seq.el" "mh-e/mh-speed.el" "mh-e/mh-xemacs-compat.el"
25587  ;;;;;;  "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el"  ;;;;;;  "mh-e/mh-xemacs-icons.el" "misc.el" "mouse-copy.el" "mouse-drag.el"
25588  ;;;;;;  "net/ldap.el" "net/netrc.el" "net/tramp-ftp.el" "net/tramp-smb.el"  ;;;;;;  "mouse.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el"
25589  ;;;;;;  "net/tramp-util.el" "net/tramp-uu.el" "net/tramp-vc.el" "obsolete/cplus-md.el"  ;;;;;;  "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el"
25590  ;;;;;;  "obsolete/hilit19.el" "obsolete/mlsupport.el" "obsolete/ooutline.el"  ;;;;;;  "net/tramp-ftp.el" "net/tramp-smb.el" "net/tramp-util.el"
25591  ;;;;;;  "obsolete/profile.el" "obsolete/rnews.el" "obsolete/sc.el"  ;;;;;;  "net/tramp-uu.el" "net/tramp-vc.el" "net/trampver.el" "obsolete/hilit19.el"
25592  ;;;;;;  "obsolete/sun-curs.el" "obsolete/sun-fns.el" "obsolete/uncompress.el"  ;;;;;;  "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el"
25593  ;;;;;;  "obsolete/x-apollo.el" "obsolete/x-menu.el" "patcomp.el"  ;;;;;;  "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el"
25594  ;;;;;;  "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el"  ;;;;;;  "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el"
25595  ;;;;;;  "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"  ;;;;;;  "obsolete/x-menu.el" "patcomp.el" "paths.el" "pcvs-info.el"
25596  ;;;;;;  "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"  ;;;;;;  "pcvs-parse.el" "pcvs-util.el" "play/gamegrid.el" "play/gametree.el"
25597  ;;;;;;  "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el"  ;;;;;;  "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
25598  ;;;;;;  "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el"  ;;;;;;  "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-compat.el"
25599  ;;;;;;  "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el"  ;;;;;;  "progmodes/cc-defs.el" "progmodes/cc-engine.el" "progmodes/cc-menus.el"
25600  ;;;;;;  "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "regi.el"  ;;;;;;  "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el"
25601  ;;;;;;  "register.el" "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el"  ;;;;;;  "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el"
25602    ;;;;;;  "progmodes/mantemp.el" "progmodes/xscheme.el" "regi.el" "register.el"
25603    ;;;;;;  "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el"
25604  ;;;;;;  "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el"  ;;;;;;  "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el"
25605  ;;;;;;  "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"  ;;;;;;  "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"
25606  ;;;;;;  "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el"  ;;;;;;  "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el"
# Line 24641  Zone-mode does two things: Line 25620  Zone-mode does two things:
25620  ;;;;;;  "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el"  ;;;;;;  "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el"
25621  ;;;;;;  "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"  ;;;;;;  "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
25622  ;;;;;;  "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"  ;;;;;;  "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
25623  ;;;;;;  "xml.el" "xscheme.el") (15937 17172 70907))  ;;;;;;  "xml.el") (16055 65403 916393))
25624    
25625  ;;;***  ;;;***
25626    

Legend:
Removed from v.2.90  
changed lines
  Added in v.2.91

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26