comparison lisp/loaddefs.el @ 47167:fb51fc1dba63

Recreated, to remove spurious `reveal-mode' autoloads.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 30 Aug 2002 20:41:05 +0000
parents 5a198b39123a
children 203aa2716539
comparison
equal deleted inserted replaced
47166:e92a6d6dd53f 47167:fb51fc1dba63
405 A replacement function for `newline-and-indent', aligning as it goes." t nil) 405 A replacement function for `newline-and-indent', aligning as it goes." t nil)
406 406
407 ;;;*** 407 ;;;***
408 408
409 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 409 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
410 ;;;;;; "net/ange-ftp.el" (15707 34351)) 410 ;;;;;; "net/ange-ftp.el" (15724 63540))
411 ;;; Generated autoloads from net/ange-ftp.el 411 ;;; Generated autoloads from net/ange-ftp.el
412 412 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
413 (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
414 413
415 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ 414 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\
416 Reread remote directory DIR to update the directory cache. 415 Reread remote directory DIR to update the directory cache.
417 The implementation of remote ftp file names caches directory contents 416 The implementation of remote ftp file names caches directory contents
418 for speed. Therefore, when new remote files are created, Emacs 417 for speed. Therefore, when new remote files are created, Emacs
419 may not know they exist. You can use this command to reread a specific 418 may not know they exist. You can use this command to reread a specific
420 directory, so that Emacs will know its current contents." t nil) 419 directory, so that Emacs will know its current contents." t nil)
421 420
422 (autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil) 421 (autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil)
423 422
424 (put (quote ange-ftp-hook-function) (quote file-remote-p) t) 423 (or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)) file-name-handler-alist)))
424
425 (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist)))
425 426
426 ;;;*** 427 ;;;***
427 428
428 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 429 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
429 ;;;;;; "animate" "play/animate.el" (15220 9096)) 430 ;;;;;; "animate" "play/animate.el" (15220 9096))
500 ;;;*** 501 ;;;***
501 502
502 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 503 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
503 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 504 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
504 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 505 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
505 ;;;;;; "appt" "calendar/appt.el" (15708 56871)) 506 ;;;;;; "appt" "calendar/appt.el" (15724 63538))
506 ;;; Generated autoloads from calendar/appt.el 507 ;;; Generated autoloads from calendar/appt.el
507 508
508 (defvar appt-issue-message t "\ 509 (defvar appt-issue-message t "\
509 *Non-nil means check for appointments in the diary buffer. 510 *Non-nil means check for appointments in the diary buffer.
510 To be detected, the diary entry must have the time 511 To be detected, the diary entry must have the time
597 bindings. 598 bindings.
598 Returns list of symbols and documentation found." t nil) 599 Returns list of symbols and documentation found." t nil)
599 600
600 ;;;*** 601 ;;;***
601 602
602 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15591 603 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15626
603 ;;;;;; 63983)) 604 ;;;;;; 5161))
604 ;;; Generated autoloads from arc-mode.el 605 ;;; Generated autoloads from arc-mode.el
605 606
606 (autoload (quote archive-mode) "arc-mode" "\ 607 (autoload (quote archive-mode) "arc-mode" "\
607 Major mode for viewing an archive file in a dired-like way. 608 Major mode for viewing an archive file in a dired-like way.
608 You can move around using the usual cursor motion commands. 609 You can move around using the usual cursor motion commands.
616 617
617 \\{archive-mode-map}" nil nil) 618 \\{archive-mode-map}" nil nil)
618 619
619 ;;;*** 620 ;;;***
620 621
621 ;;;### (autoloads (array-mode) "array" "array.el" (15425 19755)) 622 ;;;### (autoloads (array-mode) "array" "array.el" (15626 5161))
622 ;;; Generated autoloads from array.el 623 ;;; Generated autoloads from array.el
623 624
624 (autoload (quote array-mode) "array" "\ 625 (autoload (quote array-mode) "array" "\
625 Major mode for editing arrays. 626 Major mode for editing arrays.
626 627
685 686
686 Entering array mode calls the function `array-mode-hook'." t nil) 687 Entering array mode calls the function `array-mode-hook'." t nil)
687 688
688 ;;;*** 689 ;;;***
689 690
690 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15651 691 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15669
691 ;;;;;; 7291)) 692 ;;;;;; 50258))
692 ;;; Generated autoloads from textmodes/artist.el 693 ;;; Generated autoloads from textmodes/artist.el
693 694
694 (autoload (quote artist-mode) "artist" "\ 695 (autoload (quote artist-mode) "artist" "\
695 Toggle artist mode. With arg, turn artist mode on if arg is positive. 696 Toggle artist mode. With arg, turn artist mode on if arg is positive.
696 Artist lets you draw lines, squares, rectangles and poly-lines, ellipses 697 Artist lets you draw lines, squares, rectangles and poly-lines, ellipses
917 " t nil) 918 " t nil)
918 919
919 ;;;*** 920 ;;;***
920 921
921 ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" 922 ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
922 ;;;;;; (15185 49575)) 923 ;;;;;; (15235 51738))
923 ;;; Generated autoloads from obsolete/auto-show.el 924 ;;; Generated autoloads from obsolete/auto-show.el
924 925
925 (defvar auto-show-mode nil "\ 926 (defvar auto-show-mode nil "\
926 Obsolete.") 927 Obsolete.")
927 928
984 \\{autoarg-kp-mode-map}" t nil) 985 \\{autoarg-kp-mode-map}" t nil)
985 986
986 ;;;*** 987 ;;;***
987 988
988 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 989 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
989 ;;;;;; (15327 25266)) 990 ;;;;;; (15327 25337))
990 ;;; Generated autoloads from progmodes/autoconf.el 991 ;;; Generated autoloads from progmodes/autoconf.el
991 992
992 (autoload (quote autoconf-mode) "autoconf" "\ 993 (autoload (quote autoconf-mode) "autoconf" "\
993 Major mode for editing Autoconf configure.in files." t nil) 994 Major mode for editing Autoconf configure.in files." t nil)
994 995
995 ;;;*** 996 ;;;***
996 997
997 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 998 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
998 ;;;;;; "autoinsert" "autoinsert.el" (15567 16400)) 999 ;;;;;; "autoinsert" "autoinsert.el" (15707 44426))
999 ;;; Generated autoloads from autoinsert.el 1000 ;;; Generated autoloads from autoinsert.el
1000 1001
1001 (autoload (quote auto-insert) "autoinsert" "\ 1002 (autoload (quote auto-insert) "autoinsert" "\
1002 Insert default contents into new files if variable `auto-insert' is non-nil. 1003 Insert default contents into new files if variable `auto-insert' is non-nil.
1003 Matches the visited file name against the elements of `auto-insert-alist'." t nil) 1004 Matches the visited file name against the elements of `auto-insert-alist'." t nil)
1086 Use `auto-revert-mode' to revert a particular buffer." t nil) 1087 Use `auto-revert-mode' to revert a particular buffer." t nil)
1087 1088
1088 ;;;*** 1089 ;;;***
1089 1090
1090 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1091 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1091 ;;;;;; "avoid.el" (15197 22088)) 1092 ;;;;;; "avoid.el" (15235 51725))
1092 ;;; Generated autoloads from avoid.el 1093 ;;; Generated autoloads from avoid.el
1093 1094
1094 (defvar mouse-avoidance-mode nil "\ 1095 (defvar mouse-avoidance-mode nil "\
1095 Activate mouse avoidance mode. 1096 Activate mouse avoidance mode.
1096 See function `mouse-avoidance-mode' for possible values. 1097 See function `mouse-avoidance-mode' for possible values.
1141 Turning on AWK mode runs `awk-mode-hook'." t nil) 1142 Turning on AWK mode runs `awk-mode-hook'." t nil)
1142 1143
1143 ;;;*** 1144 ;;;***
1144 1145
1145 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1146 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1146 ;;;;;; (15251 14241)) 1147 ;;;;;; (15252 4768))
1147 ;;; Generated autoloads from emacs-lisp/backquote.el 1148 ;;; Generated autoloads from emacs-lisp/backquote.el
1148 1149
1149 (autoload (quote backquote) "backquote" "\ 1150 (autoload (quote backquote) "backquote" "\
1150 Argument STRUCTURE describes a template to build. 1151 Argument STRUCTURE describes a template to build.
1151 1152
1181 The mode line will be updated automatically every `battery-update-interval' 1182 The mode line will be updated automatically every `battery-update-interval'
1182 seconds." t nil) 1183 seconds." t nil)
1183 1184
1184 ;;;*** 1185 ;;;***
1185 1186
1186 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15630 1187 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15727
1187 ;;;;;; 29474)) 1188 ;;;;;; 54456))
1188 ;;; Generated autoloads from textmodes/bibtex.el 1189 ;;; Generated autoloads from textmodes/bibtex.el
1189 1190
1190 (autoload (quote bibtex-mode) "bibtex" "\ 1191 (autoload (quote bibtex-mode) "bibtex" "\
1191 Major mode for editing BibTeX files. 1192 Major mode for editing BibTeX files.
1192 1193
1193 To submit a problem report, enter \\[bibtex-submit-bug-report] from a 1194 To submit a problem report, enter \\[bibtex-submit-bug-report] from a
1194 BibTeX mode buffer. This automatically sets up a mail buffer with 1195 BibTeX mode buffer. This automatically sets up a mail buffer with
1195 version information already added. You just need to add a description 1196 version information already added. You just need to add a description
1196 of the problem, including a reproducable test case and send the 1197 of the problem, including a reproducible test case and send the
1197 message. 1198 message.
1198 1199
1199 1200
1200 General information on working with BibTeX mode: 1201 General information on working with BibTeX mode:
1201 1202
1941 Return a vector containing the lines from `bruce-phrases-file'." nil nil) 1942 Return a vector containing the lines from `bruce-phrases-file'." nil nil)
1942 1943
1943 ;;;*** 1944 ;;;***
1944 1945
1945 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 1946 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
1946 ;;;;;; "bs" "bs.el" (15354 40500)) 1947 ;;;;;; "bs" "bs.el" (15727 54454))
1947 ;;; Generated autoloads from bs.el 1948 ;;; Generated autoloads from bs.el
1948 1949
1949 (autoload (quote bs-cycle-next) "bs" "\ 1950 (autoload (quote bs-cycle-next) "bs" "\
1950 Select next buffer defined by buffer cycling. 1951 Select next buffer defined by buffer cycling.
1951 The buffers taking part in buffer cycling are defined 1952 The buffers taking part in buffer cycling are defined
1970 Type \\[bs-kill] to leave Buffer Selection Menu without a selection. 1971 Type \\[bs-kill] to leave Buffer Selection Menu without a selection.
1971 Type \\[bs-help] after invocation to get help on commands available. 1972 Type \\[bs-help] after invocation to get help on commands available.
1972 With prefix argument ARG show a different buffer list. Function 1973 With prefix argument ARG show a different buffer list. Function
1973 `bs--configuration-name-for-prefix-arg' determine accordingly 1974 `bs--configuration-name-for-prefix-arg' determine accordingly
1974 name of buffer configuration." t nil) 1975 name of buffer configuration." t nil)
1975
1976 ;;;***
1977
1978 ;;;### (autoloads (insert-text-button make-text-button insert-button
1979 ;;;;;; make-button define-button-type) "button" "button.el" (15412
1980 ;;;;;; 6557))
1981 ;;; Generated autoloads from button.el
1982
1983 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map "
1984 " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1985 Keymap used by buttons.")
1986
1987 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
1988 Keymap useful for buffers containing buttons.
1989 Mode-specific keymaps may want to use this as their parent keymap.")
1990
1991 (autoload (quote define-button-type) "button" "\
1992 Define a `button type' called NAME.
1993 The remaining arguments form a sequence of PROPERTY VALUE pairs,
1994 specifying properties to use as defaults for buttons with this type
1995 \(a button's type may be set by giving it a `type' property when
1996 creating the button, using the :type keyword argument).
1997
1998 In addition, the keyword argument :supertype may be used to specify a
1999 button-type from which NAME inherits its default property values
2000 \(however, the inheritance happens only when NAME is defined; subsequent
2001 changes to a supertype are not reflected in its subtypes)." nil nil)
2002
2003 (autoload (quote make-button) "button" "\
2004 Make a button from BEG to END in the current buffer.
2005 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2006 specifying properties to add to the button.
2007 In addition, the keyword argument :type may be used to specify a
2008 button-type from which to inherit other properties; see
2009 `define-button-type'.
2010
2011 Also see `make-text-button', `insert-button'." nil nil)
2012
2013 (autoload (quote insert-button) "button" "\
2014 Insert a button with the label LABEL.
2015 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2016 specifying properties to add to the button.
2017 In addition, the keyword argument :type may be used to specify a
2018 button-type from which to inherit other properties; see
2019 `define-button-type'.
2020
2021 Also see `insert-text-button', `make-button'." nil nil)
2022
2023 (autoload (quote make-text-button) "button" "\
2024 Make a button from BEG to END in the current buffer.
2025 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2026 specifying properties to add to the button.
2027 In addition, the keyword argument :type may be used to specify a
2028 button-type from which to inherit other properties; see
2029 `define-button-type'.
2030
2031 This function is like `make-button', except that the button is actually
2032 part of the text instead of being a property of the buffer. Creating
2033 large numbers of buttons can also be somewhat faster using
2034 `make-text-button'.
2035
2036 Also see `insert-text-button'." nil nil)
2037
2038 (autoload (quote insert-text-button) "button" "\
2039 Insert a button with the label LABEL.
2040 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2041 specifying properties to add to the button.
2042 In addition, the keyword argument :type may be used to specify a
2043 button-type from which to inherit other properties; see
2044 `define-button-type'.
2045
2046 This function is like `insert-button', except that the button is
2047 actually part of the text instead of being a property of the buffer.
2048 Creating large numbers of buttons can also be somewhat faster using
2049 `insert-text-button'.
2050
2051 Also see `make-text-button'." nil nil)
2052 1976
2053 ;;;*** 1977 ;;;***
2054 1978
2055 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1979 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2056 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 1980 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2128 Must be used only with `-batch', and kills Emacs on completion. 2052 Must be used only with `-batch', and kills Emacs on completion.
2129 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil) 2053 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil)
2130 2054
2131 ;;;*** 2055 ;;;***
2132 2056
2133 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15186 39912)) 2057 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15235 51733))
2134 ;;; Generated autoloads from calendar/cal-dst.el 2058 ;;; Generated autoloads from calendar/cal-dst.el
2135 2059
2136 (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2060 (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
2137 2061
2138 (put (quote calendar-daylight-savings-ends) (quote risky-local-variable) t) 2062 (put (quote calendar-daylight-savings-ends) (quote risky-local-variable) t)
2145 2069
2146 (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2070 (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
2147 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. 2071 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2148 When called interactively from the calendar window, the date of death is taken 2072 When called interactively from the calendar window, the date of death is taken
2149 from the cursor position." t nil) 2073 from the cursor position." t nil)
2150
2151 ;;;***
2152
2153 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2154 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2155 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15698
2156 ;;;;;; 64355))
2157 ;;; Generated autoloads from calc/calc.el
2158
2159 (defvar calc-info-filename "calc.info" "\
2160 *File name in which to look for the Calculator's Info documentation.")
2161
2162 (defvar calc-settings-file user-init-file "\
2163 *File in which to record permanent settings; default is `user-init-file'.")
2164
2165 (defvar calc-autoload-directory nil "\
2166 Name of directory from which additional \".elc\" files for Calc should be
2167 loaded. Should include a trailing \"/\".
2168 If nil, use original installation directory.
2169 This can safely be nil as long as the Calc files are on the load-path.")
2170
2171 (defvar calc-gnuplot-name "gnuplot" "\
2172 *Name of GNUPLOT program, for calc-graph features.")
2173
2174 (defvar calc-gnuplot-plot-command nil "\
2175 *Name of command for displaying GNUPLOT output; %s = file name to print.")
2176
2177 (defvar calc-gnuplot-print-command "lp %s" "\
2178 *Name of command for printing GNUPLOT output; %s = file name to print.")
2179 (global-set-key "\e#" 'calc-dispatch)
2180
2181 (autoload (quote calc-dispatch) "calc" "\
2182 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details." t nil)
2183
2184 (autoload (quote calc) "calc" "\
2185 The Emacs Calculator. Full documentation is listed under \"calc-mode\"." t nil)
2186
2187 (autoload (quote full-calc) "calc" "\
2188 Invoke the Calculator and give it a full-sized window." t nil)
2189
2190 (autoload (quote quick-calc) "calc" "\
2191 Do a quick calculation in the minibuffer without invoking full Calculator." t nil)
2192
2193 (autoload (quote calc-eval) "calc" "\
2194 Do a quick calculation and return the result as a string.
2195 Return value will either be the formatted result in string form,
2196 or a list containing a character position and an error message in string form." nil nil)
2197
2198 (autoload (quote calc-keypad) "calc" "\
2199 Invoke the Calculator in \"visual keypad\" mode.
2200 This is most useful in the X window system.
2201 In this mode, click on the Calc \"buttons\" using the left mouse button.
2202 Or, position the cursor manually and do M-x calc-keypad-press." t nil)
2203
2204 (autoload (quote full-calc-keypad) "calc" "\
2205 Invoke the Calculator in full-screen \"visual keypad\" mode.
2206 See calc-keypad for details." t nil)
2207
2208 (autoload (quote calc-grab-region) "calc" "\
2209 Parse the region as a vector of numbers and push it on the Calculator stack." t nil)
2210
2211 (autoload (quote calc-grab-rectangle) "calc" "\
2212 Parse a rectangle as a matrix of numbers and push it on the Calculator stack." t nil)
2213
2214 (autoload (quote calc-embedded) "calc" "\
2215 Start Calc Embedded mode on the formula surrounding point." t nil)
2216
2217 (autoload (quote calc-embedded-activate) "calc" "\
2218 Scan the current editing buffer for all embedded := and => formulas.
2219 Also looks for the equivalent TeX words, \\gets and \\evalto." t nil)
2220
2221 (autoload (quote defmath) "calc" nil nil (quote macro))
2222
2223 ;;;***
2224
2225 ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el"
2226 ;;;;;; (15605 43432))
2227 ;;; Generated autoloads from calc/calc-ext.el
2228
2229 (autoload (quote calc-extensions) "calc-ext" "\
2230 This function is part of the autoload linkage for parts of Calc." nil nil)
2231 2074
2232 ;;;*** 2075 ;;;***
2233 2076
2234 ;;;### (autoloads (calculator) "calculator" "calculator.el" (15453 2077 ;;;### (autoloads (calculator) "calculator" "calculator.el" (15453
2235 ;;;;;; 16009)) 2078 ;;;;;; 16009))
2891 offset for that syntactic element. The optional argument is not used 2734 offset for that syntactic element. The optional argument is not used
2892 and exists only for compatibility reasons." t nil) 2735 and exists only for compatibility reasons." t nil)
2893 2736
2894 ;;;*** 2737 ;;;***
2895 2738
2896 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15556 56060)) 2739 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15626 5163))
2897 ;;; Generated autoloads from progmodes/cc-vars.el 2740 ;;; Generated autoloads from progmodes/cc-vars.el
2898 2741
2899 (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))) "\ 2742 (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))) "\
2900 A list of features extant in the Emacs you are using. 2743 A list of features extant in the Emacs you are using.
2901 There are many flavors of Emacs out there, each with different 2744 There are many flavors of Emacs out there, each with different
3380 (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 3223 (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
3381 3224
3382 ;;;*** 3225 ;;;***
3383 3226
3384 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3227 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3385 ;;;;;; (15250 27620)) 3228 ;;;;;; (15252 4769))
3386 ;;; Generated autoloads from progmodes/cmacexp.el 3229 ;;; Generated autoloads from progmodes/cmacexp.el
3387 3230
3388 (autoload (quote c-macro-expand) "cmacexp" "\ 3231 (autoload (quote c-macro-expand) "cmacexp" "\
3389 Expand C macros in the region, using the C preprocessor. 3232 Expand C macros in the region, using the C preprocessor.
3390 Normally display output in temp buffer, but 3233 Normally display output in temp buffer, but
3412 \(Type \\[describe-mode] in the process buffer for a list of commands.)" t nil) 3255 \(Type \\[describe-mode] in the process buffer for a list of commands.)" t nil)
3413 (add-hook 'same-window-buffer-names "*scheme*") 3256 (add-hook 'same-window-buffer-names "*scheme*")
3414 3257
3415 ;;;*** 3258 ;;;***
3416 3259
3417 ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3418 ;;;;;; (15591 63983))
3419 ;;; Generated autoloads from international/code-pages.el
3420
3421 (autoload (quote cp-make-coding-system) "code-pages" "\
3422 Make coding system NAME for and 8-bit, extended-ASCII character set.
3423 V is a 128-long vector of characters to translate the upper half of
3424 the charactert set. DOC-STRING and MNEMONIC are used as the
3425 corresponding args of `make-coding-system'. If MNEMONIC isn't given,
3426 ?* is used." nil (quote macro))
3427
3428 ;;;***
3429
3430 ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 3260 ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3431 ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 3261 ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3432 ;;;;;; "codepage" "international/codepage.el" (15507 55753)) 3262 ;;;;;; "codepage" "international/codepage.el" (15507 55753))
3433 ;;; Generated autoloads from international/codepage.el 3263 ;;; Generated autoloads from international/codepage.el
3434 3264
3703 (define-key ctl-x-map "`" 'next-error) 3533 (define-key ctl-x-map "`" 'next-error)
3704 3534
3705 ;;;*** 3535 ;;;***
3706 3536
3707 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 3537 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
3708 ;;;;;; (15186 56482)) 3538 ;;;;;; (15235 51726))
3709 ;;; Generated autoloads from complete.el 3539 ;;; Generated autoloads from complete.el
3710 3540
3711 (defvar partial-completion-mode nil "\ 3541 (defvar partial-completion-mode nil "\
3712 Non-nil if Partial-Completion mode is enabled. 3542 Non-nil if Partial-Completion mode is enabled.
3713 See the command `partial-completion-mode' for a description of this minor-mode. 3543 See the command `partial-completion-mode' for a description of this minor-mode.
3983 Insert a copyright by $ORGANIZATION notice at cursor." t nil) 3813 Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3984 3814
3985 ;;;*** 3815 ;;;***
3986 3816
3987 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3817 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3988 ;;;;;; (15649 61374)) 3818 ;;;;;; (15669 50258))
3989 ;;; Generated autoloads from progmodes/cperl-mode.el 3819 ;;; Generated autoloads from progmodes/cperl-mode.el
3990 3820
3991 (autoload (quote cperl-mode) "cperl-mode" "\ 3821 (autoload (quote cperl-mode) "cperl-mode" "\
3992 Major mode for editing Perl code. 3822 Major mode for editing Perl code.
3993 Expression and list commands understand all C brackets. 3823 Expression and list commands understand all C brackets.
3998 Various characters in Perl almost always come in pairs: {}, (), [], 3828 Various characters in Perl almost always come in pairs: {}, (), [],
3999 sometimes <>. When the user types the first, she gets the second as 3829 sometimes <>. When the user types the first, she gets the second as
4000 well, with optional special formatting done on {}. (Disabled by 3830 well, with optional special formatting done on {}. (Disabled by
4001 default.) You can always quote (with \\[quoted-insert]) the left 3831 default.) You can always quote (with \\[quoted-insert]) the left
4002 \"paren\" to avoid the expansion. The processing of < is special, 3832 \"paren\" to avoid the expansion. The processing of < is special,
4003 since most the time you mean \"less\". CPerl mode tries to guess 3833 since most the time you mean \"less\". Cperl mode tries to guess
4004 whether you want to type pair <>, and inserts is if it 3834 whether you want to type pair <>, and inserts is if it
4005 appropriate. You can set `cperl-electric-parens-string' to the string that 3835 appropriate. You can set `cperl-electric-parens-string' to the string that
4006 contains the parenths from the above list you want to be electrical. 3836 contains the parenths from the above list you want to be electrical.
4007 Electricity of parenths is controlled by `cperl-electric-parens'. 3837 Electricity of parenths is controlled by `cperl-electric-parens'.
4008 You may also set `cperl-electric-parens-mark' to have electric parens 3838 You may also set `cperl-electric-parens-mark' to have electric parens
4149 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook' 3979 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
4150 with no args. 3980 with no args.
4151 3981
4152 DO NOT FORGET to read micro-docs (available from `Perl' menu) 3982 DO NOT FORGET to read micro-docs (available from `Perl' menu)
4153 or as help on variables `cperl-tips', `cperl-problems', 3983 or as help on variables `cperl-tips', `cperl-problems',
4154 `cperl-praise', `cperl-speed'." t nil) 3984 `cperl-non-problems', `cperl-praise', `cperl-speed'." t nil)
4155 3985
4156 ;;;*** 3986 ;;;***
4157 3987
4158 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 3988 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4159 ;;;;;; (15593 36679)) 3989 ;;;;;; (15593 36679))
4223 The return value of this function is a list of the read strings. 4053 The return value of this function is a list of the read strings.
4224 4054
4225 See the documentation for `completing-read' for details on the arguments: 4055 See the documentation for `completing-read' for details on the arguments:
4226 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and 4056 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
4227 INHERIT-INPUT-METHOD." nil nil) 4057 INHERIT-INPUT-METHOD." nil nil)
4228
4229 ;;;***
4230
4231 ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"
4232 ;;;;;; (15640 49861))
4233 ;;; Generated autoloads from emulation/cua-base.el
4234
4235 (defvar cua-mode nil "\
4236 Non-nil means that CUA emulation mode is enabled.
4237 In CUA mode, shifted movement keys highlight and extend the region.
4238 When a region is highlighted, the binding of the C-x and C-c keys are
4239 temporarily changed to work as Motif, MAC or MS-Windows cut and paste.
4240 Also, insertion commands first delete the region and then insert.
4241 This mode enables Transient Mark mode and it provides a superset of the
4242 PC Selection Mode and Delete Selection Modes.
4243
4244 Setting this variable directly does not take effect;
4245 use either \\[customize] or the function `cua-mode'.")
4246
4247 (custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable))
4248
4249 (custom-add-load (quote cua-mode) (quote cua-base))
4250
4251 (autoload (quote cua-mode) "cua-base" "\
4252 Toggle CUA key-binding mode.
4253 When enabled, using shifted movement keys will activate the region (and
4254 highlight the region using `transient-mark-mode'), and typed text replaces
4255 the active selection. C-z, C-x, C-c, and C-v will undo, cut, copy, and
4256 paste (in addition to the normal emacs bindings)." t nil)
4257 4058
4258 ;;;*** 4059 ;;;***
4259 4060
4260 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all 4061 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all
4261 ;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window 4062 ;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window
4567 4368
4568 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) 4369 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
4569 4370
4570 ;;;*** 4371 ;;;***
4571 4372
4572 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15363 4373 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15727
4573 ;;;;;; 46803)) 4374 ;;;;;; 54456))
4574 ;;; Generated autoloads from progmodes/dcl-mode.el 4375 ;;; Generated autoloads from progmodes/dcl-mode.el
4575 4376
4576 (autoload (quote dcl-mode) "dcl-mode" "\ 4377 (autoload (quote dcl-mode) "dcl-mode" "\
4577 Major mode for editing DCL-files. 4378 Major mode for editing DCL-files.
4578 4379
4812 Turning on Delphi mode calls the value of the variable delphi-mode-hook with 4613 Turning on Delphi mode calls the value of the variable delphi-mode-hook with
4813 no args, if that value is non-nil." t nil) 4614 no args, if that value is non-nil." t nil)
4814 4615
4815 ;;;*** 4616 ;;;***
4816 4617
4817 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15352 4618 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15432
4818 ;;;;;; 42199)) 4619 ;;;;;; 24082))
4819 ;;; Generated autoloads from delsel.el 4620 ;;; Generated autoloads from delsel.el
4820 4621
4821 (defalias (quote pending-delete-mode) (quote delete-selection-mode)) 4622 (defalias (quote pending-delete-mode) (quote delete-selection-mode))
4822 4623
4823 (defvar delete-selection-mode nil "\ 4624 (defvar delete-selection-mode nil "\
4881 (autoload (quote derived-mode-init-mode-variables) "derived" "\ 4682 (autoload (quote derived-mode-init-mode-variables) "derived" "\
4882 Initialise variables for a new MODE. 4683 Initialise variables for a new MODE.
4883 Right now, if they don't already exist, set up a blank keymap, an 4684 Right now, if they don't already exist, set up a blank keymap, an
4884 empty syntax table, and an empty abbrev table -- these will be merged 4685 empty syntax table, and an empty abbrev table -- these will be merged
4885 the first time the mode is used." nil nil) 4686 the first time the mode is used." nil nil)
4886
4887 ;;;***
4888
4889 ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
4890 ;;;;;; "descr-text.el" (15640 49858))
4891 ;;; Generated autoloads from descr-text.el
4892
4893 (autoload (quote describe-text-properties) "descr-text" "\
4894 Describe widgets, buttons, overlays and text properties at POS.
4895 Interactively, describe them for the character after point.
4896 If optional second argument OUTPUT-BUFFER is non-nil,
4897 insert the output into that buffer, and don't initialize or clear it
4898 otherwise." t nil)
4899
4900 (autoload (quote describe-char) "descr-text" "\
4901 Describe the character after POS (interactively, the character after point).
4902 The information includes character code, charset and code points in it,
4903 syntax, category, how the character is encoded in a file,
4904 character composition information (if relevant),
4905 as well as widgets, buttons, overlays, and text properties." t nil)
4906 4687
4907 ;;;*** 4688 ;;;***
4908 4689
4909 ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 4690 ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
4910 ;;;;;; (15501 5682)) 4691 ;;;;;; (15501 5682))
5367 In case the proper dired file line cannot be found, refresh the dired 5148 In case the proper dired file line cannot be found, refresh the dired
5368 buffer and try again." t nil) 5149 buffer and try again." t nil)
5369 5150
5370 ;;;*** 5151 ;;;***
5371 5152
5372 ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14977 56454)) 5153 ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14999 58021))
5373 ;;; Generated autoloads from dirtrack.el 5154 ;;; Generated autoloads from dirtrack.el
5374 5155
5375 (autoload (quote dirtrack) "dirtrack" "\ 5156 (autoload (quote dirtrack) "dirtrack" "\
5376 Determine the current directory by scanning the process output for a prompt. 5157 Determine the current directory by scanning the process output for a prompt.
5377 The prompt to look for is the first item in `dirtrack-list'. 5158 The prompt to look for is the first item in `dirtrack-list'.
5477 for users who call this function in `.emacs'." nil nil) 5258 for users who call this function in `.emacs'." nil nil)
5478 5259
5479 ;;;*** 5260 ;;;***
5480 5261
5481 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 5262 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
5482 ;;;;;; (15185 49575)) 5263 ;;;;;; (15235 51738))
5483 ;;; Generated autoloads from play/dissociate.el 5264 ;;; Generated autoloads from play/dissociate.el
5484 5265
5485 (autoload (quote dissociated-press) "dissociate" "\ 5266 (autoload (quote dissociated-press) "dissociate" "\
5486 Dissociate the text of the current buffer. 5267 Dissociate the text of the current buffer.
5487 Output goes in buffer named *Dissociation*, 5268 Output goes in buffer named *Dissociation*,
5491 If ARG is negative, require -ARG words of continuity. 5272 If ARG is negative, require -ARG words of continuity.
5492 Default is 2." t nil) 5273 Default is 2." t nil)
5493 5274
5494 ;;;*** 5275 ;;;***
5495 5276
5496 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15317 38827)) 5277 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15318 59420))
5497 ;;; Generated autoloads from play/doctor.el 5278 ;;; Generated autoloads from play/doctor.el
5498 5279
5499 (autoload (quote doctor) "doctor" "\ 5280 (autoload (quote doctor) "doctor" "\
5500 Switch to *doctor* buffer and start giving psychotherapy." t nil) 5281 Switch to *doctor* buffer and start giving psychotherapy." t nil)
5501 5282
5502 ;;;*** 5283 ;;;***
5503 5284
5504 ;;;### (autoloads (double-mode double-mode) "double" "double.el" 5285 ;;;### (autoloads (double-mode double-mode) "double" "double.el"
5505 ;;;;;; (15186 56482)) 5286 ;;;;;; (15235 51726))
5506 ;;; Generated autoloads from double.el 5287 ;;; Generated autoloads from double.el
5507 5288
5508 (defvar double-mode nil "\ 5289 (defvar double-mode nil "\
5509 Toggle Double mode. 5290 Toggle Double mode.
5510 Setting this variable directly does not take effect; 5291 Setting this variable directly does not take effect;
5521 When Double mode is on, some keys will insert different strings 5302 When Double mode is on, some keys will insert different strings
5522 when pressed twice. See variable `double-map' for details." t nil) 5303 when pressed twice. See variable `double-map' for details." t nil)
5523 5304
5524 ;;;*** 5305 ;;;***
5525 5306
5526 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15651 7290)) 5307 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15669 50258))
5527 ;;; Generated autoloads from play/dunnet.el 5308 ;;; Generated autoloads from play/dunnet.el
5528 5309
5529 (autoload (quote dunnet) "dunnet" "\ 5310 (autoload (quote dunnet) "dunnet" "\
5530 Switch to *dungeon* buffer and start game." t nil) 5311 Switch to *dungeon* buffer and start game." t nil)
5531 5312
5532 ;;;*** 5313 ;;;***
5533 5314
5534 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 5315 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
5535 ;;;;;; (15232 59206)) 5316 ;;;;;; (15235 51735))
5536 ;;; Generated autoloads from gnus/earcon.el 5317 ;;; Generated autoloads from gnus/earcon.el
5537 5318
5538 (autoload (quote gnus-earcon-display) "earcon" "\ 5319 (autoload (quote gnus-earcon-display) "earcon" "\
5539 Play sounds in message buffers." t nil) 5320 Play sounds in message buffers." t nil)
5540 5321
5594 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (quote macro)) 5375 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (quote macro))
5595 5376
5596 ;;;*** 5377 ;;;***
5597 5378
5598 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 5379 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
5599 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15656 5380 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15724
5600 ;;;;;; 53216)) 5381 ;;;;;; 63538))
5601 ;;; Generated autoloads from emacs-lisp/easymenu.el 5382 ;;; Generated autoloads from emacs-lisp/easymenu.el
5602 5383
5603 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 5384 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
5604 5385
5605 (autoload (quote easy-menu-define) "easymenu" "\ 5386 (autoload (quote easy-menu-define) "easymenu" "\
5726 5507
5727 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style 5508 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style
5728 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup 5509 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
5729 ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer 5510 ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
5730 ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer 5511 ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
5731 ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28735)) 5512 ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15292 51820))
5732 ;;; Generated autoloads from progmodes/ebnf2ps.el 5513 ;;; Generated autoloads from progmodes/ebnf2ps.el
5733 5514
5734 (autoload (quote ebnf-customize) "ebnf2ps" "\ 5515 (autoload (quote ebnf-customize) "ebnf2ps" "\
5735 Customization for ebnf group." t nil) 5516 Customization for ebnf group." t nil)
5736 5517
5927 \\{electric-buffer-menu-mode-map}" t nil) 5708 \\{electric-buffer-menu-mode-map}" t nil)
5928 5709
5929 ;;;*** 5710 ;;;***
5930 5711
5931 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 5712 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
5932 ;;;;;; "echistory.el" (15185 49574)) 5713 ;;;;;; "echistory.el" (15235 51726))
5933 ;;; Generated autoloads from echistory.el 5714 ;;; Generated autoloads from echistory.el
5934 5715
5935 (autoload (quote Electric-command-history-redo-expression) "echistory" "\ 5716 (autoload (quote Electric-command-history-redo-expression) "echistory" "\
5936 Edit current history line in minibuffer and execute result. 5717 Edit current history line in minibuffer and execute result.
5937 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) 5718 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
5938 5719
5939 ;;;*** 5720 ;;;***
5940 5721
5941 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 5722 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
5942 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15698 64355)) 5723 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15724 63538))
5943 ;;; Generated autoloads from emacs-lisp/edebug.el 5724 ;;; Generated autoloads from emacs-lisp/edebug.el
5944 5725
5945 (defvar edebug-all-defs nil "\ 5726 (defvar edebug-all-defs nil "\
5946 *If non-nil, evaluation of any defining forms will instrument for Edebug. 5727 *If non-nil, evaluation of any defining forms will instrument for Edebug.
5947 This applies to `eval-defun', `eval-region', `eval-buffer', and 5728 This applies to `eval-defun', `eval-region', `eval-buffer', and
5964 \(naming a function), or a list." nil (quote macro)) 5745 \(naming a function), or a list." nil (quote macro))
5965 5746
5966 (defalias (quote edebug-defun) (quote edebug-eval-top-level-form)) 5747 (defalias (quote edebug-defun) (quote edebug-eval-top-level-form))
5967 5748
5968 (autoload (quote edebug-eval-top-level-form) "edebug" "\ 5749 (autoload (quote edebug-eval-top-level-form) "edebug" "\
5969 Evaluate the top level form point is in, stepping through with Edebug. 5750 Evaluate a top level form, such as a defun or defmacro.
5970 This is like `eval-defun' except that it steps the code for Edebug 5751 This is like `eval-defun', but the code is always instrumented for Edebug.
5971 before evaluating it. It displays the value in the echo area 5752 Print its name in the minibuffer and leave point where it is,
5972 using `eval-expression' (which see). 5753 or if an error occurs, leave point after it with mark at the original point." t nil)
5973
5974 If you do this on a function definition
5975 such as a defun or defmacro, it defines the function and instruments
5976 its definition for Edebug, so it will do Edebug stepping when called
5977 later. It displays `Edebug: FUNCTION' in the echo area to indicate
5978 that FUNCTION is now instrumented for Edebug.
5979
5980 If the current defun is actually a call to `defvar' or `defcustom',
5981 evaluating it this way resets the variable using its initial value
5982 expression even if the variable already has some other value.
5983 \(Normally `defvar' and `defcustom' do not alter the value if there
5984 already is one.)" t nil)
5985 5754
5986 ;;;*** 5755 ;;;***
5987 5756
5988 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision 5757 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision
5989 ;;;;;; ediff-patch-buffer ediff-patch-file run-ediff-from-cvs-buffer 5758 ;;;;;; ediff-patch-buffer ediff-patch-file run-ediff-from-cvs-buffer
6179 5948
6180 (autoload (quote ediff-customize) "ediff-help" nil t nil) 5949 (autoload (quote ediff-customize) "ediff-help" nil t nil)
6181 5950
6182 ;;;*** 5951 ;;;***
6183 5952
5953 ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15235 51726))
5954 ;;; Generated autoloads from ediff-hook.el
5955
5956 (defvar ediff-window-setup-function)
5957
5958 (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser..."))))
5959
5960 (cond ((string-match "XEmacs" emacs-version) (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) ((featurep (quote menu-bar)) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation)))))
5961
5962 ;;;***
5963
6184 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 5964 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
6185 ;;;;;; (15513 1037)) 5965 ;;;;;; (15513 1037))
6186 ;;; Generated autoloads from ediff-mult.el 5966 ;;; Generated autoloads from ediff-mult.el
6187 5967
6188 (autoload (quote ediff-show-registry) "ediff-mult" "\ 5968 (autoload (quote ediff-show-registry) "ediff-mult" "\
6251 or nil, use a compact 80-column format." nil nil) 6031 or nil, use a compact 80-column format." nil nil)
6252 6032
6253 ;;;*** 6033 ;;;***
6254 6034
6255 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 6035 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
6256 ;;;;;; "emulation/edt.el" (15640 49861)) 6036 ;;;;;; "emulation/edt.el" (15669 50257))
6257 ;;; Generated autoloads from emulation/edt.el 6037 ;;; Generated autoloads from emulation/edt.el
6258 6038
6259 (autoload (quote edt-set-scroll-margins) "edt" "\ 6039 (autoload (quote edt-set-scroll-margins) "edt" "\
6260 Set scroll margins. 6040 Set scroll margins.
6261 Argument TOP is the top margin in number of lines or percent of window. 6041 Argument TOP is the top margin in number of lines or percent of window.
6265 Turn on EDT Emulation." t nil) 6045 Turn on EDT Emulation." t nil)
6266 6046
6267 ;;;*** 6047 ;;;***
6268 6048
6269 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 6049 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
6270 ;;;;;; (15031 23821)) 6050 ;;;;;; (15034 50695))
6271 ;;; Generated autoloads from ehelp.el 6051 ;;; Generated autoloads from ehelp.el
6272 6052
6273 (autoload (quote with-electric-help) "ehelp" "\ 6053 (autoload (quote with-electric-help) "ehelp" "\
6274 Pop up an \"electric\" help buffer. 6054 Pop up an \"electric\" help buffer.
6275 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT. 6055 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT.
7095 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) 6875 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)
7096 (define-key ctl-x-map "an" 'expand-jump-to-next-slot) 6876 (define-key ctl-x-map "an" 'expand-jump-to-next-slot)
7097 6877
7098 ;;;*** 6878 ;;;***
7099 6879
7100 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15698 64355)) 6880 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15707 44427))
7101 ;;; Generated autoloads from progmodes/f90.el 6881 ;;; Generated autoloads from progmodes/f90.el
7102 6882
7103 (autoload (quote f90-mode) "f90" "\ 6883 (autoload (quote f90-mode) "f90" "\
7104 Major mode for editing Fortran 90,95 code in free format. 6884 Major mode for editing Fortran 90 code in free format.
7105 6885
7106 \\[f90-indent-new-line] indents current line and creates a new indented line. 6886 \\[f90-indent-new-line] corrects current indentation and creates new indented line.
7107 \\[f90-indent-line] indents the current line. 6887 \\[f90-indent-line] indents the current line correctly.
7108 \\[f90-indent-subprogram] indents the current subprogram. 6888 \\[f90-indent-subprogram] indents the current subprogram.
7109 6889
7110 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords. 6890 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
7111 6891
7112 Key definitions: 6892 Key definitions:
7113 \\{f90-mode-map} 6893 \\{f90-mode-map}
7114 6894
7115 Variables controlling indentation style and extra features: 6895 Variables controlling indentation style and extra features:
7116 6896
7117 `f90-do-indent' 6897 f90-do-indent
7118 Extra indentation within do blocks (default 3). 6898 Extra indentation within do blocks. (default 3)
7119 `f90-if-indent' 6899 f90-if-indent
7120 Extra indentation within if/select case/where/forall blocks (default 3). 6900 Extra indentation within if/select case/where/forall blocks. (default 3)
7121 `f90-type-indent' 6901 f90-type-indent
7122 Extra indentation within type/interface/block-data blocks (default 3). 6902 Extra indentation within type/interface/block-data blocks. (default 3)
7123 `f90-program-indent' 6903 f90-program-indent
7124 Extra indentation within program/module/subroutine/function blocks 6904 Extra indentation within program/module/subroutine/function blocks.
7125 (default 2). 6905 (default 2)
7126 `f90-continuation-indent' 6906 f90-continuation-indent
7127 Extra indentation applied to continuation lines (default 5). 6907 Extra indentation applied to continuation lines. (default 5)
7128 `f90-comment-region' 6908 f90-comment-region
7129 String inserted by function \\[f90-comment-region] at start of each 6909 String inserted by \\[f90-comment-region] at start of each line in
7130 line in region (default \"!!!$\"). 6910 region. (default \"!!!$\")
7131 `f90-indented-comment-re' 6911 f90-indented-comment-re
7132 Regexp determining the type of comment to be intended like code 6912 Regexp determining the type of comment to be intended like code.
7133 (default \"!\"). 6913 (default \"!\")
7134 `f90-directive-comment-re' 6914 f90-directive-comment-re
7135 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented 6915 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented.
7136 (default \"!hpf\\\\$\"). 6916 (default \"!hpf\\\\$\")
7137 `f90-break-delimiters' 6917 f90-break-delimiters
7138 Regexp holding list of delimiters at which lines may be broken 6918 Regexp holding list of delimiters at which lines may be broken.
7139 (default \"[-+*/><=,% \\t]\"). 6919 (default \"[-+*/><=,% \\t]\")
7140 `f90-break-before-delimiters' 6920 f90-break-before-delimiters
7141 Non-nil causes `f90-do-auto-fill' to break lines before delimiters 6921 Non-nil causes `f90-do-auto-fill' to break lines before delimiters.
7142 (default t). 6922 (default t)
7143 `f90-beginning-ampersand' 6923 f90-beginning-ampersand
7144 Automatic insertion of & at beginning of continuation lines (default t). 6924 Automatic insertion of & at beginning of continuation lines. (default t)
7145 `f90-smart-end' 6925 f90-smart-end
7146 From an END statement, check and fill the end using matching block start. 6926 From an END statement, check and fill the end using matching block start.
7147 Allowed values are 'blink, 'no-blink, and nil, which determine 6927 Allowed values are 'blink, 'no-blink, and nil, which determine
7148 whether to blink the matching beginning (default 'blink). 6928 whether to blink the matching beginning.) (default 'blink)
7149 `f90-auto-keyword-case' 6929 f90-auto-keyword-case
7150 Automatic change of case of keywords (default nil). 6930 Automatic change of case of keywords. (default nil)
7151 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word. 6931 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
7152 `f90-leave-line-no' 6932 f90-leave-line-no
7153 Do not left-justify line numbers (default nil). 6933 Do not left-justify line numbers. (default nil)
7154 `f90-keywords-re' 6934 f90-keywords-re
7155 List of keywords used for highlighting/upcase-keywords etc. 6935 List of keywords used for highlighting/upcase-keywords etc.
7156 6936
7157 Turning on F90 mode calls the value of the variable `f90-mode-hook' 6937 Turning on F90 mode calls the value of the variable `f90-mode-hook'
7158 with no args, if that value is non-nil." t nil) 6938 with no args, if that value is non-nil." t nil)
7159 6939
7160 ;;;*** 6940 ;;;***
7333 7113
7334 ;;;*** 7114 ;;;***
7335 7115
7336 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 7116 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
7337 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 7117 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
7338 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15429 33864)) 7118 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15626 5163))
7339 ;;; Generated autoloads from mail/feedmail.el 7119 ;;; Generated autoloads from mail/feedmail.el
7340 7120
7341 (autoload (quote feedmail-send-it) "feedmail" "\ 7121 (autoload (quote feedmail-send-it) "feedmail" "\
7342 Send the current mail buffer using the Feedmail package. 7122 Send the current mail buffer using the Feedmail package.
7343 This is a suitable value for `send-mail-function'. It can be used 7123 This is a suitable value for `send-mail-function'. It can be used
7648 Define some key bindings for the find-function family of functions." nil nil) 7428 Define some key bindings for the find-function family of functions." nil nil)
7649 7429
7650 ;;;*** 7430 ;;;***
7651 7431
7652 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 7432 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
7653 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15186 53885)) 7433 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15235 51727))
7654 ;;; Generated autoloads from find-lisp.el 7434 ;;; Generated autoloads from find-lisp.el
7655 7435
7656 (autoload (quote find-lisp-find-dired) "find-lisp" "\ 7436 (autoload (quote find-lisp-find-dired) "find-lisp" "\
7657 Find files in DIR, matching REGEXP." t nil) 7437 Find files in DIR, matching REGEXP." t nil)
7658 7438
7758 7538
7759 ;;;*** 7539 ;;;***
7760 7540
7761 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 7541 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
7762 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 7542 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
7763 ;;;;;; (15436 15699)) 7543 ;;;;;; (15626 5161))
7764 ;;; Generated autoloads from follow.el 7544 ;;; Generated autoloads from follow.el
7765 7545
7766 (autoload (quote turn-on-follow-mode) "follow" "\ 7546 (autoload (quote turn-on-follow-mode) "follow" "\
7767 Turn on Follow mode. Please see the function `follow-mode'." t nil) 7547 Turn on Follow mode. Please see the function `follow-mode'." t nil)
7768 7548
7824 in your `~/.emacs' file, replacing [f7] by your favourite key: 7604 in your `~/.emacs' file, replacing [f7] by your favourite key:
7825 (global-set-key [f7] 'follow-delete-other-windows-and-split)" t nil) 7605 (global-set-key [f7] 'follow-delete-other-windows-and-split)" t nil)
7826 7606
7827 ;;;*** 7607 ;;;***
7828 7608
7829 ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 7609 ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
7830 ;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15657 7610 ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
7831 ;;;;;; 51987)) 7611 ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15727 54455))
7832 ;;; Generated autoloads from font-lock.el 7612 ;;; Generated autoloads from font-lock.el
7613
7614 (make-variable-buffer-local (quote font-lock-defaults))
7615
7616 (autoload (quote font-lock-mode) "font-lock" "\
7617 Toggle Font Lock mode.
7618 With arg, turn Font Lock mode off if and only if arg is a non-positive
7619 number; if arg is nil, toggle Font Lock mode; anything else turns Font
7620 Lock on.
7621 \(Font Lock is also known as \"syntax highlighting\".)
7622
7623 When Font Lock mode is enabled, text is fontified as you type it:
7624
7625 - Comments are displayed in `font-lock-comment-face';
7626 - Strings are displayed in `font-lock-string-face';
7627 - Certain other expressions are displayed in other faces according to the
7628 value of the variable `font-lock-keywords'.
7629
7630 To customize the faces (colors, fonts, etc.) used by Font Lock for
7631 fontifying different parts of buffer text, use \\[customize-face].
7632
7633 You can enable Font Lock mode in any major mode automatically by turning on in
7634 the major mode's hook. For example, put in your ~/.emacs:
7635
7636 (add-hook 'c-mode-hook 'turn-on-font-lock)
7637
7638 Alternatively, you can use Global Font Lock mode to automagically turn on Font
7639 Lock mode in buffers whose major mode supports it and whose major mode is one
7640 of `font-lock-global-modes'. For example, put in your ~/.emacs:
7641
7642 (global-font-lock-mode t)
7643
7644 There are a number of support modes that may be used to speed up Font Lock mode
7645 in various ways, specified via the variable `font-lock-support-mode'. Where
7646 major modes support different levels of fontification, you can use the variable
7647 `font-lock-maximum-decoration' to specify which level you generally prefer.
7648 When you turn Font Lock mode on/off the buffer is fontified/defontified, though
7649 fontification occurs only if the buffer is less than `font-lock-maximum-size'.
7650
7651 For example, to specify that Font Lock mode use use Lazy Lock mode as a support
7652 mode and use maximum levels of fontification, put in your ~/.emacs:
7653
7654 (setq font-lock-support-mode 'lazy-lock-mode)
7655 (setq font-lock-maximum-decoration t)
7656
7657 To add your own highlighting for some major mode, and modify the highlighting
7658 selected automatically via the variable `font-lock-maximum-decoration', you can
7659 use `font-lock-add-keywords'.
7660
7661 To fontify a buffer, without turning on Font Lock mode and regardless of buffer
7662 size, you can use \\[font-lock-fontify-buffer].
7663
7664 To fontify a block (the function or paragraph containing point, or a number of
7665 lines around point), perhaps because modification on the current line caused
7666 syntactic change on other lines, you can use \\[font-lock-fontify-block].
7667
7668 See the variable `font-lock-defaults-alist' for the Font Lock mode default
7669 settings. You can set your own default settings for some mode, by setting a
7670 buffer local value for `font-lock-defaults', via its mode hook." t nil)
7671
7672 (autoload (quote turn-on-font-lock) "font-lock" "\
7673 Turn on Font Lock mode (only if the terminal can display it)." nil nil)
7833 7674
7834 (autoload (quote font-lock-add-keywords) "font-lock" "\ 7675 (autoload (quote font-lock-add-keywords) "font-lock" "\
7835 Add highlighting KEYWORDS for MODE. 7676 Add highlighting KEYWORDS for MODE.
7836 MODE should be a symbol, the major mode command name, such as `c-mode' 7677 MODE should be a symbol, the major mode command name, such as `c-mode'
7837 or nil. If nil, highlighting keywords are added for the current buffer. 7678 or nil. If nil, highlighting keywords are added for the current buffer.
7852 7693
7853 When used from an elisp package (such as a minor mode), it is recommended 7694 When used from an elisp package (such as a minor mode), it is recommended
7854 to use nil for MODE (and place the call in a loop or on a hook) to avoid 7695 to use nil for MODE (and place the call in a loop or on a hook) to avoid
7855 subtle problems due to details of the implementation. 7696 subtle problems due to details of the implementation.
7856 7697
7857 Note that some modes have specialised support for additional patterns, e.g., 7698 Note that some modes have specialized support for additional patterns, e.g.,
7858 see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', 7699 see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
7859 `objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil) 7700 `objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil)
7860 7701
7861 (autoload (quote font-lock-remove-keywords) "font-lock" "\ 7702 (autoload (quote font-lock-remove-keywords) "font-lock" "\
7862 Remove highlighting KEYWORDS for MODE. 7703 Remove highlighting KEYWORDS for MODE.
7865 or nil. If nil, highlighting keywords are removed for the current buffer. 7706 or nil. If nil, highlighting keywords are removed for the current buffer.
7866 7707
7867 When used from an elisp package (such as a minor mode), it is recommended 7708 When used from an elisp package (such as a minor mode), it is recommended
7868 to use nil for MODE (and place the call in a loop or on a hook) to avoid 7709 to use nil for MODE (and place the call in a loop or on a hook) to avoid
7869 subtle problems due to details of the implementation." nil nil) 7710 subtle problems due to details of the implementation." nil nil)
7711
7712 (defvar global-font-lock-mode nil "\
7713 Non-nil if Global-Font-Lock mode is enabled.
7714 See the command `global-font-lock-mode' for a description of this minor-mode.
7715 Setting this variable directly does not take effect;
7716 use either \\[customize] or the function `global-font-lock-mode'.")
7717
7718 (custom-add-to-group (quote font-lock) (quote global-font-lock-mode) (quote custom-variable))
7719
7720 (custom-add-load (quote global-font-lock-mode) (quote font-lock))
7721
7722 (autoload (quote global-font-lock-mode) "font-lock" "\
7723 Toggle Font-Lock mode in every buffer.
7724 With prefix ARG, turn Global-Font-Lock mode on if and only if ARG is positive.
7725 Font-Lock mode is actually not turned on in every buffer but only in those
7726 in which `turn-on-font-lock-if-enabled' turns it on." t nil)
7870 7727
7871 (autoload (quote font-lock-fontify-buffer) "font-lock" "\ 7728 (autoload (quote font-lock-fontify-buffer) "font-lock" "\
7872 Fontify the current buffer the way the function `font-lock-mode' would." t nil) 7729 Fontify the current buffer the way the function `font-lock-mode' would." t nil)
7873 7730
7874 ;;;*** 7731 ;;;***
7944 Visit a file in Forms mode in other window." t nil) 7801 Visit a file in Forms mode in other window." t nil)
7945 7802
7946 ;;;*** 7803 ;;;***
7947 7804
7948 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7805 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7949 ;;;;;; "progmodes/fortran.el" (15590 49021)) 7806 ;;;;;; "progmodes/fortran.el" (15724 63541))
7950 ;;; Generated autoloads from progmodes/fortran.el 7807 ;;; Generated autoloads from progmodes/fortran.el
7951 7808
7952 (defvar fortran-tab-mode-default nil "\ 7809 (defvar fortran-tab-mode-default nil "\
7953 *Default tabbing/carriage control style for empty files in Fortran mode. 7810 *Default tabbing/carriage control style for empty files in Fortran mode.
7954 A value of t specifies tab-digit style of continuation control. 7811 A value of t specifies tab-digit style of continuation control.
8026 with no args, if that value is non-nil." t nil) 7883 with no args, if that value is non-nil." t nil)
8027 7884
8028 ;;;*** 7885 ;;;***
8029 7886
8030 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 7887 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
8031 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15195 62737)) 7888 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15235 51738))
8032 ;;; Generated autoloads from play/fortune.el 7889 ;;; Generated autoloads from play/fortune.el
8033 7890
8034 (autoload (quote fortune-add-fortune) "fortune" "\ 7891 (autoload (quote fortune-add-fortune) "fortune" "\
8035 Add STRING to a fortune file FILE. 7892 Add STRING to a fortune file FILE.
8036 7893
8065 choose from a set of files in a directory, call interactively with prefix 7922 choose from a set of files in a directory, call interactively with prefix
8066 and choose the directory as the fortune-file." t nil) 7923 and choose the directory as the fortune-file." t nil)
8067 7924
8068 ;;;*** 7925 ;;;***
8069 7926
8070 ;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el"
8071 ;;;;;; (15601 35587))
8072 ;;; Generated autoloads from fringe.el
8073
8074 (autoload (quote fringe-mode) "fringe" "\
8075 Toggle appearance of fringes on all frames.
8076 Valid values for MODE include `none', `default', `left-only',
8077 `right-only', `minimal' and `half'. MODE can also be a cons cell
8078 where the integer in car will be used as left fringe width and the
8079 integer in cdr will be used as right fringe width. If MODE is not
8080 specified, the user is queried.
8081 It applies to all frames that exist and frames to be created in the
8082 future.
8083 If you want to set appearance of fringes on the selected frame only,
8084 see `set-fringe-style'." t nil)
8085
8086 (autoload (quote set-fringe-style) "fringe" "\
8087 Set appearance of fringes on selected frame.
8088 Valid values for MODE include `none', `default', `left-only',
8089 `right-only', `minimal' and `half'. MODE can also be a cons cell
8090 where the integer in car will be used as left fringe width and the
8091 integer in cdr will be used as right fringe width. If MODE is not
8092 specified, the user is queried.
8093 If you want to set appearance of fringes on all frames, see `fringe-mode'." t nil)
8094
8095 ;;;***
8096
8097 ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" 7927 ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
8098 ;;;;;; (15186 56482)) 7928 ;;;;;; (15235 51727))
8099 ;;; Generated autoloads from generic.el 7929 ;;; Generated autoloads from generic.el
8100 7930
8101 (autoload (quote define-generic-mode) "generic" "\ 7931 (autoload (quote define-generic-mode) "generic" "\
8102 Create a new generic mode with NAME. 7932 Create a new generic mode with NAME.
8103 7933
8138 Some generic modes are defined in `generic-x.el'." t nil) 7968 Some generic modes are defined in `generic-x.el'." t nil)
8139 7969
8140 ;;;*** 7970 ;;;***
8141 7971
8142 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 7972 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
8143 ;;;;;; (15251 15718)) 7973 ;;;;;; (15252 4769))
8144 ;;; Generated autoloads from progmodes/glasses.el 7974 ;;; Generated autoloads from progmodes/glasses.el
8145 7975
8146 (autoload (quote glasses-mode) "glasses" "\ 7976 (autoload (quote glasses-mode) "glasses" "\
8147 Minor mode for making identifiers likeThis readable. 7977 Minor mode for making identifiers likeThis readable.
8148 When this mode is active, it tries to add virtual separators (like underscores) 7978 When this mode is active, it tries to add virtual separators (like underscores)
8149 at places they belong to." t nil) 7979 at places they belong to." t nil)
8150 7980
8151 ;;;*** 7981 ;;;***
8152 7982
8153 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 7983 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
8154 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15410 32828)) 7984 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15468 20288))
8155 ;;; Generated autoloads from gnus/gnus.el 7985 ;;; Generated autoloads from gnus/gnus.el
8156 7986
8157 (autoload (quote gnus-slave-no-server) "gnus" "\ 7987 (autoload (quote gnus-slave-no-server) "gnus" "\
8158 Read network news as a slave, without connecting to local server." t nil) 7988 Read network news as a slave, without connecting to local server." t nil)
8159 7989
8179 8009
8180 ;;;*** 8010 ;;;***
8181 8011
8182 ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize 8012 ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
8183 ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" 8013 ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
8184 ;;;;;; (15185 54813)) 8014 ;;;;;; (15235 51735))
8185 ;;; Generated autoloads from gnus/gnus-agent.el 8015 ;;; Generated autoloads from gnus/gnus-agent.el
8186 8016
8187 (autoload (quote gnus-unplugged) "gnus-agent" "\ 8017 (autoload (quote gnus-unplugged) "gnus-agent" "\
8188 Start Gnus unplugged." t nil) 8018 Start Gnus unplugged." t nil)
8189 8019
8216 Make the current buffer look like a nice article." nil nil) 8046 Make the current buffer look like a nice article." nil nil)
8217 8047
8218 ;;;*** 8048 ;;;***
8219 8049
8220 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 8050 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
8221 ;;;;;; (15185 54813)) 8051 ;;;;;; (15235 51735))
8222 ;;; Generated autoloads from gnus/gnus-audio.el 8052 ;;; Generated autoloads from gnus/gnus-audio.el
8223 8053
8224 (autoload (quote gnus-audio-play) "gnus-audio" "\ 8054 (autoload (quote gnus-audio-play) "gnus-audio" "\
8225 Play a sound FILE through the speaker." t nil) 8055 Play a sound FILE through the speaker." t nil)
8226 8056
8269 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil) 8099 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)
8270 8100
8271 ;;;*** 8101 ;;;***
8272 8102
8273 ;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode) 8103 ;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)
8274 ;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15185 54813)) 8104 ;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15235 51735))
8275 ;;; Generated autoloads from gnus/gnus-ml.el 8105 ;;; Generated autoloads from gnus/gnus-ml.el
8276 8106
8277 (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil) 8107 (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil)
8278 8108
8279 (autoload (quote gnus-mailing-list-mode) "gnus-ml" "\ 8109 (autoload (quote gnus-mailing-list-mode) "gnus-ml" "\
8283 8113
8284 ;;;*** 8114 ;;;***
8285 8115
8286 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 8116 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
8287 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 8117 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
8288 ;;;;;; (15383 46829)) 8118 ;;;;;; (15468 20287))
8289 ;;; Generated autoloads from gnus/gnus-mlspl.el 8119 ;;; Generated autoloads from gnus/gnus-mlspl.el
8290 8120
8291 (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 8121 (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
8292 Set up the split for nnmail-split-fancy. 8122 Set up the split for nnmail-split-fancy.
8293 Sets things up so that nnmail-split-fancy is used for mail 8123 Sets things up so that nnmail-split-fancy is used for mail
8384 Move from FROM-SERVER to TO-SERVER. 8214 Move from FROM-SERVER to TO-SERVER.
8385 Update the .newsrc.eld file to reflect the change of nntp server." t nil) 8215 Update the .newsrc.eld file to reflect the change of nntp server." t nil)
8386 8216
8387 ;;;*** 8217 ;;;***
8388 8218
8389 ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15470 8219 ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15503
8390 ;;;;;; 47364)) 8220 ;;;;;; 34582))
8391 ;;; Generated autoloads from gnus/gnus-msg.el 8221 ;;; Generated autoloads from gnus/gnus-msg.el
8392 8222
8393 (autoload (quote gnus-msg-mail) "gnus-msg" "\ 8223 (autoload (quote gnus-msg-mail) "gnus-msg" "\
8394 Start editing a mail message to be sent. 8224 Start editing a mail message to be sent.
8395 Like `message-mail', but with Gnus paraphernalia, particularly the 8225 Like `message-mail', but with Gnus paraphernalia, particularly the
8398 (define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) 8228 (define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
8399 8229
8400 ;;;*** 8230 ;;;***
8401 8231
8402 ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" 8232 ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"
8403 ;;;;;; (15185 49574)) 8233 ;;;;;; (15235 51735))
8404 ;;; Generated autoloads from gnus/gnus-mule.el 8234 ;;; Generated autoloads from gnus/gnus-mule.el
8405 8235
8406 (autoload (quote gnus-mule-add-group) "gnus-mule" "\ 8236 (autoload (quote gnus-mule-add-group) "gnus-mule" "\
8407 Specify that articles of news group NAME are encoded in CODING-SYSTEM. 8237 Specify that articles of news group NAME are encoded in CODING-SYSTEM.
8408 All news groups deeper than NAME are also the target. 8238 All news groups deeper than NAME are also the target.
8441 Update the format specification near point." t nil) 8271 Update the format specification near point." t nil)
8442 8272
8443 ;;;*** 8273 ;;;***
8444 8274
8445 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 8275 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
8446 ;;;;;; "gnus/gnus-start.el" (15651 7289)) 8276 ;;;;;; "gnus/gnus-start.el" (15669 50257))
8447 ;;; Generated autoloads from gnus/gnus-start.el 8277 ;;; Generated autoloads from gnus/gnus-start.el
8448 8278
8449 (autoload (quote gnus-unload) "gnus-start" "\ 8279 (autoload (quote gnus-unload) "gnus-start" "\
8450 Unload all Gnus features. 8280 Unload all Gnus features.
8451 \(For some value of `all' or `Gnus'.) Currently, features whose names 8281 \(For some value of `all' or `Gnus'.) Currently, features whose names
8456 Declare backend NAME with ABILITIES as a Gnus backend." nil nil) 8286 Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
8457 8287
8458 ;;;*** 8288 ;;;***
8459 8289
8460 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 8290 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
8461 ;;;;;; (15272 56960)) 8291 ;;;;;; (15276 56076))
8462 ;;; Generated autoloads from gnus/gnus-win.el 8292 ;;; Generated autoloads from gnus/gnus-win.el
8463 8293
8464 (autoload (quote gnus-add-configuration) "gnus-win" "\ 8294 (autoload (quote gnus-add-configuration) "gnus-win" "\
8465 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) 8295 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)
8466 8296
8515 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and 8345 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
8516 `goto-address-highlight-p' for more information)." t nil) 8346 `goto-address-highlight-p' for more information)." t nil)
8517 8347
8518 ;;;*** 8348 ;;;***
8519 8349
8520 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14339)) 8350 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15292 51818))
8521 ;;; Generated autoloads from gs.el 8351 ;;; Generated autoloads from gs.el
8522 8352
8523 (autoload (quote gs-load-image) "gs" "\ 8353 (autoload (quote gs-load-image) "gs" "\
8524 Load a PS image for display on FRAME. 8354 Load a PS image for display on FRAME.
8525 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width 8355 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
8527 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) 8357 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
8528 8358
8529 ;;;*** 8359 ;;;***
8530 8360
8531 ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 8361 ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
8532 ;;;;;; (15522 14844)) 8362 ;;;;;; (15626 5161))
8533 ;;; Generated autoloads from gud.el 8363 ;;; Generated autoloads from gud.el
8534 8364
8535 (autoload (quote gdb) "gud" "\ 8365 (autoload (quote gdb) "gud" "\
8536 Run gdb on program FILE in buffer *gud-FILE*. 8366 Run gdb on program FILE in buffer *gud-FILE*.
8537 The directory containing FILE becomes the initial working directory 8367 The directory containing FILE becomes the initial working directory
8564 Run pdb on program FILE in buffer `*gud-FILE*'. 8394 Run pdb on program FILE in buffer `*gud-FILE*'.
8565 The directory containing FILE becomes the initial working directory 8395 The directory containing FILE becomes the initial working directory
8566 and source-file directory for your debugger." t nil) 8396 and source-file directory for your debugger." t nil)
8567 8397
8568 (autoload (quote jdb) "gud" "\ 8398 (autoload (quote jdb) "gud" "\
8569 Run jdb with command line COMMAND-LINE in a buffer. 8399 Run jdb with command line COMMAND-LINE in a buffer. The buffer is named
8570 The buffer is named \"*gud*\" if no initial class is given or 8400 \"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\"
8571 \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\" 8401 if there is. If the \"-classpath\" switch is given, omit all whitespace
8572 switch is given, omit all whitespace between it and its value. 8402 between it and it's value." t nil)
8573
8574 See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
8575 information on how jdb accesses source files. Alternatively (if
8576 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
8577 original source file access method.
8578
8579 For general information about commands available to control jdb from
8580 gud, see `gud-mode'." t nil)
8581 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") 8403 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")
8582 8404
8583 ;;;*** 8405 ;;;***
8584 8406
8585 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15587 8407 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15626
8586 ;;;;;; 64724)) 8408 ;;;;;; 5163))
8587 ;;; Generated autoloads from play/handwrite.el 8409 ;;; Generated autoloads from play/handwrite.el
8588 8410
8589 (autoload (quote handwrite) "handwrite" "\ 8411 (autoload (quote handwrite) "handwrite" "\
8590 Turns the buffer into a \"handwritten\" document. 8412 Turns the buffer into a \"handwritten\" document.
8591 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt' 8413 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt'
8597 handwrite-pagenumbering (default nil)" t nil) 8419 handwrite-pagenumbering (default nil)" t nil)
8598 8420
8599 ;;;*** 8421 ;;;***
8600 8422
8601 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 8423 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
8602 ;;;;;; (15185 49575)) 8424 ;;;;;; (15235 51738))
8603 ;;; Generated autoloads from play/hanoi.el 8425 ;;; Generated autoloads from play/hanoi.el
8604 8426
8605 (autoload (quote hanoi) "hanoi" "\ 8427 (autoload (quote hanoi) "hanoi" "\
8606 Towers of Hanoi diversion. Use NRINGS rings." t nil) 8428 Towers of Hanoi diversion. Use NRINGS rings." t nil)
8607 8429
8618 current-time interface is made s2G-compliant, hanoi.el will need 8440 current-time interface is made s2G-compliant, hanoi.el will need
8619 to be updated." t nil) 8441 to be updated." t nil)
8620 8442
8621 ;;;*** 8443 ;;;***
8622 8444
8623 ;;;### (autoloads (describe-categories describe-syntax describe-variable
8624 ;;;;;; variable-at-point describe-function-1 describe-function locate-library
8625 ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15713 28690))
8626 ;;; Generated autoloads from help-fns.el
8627
8628 (autoload (quote help-with-tutorial) "help-fns" "\
8629 Select the Emacs learn-by-doing tutorial.
8630 If there is a tutorial version written in the language
8631 of the selected language environment, that version is used.
8632 If there's no tutorial in that language, `TUTORIAL' is selected.
8633 With arg, you are asked to choose which language." t nil)
8634
8635 (autoload (quote locate-library) "help-fns" "\
8636 Show the precise file name of Emacs library LIBRARY.
8637 This command searches the directories in `load-path' like `\\[load-library]'
8638 to find the file that `\\[load-library] RET LIBRARY RET' would load.
8639 Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'
8640 to the specified name LIBRARY.
8641
8642 If the optional third arg PATH is specified, that list of directories
8643 is used instead of `load-path'.
8644
8645 When called from a program, the file name is normaly returned as a
8646 string. When run interactively, the argument INTERACTIVE-CALL is t,
8647 and the file name is displayed in the echo area." t nil)
8648
8649 (autoload (quote describe-function) "help-fns" "\
8650 Display the full documentation of FUNCTION (a symbol)." t nil)
8651
8652 (autoload (quote describe-function-1) "help-fns" nil nil nil)
8653
8654 (autoload (quote variable-at-point) "help-fns" "\
8655 Return the bound variable symbol found around point.
8656 Return 0 if there is no such symbol." nil nil)
8657
8658 (autoload (quote describe-variable) "help-fns" "\
8659 Display the full documentation of VARIABLE (a symbol).
8660 Returns the documentation as a string, also.
8661 If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),
8662 it is displayed along with the global value." t nil)
8663
8664 (autoload (quote describe-syntax) "help-fns" "\
8665 Describe the syntax specifications in the syntax table of BUFFER.
8666 The descriptions are inserted in a help buffer, which is then displayed.
8667 BUFFER defaults to the current buffer." t nil)
8668
8669 (autoload (quote describe-categories) "help-fns" "\
8670 Describe the category specifications in the current category table.
8671 The descriptions are inserted in a buffer, which is then displayed." t nil)
8672
8673 ;;;***
8674
8675 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 8445 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
8676 ;;;;;; (15185 49574)) 8446 ;;;;;; (15235 51729))
8677 ;;; Generated autoloads from help-macro.el 8447 ;;; Generated autoloads from help-macro.el
8678 8448
8679 (defvar three-step-help nil "\ 8449 (defvar three-step-help nil "\
8680 *Non-nil means give more info about Help command in three steps. 8450 *Non-nil means give more info about Help command in three steps.
8681 The three steps are simple prompt, prompt with all options, 8451 The three steps are simple prompt, prompt with all options,
8683 A value of nil means skip the middle step, so that 8453 A value of nil means skip the middle step, so that
8684 \\[help-command] \\[help-command] gives the window that lists the options.") 8454 \\[help-command] \\[help-command] gives the window that lists the options.")
8685 8455
8686 ;;;*** 8456 ;;;***
8687 8457
8688 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
8689 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
8690 ;;;;;; help-mode) "help-mode" "help-mode.el" (15669 19465))
8691 ;;; Generated autoloads from help-mode.el
8692
8693 (autoload (quote help-mode) "help-mode" "\
8694 Major mode for viewing help text and navigating references in it.
8695 Entry to this mode runs the normal hook `help-mode-hook'.
8696 Commands:
8697 \\{help-mode-map}" t nil)
8698
8699 (autoload (quote help-mode-setup) "help-mode" nil nil nil)
8700
8701 (autoload (quote help-mode-finish) "help-mode" nil nil nil)
8702
8703 (autoload (quote help-setup-xref) "help-mode" "\
8704 Invoked from commands using the \"*Help*\" buffer to install some xref info.
8705
8706 ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
8707 buffer after following a reference. INTERACTIVE-P is non-nil if the
8708 calling command was invoked interactively. In this case the stack of
8709 items for help buffer \"back\" buttons is cleared.
8710
8711 This should be called very early, before the output buffer is cleared,
8712 because we want to record the \"previous\" position of point so we can
8713 restore it properly when going back." nil nil)
8714
8715 (autoload (quote help-make-xrefs) "help-mode" "\
8716 Parse and hyperlink documentation cross-references in the given BUFFER.
8717
8718 Find cross-reference information in a buffer and activate such cross
8719 references for selection with `help-follow'. Cross-references have
8720 the canonical form `...' and the type of reference may be
8721 disambiguated by the preceding word(s) used in
8722 `help-xref-symbol-regexp'.
8723
8724 If the variable `help-xref-mule-regexp' is non-nil, find also
8725 cross-reference information related to multilingual environment
8726 \(e.g., coding-systems). This variable is also used to disambiguate
8727 the type of reference as the same way as `help-xref-symbol-regexp'.
8728
8729 A special reference `back' is made to return back through a stack of
8730 help buffers. Variable `help-back-label' specifies the text for
8731 that." t nil)
8732
8733 (autoload (quote help-xref-button) "help-mode" "\
8734 Make a hyperlink for cross-reference text previously matched.
8735 MATCH-NUMBER is the subexpression of interest in the last matched
8736 regexp. TYPE is the type of button to use. Any remaining arguments are
8737 passed to the button's help-function when it is invoked.
8738 See `help-make-xrefs'." nil nil)
8739
8740 (autoload (quote help-insert-xref-button) "help-mode" "\
8741 Insert STRING and make a hyperlink from cross-reference text on it.
8742 TYPE is the type of button to use. Any remaining arguments are passed
8743 to the button's help-function when it is invoked.
8744 See `help-make-xrefs'." nil nil)
8745
8746 (autoload (quote help-xref-on-pp) "help-mode" "\
8747 Add xrefs for symbols in `pp's output between FROM and TO." nil nil)
8748
8749 ;;;***
8750
8751 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 8458 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
8752 ;;;;;; "emacs-lisp/helper.el" (15185 49574)) 8459 ;;;;;; "emacs-lisp/helper.el" (15235 51733))
8753 ;;; Generated autoloads from emacs-lisp/helper.el 8460 ;;; Generated autoloads from emacs-lisp/helper.el
8754 8461
8755 (autoload (quote Helper-describe-bindings) "helper" "\ 8462 (autoload (quote Helper-describe-bindings) "helper" "\
8756 Describe local key bindings of current mode." t nil) 8463 Describe local key bindings of current mode." t nil)
8757 8464
8759 Provide help for current mode." t nil) 8466 Provide help for current mode." t nil)
8760 8467
8761 ;;;*** 8468 ;;;***
8762 8469
8763 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 8470 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
8764 ;;;;;; "hexl.el" (15661 53042)) 8471 ;;;;;; "hexl.el" (15669 50255))
8765 ;;; Generated autoloads from hexl.el 8472 ;;; Generated autoloads from hexl.el
8766 8473
8767 (autoload (quote hexl-mode) "hexl" "\ 8474 (autoload (quote hexl-mode) "hexl" "\
8768 \\<hexl-mode-map>A mode for editing binary files in hex dump format. 8475 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
8769 This is not an ordinary major mode; it alters some aspects 8476 This is not an ordinary major mode; it alters some aspects
8999 *Non-nil means hide the #ifX, #else, and #endif lines.") 8706 *Non-nil means hide the #ifX, #else, and #endif lines.")
9000 8707
9001 ;;;*** 8708 ;;;***
9002 8709
9003 ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 8710 ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
9004 ;;;;;; "hideshow" "progmodes/hideshow.el" (15587 64724)) 8711 ;;;;;; "hideshow" "progmodes/hideshow.el" (15626 5163))
9005 ;;; Generated autoloads from progmodes/hideshow.el 8712 ;;; Generated autoloads from progmodes/hideshow.el
9006 8713
9007 (defvar hs-hide-comments-when-hiding-all t "\ 8714 (defvar hs-hide-comments-when-hiding-all t "\
9008 *Hide the comments too when you do an `hs-hide-all'.") 8715 *Hide the comments too when you do an `hs-hide-all'.")
9009 8716
9241 in which `hl-line-mode' turns it on." t nil) 8948 in which `hl-line-mode' turns it on." t nil)
9242 8949
9243 ;;;*** 8950 ;;;***
9244 8951
9245 ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 8952 ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
9246 ;;;;;; (15097 24075)) 8953 ;;;;;; (15125 40269))
9247 ;;; Generated autoloads from calendar/holidays.el 8954 ;;; Generated autoloads from calendar/holidays.el
9248 8955
9249 (autoload (quote holidays) "holidays" "\ 8956 (autoload (quote holidays) "holidays" "\
9250 Display the holidays for last month, this month, and next month. 8957 Display the holidays for last month, this month, and next month.
9251 If called with an optional prefix argument, prompts for month and year. 8958 If called with an optional prefix argument, prompts for month and year.
9281 Emacs now does hscrolling automatically, if `truncate-lines' is non-nil. 8988 Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
9282 Also see `automatic-hscrolling'." t nil) 8989 Also see `automatic-hscrolling'." t nil)
9283 8990
9284 ;;;*** 8991 ;;;***
9285 8992
9286 ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
9287 ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-help-buffers
9288 ;;;;;; ibuffer-mark-dissociated-buffers ibuffer-mark-unsaved-buffers
9289 ;;;;;; ibuffer-mark-modified-buffers ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp
9290 ;;;;;; ibuffer-mark-by-mode-regexp ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
9291 ;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines
9292 ;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked
9293 ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show
9294 ;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters
9295 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
9296 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
9297 ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
9298 ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups
9299 ;;;;;; ibuffer-save-filter-groups ibuffer-yank-filter-group ibuffer-yank
9300 ;;;;;; ibuffer-kill-line ibuffer-kill-filter-group ibuffer-jump-to-filter-group
9301 ;;;;;; ibuffer-clear-filter-groups ibuffer-decompose-filter-group
9302 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
9303 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
9304 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
9305 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
9306 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
9307 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15712 9990))
9308 ;;; Generated autoloads from ibuf-ext.el
9309
9310 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
9311 Toggle use of Ibuffer's auto-update facility.
9312 With numeric ARG, enable auto-update if and only if ARG is positive." t nil)
9313
9314 (autoload (quote ibuffer-mouse-filter-by-mode) "ibuf-ext" "\
9315 Enable or disable filtering by the major mode chosen via mouse." t nil)
9316
9317 (autoload (quote ibuffer-interactive-filter-by-mode) "ibuf-ext" "\
9318 Enable or disable filtering by the major mode at point." t nil)
9319
9320 (autoload (quote ibuffer-mouse-toggle-filter-group) "ibuf-ext" "\
9321 Toggle the display status of the filter group chosen with the mouse." t nil)
9322
9323 (autoload (quote ibuffer-toggle-filter-group) "ibuf-ext" "\
9324 Toggle the display status of the filter group on this line." t nil)
9325
9326 (autoload (quote ibuffer-forward-filter-group) "ibuf-ext" "\
9327 Move point forwards by COUNT filtering groups." t nil)
9328
9329 (autoload (quote ibuffer-backward-filter-group) "ibuf-ext" "\
9330 Move point backwards by COUNT filtering groups." t nil)
9331 (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext.el")
9332 (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext.el")
9333 (autoload 'ibuffer-do-shell-command-file "ibuf-ext.el")
9334 (autoload 'ibuffer-do-eval "ibuf-ext.el")
9335 (autoload 'ibuffer-do-view-and-eval "ibuf-ext.el")
9336 (autoload 'ibuffer-do-rename-uniquely "ibuf-ext.el")
9337 (autoload 'ibuffer-do-revert "ibuf-ext.el")
9338 (autoload 'ibuffer-do-replace-regexp "ibuf-ext.el")
9339 (autoload 'ibuffer-do-query-replace "ibuf-ext.el")
9340 (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext.el")
9341 (autoload 'ibuffer-do-print "ibuf-ext.el")
9342
9343 (autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" nil nil nil)
9344
9345 (autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\
9346 Make the current filters into a filtering group." t nil)
9347
9348 (autoload (quote ibuffer-set-filter-groups-by-mode) "ibuf-ext" "\
9349 Set the current filter groups to filter by mode." t nil)
9350
9351 (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\
9352 Remove the first filter group." t nil)
9353
9354 (autoload (quote ibuffer-decompose-filter-group) "ibuf-ext" "\
9355 Decompose the filter group GROUP into active filters." t nil)
9356
9357 (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\
9358 Remove all filter groups." t nil)
9359
9360 (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\
9361 Move point to the filter group whose name is NAME." t nil)
9362
9363 (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\
9364 Kill the filter group named NAME.
9365 The group will be added to `ibuffer-filter-group-kill-ring'." t nil)
9366
9367 (autoload (quote ibuffer-kill-line) "ibuf-ext" "\
9368 Kill the filter group at point.
9369 See also `ibuffer-kill-filter-group'." t nil)
9370
9371 (autoload (quote ibuffer-yank) "ibuf-ext" "\
9372 Yank the last killed filter group before group at point." t nil)
9373
9374 (autoload (quote ibuffer-yank-filter-group) "ibuf-ext" "\
9375 Yank the last killed filter group before group named NAME." t nil)
9376
9377 (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\
9378 Save all active filter groups GROUPS as NAME.
9379 They are added to `ibuffer-saved-filter-groups'. Interactively,
9380 prompt for NAME, and use the current filters." t nil)
9381
9382 (autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\
9383 Delete saved filter groups with NAME.
9384 They are removed from `ibuffer-saved-filter-groups'." t nil)
9385
9386 (autoload (quote ibuffer-switch-to-saved-filter-groups) "ibuf-ext" "\
9387 Set this buffer's filter groups to saved version with NAME.
9388 The value from `ibuffer-saved-filters' is used.
9389 If prefix argument ADD is non-nil, then add the saved filters instead
9390 of replacing the current filters." t nil)
9391
9392 (autoload (quote ibuffer-filter-disable) "ibuf-ext" "\
9393 Disable all filters currently in effect in this buffer." t nil)
9394
9395 (autoload (quote ibuffer-pop-filter) "ibuf-ext" "\
9396 Remove the top filter in this buffer." t nil)
9397
9398 (autoload (quote ibuffer-decompose-filter) "ibuf-ext" "\
9399 Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
9400
9401 This means that the topmost filter on the filtering stack, which must
9402 be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
9403 turned into two separate filters [name: foo] and [mode: bar-mode]." t nil)
9404
9405 (autoload (quote ibuffer-exchange-filters) "ibuf-ext" "\
9406 Exchange the top two filters on the stack in this buffer." t nil)
9407
9408 (autoload (quote ibuffer-negate-filter) "ibuf-ext" "\
9409 Negate the sense of the top filter in the current buffer." t nil)
9410
9411 (autoload (quote ibuffer-or-filter) "ibuf-ext" "\
9412 Replace the top two filters in this buffer with their logical OR.
9413 If optional argument REVERSE is non-nil, instead break the top OR
9414 filter into parts." t nil)
9415
9416 (autoload (quote ibuffer-save-filters) "ibuf-ext" "\
9417 Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
9418 Interactively, prompt for NAME, and use the current filters." t nil)
9419
9420 (autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\
9421 Delete saved filters with NAME from `ibuffer-saved-filters'." t nil)
9422
9423 (autoload (quote ibuffer-add-saved-filters) "ibuf-ext" "\
9424 Add saved filters from `ibuffer-saved-filters' to this buffer's filters." t nil)
9425
9426 (autoload (quote ibuffer-switch-to-saved-filters) "ibuf-ext" "\
9427 Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
9428 If prefix argument ADD is non-nil, then add the saved filters instead
9429 of replacing the current filters." t nil)
9430 (autoload 'ibuffer-filter-by-mode "ibuf-ext.el")
9431 (autoload 'ibuffer-filter-by-used-mode "ibuf-ext.el")
9432 (autoload 'ibuffer-filter-by-name "ibuf-ext.el")
9433 (autoload 'ibuffer-filter-by-filename "ibuf-ext.el")
9434 (autoload 'ibuffer-filter-by-size-gt "ibuf-ext.el")
9435 (autoload 'ibuffer-filter-by-size-lt "ibuf-ext.el")
9436 (autoload 'ibuffer-filter-by-content "ibuf-ext.el")
9437 (autoload 'ibuffer-filter-by-predicate "ibuf-ext.el")
9438
9439 (autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\
9440 Toggle the current sorting mode.
9441 Default sorting modes are:
9442 Recency - the last time the buffer was viewed
9443 Name - the name of the buffer
9444 Major Mode - the name of the major mode of the buffer
9445 Size - the size of the buffer" t nil)
9446
9447 (autoload (quote ibuffer-invert-sorting) "ibuf-ext" "\
9448 Toggle whether or not sorting is in reverse order." t nil)
9449 (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext.el")
9450 (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext.el")
9451 (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext.el")
9452 (autoload 'ibuffer-do-sort-by-size "ibuf-ext.el")
9453
9454 (autoload (quote ibuffer-bs-show) "ibuf-ext" "\
9455 Emulate `bs-show' from the bs.el package." t nil)
9456
9457 (autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\
9458 Add REGEXP to `ibuffer-tmp-hide-regexps'.
9459 This means that buffers whose name matches REGEXP will not be shown
9460 for this ibuffer session." t nil)
9461
9462 (autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\
9463 Add REGEXP to `ibuffer-tmp-show-regexps'.
9464 This means that buffers whose name matches REGEXP will always be shown
9465 for this ibuffer session." t nil)
9466
9467 (autoload (quote ibuffer-forward-next-marked) "ibuf-ext" "\
9468 Move forward by COUNT marked buffers (default 1).
9469
9470 If MARK is non-nil, it should be a character denoting the type of mark
9471 to move by. The default is `ibuffer-marked-char'.
9472
9473 If DIRECTION is non-nil, it should be an integer; negative integers
9474 mean move backwards, non-negative integers mean move forwards." t nil)
9475
9476 (autoload (quote ibuffer-backwards-next-marked) "ibuf-ext" "\
9477 Move backwards by COUNT marked buffers (default 1).
9478
9479 If MARK is non-nil, it should be a character denoting the type of mark
9480 to move by. The default is `ibuffer-marked-char'." t nil)
9481
9482 (autoload (quote ibuffer-do-kill-lines) "ibuf-ext" "\
9483 Hide all of the currently marked lines." t nil)
9484
9485 (autoload (quote ibuffer-jump-to-buffer) "ibuf-ext" "\
9486 Move point to the buffer whose name is NAME." t nil)
9487
9488 (autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\
9489 View the differences between this buffer and its associated file.
9490 This requires the external program \"diff\" to be in your `exec-path'." t nil)
9491
9492 (autoload (quote ibuffer-copy-filename-as-kill) "ibuf-ext" "\
9493 Copy filenames of marked buffers into the kill ring.
9494 The names are separated by a space.
9495 If a buffer has no filename, it is ignored.
9496 With a zero prefix arg, use the complete pathname of each marked file.
9497
9498 You can then feed the file name(s) to other commands with C-y.
9499
9500 [ This docstring shamelessly stolen from the
9501 `dired-copy-filename-as-kill' in \"dired-x\". ]" t nil)
9502
9503 (autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\
9504 Mark all buffers whose name matches REGEXP." t nil)
9505
9506 (autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\
9507 Mark all buffers whose major mode matches REGEXP." t nil)
9508
9509 (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\
9510 Mark all buffers whose file name matches REGEXP." t nil)
9511
9512 (autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\
9513 Mark all buffers whose major mode equals MODE." t nil)
9514
9515 (autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\
9516 Mark all modified buffers." t nil)
9517
9518 (autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\
9519 Mark all modified buffers that have an associated file." t nil)
9520
9521 (autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\
9522 Mark all buffers whose associated file does not exist." t nil)
9523
9524 (autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\
9525 Mark buffers like *Help*, *Apropos*, *Info*." t nil)
9526
9527 (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\
9528 Mark buffers which have not been viewed in `ibuffer-old-time' days." t nil)
9529
9530 (autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\
9531 Mark all buffers whose name begins and ends with '*'." t nil)
9532
9533 (autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\
9534 Mark all read-only buffers." t nil)
9535
9536 (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
9537 Mark all `dired' buffers." t nil)
9538
9539 (autoload (quote ibuffer-do-occur) "ibuf-ext" "\
9540 View lines which match REGEXP in all marked buffers.
9541 Optional argument NLINES says how many lines of context to display: it
9542 defaults to one." t nil)
9543
9544 ;;;***
9545
9546 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
9547 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15623
9548 ;;;;;; 547))
9549 ;;; Generated autoloads from ibuf-macs.el
9550
9551 (autoload (quote define-ibuffer-column) "ibuf-macs" "\
9552 Define a column SYMBOL for use with `ibuffer-formats'.
9553
9554 BODY will be called with `buffer' bound to the buffer object, and
9555 `mark' bound to the current mark on the buffer. The original ibuffer
9556 buffer will be bound to `ibuffer-buf'.
9557
9558 If NAME is given, it will be used as a title for the column.
9559 Otherwise, the title will default to a capitalized version of the
9560 SYMBOL's name. PROPS is a plist of additional properties to add to
9561 the text, such as `mouse-face'. And SUMMARIZER, if given, is a
9562 function which will be passed a list of all the strings in its column;
9563 it should return a string to display at the bottom.
9564
9565 Note that this macro expands into a `defun' for a function named
9566 ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
9567 inlined into the compiled format versions. This means that if you
9568 change its definition, you should explicitly call
9569 `ibuffer-recompile-formats'." nil (quote macro))
9570
9571 (autoload (quote define-ibuffer-sorter) "ibuf-macs" "\
9572 Define a method of sorting named NAME.
9573 DOCUMENTATION is the documentation of the function, which will be called
9574 `ibuffer-do-sort-by-NAME'.
9575 DESCRIPTION is a short string describing the sorting method.
9576
9577 For sorting, the forms in BODY will be evaluated with `a' bound to one
9578 buffer object, and `b' bound to another. BODY should return a non-nil
9579 value if and only if `a' is \"less than\" `b'." nil (quote macro))
9580
9581 (autoload (quote define-ibuffer-op) "ibuf-macs" "\
9582 Generate a function which operates on a buffer.
9583 OP becomes the name of the function; if it doesn't begin with
9584 `ibuffer-do-', then that is prepended to it.
9585 When an operation is performed, this function will be called once for
9586 each marked buffer, with that buffer current.
9587
9588 ARGS becomes the formal parameters of the function.
9589 DOCUMENTATION becomes the docstring of the function.
9590 INTERACTIVE becomes the interactive specification of the function.
9591 MARK describes which type of mark (:deletion, or nil) this operation
9592 uses. :deletion means the function operates on buffers marked for
9593 deletion, otherwise it acts on normally marked buffers.
9594 MODIFIER-P describes how the function modifies buffers. This is used
9595 to set the modification flag of the Ibuffer buffer itself. Valid
9596 values are:
9597 nil - the function never modifiers buffers
9598 t - the function it always modifies buffers
9599 :maybe - attempt to discover this information by comparing the
9600 buffer's modification flag.
9601 DANGEROUS is a boolean which should be set if the user should be
9602 prompted before performing this operation.
9603 OPSTRING is a string which will be displayed to the user after the
9604 operation is complete, in the form:
9605 \"Operation complete; OPSTRING x buffers\"
9606 ACTIVE-OPSTRING is a string which will be displayed to the user in a
9607 confirmation message, in the form:
9608 \"Really ACTIVE-OPSTRING x buffers?\"
9609 COMPLEX means this function is special; see the source code of this
9610 macro for exactly what it does." nil (quote macro))
9611
9612 (autoload (quote define-ibuffer-filter) "ibuf-macs" "\
9613 Define a filter named NAME.
9614 DOCUMENTATION is the documentation of the function.
9615 READER is a form which should read a qualifier from the user.
9616 DESCRIPTION is a short string describing the filter.
9617
9618 BODY should contain forms which will be evaluated to test whether or
9619 not a particular buffer should be displayed or not. The forms in BODY
9620 will be evaluated with BUF bound to the buffer object, and QUALIFIER
9621 bound to the current value of the filter." nil (quote macro))
9622
9623 ;;;***
9624
9625 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9626 ;;;;;; "ibuffer" "ibuffer.el" (15698 64354))
9627 ;;; Generated autoloads from ibuffer.el
9628
9629 (autoload (quote ibuffer-list-buffers) "ibuffer" "\
9630 Display a list of buffers, in another window.
9631 If optional argument FILES-ONLY is non-nil, then add a filter for
9632 buffers which are visiting a file." t nil)
9633
9634 (autoload (quote ibuffer-other-window) "ibuffer" "\
9635 Like `ibuffer', but displayed in another window by default.
9636 If optional argument FILES-ONLY is non-nil, then add a filter for
9637 buffers which are visiting a file." t nil)
9638
9639 (autoload (quote ibuffer) "ibuffer" "\
9640 Begin using `ibuffer' to edit a list of buffers.
9641 Type 'h' after entering ibuffer for more information.
9642
9643 Optional argument OTHER-WINDOW-P says to use another window.
9644 Optional argument NAME specifies the name of the buffer; it defaults
9645 to \"*Ibuffer*\".
9646 Optional argument QUALIFIERS is an initial set of filtering qualifiers
9647 to use; see `ibuffer-filtering-qualifiers'.
9648 Optional argument NOSELECT means don't select the Ibuffer buffer.
9649 Optional argument SHRINK means shrink the buffer to minimal size. The
9650 special value `onewindow' means always use another window.
9651 Optional argument FILTER-GROUPS is an initial set of filtering
9652 groups to use; see `ibuffer-filter-groups'.
9653 Optional argument FORMATS is the value to use for `ibuffer-formats'.
9654 If specified, then the variable `ibuffer-formats' will have that value
9655 locally in this buffer." t nil)
9656
9657 ;;;***
9658
9659 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 8993 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
9660 ;;;;;; "icomplete.el" (15483 45647)) 8994 ;;;;;; "icomplete.el" (15707 44426))
9661 ;;; Generated autoloads from icomplete.el 8995 ;;; Generated autoloads from icomplete.el
9662 8996
9663 (autoload (quote icomplete-mode) "icomplete" "\ 8997 (autoload (quote icomplete-mode) "icomplete" "\
9664 Toggle incremental minibuffer completion for this Emacs session. 8998 Toggle incremental minibuffer completion for this Emacs session.
9665 With a numeric argument, turn Icomplete mode on iff ARG is positive." t nil) 8999 With a numeric argument, turn Icomplete mode on iff ARG is positive." t nil)
9853 9187
9854 \\{idlwave-mode-map}" t nil) 9188 \\{idlwave-mode-map}" t nil)
9855 9189
9856 ;;;*** 9190 ;;;***
9857 9191
9858 ;;;### (autoloads (ido-read-directory-name ido-read-file-name ido-dired
9859 ;;;;;; ido-insert-file ido-write-file ido-find-file-other-frame
9860 ;;;;;; ido-display-file ido-find-file-read-only-other-frame ido-find-file-read-only-other-window
9861 ;;;;;; ido-find-file-read-only ido-find-alternate-file ido-find-file-other-window
9862 ;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
9863 ;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
9864 ;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
9865 ;;;;;; "ido.el" (15683 14753))
9866 ;;; Generated autoloads from ido.el
9867
9868 (defvar ido-mode nil "\
9869 Determines for which functional group (buffer and files) ido behavior
9870 should be enabled. The following values are possible:
9871 - 'buffer: Turn only on ido buffer behavior (switching, killing,
9872 displaying...)
9873 - 'file: Turn only on ido file behavior (finding, writing, inserting...)
9874 - 'both: Turn on ido buffer and file behavior.
9875 - nil: Turn off any ido switching.
9876
9877 Setting this variable directly does not take effect;
9878 use either \\[customize] or the function `ido-mode'.")
9879
9880 (custom-add-to-group (quote ido) (quote ido-mode) (quote custom-variable))
9881
9882 (custom-add-load (quote ido-mode) (quote ido))
9883
9884 (autoload (quote ido-mode) "ido" "\
9885 Toggle ido speed-ups on or off.
9886 With ARG, turn ido speed-up on if arg is positive, off otherwise.
9887 If second argument NOBIND is non-nil, no keys are rebound; otherwise,
9888 turning on ido-mode will modify the default keybindings for the
9889 find-file and switch-to-buffer families of commands to the ido
9890 versions of these functions.
9891 However, if second arg equals 'files, bind only for files, or if it
9892 equals 'buffers, bind only for buffers.
9893 This function also adds a hook to the minibuffer." t nil)
9894
9895 (autoload (quote ido-read-buffer) "ido" "\
9896 Replacement for the built-in `read-buffer'.
9897 Return the name of a buffer selected.
9898 PROMPT is the prompt to give to the user. DEFAULT if given is the default
9899 buffer to be selected, which will go to the front of the list.
9900 If REQUIRE-MATCH is non-nil, an existing-buffer must be selected.
9901 If INITIAL is non-nil, it specifies the initial input string." nil nil)
9902
9903 (autoload (quote ido-switch-buffer) "ido" "\
9904 Switch to another buffer.
9905 The buffer is displayed according to `ido-default-buffer-method' -- the
9906 default is to show it in the same window, unless it is already visible
9907 in another frame.
9908
9909 As you type in a string, all of the buffers matching the string are
9910 displayed if substring-matching is used (default). Look at
9911 `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
9912 buffer you want, it can then be selected. As you type, most keys have their
9913 normal keybindings, except for the following: \\<ido-mode-map>
9914
9915 RET Select the buffer at the front of the list of matches. If the
9916 list is empty, possibly prompt to create new buffer.
9917
9918 \\[ido-select-text] Select the current prompt as the buffer.
9919 If no buffer is found, prompt for a new one.
9920
9921 \\[ido-next-match] Put the first element at the end of the list.
9922 \\[ido-prev-match] Put the last element at the start of the list.
9923 \\[ido-complete] Complete a common suffix to the current string that
9924 matches all buffers. If there is only one match, select that buffer.
9925 If there is no common suffix, show a list of all matching buffers
9926 in a separate window.
9927 \\[ido-edit-input] Edit input string.
9928 \\[ido-fallback-command] Fallback to non-ido version of current command.
9929 \\[ido-toggle-regexp] Toggle regexp searching.
9930 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
9931 \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
9932 \\[ido-completion-help] Show list of matching buffers in separate window.
9933 \\[ido-enter-find-file] Drop into ido-find-file.
9934 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
9935 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'." t nil)
9936
9937 (autoload (quote ido-switch-buffer-other-window) "ido" "\
9938 Switch to another buffer and show it in another window.
9939 The buffer name is selected interactively by typing a substring.
9940 For details of keybindings, do `\\[describe-function] ido'." t nil)
9941
9942 (autoload (quote ido-display-buffer) "ido" "\
9943 Display a buffer in another window but don't select it.
9944 The buffer name is selected interactively by typing a substring.
9945 For details of keybindings, do `\\[describe-function] ido'." t nil)
9946
9947 (autoload (quote ido-kill-buffer) "ido" "\
9948 Kill a buffer.
9949 The buffer name is selected interactively by typing a substring.
9950 For details of keybindings, do `\\[describe-function] ido'." t nil)
9951
9952 (autoload (quote ido-insert-buffer) "ido" "\
9953 Insert contents of a buffer in current buffer after point.
9954 The buffer name is selected interactively by typing a substring.
9955 For details of keybindings, do `\\[describe-function] ido'." t nil)
9956
9957 (autoload (quote ido-switch-buffer-other-frame) "ido" "\
9958 Switch to another buffer and show it in another frame.
9959 The buffer name is selected interactively by typing a substring.
9960 For details of keybindings, do `\\[describe-function] ido'." t nil)
9961
9962 (autoload (quote ido-find-file-in-dir) "ido" "\
9963 Switch to another file starting from DIR." t nil)
9964
9965 (autoload (quote ido-find-file) "ido" "\
9966 Edit file with name obtained via minibuffer.
9967 The file is displayed according to `ido-default-file-method' -- the
9968 default is to show it in the same window, unless it is already
9969 visible in another frame.
9970
9971 The file name is selected interactively by typing a substring. As you type
9972 in a string, all of the filenames matching the string are displayed if
9973 substring-matching is used (default). Look at `ido-enable-prefix' and
9974 `ido-toggle-prefix'. When you have found the filename you want, it can
9975 then be selected. As you type, most keys have their normal keybindings,
9976 except for the following: \\<ido-mode-map>
9977
9978 RET Select the file at the front of the list of matches. If the
9979 list is empty, possibly prompt to create new file.
9980
9981 \\[ido-select-text] Select the current prompt as the buffer or file.
9982 If no buffer or file is found, prompt for a new one.
9983
9984 \\[ido-next-match] Put the first element at the end of the list.
9985 \\[ido-prev-match] Put the last element at the start of the list.
9986 \\[ido-complete] Complete a common suffix to the current string that
9987 matches all files. If there is only one match, select that file.
9988 If there is no common suffix, show a list of all matching files
9989 in a separate window.
9990 \\[ido-edit-input] Edit input string (including path).
9991 \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
9992 \\[ido-merge-work-directories] search for file in the work directory history.
9993 \\[ido-forget-work-directory] removes current directory from the work directory history.
9994 \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
9995 \\[ido-wide-find-file] and \\[ido-wide-find-dir] prompts and uses find to locate files or directories.
9996 \\[ido-make-directory] prompts for a directory to create in current directory.
9997 \\[ido-fallback-command] Fallback to non-ido version of current command.
9998 \\[ido-toggle-regexp] Toggle regexp searching.
9999 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
10000 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
10001 \\[ido-toggle-vc] Toggle version control for this file.
10002 \\[ido-toggle-literal] Toggle literal reading of this file.
10003 \\[ido-completion-help] Show list of matching files in separate window.
10004 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'." t nil)
10005
10006 (autoload (quote ido-find-file-other-window) "ido" "\
10007 Switch to another file and show it in another window.
10008 The file name is selected interactively by typing a substring.
10009 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10010
10011 (autoload (quote ido-find-alternate-file) "ido" "\
10012 Switch to another file and show it in another window.
10013 The file name is selected interactively by typing a substring.
10014 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10015
10016 (autoload (quote ido-find-file-read-only) "ido" "\
10017 Edit file read-only with name obtained via minibuffer.
10018 The file name is selected interactively by typing a substring.
10019 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10020
10021 (autoload (quote ido-find-file-read-only-other-window) "ido" "\
10022 Edit file read-only in other window with name obtained via minibuffer.
10023 The file name is selected interactively by typing a substring.
10024 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10025
10026 (autoload (quote ido-find-file-read-only-other-frame) "ido" "\
10027 Edit file read-only in other frame with name obtained via minibuffer.
10028 The file name is selected interactively by typing a substring.
10029 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10030
10031 (autoload (quote ido-display-file) "ido" "\
10032 Display a file in another window but don't select it.
10033 The file name is selected interactively by typing a substring.
10034 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10035
10036 (autoload (quote ido-find-file-other-frame) "ido" "\
10037 Switch to another file and show it in another frame.
10038 The file name is selected interactively by typing a substring.
10039 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10040
10041 (autoload (quote ido-write-file) "ido" "\
10042 Write current buffer to a file.
10043 The file name is selected interactively by typing a substring.
10044 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10045
10046 (autoload (quote ido-insert-file) "ido" "\
10047 Insert contents of file in current buffer.
10048 The file name is selected interactively by typing a substring.
10049 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10050
10051 (autoload (quote ido-dired) "ido" "\
10052 Call dired the ido way.
10053 The directory is selected interactively by typing a substring.
10054 For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10055
10056 (autoload (quote ido-read-file-name) "ido" "\
10057 Read file name, prompting with PROMPT and completing in directory DIR.
10058 See `read-file-name' for additional parameters." nil nil)
10059
10060 (autoload (quote ido-read-directory-name) "ido" "\
10061 Read directory name, prompting with PROMPT and completing in directory DIR.
10062 See `read-file-name' for additional parameters." nil nil)
10063
10064 ;;;***
10065
10066 ;;;### (autoloads (ielm) "ielm" "ielm.el" (15712 52093)) 9192 ;;;### (autoloads (ielm) "ielm" "ielm.el" (15712 52093))
10067 ;;; Generated autoloads from ielm.el 9193 ;;; Generated autoloads from ielm.el
10068 (add-hook 'same-window-buffer-names "*ielm*") 9194 (add-hook 'same-window-buffer-names "*ielm*")
10069 9195
10070 (autoload (quote ielm) "ielm" "\ 9196 (autoload (quote ielm) "ielm" "\
10366 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index' 9492 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index'
10367 for more information." t nil) 9493 for more information." t nil)
10368 9494
10369 ;;;*** 9495 ;;;***
10370 9496
10371 ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
10372 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
10373 ;;;;;; "ind-util" "language/ind-util.el" (15656 53216))
10374 ;;; Generated autoloads from language/ind-util.el
10375
10376 (autoload (quote indian-compose-region) "ind-util" "\
10377 Compose the region according to `composition-function-table'. " t nil)
10378
10379 (autoload (quote indian-compose-string) "ind-util" nil nil nil)
10380
10381 (autoload (quote in-is13194-post-read-conversion) "ind-util" nil nil nil)
10382
10383 (autoload (quote in-is13194-pre-write-conversion) "ind-util" nil nil nil)
10384
10385 (autoload (quote indian-glyph-char) "ind-util" "\
10386 Return character of charset `indian-glyph' made from glyph index INDEX.
10387 The variable `indian-default-script' specifies the script of the glyph.
10388 Optional argument SCRIPT, if non-nil, overrides `indian-default-script'.
10389 See also the function `indian-char-glyph'." nil nil)
10390
10391 (autoload (quote indian-char-glyph) "ind-util" "\
10392 Return information about the glyph code for CHAR of `indian-glyph' charset.
10393 The value is (INDEX . SCRIPT), where INDEX is the glyph index
10394 in the font that Indian script name SCRIPT specifies.
10395 See also the function `indian-glyph-char'." nil nil)
10396
10397 ;;;***
10398
10399 ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 9497 ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
10400 ;;;;;; (15651 7290)) 9498 ;;;;;; (15669 50258))
10401 ;;; Generated autoloads from progmodes/inf-lisp.el 9499 ;;; Generated autoloads from progmodes/inf-lisp.el
10402 9500
10403 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 9501 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
10404 *What not to save on inferior Lisp's input history. 9502 *What not to save on inferior Lisp's input history.
10405 Input matching this regexp is not saved on the input history in Inferior Lisp 9503 Input matching this regexp is not saved on the input history in Inferior Lisp
10505 9603
10506 ;;;*** 9604 ;;;***
10507 9605
10508 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 9606 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
10509 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 9607 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
10510 ;;;;;; (15671 8032)) 9608 ;;;;;; (15707 44426))
10511 ;;; Generated autoloads from info-look.el 9609 ;;; Generated autoloads from info-look.el
10512 9610
10513 (autoload (quote info-lookup-reset) "info-look" "\ 9611 (autoload (quote info-lookup-reset) "info-look" "\
10514 Throw away all cached data. 9612 Throw away all cached data.
10515 This command is useful if the user wants to start at the beginning without 9613 This command is useful if the user wants to start at the beginning without
10541 Perform completion on file preceding point." t nil) 9639 Perform completion on file preceding point." t nil)
10542 9640
10543 ;;;*** 9641 ;;;***
10544 9642
10545 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 9643 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
10546 ;;;;;; "informat" "informat.el" (15185 49574)) 9644 ;;;;;; "informat" "informat.el" (15235 51729))
10547 ;;; Generated autoloads from informat.el 9645 ;;; Generated autoloads from informat.el
10548 9646
10549 (autoload (quote Info-tagify) "informat" "\ 9647 (autoload (quote Info-tagify) "informat" "\
10550 Create or update Info file tag table in current buffer or in a region." t nil) 9648 Create or update Info file tag table in current buffer or in a region." t nil)
10551 9649
10574 9672
10575 ;;;*** 9673 ;;;***
10576 9674
10577 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 9675 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
10578 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 9676 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
10579 ;;;;;; (15251 19613)) 9677 ;;;;;; (15252 4769))
10580 ;;; Generated autoloads from international/isearch-x.el 9678 ;;; Generated autoloads from international/isearch-x.el
10581 9679
10582 (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 9680 (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
10583 Select an input method and turn it on in interactive search." t nil) 9681 Select an input method and turn it on in interactive search." t nil)
10584 9682
10619 ;;;*** 9717 ;;;***
10620 9718
10621 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 9719 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
10622 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 9720 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
10623 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 9721 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
10624 ;;;;;; "international/iso-cvt.el" (15186 56483)) 9722 ;;;;;; "international/iso-cvt.el" (15235 51737))
10625 ;;; Generated autoloads from international/iso-cvt.el 9723 ;;; Generated autoloads from international/iso-cvt.el
10626 9724
10627 (autoload (quote iso-spanish) "iso-cvt" "\ 9725 (autoload (quote iso-spanish) "iso-cvt" "\
10628 Translate net conventions for Spanish to ISO 8859-1. 9726 Translate net conventions for Spanish to ISO 8859-1.
10629 The region between FROM and TO is translated using the table TRANS-TAB. 9727 The region between FROM and TO is translated using the table TRANS-TAB.
11000 ;;;*** 10098 ;;;***
11001 10099
11002 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 10100 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
11003 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 10101 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
11004 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 10102 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
11005 ;;;;;; "japan-util" "language/japan-util.el" (15185 62673)) 10103 ;;;;;; "japan-util" "language/japan-util.el" (15235 51737))
11006 ;;; Generated autoloads from language/japan-util.el 10104 ;;; Generated autoloads from language/japan-util.el
11007 10105
11008 (autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil) 10106 (autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil)
11009 10107
11010 (autoload (quote japanese-katakana) "japan-util" "\ 10108 (autoload (quote japanese-katakana) "japan-util" "\
11069 If non-nil, CONTEXTUAL means that a contextual fontification would be useful." nil nil) 10167 If non-nil, CONTEXTUAL means that a contextual fontification would be useful." nil nil)
11070 10168
11071 ;;;*** 10169 ;;;***
11072 10170
11073 ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 10171 ;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
11074 ;;;;;; "jka-compr" "jka-compr.el" (15623 548)) 10172 ;;;;;; "jka-compr" "jka-compr.el" (15626 5161))
11075 ;;; Generated autoloads from jka-compr.el 10173 ;;; Generated autoloads from jka-compr.el
11076 10174
11077 (defvar auto-compression-mode nil "\ 10175 (defvar auto-compression-mode nil "\
11078 Non-nil if Auto-Compression mode is enabled. 10176 Non-nil if Auto-Compression mode is enabled.
11079 See the command `auto-compression-mode' for a description of this minor-mode. 10177 See the command `auto-compression-mode' for a description of this minor-mode.
11092 (autoload (quote with-auto-compression-mode) "jka-compr" "\ 10190 (autoload (quote with-auto-compression-mode) "jka-compr" "\
11093 Evalute BODY with automatic file compression and uncompression enabled." nil (quote macro)) 10191 Evalute BODY with automatic file compression and uncompression enabled." nil (quote macro))
11094 10192
11095 ;;;*** 10193 ;;;***
11096 10194
11097 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
11098 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
11099 ;;;;;; (15640 49861))
11100 ;;; Generated autoloads from emulation/keypad.el
11101
11102 (defvar keypad-setup nil "\
11103 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
11104 When selecting the plain numeric keypad setup, the character returned by the
11105 decimal key must be specified.")
11106
11107 (custom-add-to-group (quote keyboard) (quote keypad-setup) (quote custom-variable))
11108
11109 (custom-add-load (quote keypad-setup) (quote keypad))
11110
11111 (defvar keypad-numlock-setup nil "\
11112 Specifies the keypad setup for unshifted keypad keys when NumLock is on.
11113 When selecting the plain numeric keypad setup, the character returned by the
11114 decimal key must be specified.")
11115
11116 (custom-add-to-group (quote keyboard) (quote keypad-numlock-setup) (quote custom-variable))
11117
11118 (custom-add-load (quote keypad-numlock-setup) (quote keypad))
11119
11120 (defvar keypad-shifted-setup nil "\
11121 Specifies the keypad setup for shifted keypad keys when NumLock is off.
11122 When selecting the plain numeric keypad setup, the character returned by the
11123 decimal key must be specified.")
11124
11125 (custom-add-to-group (quote keyboard) (quote keypad-shifted-setup) (quote custom-variable))
11126
11127 (custom-add-load (quote keypad-shifted-setup) (quote keypad))
11128
11129 (defvar keypad-numlock-shifted-setup nil "\
11130 Specifies the keypad setup for shifted keypad keys when NumLock is off.
11131 When selecting the plain numeric keypad setup, the character returned by the
11132 decimal key must be specified.")
11133
11134 (custom-add-to-group (quote keyboard) (quote keypad-numlock-shifted-setup) (quote custom-variable))
11135
11136 (custom-add-load (quote keypad-numlock-shifted-setup) (quote keypad))
11137
11138 (autoload (quote keypad-setup) "keypad" "\
11139 Set keypad bindings in function-key-map according to SETUP.
11140 If optional second argument NUMLOCK is non-nil, the NumLock On bindings
11141 are changed. Otherwise, the NumLock Off bindings are changed.
11142 If optional third argument SHIFT is non-nil, the shifted keypad
11143 keys are bound.
11144
11145 Setup Binding
11146 -------------------------------------------------------------
11147 'prefix Command prefix argument, i.e. M-0 .. M-9 and M--
11148 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.
11149 'cursor Bind keypad keys to the cursor movement keys.
11150 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg)
11151 'none Removes all bindings for keypad keys in function-key-map.
11152
11153 If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,
11154 the decimal key on the keypad is mapped to DECIMAL instead of `.'" nil nil)
11155
11156 ;;;***
11157
11158 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 10195 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
11159 ;;;;;; (15185 62673)) 10196 ;;;;;; (15235 51737))
11160 ;;; Generated autoloads from international/kinsoku.el 10197 ;;; Generated autoloads from international/kinsoku.el
11161 10198
11162 (autoload (quote kinsoku) "kinsoku" "\ 10199 (autoload (quote kinsoku) "kinsoku" "\
11163 Go to a line breaking position near point by doing `kinsoku' processing. 10200 Go to a line breaking position near point by doing `kinsoku' processing.
11164 LINEBEG is a buffer position we can't break a line before. 10201 LINEBEG is a buffer position we can't break a line before.
11173 in one place, and is used for the text processing described above in 10210 in one place, and is used for the text processing described above in
11174 the context of text formatting." nil nil) 10211 the context of text formatting." nil nil)
11175 10212
11176 ;;;*** 10213 ;;;***
11177 10214
11178 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15185 10215 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15235
11179 ;;;;;; 62673)) 10216 ;;;;;; 51737))
11180 ;;; Generated autoloads from international/kkc.el 10217 ;;; Generated autoloads from international/kkc.el
11181 10218
11182 (defvar kkc-after-update-conversion-functions nil "\ 10219 (defvar kkc-after-update-conversion-functions nil "\
11183 Functions to run after a conversion is selected in `japanese' input method. 10220 Functions to run after a conversion is selected in `japanese' input method.
11184 With this input method, a user can select a proper conversion from 10221 With this input method, a user can select a proper conversion from
11194 When it returns, the point is at the tail of the selected conversion, 10231 When it returns, the point is at the tail of the selected conversion,
11195 and the return value is the length of the conversion." t nil) 10232 and the return value is the length of the conversion." t nil)
11196 10233
11197 ;;;*** 10234 ;;;***
11198 10235
11199 ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-or-call-macro
11200 ;;;;;; kmacro-start-macro-or-insert-counter kmacro-call-macro kmacro-end-macro
11201 ;;;;;; kmacro-start-macro) "kmacro" "kmacro.el" (15713 34420))
11202 ;;; Generated autoloads from kmacro.el
11203 (global-set-key "\C-x(" 'kmacro-start-macro)
11204 (global-set-key "\C-x)" 'kmacro-end-macro)
11205 (global-set-key "\C-xe" 'kmacro-end-or-call-macro)
11206 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
11207 (global-set-key [f4] 'kmacro-end-or-call-macro)
11208 (global-set-key "\C-x\C-k" 'kmacro-keymap)
11209 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
11210
11211 (autoload (quote kmacro-start-macro) "kmacro" "\
11212 Record subsequent keyboard input, defining a keyboard macro.
11213 The commands are recorded even as they are executed.
11214 Use \\[end-kbd-macro] to finish recording and make the macro available.
11215 Use \\[call-last-kbd-macro] to execute the macro.
11216 Use \\[name-last-kbd-macro] to give it a permanent name.
11217 Non-nil arg (prefix arg) means append to last macro defined;
11218
11219 With \\[universal-argument] prefix, append to last keyboard macro
11220 defined. Depending on `kmacro-execute-before-append', this may begin
11221 by re-executing the last macro as if you typed it again.
11222
11223 Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
11224 defining the macro.
11225
11226 Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
11227 The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
11228 The format of the counter can be modified via \\[kmacro-set-format]." t nil)
11229
11230 (autoload (quote kmacro-end-macro) "kmacro" "\
11231 Finish defining a keyboard macro.
11232 The definition was started by \\[kmacro-start-macro].
11233 The macro is now available for use via \\[kmacro-call-macro],
11234 or it can be given a name with \\[name-last-kbd-macro] and then invoked
11235 under that name.
11236
11237 With numeric arg, repeat macro now that many times,
11238 counting the definition just completed as the first repetition.
11239 An argument of zero means repeat until error." t nil)
11240
11241 (autoload (quote kmacro-call-macro) "kmacro" "\
11242 Call the last keyboard macro that you defined with \\[kmacro-start-macro].
11243
11244 A prefix argument serves as a repeat count. Zero means repeat until error.
11245
11246 To make a macro permanent so you can call it even after
11247 defining others, use M-x name-last-kbd-macro." t nil)
11248
11249 (autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\
11250 Set `kmacro-counter' to ARG or 0 if missing, and `start-kbd-macro'.
11251 With \\[universal-argument], append to current keyboard macro (keep kmacro-counter).
11252
11253 When defining/executing macro, insert macro counter and increment with
11254 ARG or 1 if missing.
11255 With \\[universal-argument], insert previous kmacro-counter (but do not modify counter).
11256
11257 The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
11258 The format of the counter can be modified via \\[kmacro-set-format]." t nil)
11259
11260 (autoload (quote kmacro-end-or-call-macro) "kmacro" "\
11261 End kbd macro if currently being defined; else call last kbd macro.
11262 With numeric prefix ARG, repeat macro that many times.
11263 With \\[universal-argument], call second macro in macro ring." t nil)
11264
11265 (autoload (quote kmacro-end-call-mouse) "kmacro" "\
11266 Move point to the position clicked with the mouse and call last kbd macro.
11267 If kbd macro currently being defined end it before activating it." t nil)
11268
11269 ;;;***
11270
11271 ;;;### (autoloads (setup-korean-environment-internal) "korea-util" 10236 ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
11272 ;;;;;; "language/korea-util.el" (15185 62673)) 10237 ;;;;;; "language/korea-util.el" (15235 51737))
11273 ;;; Generated autoloads from language/korea-util.el 10238 ;;; Generated autoloads from language/korea-util.el
11274 10239
11275 (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 10240 (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
11276 *The kind of Korean keyboard for Korean input method. 10241 *The kind of Korean keyboard for Korean input method.
11277 \"\" for 2, \"3\" for 3.") 10242 \"\" for 2, \"3\" for 3.")
11279 (autoload (quote setup-korean-environment-internal) "korea-util" nil nil nil) 10244 (autoload (quote setup-korean-environment-internal) "korea-util" nil nil nil)
11280 10245
11281 ;;;*** 10246 ;;;***
11282 10247
11283 ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 10248 ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
11284 ;;;;;; (15354 48719)) 10249 ;;;;;; (15371 13685))
11285 ;;; Generated autoloads from play/landmark.el 10250 ;;; Generated autoloads from play/landmark.el
11286 10251
11287 (defalias (quote landmark-repeat) (quote lm-test-run)) 10252 (defalias (quote landmark-repeat) (quote lm-test-run))
11288 10253
11289 (autoload (quote lm-test-run) "landmark" "\ 10254 (autoload (quote lm-test-run) "landmark" "\
11453 Unconditionally turn on Lazy Lock mode." nil nil) 10418 Unconditionally turn on Lazy Lock mode." nil nil)
11454 10419
11455 ;;;*** 10420 ;;;***
11456 10421
11457 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 10422 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
11458 ;;;;;; (15185 49574)) 10423 ;;;;;; (15235 51729))
11459 ;;; Generated autoloads from ledit.el 10424 ;;; Generated autoloads from ledit.el
11460 10425
11461 (defconst ledit-save-files t "\ 10426 (defconst ledit-save-files t "\
11462 *Non-nil means Ledit should save files before transferring to Lisp.") 10427 *Non-nil means Ledit should save files before transferring to Lisp.")
11463 10428
11482 10447
11483 (autoload (quote ledit-from-lisp-mode) "ledit" nil nil nil) 10448 (autoload (quote ledit-from-lisp-mode) "ledit" nil nil nil)
11484 10449
11485 ;;;*** 10450 ;;;***
11486 10451
11487 ;;;### (autoloads (life) "life" "play/life.el" (15020 64776)) 10452 ;;;### (autoloads (life) "life" "play/life.el" (15021 26))
11488 ;;; Generated autoloads from play/life.el 10453 ;;; Generated autoloads from play/life.el
11489 10454
11490 (autoload (quote life) "life" "\ 10455 (autoload (quote life) "life" "\
11491 Run Conway's Life simulation. 10456 Run Conway's Life simulation.
11492 The starting pattern is randomly selected. Prefix arg (optional first 10457 The starting pattern is randomly selected. Prefix arg (optional first
11648 10613
11649 This function is suitable for execution in a .emacs file." t nil) 10614 This function is suitable for execution in a .emacs file." t nil)
11650 10615
11651 ;;;*** 10616 ;;;***
11652 10617
11653 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15186 10618 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15235
11654 ;;;;;; 56483)) 10619 ;;;;;; 51740))
11655 ;;; Generated autoloads from progmodes/m4-mode.el 10620 ;;; Generated autoloads from progmodes/m4-mode.el
11656 10621
11657 (autoload (quote m4-mode) "m4-mode" "\ 10622 (autoload (quote m4-mode) "m4-mode" "\
11658 A major mode to edit m4 macro files. 10623 A major mode to edit m4 macro files.
11659 \\{m4-mode-map} 10624 \\{m4-mode-map}
11660 " t nil) 10625 " t nil)
11661 10626
11662 ;;;*** 10627 ;;;***
11663 10628
11664 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 10629 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
11665 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (15185 49574)) 10630 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (15235 51729))
11666 ;;; Generated autoloads from macros.el 10631 ;;; Generated autoloads from macros.el
11667 10632
11668 (autoload (quote name-last-kbd-macro) "macros" "\ 10633 (autoload (quote name-last-kbd-macro) "macros" "\
11669 Assign a name to the last keyboard macro defined. 10634 Assign a name to the last keyboard macro defined.
11670 Argument SYMBOL is the name to define. 10635 Argument SYMBOL is the name to define.
11767 10732
11768 ;;;*** 10733 ;;;***
11769 10734
11770 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 10735 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
11771 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 10736 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
11772 ;;;;;; (15186 56483)) 10737 ;;;;;; (15235 51737))
11773 ;;; Generated autoloads from mail/mail-hist.el 10738 ;;; Generated autoloads from mail/mail-hist.el
11774 10739
11775 (autoload (quote mail-hist-define-keys) "mail-hist" "\ 10740 (autoload (quote mail-hist-define-keys) "mail-hist" "\
11776 Define keys for accessing mail header history. For use in hooks." nil nil) 10741 Define keys for accessing mail header history. For use in hooks." nil nil)
11777 10742
11970 Make a summary of current key bindings in the buffer *Summary*. 10935 Make a summary of current key bindings in the buffer *Summary*.
11971 Previous contents of that buffer are killed first." t nil) 10936 Previous contents of that buffer are killed first." t nil)
11972 10937
11973 ;;;*** 10938 ;;;***
11974 10939
11975 ;;;### (autoloads (man-follow man) "man" "man.el" (15425 23120)) 10940 ;;;### (autoloads (man-follow man) "man" "man.el" (15626 5162))
11976 ;;; Generated autoloads from man.el 10941 ;;; Generated autoloads from man.el
11977 10942
11978 (defalias (quote manual-entry) (quote man)) 10943 (defalias (quote manual-entry) (quote man))
11979 10944
11980 (autoload (quote man) "man" "\ 10945 (autoload (quote man) "man" "\
11990 all sections related to a subject, put something appropriate into the 10955 all sections related to a subject, put something appropriate into the
11991 `Man-switches' variable, which see." t nil) 10956 `Man-switches' variable, which see." t nil)
11992 10957
11993 (autoload (quote man-follow) "man" "\ 10958 (autoload (quote man-follow) "man" "\
11994 Get a Un*x manual page of the item under point and put it in a buffer." t nil) 10959 Get a Un*x manual page of the item under point and put it in a buffer." t nil)
11995
11996 ;;;***
11997
11998 ;;;### (autoloads (master-mode) "master" "master.el" (15400 24164))
11999 ;;; Generated autoloads from master.el
12000
12001 (autoload (quote master-mode) "master" "\
12002 Toggle Master mode.
12003 With no argument, this command toggles the mode.
12004 Non-null prefix argument turns on the mode.
12005 Null prefix argument turns off the mode.
12006
12007 When Master mode is enabled, you can scroll the slave buffer using the
12008 following commands:
12009
12010 \\{master-mode-map}
12011
12012 The slave buffer is stored in the buffer-local variable `master-of'.
12013 You can set this variable using `master-set-slave'. You can show
12014 yourself the value of `master-of' by calling `master-show-slave'." t nil)
12015 10960
12016 ;;;*** 10961 ;;;***
12017 10962
12018 ;;;### (autoloads (unbold-region bold-region message-news-other-frame 10963 ;;;### (autoloads (unbold-region bold-region message-news-other-frame
12019 ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window 10964 ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
12318 (autoload (quote mh-version) "mh-e" "\ 11263 (autoload (quote mh-version) "mh-e" "\
12319 Display version information about mh-e and the MH mail handling system." t nil) 11264 Display version information about mh-e and the MH mail handling system." t nil)
12320 11265
12321 ;;;*** 11266 ;;;***
12322 11267
12323 ;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15185 62673)) 11268 ;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15235 51738))
12324 ;;; Generated autoloads from mail/mh-mime.el 11269 ;;; Generated autoloads from mail/mh-mime.el
12325 11270
12326 (defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\ 11271 (defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\
12327 Legal MIME content types. See documentation for \\[mh-edit-mhn].") 11272 Legal MIME content types. See documentation for \\[mh-edit-mhn].")
12328 11273
12340 (put (quote mh-nmh-p) (quote risky-local-variable) t) 11285 (put (quote mh-nmh-p) (quote risky-local-variable) t)
12341 11286
12342 ;;;*** 11287 ;;;***
12343 11288
12344 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 11289 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
12345 ;;;;;; "midnight.el" (15185 62672)) 11290 ;;;;;; "midnight.el" (15235 51729))
12346 ;;; Generated autoloads from midnight.el 11291 ;;; Generated autoloads from midnight.el
12347 11292
12348 (autoload (quote clean-buffer-list) "midnight" "\ 11293 (autoload (quote clean-buffer-list) "midnight" "\
12349 Kill old buffers that have not been displayed recently. 11294 Kill old buffers that have not been displayed recently.
12350 The relevant variables are `clean-buffer-list-delay-general', 11295 The relevant variables are `clean-buffer-list-delay-general',
12389 With prefix argument ARG, turn on if positive, otherwise off. 11334 With prefix argument ARG, turn on if positive, otherwise off.
12390 Returns non-nil if the new state is enabled." t nil) 11335 Returns non-nil if the new state is enabled." t nil)
12391 11336
12392 ;;;*** 11337 ;;;***
12393 11338
11339 ;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulation/mlconvert.el"
11340 ;;;;;; (15235 51734))
11341 ;;; Generated autoloads from emulation/mlconvert.el
11342
11343 (autoload (quote convert-mocklisp-buffer) "mlconvert" "\
11344 Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
11345
11346 ;;;***
11347
12394 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 11348 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
12395 ;;;;;; (15185 54813)) 11349 ;;;;;; (15235 51736))
12396 ;;; Generated autoloads from gnus/mm-partial.el 11350 ;;; Generated autoloads from gnus/mm-partial.el
12397 11351
12398 (autoload (quote mm-inline-partial) "mm-partial" "\ 11352 (autoload (quote mm-inline-partial) "mm-partial" "\
12399 Show the partial part of HANDLE. 11353 Show the partial part of HANDLE.
12400 This function replaces the buffer of HANDLE with a buffer contains 11354 This function replaces the buffer of HANDLE with a buffer contains
12402 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil nil) 11356 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil nil)
12403 11357
12404 ;;;*** 11358 ;;;***
12405 11359
12406 ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" 11360 ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"
12407 ;;;;;; (15216 151)) 11361 ;;;;;; (15235 51736))
12408 ;;; Generated autoloads from gnus/mm-uu.el 11362 ;;; Generated autoloads from gnus/mm-uu.el
12409 11363
12410 (autoload (quote mm-uu-dissect) "mm-uu" "\ 11364 (autoload (quote mm-uu-dissect) "mm-uu" "\
12411 Dissect the current buffer and return a list of uu handles." nil nil) 11365 Dissect the current buffer and return a list of uu handles." nil nil)
12412 11366
12414 Check whether the current buffer contains uu stuff." nil nil) 11368 Check whether the current buffer contains uu stuff." nil nil)
12415 11369
12416 ;;;*** 11370 ;;;***
12417 11371
12418 ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 11372 ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
12419 ;;;;;; (15185 49575)) 11373 ;;;;;; (15235 51740))
12420 ;;; Generated autoloads from progmodes/modula2.el 11374 ;;; Generated autoloads from progmodes/modula2.el
12421 11375
12422 (autoload (quote modula-2-mode) "modula2" "\ 11376 (autoload (quote modula-2-mode) "modula2" "\
12423 This is a mode intended to support program development in Modula-2. 11377 This is a mode intended to support program development in Modula-2.
12424 All control constructs of Modula-2 can be reached by typing C-c 11378 All control constructs of Modula-2 can be reached by typing C-c
12444 `m2-link-command' holds the command to link a Modula-2 program." t nil) 11398 `m2-link-command' holds the command to link a Modula-2 program." t nil)
12445 11399
12446 ;;;*** 11400 ;;;***
12447 11401
12448 ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 11402 ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
12449 ;;;;;; (15186 44923)) 11403 ;;;;;; (15235 51738))
12450 ;;; Generated autoloads from play/morse.el 11404 ;;; Generated autoloads from play/morse.el
12451 11405
12452 (autoload (quote morse-region) "morse" "\ 11406 (autoload (quote morse-region) "morse" "\
12453 Convert all text in a given region to morse code." t nil) 11407 Convert all text in a given region to morse code." t nil)
12454 11408
12792 ;;;*** 11746 ;;;***
12793 11747
12794 ;;;### (autoloads (network-connection network-connection-to-service 11748 ;;;### (autoloads (network-connection network-connection-to-service
12795 ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 11749 ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
12796 ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" 11750 ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
12797 ;;;;;; (15416 26762)) 11751 ;;;;;; (15432 24092))
12798 ;;; Generated autoloads from net/net-utils.el 11752 ;;; Generated autoloads from net/net-utils.el
12799 11753
12800 (autoload (quote traceroute) "net-utils" "\ 11754 (autoload (quote traceroute) "net-utils" "\
12801 Run traceroute program for TARGET." t nil) 11755 Run traceroute program for TARGET." t nil)
12802 11756
13082 If KEY is not a string, prompt for it with completion." t nil) 12036 If KEY is not a string, prompt for it with completion." t nil)
13083 12037
13084 ;;;*** 12038 ;;;***
13085 12039
13086 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 12040 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
13087 ;;;;;; (15186 56483)) 12041 ;;;;;; (15235 51740))
13088 ;;; Generated autoloads from progmodes/octave-inf.el 12042 ;;; Generated autoloads from progmodes/octave-inf.el
13089 12043
13090 (autoload (quote inferior-octave) "octave-inf" "\ 12044 (autoload (quote inferior-octave) "octave-inf" "\
13091 Run an inferior Octave process, I/O via `inferior-octave-buffer'. 12045 Run an inferior Octave process, I/O via `inferior-octave-buffer'.
13092 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'. 12046 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.
13200 including a reproducible test case and send the message." t nil) 12154 including a reproducible test case and send the message." t nil)
13201 12155
13202 ;;;*** 12156 ;;;***
13203 12157
13204 ;;;### (autoloads (edit-options list-options) "options" "options.el" 12158 ;;;### (autoloads (edit-options list-options) "options" "options.el"
13205 ;;;;;; (15185 49574)) 12159 ;;;;;; (15235 51730))
13206 ;;; Generated autoloads from options.el 12160 ;;; Generated autoloads from options.el
13207 12161
13208 (autoload (quote list-options) "options" "\ 12162 (autoload (quote list-options) "options" "\
13209 Display a list of Emacs user options, with values and documentation. 12163 Display a list of Emacs user options, with values and documentation.
13210 It is now better to use Customize instead." t nil) 12164 It is now better to use Customize instead." t nil)
13291 When Show Paren mode is enabled, any matching parenthesis is highlighted 12245 When Show Paren mode is enabled, any matching parenthesis is highlighted
13292 in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t nil) 12246 in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t nil)
13293 12247
13294 ;;;*** 12248 ;;;***
13295 12249
13296 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15465 12250 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15468
13297 ;;;;;; 21182)) 12251 ;;;;;; 20289))
13298 ;;; Generated autoloads from progmodes/pascal.el 12252 ;;; Generated autoloads from progmodes/pascal.el
13299 12253
13300 (autoload (quote pascal-mode) "pascal" "\ 12254 (autoload (quote pascal-mode) "pascal" "\
13301 Major mode for editing Pascal code. \\<pascal-mode-map> 12255 Major mode for editing Pascal code. \\<pascal-mode-map>
13302 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. 12256 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
13343 no args, if that value is non-nil." t nil) 12297 no args, if that value is non-nil." t nil)
13344 12298
13345 ;;;*** 12299 ;;;***
13346 12300
13347 ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 12301 ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
13348 ;;;;;; (15214 27238)) 12302 ;;;;;; (15235 51734))
13349 ;;; Generated autoloads from emulation/pc-mode.el 12303 ;;; Generated autoloads from emulation/pc-mode.el
13350 12304
13351 (autoload (quote pc-bindings-mode) "pc-mode" "\ 12305 (autoload (quote pc-bindings-mode) "pc-mode" "\
13352 Set up certain key bindings for PC compatibility. 12306 Set up certain key bindings for PC compatibility.
13353 The keys affected are: 12307 The keys affected are:
13445 Completion rules for the `cvs' command." nil nil) 12399 Completion rules for the `cvs' command." nil nil)
13446 12400
13447 ;;;*** 12401 ;;;***
13448 12402
13449 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 12403 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
13450 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15185 62672)) 12404 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15235 51731))
13451 ;;; Generated autoloads from pcmpl-gnu.el 12405 ;;; Generated autoloads from pcmpl-gnu.el
13452 12406
13453 (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 12407 (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
13454 Completion for `gzip'." nil nil) 12408 Completion for `gzip'." nil nil)
13455 12409
13465 (defalias (quote pcomplete/gdb) (quote pcomplete/xargs)) 12419 (defalias (quote pcomplete/gdb) (quote pcomplete/xargs))
13466 12420
13467 ;;;*** 12421 ;;;***
13468 12422
13469 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 12423 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
13470 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15185 62672)) 12424 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15235 51731))
13471 ;;; Generated autoloads from pcmpl-linux.el 12425 ;;; Generated autoloads from pcmpl-linux.el
13472 12426
13473 (autoload (quote pcomplete/kill) "pcmpl-linux" "\ 12427 (autoload (quote pcomplete/kill) "pcmpl-linux" "\
13474 Completion for GNU/Linux `kill', using /proc filesystem." nil nil) 12428 Completion for GNU/Linux `kill', using /proc filesystem." nil nil)
13475 12429
13479 (autoload (quote pcomplete/mount) "pcmpl-linux" "\ 12433 (autoload (quote pcomplete/mount) "pcmpl-linux" "\
13480 Completion for GNU/Linux `mount'." nil nil) 12434 Completion for GNU/Linux `mount'." nil nil)
13481 12435
13482 ;;;*** 12436 ;;;***
13483 12437
13484 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15185 12438 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15235
13485 ;;;;;; 62672)) 12439 ;;;;;; 51731))
13486 ;;; Generated autoloads from pcmpl-rpm.el 12440 ;;; Generated autoloads from pcmpl-rpm.el
13487 12441
13488 (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 12442 (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
13489 Completion for RedHat's `rpm' command. 12443 Completion for RedHat's `rpm' command.
13490 These rules were taken from the output of `rpm --help' on a RedHat 6.1 12444 These rules were taken from the output of `rpm --help' on a RedHat 6.1
13494 12448
13495 ;;;*** 12449 ;;;***
13496 12450
13497 ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 12451 ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
13498 ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 12452 ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
13499 ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15185 62672)) 12453 ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15235 51731))
13500 ;;; Generated autoloads from pcmpl-unix.el 12454 ;;; Generated autoloads from pcmpl-unix.el
13501 12455
13502 (autoload (quote pcomplete/cd) "pcmpl-unix" "\ 12456 (autoload (quote pcomplete/cd) "pcmpl-unix" "\
13503 Completion for `cd'." nil nil) 12457 Completion for `cd'." nil nil)
13504 12458
13526 12480
13527 ;;;*** 12481 ;;;***
13528 12482
13529 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 12483 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
13530 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 12484 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
13531 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15698 12485 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15707
13532 ;;;;;; 64354)) 12486 ;;;;;; 44427))
13533 ;;; Generated autoloads from pcomplete.el 12487 ;;; Generated autoloads from pcomplete.el
13534 12488
13535 (autoload (quote pcomplete) "pcomplete" "\ 12489 (autoload (quote pcomplete) "pcomplete" "\
13536 Support extensible programmable completion. 12490 Support extensible programmable completion.
13537 To use this function, just bind the TAB key to it, or add it to your 12491 To use this function, just bind the TAB key to it, or add it to your
13637 (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)) 12591 (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))
13638 12592
13639 ;;;*** 12593 ;;;***
13640 12594
13641 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 12595 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
13642 ;;;;;; (15437 4642)) 12596 ;;;;;; (15669 50258))
13643 ;;; Generated autoloads from progmodes/perl-mode.el 12597 ;;; Generated autoloads from progmodes/perl-mode.el
13644 12598
13645 (autoload (quote perl-mode) "perl-mode" "\ 12599 (autoload (quote perl-mode) "perl-mode" "\
13646 Major mode for editing Perl code. 12600 Major mode for editing Perl code.
13647 Expression and list commands understand all Perl brackets. 12601 Expression and list commands understand all Perl brackets.
13649 Comments are delimited with # ... \\n. 12603 Comments are delimited with # ... \\n.
13650 Paragraphs are separated by blank lines only. 12604 Paragraphs are separated by blank lines only.
13651 Delete converts tabs to spaces as it moves back. 12605 Delete converts tabs to spaces as it moves back.
13652 \\{perl-mode-map} 12606 \\{perl-mode-map}
13653 Variables controlling indentation style: 12607 Variables controlling indentation style:
13654 `perl-tab-always-indent' 12608 perl-tab-always-indent
13655 Non-nil means TAB in Perl mode should always indent the current line, 12609 Non-nil means TAB in Perl mode should always indent the current line,
13656 regardless of where in the line point is when the TAB command is used. 12610 regardless of where in the line point is when the TAB command is used.
13657 `perl-tab-to-comment' 12611 perl-tab-to-comment
13658 Non-nil means that for lines which don't need indenting, TAB will 12612 Non-nil means that for lines which don't need indenting, TAB will
13659 either delete an empty comment, indent an existing comment, move 12613 either delete an empty comment, indent an existing comment, move
13660 to end-of-line, or if at end-of-line already, create a new comment. 12614 to end-of-line, or if at end-of-line already, create a new comment.
13661 `perl-nochange' 12615 perl-nochange
13662 Lines starting with this regular expression are not auto-indented. 12616 Lines starting with this regular expression are not auto-indented.
13663 `perl-indent-level' 12617 perl-indent-level
13664 Indentation of Perl statements within surrounding block. 12618 Indentation of Perl statements within surrounding block.
13665 The surrounding block's indentation is the indentation 12619 The surrounding block's indentation is the indentation
13666 of the line on which the open-brace appears. 12620 of the line on which the open-brace appears.
13667 `perl-continued-statement-offset' 12621 perl-continued-statement-offset
13668 Extra indentation given to a substatement, such as the 12622 Extra indentation given to a substatement, such as the
13669 then-clause of an if or body of a while. 12623 then-clause of an if or body of a while.
13670 `perl-continued-brace-offset' 12624 perl-continued-brace-offset
13671 Extra indentation given to a brace that starts a substatement. 12625 Extra indentation given to a brace that starts a substatement.
13672 This is in addition to `perl-continued-statement-offset'. 12626 This is in addition to `perl-continued-statement-offset'.
13673 `perl-brace-offset' 12627 perl-brace-offset
13674 Extra indentation for line if it starts with an open brace. 12628 Extra indentation for line if it starts with an open brace.
13675 `perl-brace-imaginary-offset' 12629 perl-brace-imaginary-offset
13676 An open brace following other text is treated as if it were 12630 An open brace following other text is treated as if it were
13677 this far to the right of the start of its line. 12631 this far to the right of the start of its line.
13678 `perl-label-offset' 12632 perl-label-offset
13679 Extra indentation for line that is a label. 12633 Extra indentation for line that is a label.
13680 `perl-indent-continued-arguments'
13681 Offset of argument lines relative to usual indentation.
13682 12634
13683 Various indentation styles: K&R BSD BLK GNU LW 12635 Various indentation styles: K&R BSD BLK GNU LW
13684 perl-indent-level 5 8 0 2 4 12636 perl-indent-level 5 8 0 2 4
13685 perl-continued-statement-offset 5 8 4 2 4 12637 perl-continued-statement-offset 5 8 4 2 4
13686 perl-continued-brace-offset 0 0 0 0 -4 12638 perl-continued-brace-offset 0 0 0 0 -4
13760 12712
13761 (defalias (quote edit-picture) (quote picture-mode)) 12713 (defalias (quote edit-picture) (quote picture-mode))
13762 12714
13763 ;;;*** 12715 ;;;***
13764 12716
13765 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 12717 ;;;### (autoloads (pong) "pong" "play/pong.el" (15457 24959))
13766 ;;;;;; (15507 32977))
13767 ;;; Generated autoloads from textmodes/po.el
13768
13769 (autoload (quote po-find-file-coding-system) "po" "\
13770 Return a Mule (DECODING . ENCODING) pair, according to PO file charset.
13771 Called through file-coding-system-alist, before the file is visited for real." nil nil)
13772
13773 ;;;***
13774
13775 ;;;### (autoloads (pong) "pong" "play/pong.el" (15457 7212))
13776 ;;; Generated autoloads from play/pong.el 12718 ;;; Generated autoloads from play/pong.el
13777 12719
13778 (autoload (quote pong) "pong" "\ 12720 (autoload (quote pong) "pong" "\
13779 Play pong and waste time. 12721 Play pong and waste time.
13780 This is an implementation of the classical game pong. 12722 This is an implementation of the classical game pong.
13829 (autoload (quote run-prolog) "prolog" "\ 12771 (autoload (quote run-prolog) "prolog" "\
13830 Run an inferior Prolog process, input and output via buffer *prolog*." t nil) 12772 Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
13831 12773
13832 ;;;*** 12774 ;;;***
13833 12775
13834 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15272 24982)) 12776 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15276 56075))
13835 ;;; Generated autoloads from ps-bdf.el 12777 ;;; Generated autoloads from ps-bdf.el
13836 12778
13837 (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 12779 (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
13838 *List of directories to search for `BDF' font files. 12780 *List of directories to search for `BDF' font files.
13839 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") 12781 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
13847 ;;;*** 12789 ;;;***
13848 12790
13849 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets 12791 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
13850 ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition 12792 ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
13851 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font 12793 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
13852 ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15640 49860)) 12794 ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15669 50256))
13853 ;;; Generated autoloads from ps-mule.el 12795 ;;; Generated autoloads from ps-mule.el
13854 12796
13855 (defvar ps-multibyte-buffer nil "\ 12797 (defvar ps-multibyte-buffer nil "\
13856 *Specifies the multi-byte buffer handling. 12798 *Specifies the multi-byte buffer handling.
13857 12799
14304 13246
14305 ;;;*** 13247 ;;;***
14306 13248
14307 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 13249 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
14308 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 13250 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
14309 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15186 13251 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15235
14310 ;;;;;; 56483)) 13252 ;;;;;; 51738))
14311 ;;; Generated autoloads from net/quickurl.el 13253 ;;; Generated autoloads from net/quickurl.el
14312 13254
14313 (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 13255 (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
14314 Example `quickurl-postfix' text that adds a local variable to the 13256 Example `quickurl-postfix' text that adds a local variable to the
14315 `quickurl-url-file' so that if you edit it by hand it will ensure that 13257 `quickurl-url-file' so that if you edit it by hand it will ensure that
14360 (autoload (quote quickurl-list) "quickurl" "\ 13302 (autoload (quote quickurl-list) "quickurl" "\
14361 Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil) 13303 Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)
14362 13304
14363 ;;;*** 13305 ;;;***
14364 13306
14365 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15425 13307 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15626
14366 ;;;;;; 23455)) 13308 ;;;;;; 5163))
14367 ;;; Generated autoloads from net/rcompile.el 13309 ;;; Generated autoloads from net/rcompile.el
14368 13310
14369 (autoload (quote remote-compile) "rcompile" "\ 13311 (autoload (quote remote-compile) "rcompile" "\
14370 Compile the current buffer's directory on HOST. Log in as USER. 13312 Compile the current buffer's directory on HOST. Log in as USER.
14371 See \\[compile]." t nil) 13313 See \\[compile]." t nil)
14660 This means the number of regexp grouping constructs (parenthesised expressions) 13602 This means the number of regexp grouping constructs (parenthesised expressions)
14661 in REGEXP." nil nil) 13603 in REGEXP." nil nil)
14662 13604
14663 ;;;*** 13605 ;;;***
14664 13606
14665 ;;;### (autoloads (repeat) "repeat" "repeat.el" (15182 61046)) 13607 ;;;### (autoloads (repeat) "repeat" "repeat.el" (15235 51731))
14666 ;;; Generated autoloads from repeat.el 13608 ;;; Generated autoloads from repeat.el
14667 13609
14668 (autoload (quote repeat) "repeat" "\ 13610 (autoload (quote repeat) "repeat" "\
14669 Repeat most recently executed command. 13611 Repeat most recently executed command.
14670 With prefix arg, apply new prefix arg to that command; otherwise, use 13612 With prefix arg, apply new prefix arg to that command; otherwise, use
14676 can be modified by the global variable `repeat-on-final-keystroke'." t nil) 13618 can be modified by the global variable `repeat-on-final-keystroke'." t nil)
14677 13619
14678 ;;;*** 13620 ;;;***
14679 13621
14680 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 13622 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
14681 ;;;;;; (15356 45077)) 13623 ;;;;;; (15669 50258))
14682 ;;; Generated autoloads from mail/reporter.el 13624 ;;; Generated autoloads from mail/reporter.el
14683 13625
14684 (autoload (quote reporter-submit-bug-report) "reporter" "\ 13626 (autoload (quote reporter-submit-bug-report) "reporter" "\
14685 Begin submitting a bug report via email. 13627 Begin submitting a bug report via email.
14686 13628
14737 ;;;;;; 50658)) 13679 ;;;;;; 50658))
14738 ;;; Generated autoloads from resume.el 13680 ;;; Generated autoloads from resume.el
14739 13681
14740 (autoload (quote resume-suspend-hook) "resume" "\ 13682 (autoload (quote resume-suspend-hook) "resume" "\
14741 Clear out the file used for transmitting args when Emacs resumes." nil nil) 13683 Clear out the file used for transmitting args when Emacs resumes." nil nil)
14742
14743 ;;;***
14744
14745 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
14746 ;;;;;; (15593 36678))
14747 ;;; Generated autoloads from reveal.el
14748
14749 (autoload (quote reveal-mode) "reveal" "\
14750 Toggle Reveal mode on or off.
14751 Reveal mode renders invisible text around point visible again.
14752
14753 Interactively, with no prefix argument, toggle the mode.
14754 With universal prefix ARG (or if ARG is nil) turn mode on.
14755 With zero or negative ARG turn mode off." t nil)
14756
14757 (defvar global-reveal-mode nil "\
14758 Non-nil if Global-Reveal mode is enabled.
14759 See the command `global-reveal-mode' for a description of this minor-mode.
14760 Setting this variable directly does not take effect;
14761 use either \\[customize] or the function `global-reveal-mode'.")
14762
14763 (custom-add-to-group (quote global-reveal) (quote global-reveal-mode) (quote custom-variable))
14764
14765 (custom-add-load (quote global-reveal-mode) (quote reveal))
14766
14767 (autoload (quote global-reveal-mode) "reveal" "\
14768 Toggle Reveal mode in all buffers on or off.
14769 Reveal mode renders invisible text around point visible again.
14770
14771 Interactively, with no prefix argument, toggle the mode.
14772 With universal prefix ARG (or if ARG is nil) turn mode on.
14773 With zero or negative ARG turn mode off." t nil)
14774
14775 ;;;***
14776
14777 ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties
14778 ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow"
14779 ;;;;;; "rfn-eshadow.el" (15577 18154))
14780 ;;; Generated autoloads from rfn-eshadow.el
14781
14782 (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\
14783 Properties given to the `shadowed' part of a filename in the minibuffer.
14784 Only used when `read-file-name-electric-shadow-mode' is active.
14785 If emacs is not running under a window system,
14786 `read-file-name-electric-shadow-tty-properties' is used instead.")
14787
14788 (defvar read-file-name-electric-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\
14789 Properties given to the `shadowed' part of a filename in the minibuffer.
14790 Only used when `read-file-name-electric-shadow-mode' is active and emacs
14791 is not running under a window-system; if emacs is running under a window
14792 system, `read-file-name-electric-shadow-properties' is used instead.")
14793
14794 (defvar read-file-name-electric-shadow-mode nil "\
14795 Non-nil if Read-File-Name-Electric-Shadow mode is enabled.
14796 See the command `read-file-name-electric-shadow-mode' for a description of this minor-mode.
14797 Setting this variable directly does not take effect;
14798 use either \\[customize] or the function `read-file-name-electric-shadow-mode'.")
14799
14800 (custom-add-to-group (quote minibuffer) (quote read-file-name-electric-shadow-mode) (quote custom-variable))
14801
14802 (custom-add-load (quote read-file-name-electric-shadow-mode) (quote rfn-eshadow))
14803
14804 (autoload (quote read-file-name-electric-shadow-mode) "rfn-eshadow" "\
14805 Toggle Read-File-Name Electric Shadow mode.
14806 When active, any part of the filename being read in the minibuffer
14807 that would be ignored because the result is passed through
14808 `substitute-in-file-name' is given the properties in
14809 `read-file-name-electric-shadow-properties', which can be used to make
14810 that portion dim, invisible, or otherwise less visually noticeable.
14811
14812 With prefix argument ARG, turn on if positive, otherwise off.
14813 Returns non-nil if the new state is enabled." t nil)
14814 13684
14815 ;;;*** 13685 ;;;***
14816 13686
14817 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 13687 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
14818 ;;;;;; (14632 7438)) 13688 ;;;;;; (14632 7438))
15085 Set PASSWORD to be used for retrieving mail from a POP server." t nil) 13955 Set PASSWORD to be used for retrieving mail from a POP server." t nil)
15086 13956
15087 ;;;*** 13957 ;;;***
15088 13958
15089 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 13959 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
15090 ;;;;;; (15185 49575)) 13960 ;;;;;; (15235 51738))
15091 ;;; Generated autoloads from mail/rmailedit.el 13961 ;;; Generated autoloads from mail/rmailedit.el
15092 13962
15093 (autoload (quote rmail-edit-current-message) "rmailedit" "\ 13963 (autoload (quote rmail-edit-current-message) "rmailedit" "\
15094 Edit the contents of this message." t nil) 13964 Edit the contents of this message." t nil)
15095 13965
15096 ;;;*** 13966 ;;;***
15097 13967
15098 ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 13968 ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
15099 ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 13969 ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
15100 ;;;;;; "mail/rmailkwd.el" (15185 49575)) 13970 ;;;;;; "mail/rmailkwd.el" (15235 51738))
15101 ;;; Generated autoloads from mail/rmailkwd.el 13971 ;;; Generated autoloads from mail/rmailkwd.el
15102 13972
15103 (autoload (quote rmail-add-label) "rmailkwd" "\ 13973 (autoload (quote rmail-add-label) "rmailkwd" "\
15104 Add LABEL to labels associated with current RMAIL message. 13974 Add LABEL to labels associated with current RMAIL message.
15105 Completion is performed over known labels when reading." t nil) 13975 Completion is performed over known labels when reading." t nil)
15123 With prefix argument N moves forward N messages with these labels." t nil) 13993 With prefix argument N moves forward N messages with these labels." t nil)
15124 13994
15125 ;;;*** 13995 ;;;***
15126 13996
15127 ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 13997 ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
15128 ;;;;;; (15185 49575)) 13998 ;;;;;; (15235 51738))
15129 ;;; Generated autoloads from mail/rmailmsc.el 13999 ;;; Generated autoloads from mail/rmailmsc.el
15130 14000
15131 (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 14001 (autoload (quote set-rmail-inbox-list) "rmailmsc" "\
15132 Set the inbox list of the current RMAIL file to FILE-NAME. 14002 Set the inbox list of the current RMAIL file to FILE-NAME.
15133 You can specify one file name, or several names separated by commas. 14003 You can specify one file name, or several names separated by commas.
15192 14062
15193 ;;;*** 14063 ;;;***
15194 14064
15195 ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 14065 ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
15196 ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 14066 ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
15197 ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15185 14067 ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15235
15198 ;;;;;; 49575)) 14068 ;;;;;; 51738))
15199 ;;; Generated autoloads from mail/rmailsort.el 14069 ;;; Generated autoloads from mail/rmailsort.el
15200 14070
15201 (autoload (quote rmail-sort-by-date) "rmailsort" "\ 14071 (autoload (quote rmail-sort-by-date) "rmailsort" "\
15202 Sort messages of current Rmail file by date. 14072 Sort messages of current Rmail file by date.
15203 If prefix argument REVERSE is non-nil, sort them in reverse order." t nil) 14073 If prefix argument REVERSE is non-nil, sort them in reverse order." t nil)
15231 14101
15232 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder 14102 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder
15233 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 14103 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
15234 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 14104 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
15235 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 14105 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
15236 ;;;;;; "rmailsum" "mail/rmailsum.el" (15649 61373)) 14106 ;;;;;; "rmailsum" "mail/rmailsum.el" (15669 50258))
15237 ;;; Generated autoloads from mail/rmailsum.el 14107 ;;; Generated autoloads from mail/rmailsum.el
15238 14108
15239 (defvar rmail-summary-scroll-between-messages t "\ 14109 (defvar rmail-summary-scroll-between-messages t "\
15240 *Non-nil means Rmail summary scroll commands move between messages.") 14110 *Non-nil means Rmail summary scroll commands move between messages.")
15241 14111
15293 Setting this variable has an effect only before reading a mail.") 14163 Setting this variable has an effect only before reading a mail.")
15294 14164
15295 ;;;*** 14165 ;;;***
15296 14166
15297 ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 14167 ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
15298 ;;;;;; (15185 49575)) 14168 ;;;;;; (15235 51738))
15299 ;;; Generated autoloads from obsolete/rnewspost.el 14169 ;;; Generated autoloads from obsolete/rnewspost.el
15300 14170
15301 (autoload (quote news-post-news) "rnewspost" "\ 14171 (autoload (quote news-post-news) "rnewspost" "\
15302 Begin editing a new USENET news article to be posted. 14172 Begin editing a new USENET news article to be posted.
15303 Type \\[describe-mode] once editing the article to get a list of commands. 14173 Type \\[describe-mode] once editing the article to get a list of commands.
15362 (defvar resize-minibuffer-frame-exactly t "\ 14232 (defvar resize-minibuffer-frame-exactly t "\
15363 *This variable is obsolete.") 14233 *This variable is obsolete.")
15364 14234
15365 (autoload (quote resize-minibuffer-mode) "rsz-mini" "\ 14235 (autoload (quote resize-minibuffer-mode) "rsz-mini" "\
15366 This function is obsolete." t nil) 14236 This function is obsolete." t nil)
15367
15368 ;;;***
15369
15370 ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15583
15371 ;;;;;; 13479))
15372 ;;; Generated autoloads from ruler-mode.el
15373
15374 (autoload (quote ruler-mode) "ruler-mode" "\
15375 Display a ruler in the header line if ARG > 0." t nil)
15376 14237
15377 ;;;*** 14238 ;;;***
15378 14239
15379 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288 14240 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288
15380 ;;;;;; 6955)) 14241 ;;;;;; 6955))
15646 include REGEXP in string notation in the result." nil (quote macro)) 14507 include REGEXP in string notation in the result." nil (quote macro))
15647 14508
15648 ;;;*** 14509 ;;;***
15649 14510
15650 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 14511 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
15651 ;;;;;; (15651 7291)) 14512 ;;;;;; (15669 50258))
15652 ;;; Generated autoloads from progmodes/scheme.el 14513 ;;; Generated autoloads from progmodes/scheme.el
15653 14514
15654 (autoload (quote scheme-mode) "scheme" "\ 14515 (autoload (quote scheme-mode) "scheme" "\
15655 Major mode for editing Scheme code. 14516 Major mode for editing Scheme code.
15656 Editing commands are similar to those of `lisp-mode'. 14517 Editing commands are similar to those of `lisp-mode'.
15718 Non-nil makes an open-parenthesis char (one of `([<{') 14579 Non-nil makes an open-parenthesis char (one of `([<{')
15719 automatically insert its close if typed after an @Command form." t nil) 14580 automatically insert its close if typed after an @Command form." t nil)
15720 14581
15721 ;;;*** 14582 ;;;***
15722 14583
15723 ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 14584 ;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all"
15724 ;;;;;; (15704 51484)) 14585 ;;;;;; "scroll-all.el" (15707 44427))
15725 ;;; Generated autoloads from scroll-all.el 14586 ;;; Generated autoloads from scroll-all.el
15726 14587
15727 (defvar scroll-all-mode "Toggle Scroll-All minor mode.\nWith ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.\nWhen Scroll-All mode is on, scrolling commands entered in one window\napply to all visible windows in the same frame." "\ 14588 (defvar scroll-all-mode nil "\
15728 Non-nil if Scroll-All mode is enabled. 14589 Control/track scroll locking.
15729 See the command `scroll-all-mode' for a description of this minor-mode. 14590
15730 Setting this variable directly does not take effect; 14591 Setting this variable directly does not take effect;
15731 use either \\[customize] or the function `scroll-all-mode'.") 14592 use either M-x customize or the function `scroll-all-mode'.")
15732 14593
15733 (custom-add-to-group (quote scroll-all) (quote scroll-all-mode) (quote custom-variable)) 14594 (custom-add-to-group (quote windows) (quote scroll-all-mode) (quote custom-variable))
15734 14595
15735 (custom-add-load (quote scroll-all-mode) (quote scroll-all)) 14596 (custom-add-load (quote scroll-all-mode) (quote scroll-all))
15736 14597
15737 (autoload (quote scroll-all-mode) "scroll-all" "\ 14598 (autoload (quote scroll-all-mode) "scroll-all" "\
15738 *SL*" t nil) 14599 Toggle Scroll-All minor mode.
14600 With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
14601 When Scroll-All mode is on, scrolling commands entered in one window
14602 apply to all visible windows in the same frame." t nil)
15739 14603
15740 ;;;*** 14604 ;;;***
15741 14605
15742 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode 14606 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode
15743 ;;;;;; mail-default-directory mail-signature mail-personal-alias-file 14607 ;;;;;; mail-default-directory mail-signature mail-personal-alias-file
16131 Set up file shadowing." t nil) 14995 Set up file shadowing." t nil)
16132 14996
16133 ;;;*** 14997 ;;;***
16134 14998
16135 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 14999 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
16136 ;;;;;; (15651 7287)) 15000 ;;;;;; (15707 44427))
16137 ;;; Generated autoloads from shell.el 15001 ;;; Generated autoloads from shell.el
16138 15002
16139 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 15003 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
16140 Regexp to match shells that don't save their command history, and 15004 Regexp to match shells that don't save their command history, and
16141 don't handle the backslash as a quote character. For shells that 15005 don't handle the backslash as a quote character. For shells that
16350 \\{smerge-mode-map}" t nil) 15214 \\{smerge-mode-map}" t nil)
16351 15215
16352 ;;;*** 15216 ;;;***
16353 15217
16354 ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" 15218 ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
16355 ;;;;;; (14902 55791)) 15219 ;;;;;; (14903 33608))
16356 ;;; Generated autoloads from gnus/smiley-ems.el 15220 ;;; Generated autoloads from gnus/smiley-ems.el
16357 15221
16358 (autoload (quote smiley-region) "smiley-ems" "\ 15222 (autoload (quote smiley-region) "smiley-ems" "\
16359 Display textual smileys as images. 15223 Display textual smileys as images.
16360 START and END specify the region; interactively, use the values 15224 START and END specify the region; interactively, use the values
16477 *local* date and time of equinoxes and solstices, if visible in the calendar window. 15341 *local* date and time of equinoxes and solstices, if visible in the calendar window.
16478 Requires floating point." nil nil) 15342 Requires floating point." nil nil)
16479 15343
16480 ;;;*** 15344 ;;;***
16481 15345
16482 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15544 15346 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15626
16483 ;;;;;; 37711)) 15347 ;;;;;; 5163))
16484 ;;; Generated autoloads from play/solitaire.el 15348 ;;; Generated autoloads from play/solitaire.el
16485 15349
16486 (autoload (quote solitaire) "solitaire" "\ 15350 (autoload (quote solitaire) "solitaire" "\
16487 Play Solitaire. 15351 Play Solitaire.
16488 15352
16676 From a program takes two point or marker arguments, BEG and END." t nil) 15540 From a program takes two point or marker arguments, BEG and END." t nil)
16677 15541
16678 ;;;*** 15542 ;;;***
16679 15543
16680 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 15544 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
16681 ;;;;;; "speedbar.el" (15661 53042)) 15545 ;;;;;; "speedbar.el" (15669 50257))
16682 ;;; Generated autoloads from speedbar.el 15546 ;;; Generated autoloads from speedbar.el
16683 15547
16684 (defalias (quote speedbar) (quote speedbar-frame-mode)) 15548 (defalias (quote speedbar) (quote speedbar-frame-mode))
16685 15549
16686 (autoload (quote speedbar-frame-mode) "speedbar" "\ 15550 (autoload (quote speedbar-frame-mode) "speedbar" "\
16697 selected. If the speedbar frame is active, then select the attached frame." t nil) 15561 selected. If the speedbar frame is active, then select the attached frame." t nil)
16698 15562
16699 ;;;*** 15563 ;;;***
16700 15564
16701 ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 15565 ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
16702 ;;;;;; "spell" "textmodes/spell.el" (15185 49575)) 15566 ;;;;;; "spell" "textmodes/spell.el" (15235 51743))
16703 ;;; Generated autoloads from textmodes/spell.el 15567 ;;; Generated autoloads from textmodes/spell.el
16704 15568
16705 (put (quote spell-filter) (quote risky-local-variable) t) 15569 (put (quote spell-filter) (quote risky-local-variable) t)
16706 15570
16707 (autoload (quote spell-buffer) "spell" "\ 15571 (autoload (quote spell-buffer) "spell" "\
17186 when this function is called. Also, the hook `sc-pre-hook' is run 16050 when this function is called. Also, the hook `sc-pre-hook' is run
17187 before, and `sc-post-hook' is run after the guts of this function." nil nil) 16051 before, and `sc-post-hook' is run after the guts of this function." nil nil)
17188 16052
17189 ;;;*** 16053 ;;;***
17190 16054
17191 ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15569
17192 ;;;;;; 44241))
17193 ;;; Generated autoloads from emacs-lisp/syntax.el
17194
17195 (autoload (quote syntax-ppss) "syntax" "\
17196 Parse-Partial-Sexp State at POS.
17197 The returned value is the same as `parse-partial-sexp' except that
17198 the 2nd and 6th values of the returned state cannot be relied upon.
17199
17200 If the caller knows the PPSS of a nearby position, she can pass it
17201 in OLP-PPSS (with or without its corresponding OLD-POS) to try and
17202 avoid a more expansive scan.
17203 Point is at POS when this function returns." nil nil)
17204
17205 ;;;***
17206
17207 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8639)) 16055 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8639))
17208 ;;; Generated autoloads from tabify.el 16056 ;;; Generated autoloads from tabify.el
17209 16057
17210 (autoload (quote untabify) "tabify" "\ 16058 (autoload (quote untabify) "tabify" "\
17211 Convert all tabs in region to multiple spaces, preserving columns. 16059 Convert all tabs in region to multiple spaces, preserving columns.
17221 START and END, rather than by the position of point and mark. 16069 START and END, rather than by the position of point and mark.
17222 The variable `tab-width' controls the spacing of tab stops." t nil) 16070 The variable `tab-width' controls the spacing of tab stops." t nil)
17223 16071
17224 ;;;*** 16072 ;;;***
17225 16073
17226 ;;;### (autoloads (table-release table-capture table-delete-column
17227 ;;;;;; table-delete-row table-insert-sequence table-generate-source
17228 ;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
17229 ;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
17230 ;;;;;; table-split-cell-horizontally table-split-cell-vertically
17231 ;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
17232 ;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
17233 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
17234 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
17235 ;;;;;; table-recognize table-insert-row-column table-insert-column
17236 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
17237 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
17238 ;;;;;; "table" "textmodes/table.el" (15712 16962))
17239 ;;; Generated autoloads from textmodes/table.el
17240
17241 (defvar table-cell-map-hook nil "\
17242 *Normal hooks run when finishing construction of `table-cell-map'.
17243 User can modify `table-cell-map' by adding custom functions here.")
17244
17245 (defvar table-load-hook nil "\
17246 *List of functions to be called after the table is first loaded.")
17247
17248 (defvar table-point-entered-cell-hook nil "\
17249 *List of functions to be called after point entered a table cell.")
17250
17251 (defvar table-point-left-cell-hook nil "\
17252 *List of functions to be called after point left a table cell.")
17253
17254 (autoload (quote table-insert) "table" "\
17255 Insert an editable text table.
17256 Insert a table of specified number of COLUMNS and ROWS. Optional
17257 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
17258 cell. The cell size is uniform across the table if the specified size
17259 is a number. They can be a list of numbers to specify different size
17260 for each cell. When called interactively, the list of number is
17261 entered by simply listing all the numbers with space characters
17262 delimiting them.
17263
17264 Examples:
17265
17266 \\[table-insert] inserts a table at the current point location.
17267
17268 Suppose we have the following situation where `-!-' indicates the
17269 location of point.
17270
17271 -!-
17272
17273 Type \\[table-insert] and hit ENTER key. As it asks table
17274 specification, provide 3 for number of columns, 1 for number of rows,
17275 5 for cell width and 1 for cell height. Now you shall see the next
17276 table and the point is automatically moved to the beginning of the
17277 first cell.
17278
17279 +-----+-----+-----+
17280 |-!- | | |
17281 +-----+-----+-----+
17282
17283 Inside a table cell, there are special key bindings. \\<table-cell-map>
17284
17285 M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
17286 width, which results as
17287
17288 +--------------+-----+-----+
17289 |-!- | | |
17290 +--------------+-----+-----+
17291
17292 Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
17293 TAB moves the point forward by a cell. The result now looks like this:
17294
17295 +--------------+------+--------------------------------+
17296 | | |-!- |
17297 +--------------+------+--------------------------------+
17298
17299 If you knew each width of the columns prior to the table creation,
17300 what you could have done better was to have had given the complete
17301 width information to `table-insert'.
17302
17303 Cell width(s): 14 6 32
17304
17305 instead of
17306
17307 Cell width(s): 5
17308
17309 This would have eliminated the previously mentioned width adjustment
17310 work all together.
17311
17312 If the point is in the last cell type S-TAB S-TAB to move it to the
17313 first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
17314
17315 +--------------+------+--------------------------------+
17316 |-!- | | |
17317 | | | |
17318 +--------------+------+--------------------------------+
17319
17320 Type \\[table-insert-row-column] and tell it to insert a row.
17321
17322 +--------------+------+--------------------------------+
17323 |-!- | | |
17324 | | | |
17325 +--------------+------+--------------------------------+
17326 | | | |
17327 | | | |
17328 +--------------+------+--------------------------------+
17329
17330 Move the point under the table as shown below.
17331
17332 +--------------+------+--------------------------------+
17333 | | | |
17334 | | | |
17335 +--------------+------+--------------------------------+
17336 | | | |
17337 | | | |
17338 +--------------+------+--------------------------------+
17339 -!-
17340
17341 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
17342 when the point is outside of the table. This insertion at
17343 outside of the table effectively appends a row at the end.
17344
17345 +--------------+------+--------------------------------+
17346 | | | |
17347 | | | |
17348 +--------------+------+--------------------------------+
17349 | | | |
17350 | | | |
17351 +--------------+------+--------------------------------+
17352 |-!- | | |
17353 | | | |
17354 +--------------+------+--------------------------------+
17355
17356 Text editing inside the table cell produces reasonably expected
17357 results.
17358
17359 +--------------+------+--------------------------------+
17360 | | | |
17361 | | | |
17362 +--------------+------+--------------------------------+
17363 | | |Text editing inside the table |
17364 | | |cell produces reasonably |
17365 | | |expected results.-!- |
17366 +--------------+------+--------------------------------+
17367 | | | |
17368 | | | |
17369 +--------------+------+--------------------------------+
17370
17371 Inside a table cell has a special keymap.
17372
17373 \\{table-cell-map}
17374 " t nil)
17375
17376 (autoload (quote table-insert-row) "table" "\
17377 Insert N table row(s).
17378 When point is in a table the newly inserted row(s) are placed above
17379 the current row. When point is outside of the table it must be below
17380 the table within the table width range, then the newly created row(s)
17381 are appended at the bottom of the table." t nil)
17382
17383 (autoload (quote table-insert-column) "table" "\
17384 Insert N table column(s).
17385 When point is in a table the newly inserted column(s) are placed left
17386 of the current column. When point is outside of the table it must be
17387 right side of the table within the table height range, then the newly
17388 created column(s) are appended at the right of the table." t nil)
17389
17390 (autoload (quote table-insert-row-column) "table" "\
17391 Insert row(s) or column(s).
17392 See `table-insert-row' and `table-insert-column'." t nil)
17393
17394 (autoload (quote table-recognize) "table" "\
17395 Recognize all tables within the current buffer and activate them.
17396 Scans the entire buffer and recognizes valid table cells. If the
17397 optional numeric prefix argument ARG is negative the tables in the
17398 buffer become inactive, meaning the tables become plain text and loses
17399 all the table specific features." t nil)
17400
17401 (autoload (quote table-unrecognize) "table" nil t nil)
17402
17403 (autoload (quote table-recognize-region) "table" "\
17404 Recognize all tables within region.
17405 BEG and END specify the region to work on. If the optional numeric
17406 prefix argument ARG is negative the tables in the region become
17407 inactive, meaning the tables become plain text and lose all the table
17408 specific features." t nil)
17409
17410 (autoload (quote table-unrecognize-region) "table" nil t nil)
17411
17412 (autoload (quote table-recognize-table) "table" "\
17413 Recognize a table at point.
17414 If the optional numeric prefix argument ARG is negative the table
17415 becomes inactive, meaning the table becomes plain text and loses all
17416 the table specific features." t nil)
17417
17418 (autoload (quote table-unrecognize-table) "table" nil t nil)
17419
17420 (autoload (quote table-recognize-cell) "table" "\
17421 Recognize a table cell that contains current point.
17422 Probe the cell dimension and prepare the cell information. The
17423 optional two arguments FORCE and NO-COPY are for internal use only and
17424 must not be specified. When the optional numeric prefix argument ARG
17425 is negative the cell becomes inactive, meaning that the cell becomes
17426 plain text and loses all the table specific features." t nil)
17427
17428 (autoload (quote table-unrecognize-cell) "table" nil t nil)
17429
17430 (autoload (quote table-heighten-cell) "table" "\
17431 Heighten the current cell by N lines by expanding the cell vertically.
17432 Heightening is done by adding blank lines at the bottom of the current
17433 cell. Other cells aligned horizontally with the current one are also
17434 heightened in order to keep the rectangular table structure. The
17435 optional argument NO-COPY is internal use only and must not be
17436 specified." t nil)
17437
17438 (autoload (quote table-shorten-cell) "table" "\
17439 Shorten the current cell by N lines by shrinking the cell vertically.
17440 Shortening is done by removing blank lines from the bottom of the cell
17441 and possibly from the top of the cell as well. Therefor, the cell
17442 must have some bottom/top blank lines to be shorten effectively. This
17443 is applicable to all the cells aligned horizontally with the current
17444 one because they are also shortened in order to keep the rectangular
17445 table structure." t nil)
17446
17447 (autoload (quote table-widen-cell) "table" "\
17448 Widen the current cell by N columns and expand the cell horizontally.
17449 Some other cells in the same table are widen as well to keep the
17450 table's rectangle structure." t nil)
17451
17452 (autoload (quote table-narrow-cell) "table" "\
17453 Narrow the current cell by N columns and shrink the cell horizontally.
17454 Some other cells in the same table are narrowed as well to keep the
17455 table's rectangle structure." t nil)
17456
17457 (autoload (quote table-forward-cell) "table" "\
17458 Move point forward to the beginning of the next cell.
17459 With argument ARG, do it ARG times;
17460 a negative argument ARG = -N means move backward N cells.
17461 Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
17462
17463 Sample Cell Traveling Order (In Irregular Table Cases)
17464
17465 You can actually try how it works in this buffer. Press
17466 \\[table-recognize] and go to cells in the following tables and press
17467 \\[table-forward-cell] or TAB key.
17468
17469 +-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
17470 |0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
17471 +--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
17472 |2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
17473 | +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
17474 | |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
17475 +--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
17476
17477 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
17478 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
17479 | | | | | +--+ | | | | | +--+ +--+
17480 +--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
17481 |3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
17482 | | | | | |6 | | | | | | |6 | |7 |
17483 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
17484
17485 +--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
17486 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
17487 | +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
17488 | |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
17489 +--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
17490 |5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
17491 | |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
17492 +--+--+--+ +--+--+--+
17493 " t nil)
17494
17495 (autoload (quote table-backward-cell) "table" "\
17496 Move backward to the beginning of the previous cell.
17497 With argument ARG, do it ARG times;
17498 a negative argument ARG = -N means move forward N cells." t nil)
17499
17500 (autoload (quote table-span-cell) "table" "\
17501 Span current cell into adjacent cell in DIRECTION.
17502 DIRECTION is one of symbols; right, left, above or below." t nil)
17503
17504 (autoload (quote table-split-cell-vertically) "table" "\
17505 Split current cell vertically.
17506 Creates a cell above and a cell below the current point location." t nil)
17507
17508 (autoload (quote table-split-cell-horizontally) "table" "\
17509 Split current cell horizontally.
17510 Creates a cell on the left and a cell on the right of the current point location." t nil)
17511
17512 (autoload (quote table-split-cell) "table" "\
17513 Split current cell in ORIENTATION.
17514 ORIENTATION is a symbol either horizontally or vertically." t nil)
17515
17516 (autoload (quote table-justify) "table" "\
17517 Justify contents of a cell, a row of cells or a column of cells.
17518 WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
17519 'center, 'right, 'top, 'middle, 'bottom or 'none." t nil)
17520
17521 (autoload (quote table-justify-cell) "table" "\
17522 Justify cell contents.
17523 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
17524 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is
17525 non-nil the justify operation is limited to the current paragraph,
17526 otherwise the entire cell contents is justified." t nil)
17527
17528 (autoload (quote table-justify-row) "table" "\
17529 Justify cells of a row.
17530 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
17531 'middle, 'bottom or 'none for vertical." t nil)
17532
17533 (autoload (quote table-justify-column) "table" "\
17534 Justify cells of a column.
17535 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
17536 'middle, 'bottom or 'none for vertical." t nil)
17537
17538 (autoload (quote table-fixed-width-mode) "table" "\
17539 Toggle fixing width mode.
17540 In the fixed width mode, typing inside a cell never changes the cell
17541 width where in the normal mode the cell width expands automatically in
17542 order to prevent a word being folded into multiple lines." t nil)
17543
17544 (autoload (quote table-query-dimension) "table" "\
17545 Return the dimension of the current cell and the current table.
17546 The result is a list (cw ch tw th c r cells) where cw is the cell
17547 width, ch is the cell height, tw is the table width, th is the table
17548 height, c is the number of columns, r is the number of rows and cells
17549 is the total number of cells. The cell dimension excludes the cell
17550 frame while the table dimension includes the table frame. The columns
17551 and the rows are counted by the number of cell boundaries. Therefore
17552 the number tends to be larger than it appears for the tables with
17553 non-uniform cell structure (heavily spanned and split). When optional
17554 WHERE is provided the cell and table at that location is reported." t nil)
17555
17556 (autoload (quote table-generate-source) "table" "\
17557 Generate source of the current table in the specified language.
17558 LANGUAGE is a symbol that specifies the language to describe the
17559 structure of the table. It must be either 'html, 'latex or 'cals.
17560 The resulted source text is inserted into DEST-BUFFER and the buffer
17561 object is returned. When DEST-BUFFER is omitted or nil the default
17562 buffer specified in `table-dest-buffer-name' is used. In this case
17563 the content of the default buffer is erased prior to the generation.
17564 When DEST-BUFFER is non-nil it is expected to be either a destination
17565 buffer or a name of the destination buffer. In this case the
17566 generated result is inserted at the current point in the destination
17567 buffer and the previously existing contents in the buffer are
17568 untouched.
17569
17570 References used for this implementation:
17571
17572 HTML:
17573 http://www.w3.org
17574
17575 LaTeX:
17576 http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html
17577
17578 CALS (DocBook DTD):
17579 http://www.oasis-open.org/html/a502.htm
17580 http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751
17581 " t nil)
17582
17583 (autoload (quote table-insert-sequence) "table" "\
17584 Travel cells forward while inserting a specified sequence string in each cell.
17585 STR is the base string from which the sequence starts. When STR is an
17586 empty string then each cell content is erased. When STR ends with
17587 numerical characters (they may optionally be surrounded by a pair of
17588 parentheses) they are incremented as a decimal number. Otherwise the
17589 last character in STR is incremented in ASCII code order. N is the
17590 number of sequence elements to insert. When N is negative the cell
17591 traveling direction is backward. When N is zero it travels forward
17592 entire table. INCREMENT is the increment between adjacent sequence
17593 elements and can be a negative number for effectively decrementing.
17594 INTERVAL is the number of cells to travel between sequence element
17595 insertion which is normally 1. When zero or less is given for
17596 INTERVAL it is interpreted as number of cells per row so that sequence
17597 is placed straight down vertically as long as the table's cell
17598 structure is uniform. JUSTIFY is one of the symbol 'left, 'center or
17599 'right, that specifies justification of the inserted string.
17600
17601 Example:
17602
17603 (progn
17604 (table-insert 16 3 5 1)
17605 (table-forward-cell 15)
17606 (table-insert-sequence \"D0\" -16 1 1 'center)
17607 (table-forward-cell 16)
17608 (table-insert-sequence \"A[0]\" -16 1 1 'center)
17609 (table-forward-cell 1)
17610 (table-insert-sequence \"-\" 16 0 1 'center))
17611
17612 (progn
17613 (table-insert 16 8 5 1)
17614 (table-insert-sequence \"@\" 0 1 2 'right)
17615 (table-forward-cell 1)
17616 (table-insert-sequence \"64\" 0 1 2 'left))
17617 " t nil)
17618
17619 (autoload (quote table-delete-row) "table" "\
17620 Delete N row(s) of cells.
17621 Delete N rows of cells from current row. The current row is the row
17622 contains the current cell where point is located. Each row must
17623 consists from cells of same height." t nil)
17624
17625 (autoload (quote table-delete-column) "table" "\
17626 Delete N column(s) of cells.
17627 Delete N columns of cells from current column. The current column is
17628 the column contains the current cell where point is located. Each
17629 column must consists from cells of same width." t nil)
17630
17631 (autoload (quote table-capture) "table" "\
17632 Convert plain text into a table by capturing the text in the region.
17633 Create a table with the text in region as cell contents. BEG and END
17634 specify the region. The text in the region is replaced with a table.
17635 The removed text is inserted in the table. When optional
17636 COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
17637 is parsed and separated into individual cell contents by using the
17638 delimiter regular expressions. This parsing determines the number of
17639 columns and rows of the table automatically. If COL-DELIM-REGEXP and
17640 ROW-DELIM-REGEXP are omitted the result table has only one cell and
17641 the entire region contents is placed in that cell. Optional JUSTIFY
17642 is one of 'left, 'center or 'right, which specifies the cell
17643 justification. Optional MIN-CELL-WIDTH specifies the minimum cell
17644 width. Optional COLUMNS specify the number of columns when
17645 ROW-DELIM-REGEXP is not specified.
17646
17647
17648 Example 1:
17649
17650 1, 2, 3, 4
17651 5, 6, 7, 8
17652 , 9, 10
17653
17654 Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
17655 \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
17656 this example the cells are centered and minimum cell width is
17657 specified as 5.
17658
17659 +-----+-----+-----+-----+
17660 | 1 | 2 | 3 | 4 |
17661 +-----+-----+-----+-----+
17662 | 5 | 6 | 7 | 8 |
17663 +-----+-----+-----+-----+
17664 | | 9 | 10 | |
17665 +-----+-----+-----+-----+
17666
17667 Note:
17668
17669 In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
17670 in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
17671 of each row is optional.
17672
17673
17674 Example 2:
17675
17676 This example shows how a table can be used for text layout editing.
17677 Let `table-capture' capture the following region starting from
17678 -!- and ending at -*-, that contains three paragraphs and two item
17679 name headers. This time specify empty string for both
17680 COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
17681
17682 -!-`table-capture' is a powerful command however mastering its power
17683 requires some practice. Here is a list of items what it can do.
17684
17685 Parse Cell Items By using column delimiter regular
17686 expression and raw delimiter regular
17687 expression, it parses the specified text
17688 area and extracts cell items from
17689 non-table text and then forms a table out
17690 of them.
17691
17692 Capture Text Area When no delimiters are specified it
17693 creates a single cell table. The text in
17694 the specified region is placed in that
17695 cell.-*-
17696
17697 Now the entire content is captured in a cell which is itself a table
17698 like this.
17699
17700 +-----------------------------------------------------------------+
17701 |`table-capture' is a powerful command however mastering its power|
17702 |requires some practice. Here is a list of items what it can do. |
17703 | |
17704 |Parse Cell Items By using column delimiter regular |
17705 | expression and raw delimiter regular |
17706 | expression, it parses the specified text |
17707 | area and extracts cell items from |
17708 | non-table text and then forms a table out |
17709 | of them. |
17710 | |
17711 |Capture Text Area When no delimiters are specified it |
17712 | creates a single cell table. The text in |
17713 | the specified region is placed in that |
17714 | cell. |
17715 +-----------------------------------------------------------------+
17716
17717 By splitting the cell appropriately we now have a table consisting of
17718 paragraphs occupying its own cell. Each cell can now be edited
17719 independently.
17720
17721 +-----------------------------------------------------------------+
17722 |`table-capture' is a powerful command however mastering its power|
17723 |requires some practice. Here is a list of items what it can do. |
17724 +---------------------+-------------------------------------------+
17725 |Parse Cell Items |By using column delimiter regular |
17726 | |expression and raw delimiter regular |
17727 | |expression, it parses the specified text |
17728 | |area and extracts cell items from |
17729 | |non-table text and then forms a table out |
17730 | |of them. |
17731 +---------------------+-------------------------------------------+
17732 |Capture Text Area |When no delimiters are specified it |
17733 | |creates a single cell table. The text in |
17734 | |the specified region is placed in that |
17735 | |cell. |
17736 +---------------------+-------------------------------------------+
17737
17738 By applying `table-release', which does the opposite process, the
17739 contents become once again plain text. `table-release' works as
17740 companion command to `table-capture' this way.
17741 " t nil)
17742
17743 (autoload (quote table-release) "table" "\
17744 Convert a table into plain text by removing the frame from a table.
17745 Remove the frame from a table and inactivate the table. This command
17746 converts a table into plain text without frames. It is a companion to
17747 `table-capture' which does the opposite process." t nil)
17748
17749 ;;;***
17750
17751 ;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 44240)) 16074 ;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 44240))
17752 ;;; Generated autoloads from talk.el 16075 ;;; Generated autoloads from talk.el
17753 16076
17754 (autoload (quote talk-connect) "talk" "\ 16077 (autoload (quote talk-connect) "talk" "\
17755 Connect to display DISPLAY for the Emacs talk group." t nil) 16078 Connect to display DISPLAY for the Emacs talk group." t nil)
17776 \\{tar-mode-map}" t nil) 16099 \\{tar-mode-map}" t nil)
17777 16100
17778 ;;;*** 16101 ;;;***
17779 16102
17780 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 16103 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
17781 ;;;;;; "progmodes/tcl.el" (15533 28779)) 16104 ;;;;;; "progmodes/tcl.el" (15626 5163))
17782 ;;; Generated autoloads from progmodes/tcl.el 16105 ;;; Generated autoloads from progmodes/tcl.el
17783 16106
17784 (autoload (quote tcl-mode) "tcl" "\ 16107 (autoload (quote tcl-mode) "tcl" "\
17785 Major mode for editing Tcl code. 16108 Major mode for editing Tcl code.
17786 Expression and list commands understand all Tcl brackets. 16109 Expression and list commands understand all Tcl brackets.
17787 Tab indents for Tcl code. 16110 Tab indents for Tcl code.
17788 Paragraphs are separated by blank lines only. 16111 Paragraphs are separated by blank lines only.
17789 Delete converts tabs to spaces as it moves back. 16112 Delete converts tabs to spaces as it moves back.
17790 16113
17791 Variables controlling indentation style: 16114 Variables controlling indentation style:
17792 `tcl-indent-level' 16115 tcl-indent-level
17793 Indentation of Tcl statements within surrounding block. 16116 Indentation of Tcl statements within surrounding block.
17794 `tcl-continued-indent-level' 16117 tcl-continued-indent-level
17795 Indentation of continuation line relative to first line of command. 16118 Indentation of continuation line relative to first line of command.
17796 16119
17797 Variables controlling user interaction with mode (see variable 16120 Variables controlling user interaction with mode (see variable
17798 documentation for details): 16121 documentation for details):
17799 `tcl-tab-always-indent' 16122 tcl-tab-always-indent
17800 Controls action of TAB key. 16123 Controls action of TAB key.
17801 `tcl-auto-newline' 16124 tcl-auto-newline
17802 Non-nil means automatically newline before and after braces, brackets, 16125 Non-nil means automatically newline before and after braces, brackets,
17803 and semicolons inserted in Tcl code. 16126 and semicolons inserted in Tcl code.
17804 `tcl-use-smart-word-finder' 16127 tcl-electric-hash-style
16128 Controls action of `#' key.
16129 tcl-use-hairy-comment-detector
16130 If t, use more complicated, but slower, comment detector.
16131 This variable is only used in Emacs 19.
16132 tcl-use-smart-word-finder
17805 If not nil, use a smarter, Tcl-specific way to find the current 16133 If not nil, use a smarter, Tcl-specific way to find the current
17806 word when looking up help on a Tcl command. 16134 word when looking up help on a Tcl command.
17807 16135
17808 Turning on Tcl mode calls the value of the variable `tcl-mode-hook' 16136 Turning on Tcl mode calls the value of the variable `tcl-mode-hook'
17809 with no args, if that value is non-nil. Read the documentation for 16137 with no args, if that value is non-nil. Read the documentation for
17842 Communication with HOST is recorded in a buffer `*rsh-HOST*'. 16170 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
17843 Normally input is edited in Emacs and sent a line at a time." t nil) 16171 Normally input is edited in Emacs and sent a line at a time." t nil)
17844 16172
17845 ;;;*** 16173 ;;;***
17846 16174
17847 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15549 16175 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15626
17848 ;;;;;; 60240)) 16176 ;;;;;; 5162))
17849 ;;; Generated autoloads from term.el 16177 ;;; Generated autoloads from term.el
17850 16178
17851 (autoload (quote make-term) "term" "\ 16179 (autoload (quote make-term) "term" "\
17852 Make a term process NAME in a buffer, running PROGRAM. 16180 Make a term process NAME in a buffer, running PROGRAM.
17853 The name of the buffer is made by surrounding NAME with `*'s. 16181 The name of the buffer is made by surrounding NAME with `*'s.
18323 16651
18324 ;;;*** 16652 ;;;***
18325 16653
18326 ;;;### (autoloads (list-at-point number-at-point symbol-at-point 16654 ;;;### (autoloads (list-at-point number-at-point symbol-at-point
18327 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 16655 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
18328 ;;;;;; "thingatpt" "thingatpt.el" (15185 49574)) 16656 ;;;;;; "thingatpt" "thingatpt.el" (15235 51732))
18329 ;;; Generated autoloads from thingatpt.el 16657 ;;; Generated autoloads from thingatpt.el
18330 16658
18331 (autoload (quote forward-thing) "thingatpt" "\ 16659 (autoload (quote forward-thing) "thingatpt" "\
18332 Move forward to the end of the next THING." nil nil) 16660 Move forward to the end of the next THING." nil nil)
18333 16661
18414 (autoload (quote tibetan-pre-write-canonicalize-for-unicode) "tibet-util" nil nil nil) 16742 (autoload (quote tibetan-pre-write-canonicalize-for-unicode) "tibet-util" nil nil nil)
18415 16743
18416 ;;;*** 16744 ;;;***
18417 16745
18418 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 16746 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
18419 ;;;;;; (15489 14486)) 16747 ;;;;;; (15503 34618))
18420 ;;; Generated autoloads from textmodes/tildify.el 16748 ;;; Generated autoloads from textmodes/tildify.el
18421 16749
18422 (autoload (quote tildify-region) "tildify" "\ 16750 (autoload (quote tildify-region) "tildify" "\
18423 Add hard spaces in the region between BEG and END. 16751 Add hard spaces in the region between BEG and END.
18424 See variables `tildify-pattern-alist', `tildify-string-alist', and 16752 See variables `tildify-pattern-alist', `tildify-string-alist', and
18468 are displayed as well. 16796 are displayed as well.
18469 This runs the normal hook `display-time-hook' after each update." t nil) 16797 This runs the normal hook `display-time-hook' after each update." t nil)
18470 16798
18471 ;;;*** 16799 ;;;***
18472 16800
18473 ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 16801 ;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el"
18474 ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 16802 ;;;;;; (15235 51737))
18475 ;;;;;; time-since days-to-time time-less-p seconds-to-time date-to-time) 16803 ;;; Generated autoloads from gnus/time-date.el
18476 ;;;;;; "time-date" "calendar/time-date.el" (15450 56230))
18477 ;;; Generated autoloads from calendar/time-date.el
18478 16804
18479 (autoload (quote date-to-time) "time-date" "\ 16805 (autoload (quote date-to-time) "time-date" "\
18480 Parse a string that represents a date-time and return a time value." nil nil) 16806 Convert DATE into time." nil nil)
18481
18482 (autoload (quote seconds-to-time) "time-date" "\
18483 Convert SECONDS (a floating point number) to a time value." nil nil)
18484
18485 (autoload (quote time-less-p) "time-date" "\
18486 Say whether time value T1 is less than time value T2." nil nil)
18487
18488 (autoload (quote days-to-time) "time-date" "\
18489 Convert DAYS into a time value." nil nil)
18490
18491 (autoload (quote time-since) "time-date" "\
18492 Return the time elapsed since TIME.
18493 TIME should be either a time value or a date-time string." nil nil)
18494
18495 (defalias (quote subtract-time) (quote time-subtract))
18496
18497 (autoload (quote time-subtract) "time-date" "\
18498 Subtract two time values.
18499 Return the difference in the format of a time value." nil nil)
18500
18501 (autoload (quote time-add) "time-date" "\
18502 Add two time values. One should represent a time difference." nil nil)
18503
18504 (autoload (quote date-to-day) "time-date" "\
18505 Return the number of days between year 1 and DATE.
18506 DATE should be a date-time string." nil nil)
18507
18508 (autoload (quote days-between) "time-date" "\
18509 Return the number of days between DATE1 and DATE2.
18510 DATE1 and DATE2 should be date-time strings." nil nil)
18511
18512 (autoload (quote date-leap-year-p) "time-date" "\
18513 Return t if YEAR is a leap year." nil nil)
18514
18515 (autoload (quote time-to-day-in-year) "time-date" "\
18516 Return the day number within the year of the date month/day/year." nil nil)
18517
18518 (autoload (quote time-to-days) "time-date" "\
18519 The number of days between the Gregorian date 0001-12-31bce and TIME.
18520 TIME should be a time value.
18521 The Gregorian date Sunday, December 31, 1bce is imaginary." nil nil)
18522 16807
18523 (autoload (quote safe-date-to-time) "time-date" "\ 16808 (autoload (quote safe-date-to-time) "time-date" "\
18524 Parse a string that represents a date-time and return a time value. 16809 Parse DATE and return a time structure.
18525 If DATE is malformed, return a time value of zeros." nil nil) 16810 If DATE is malformed, a zero time will be returned." nil nil)
18526 16811
18527 ;;;*** 16812 ;;;***
18528 16813
18529 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 16814 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
18530 ;;;;;; "time-stamp.el" (15590 49016)) 16815 ;;;;;; "time-stamp.el" (15626 5162))
18531 ;;; Generated autoloads from time-stamp.el 16816 ;;; Generated autoloads from time-stamp.el
18532 16817
18533 (autoload (quote time-stamp) "time-stamp" "\ 16818 (autoload (quote time-stamp) "time-stamp" "\
18534 Update the time stamp string(s) in the buffer. 16819 Update the time stamp string(s) in the buffer.
18535 A template in a file can be automatically updated with a new time stamp 16820 A template in a file can be automatically updated with a new time stamp
18555 16840
18556 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string 16841 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string
18557 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 16842 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
18558 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 16843 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
18559 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 16844 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
18560 ;;;;;; (15664 47249)) 16845 ;;;;;; (15669 50257))
18561 ;;; Generated autoloads from calendar/timeclock.el 16846 ;;; Generated autoloads from calendar/timeclock.el
18562 16847
18563 (autoload (quote timeclock-modeline-display) "timeclock" "\ 16848 (autoload (quote timeclock-modeline-display) "timeclock" "\
18564 Toggle display of the amount of time left today in the modeline. 16849 Toggle display of the amount of time left today in the modeline.
18565 If `timeclock-use-display-time' is non-nil, the modeline will be 16850 If `timeclock-use-display-time' is non-nil, the modeline will be
18897 Turn on TPU/edt emulation." t nil) 17182 Turn on TPU/edt emulation." t nil)
18898 17183
18899 ;;;*** 17184 ;;;***
18900 17185
18901 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 17186 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
18902 ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15186 56483)) 17187 ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15235 51734))
18903 ;;; Generated autoloads from emulation/tpu-extras.el 17188 ;;; Generated autoloads from emulation/tpu-extras.el
18904 17189
18905 (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 17190 (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
18906 Set scroll margins." t nil) 17191 Set scroll margins." t nil)
18907 17192
18948 there might be!! Trace output will quietly go to BUFFER without changing 17233 there might be!! Trace output will quietly go to BUFFER without changing
18949 the window or buffer configuration at all." t nil) 17234 the window or buffer configuration at all." t nil)
18950 17235
18951 ;;;*** 17236 ;;;***
18952 17237
18953 ;;;### (autoloads (tramp-file-name-handler tramp-file-name-regexp)
18954 ;;;;;; "tramp" "net/tramp.el" (15698 64355))
18955 ;;; Generated autoloads from net/tramp.el
18956
18957 (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
18958 Value for `tramp-file-name-regexp' for unified remoting.
18959 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
18960 Tramp. See `tramp-file-name-structure-unified' for more explanations.")
18961
18962 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
18963 Value for `tramp-file-name-regexp' for separate remoting.
18964 XEmacs uses a separate filename syntax for Tramp and EFS.
18965 See `tramp-file-name-structure-separate' for more explanations.")
18966
18967 (defvar tramp-file-name-regexp (if (featurep (quote xemacs)) tramp-file-name-regexp-separate tramp-file-name-regexp-unified) "\
18968 *Regular expression matching file names handled by tramp.
18969 This regexp should match tramp file names but no other file names.
18970 \(When tramp.el is loaded, this regular expression is prepended to
18971 `file-name-handler-alist', and that is searched sequentially. Thus,
18972 if the tramp entry appears rather early in the `file-name-handler-alist'
18973 and is a bit too general, then some files might be considered tramp
18974 files which are not really tramp files.
18975
18976 Please note that the entry in `file-name-handler-alist' is made when
18977 this file (tramp.el) is loaded. This means that this variable must be set
18978 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
18979 updated after changing this variable.
18980
18981 Also see `tramp-file-name-structure' and `tramp-make-tramp-file-format'.")
18982
18983 (autoload (quote tramp-file-name-handler) "tramp" "\
18984 Invoke tramp file name handler.
18985 Falls back to normal file name handler if no tramp file name handler exists." nil nil)
18986
18987 (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler)))
18988
18989 ;;;***
18990
18991 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 17238 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
18992 ;;;;;; "textmodes/two-column.el" (15304 37383)) 17239 ;;;;;; "textmodes/two-column.el" (15304 37383))
18993 ;;; Generated autoloads from textmodes/two-column.el 17240 ;;; Generated autoloads from textmodes/two-column.el
18994 (autoload '2C-command "two-column" () t 'keymap) 17241 (autoload '2C-command "two-column" () t 'keymap)
18995 (global-set-key "\C-x6" '2C-command) 17242 (global-set-key "\C-x6" '2C-command)
19177 FRAC should be the inverse of the fractional value; for example, a value of 17424 FRAC should be the inverse of the fractional value; for example, a value of
19178 2 would mean to use one half, a value of 4 would mean to use one quarter, etc." t nil) 17425 2 would mean to use one half, a value of 4 would mean to use one quarter, etc." t nil)
19179 17426
19180 ;;;*** 17427 ;;;***
19181 17428
17429 ;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode)
17430 ;;;;;; "ucs-tables" "international/ucs-tables.el" (15707 51320))
17431 ;;; Generated autoloads from international/ucs-tables.el
17432
17433 (defvar unify-8859-on-encoding-mode nil "\
17434 Non-nil if Unify-8859-On-Encoding mode is enabled.
17435 See the command `unify-8859-on-encoding-mode' for a description of this minor-mode.
17436 Setting this variable directly does not take effect;
17437 use either \\[customize] or the function `unify-8859-on-encoding-mode'.")
17438
17439 (custom-add-to-group (quote mule) (quote unify-8859-on-encoding-mode) (quote custom-variable))
17440
17441 (custom-add-load (quote unify-8859-on-encoding-mode) (quote ucs-tables))
17442
17443 (autoload (quote unify-8859-on-encoding-mode) "ucs-tables" "\
17444 Set up translation tables for unifying ISO 8859 characters on encoding.
17445
17446 The ISO 8859 characters sets overlap, e.g. 8859-1 (Latin-1) and
17447 8859-15 (Latin-9) differ only in a few characters. Emacs normally
17448 distinguishes equivalent characters from those ISO-8859 character sets
17449 which are built in to Emacs. This behaviour is essentially inherited
17450 from the European-originated international standards. Treating them
17451 equivalently, by translating to and from a single representation is
17452 called `unification'. (The `utf-8' coding system treats the
17453 characters of European scripts in a unified manner.)
17454
17455 In this mode, on encoding -- i.e. output operations -- non-ASCII
17456 characters from the built-in ISO 8859 and `mule-unicode-0100-24ff'
17457 charsets are handled automatically by the coding system used if it can
17458 represent them. Thus, say, an e-acute from the Latin-1 charset (the
17459 unified representation) in a buffer saved as Latin-9 will be encoded
17460 directly to a byte value 233. By default, in contrast, you would be
17461 prompted for a general coding system to use for saving the file, which
17462 can cope with separate Latin-1 and Latin-9 representations of e-acute.
17463
17464 Also sets hooks that arrange `translation-table-for-input' to be set
17465 up locally when Quail input methods are activated. This will often
17466 allow input generated by Quail input methods to conform with what the
17467 buffer's file coding system can encode. Thus you could use a Latin-2
17468 input method to search for e-acute in a Latin-1 buffer.
17469
17470 See also command `unify-8859-on-decoding-mode'." t nil)
17471
17472 (defvar unify-8859-on-decoding-mode nil "\
17473 Non-nil if Unify-8859-On-Decoding mode is enabled.
17474 See the command `unify-8859-on-decoding-mode' for a description of this minor-mode.
17475 Setting this variable directly does not take effect;
17476 use either \\[customize] or the function `unify-8859-on-decoding-mode'.")
17477
17478 (custom-add-to-group (quote mule) (quote unify-8859-on-decoding-mode) (quote custom-variable))
17479
17480 (custom-add-load (quote unify-8859-on-decoding-mode) (quote ucs-tables))
17481
17482 (autoload (quote unify-8859-on-decoding-mode) "ucs-tables" "\
17483 Set up translation tables for unifying ISO 8859 characters on decoding.
17484 On decoding, i.e. input operations, non-ASCII characters from the
17485 built-in ISO 8859 charsets are unified by mapping them into the
17486 `iso-latin-1' and `mule-unicode-0100-24ff' charsets.
17487
17488 Also sets `translation-table-for-input' globally, so that Quail input
17489 methods produce unified characters.
17490
17491 See also command `unify-8859-on-encoding-mode' and the user option
17492 `utf-8-fragment-on-decoding'." t nil)
17493
17494 ;;;***
17495
19182 ;;;### (autoloads (ununderline-region underline-region) "underline" 17496 ;;;### (autoloads (ununderline-region underline-region) "underline"
19183 ;;;;;; "textmodes/underline.el" (15185 49575)) 17497 ;;;;;; "textmodes/underline.el" (15235 51743))
19184 ;;; Generated autoloads from textmodes/underline.el 17498 ;;; Generated autoloads from textmodes/underline.el
19185 17499
19186 (autoload (quote underline-region) "underline" "\ 17500 (autoload (quote underline-region) "underline" "\
19187 Underline all nonblank characters in the region. 17501 Underline all nonblank characters in the region.
19188 Works by overstriking underscores. 17502 Works by overstriking underscores.
19210 following the containing message." t nil) 17524 following the containing message." t nil)
19211 17525
19212 ;;;*** 17526 ;;;***
19213 17527
19214 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 17528 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
19215 ;;;;;; (15214 26446)) 17529 ;;;;;; (15235 51738))
19216 ;;; Generated autoloads from mail/unrmail.el 17530 ;;; Generated autoloads from mail/unrmail.el
19217 17531
19218 (autoload (quote batch-unrmail) "unrmail" "\ 17532 (autoload (quote batch-unrmail) "unrmail" "\
19219 Convert Rmail files to system inbox format. 17533 Convert Rmail files to system inbox format.
19220 Specify the input Rmail file names as command line arguments. 17534 Specify the input Rmail file names as command line arguments.
19251 The buffer in question is current when this function is called." nil nil) 17565 The buffer in question is current when this function is called." nil nil)
19252 17566
19253 ;;;*** 17567 ;;;***
19254 17568
19255 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) 17569 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
19256 ;;;;;; "uudecode" "gnus/uudecode.el" (15185 54813)) 17570 ;;;;;; "uudecode" "gnus/uudecode.el" (15235 51737))
19257 ;;; Generated autoloads from gnus/uudecode.el 17571 ;;; Generated autoloads from gnus/uudecode.el
19258 17572
19259 (autoload (quote uudecode-decode-region-external) "uudecode" "\ 17573 (autoload (quote uudecode-decode-region-external) "uudecode" "\
19260 Uudecode region between START and END using external program. 17574 Uudecode region between START and END using external program.
19261 If FILE-NAME is non-nil, save the result to FILE-NAME. The program 17575 If FILE-NAME is non-nil, save the result to FILE-NAME. The program
19266 If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) 17580 If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
19267 17581
19268 ;;;*** 17582 ;;;***
19269 17583
19270 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file 17584 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
19271 ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update 17585 ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-revert-buffer
19272 ;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot 17586 ;;;;;; vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory
19273 ;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers 17587 ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window
19274 ;;;;;; vc-version-other-window vc-diff vc-register vc-next-action 17588 ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
19275 ;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook 17589 ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
19276 ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15683 14756)) 17590 ;;;;;; "vc" "vc.el" (15707 44427))
19277 ;;; Generated autoloads from vc.el 17591 ;;; Generated autoloads from vc.el
19278 17592
19279 (defvar vc-checkout-hook nil "\ 17593 (defvar vc-checkout-hook nil "\
19280 *Normal hook (list of functions) run after checking out a file. 17594 *Normal hook (list of functions) run after checking out a file.
19281 See `run-hooks'.") 17595 See `run-hooks'.")
19285 See `run-hooks'.") 17599 See `run-hooks'.")
19286 17600
19287 (defvar vc-before-checkin-hook nil "\ 17601 (defvar vc-before-checkin-hook nil "\
19288 *Normal hook (list of functions) run before a file is checked in. 17602 *Normal hook (list of functions) run before a file is checked in.
19289 See `run-hooks'.") 17603 See `run-hooks'.")
19290
19291 (autoload (quote vc-branch-part) "vc" "\
19292 Return the branch part of a revision number REV." nil nil)
19293 17604
19294 (autoload (quote with-vc-file) "vc" "\ 17605 (autoload (quote with-vc-file) "vc" "\
19295 Check out a writable copy of FILE if necessary, then execute BODY. 17606 Check out a writable copy of FILE if necessary, then execute BODY.
19296 Check in FILE with COMMENT (a string) after BODY has been executed. 17607 Check in FILE with COMMENT (a string) after BODY has been executed.
19297 FILE is passed through `expand-file-name'; BODY executed within 17608 FILE is passed through `expand-file-name'; BODY executed within
19430 Revert the current buffer's file to the version it was based on. 17741 Revert the current buffer's file to the version it was based on.
19431 This asks for confirmation if the buffer contents are not identical 17742 This asks for confirmation if the buffer contents are not identical
19432 to that version. This function does not automatically pick up newer 17743 to that version. This function does not automatically pick up newer
19433 changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil) 17744 changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil)
19434 17745
19435 (autoload (quote vc-update) "vc" "\
19436 Update the current buffer's file to the latest version on its branch.
19437 If the file contains no changes, and is not locked, then this simply replaces
19438 the working file with the latest version on its branch. If the file contains
19439 changes, and the backend supports merging news, then any recent changes from
19440 the current branch are merged into the working file." t nil)
19441
19442 (autoload (quote vc-cancel-version) "vc" "\ 17746 (autoload (quote vc-cancel-version) "vc" "\
19443 Get rid of most recently checked in version of this file. 17747 Get rid of most recently checked in version of this file.
19444 A prefix argument NOREVERT means do not revert the buffer afterwards." t nil) 17748 A prefix argument NOREVERT means do not revert the buffer afterwards." t nil)
19445 17749
19446 (autoload (quote vc-switch-backend) "vc" "\ 17750 (autoload (quote vc-switch-backend) "vc" "\
19490 17794
19491 With a prefix argument, this command asks two questions in the 17795 With a prefix argument, this command asks two questions in the
19492 minibuffer. First, you may enter a version number; then the buffer 17796 minibuffer. First, you may enter a version number; then the buffer
19493 displays and annotates that version instead of the current version 17797 displays and annotates that version instead of the current version
19494 \(type RET in the minibuffer to leave that default unchanged). Then, 17798 \(type RET in the minibuffer to leave that default unchanged). Then,
19495 you are prompted for the time span in days which the color range 17799 you are prompted for a stretch factor for the time scale. This makes
19496 should cover. For example, a time span of 20 days means that changes 17800 the color range cover a time span longer or shorter than the default
19497 over the past 20 days are shown in red to blue, according to their 17801 of one year. For example, a factor of 0.1 means that the range from
19498 age, and everything that is older than that is shown in blue. 17802 red to blue stands for the past 36 days only, and everything that is
17803 older than that is shown in blue.
19499 17804
19500 Customization variables: 17805 Customization variables:
19501 17806
19502 `vc-annotate-menu-elements' customizes the menu elements of the 17807 `vc-annotate-menu-elements' customizes the menu elements of the
19503 mode-specific menu. `vc-annotate-color-map' and 17808 mode-specific menu. `vc-annotate-color-map' and
19515 (vc-cvs-registered f))) 17820 (vc-cvs-registered f)))
19516 17821
19517 ;;;*** 17822 ;;;***
19518 17823
19519 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 17824 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
19520 ;;;;;; (15672 42728)) 17825 ;;;;;; (15707 44427))
19521 ;;; Generated autoloads from vc-rcs.el 17826 ;;; Generated autoloads from vc-rcs.el
19522 17827
19523 (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 17828 (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
19524 *Where to look for RCS master files. 17829 *Where to look for RCS master files.
19525 For a description of possible values, see `vc-check-master-templates'.") 17830 For a description of possible values, see `vc-check-master-templates'.")
19819 18124
19820 \\{vhdl-mode-map}" t nil) 18125 \\{vhdl-mode-map}" t nil)
19821 18126
19822 ;;;*** 18127 ;;;***
19823 18128
19824 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15186 53885)) 18129 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15235 51734))
19825 ;;; Generated autoloads from emulation/vi.el 18130 ;;; Generated autoloads from emulation/vi.el
19826 18131
19827 (autoload (quote vi-mode) "vi" "\ 18132 (autoload (quote vi-mode) "vi" "\
19828 Major mode that acts like the `vi' editor. 18133 Major mode that acts like the `vi' editor.
19829 The purpose of this mode is to provide you the combined power of vi (namely, 18134 The purpose of this mode is to provide you the combined power of vi (namely,
20090 (autoload (quote View-exit-and-edit) "view" "\ 18395 (autoload (quote View-exit-and-edit) "view" "\
20091 Exit View mode and make the current buffer editable." t nil) 18396 Exit View mode and make the current buffer editable." t nil)
20092 18397
20093 ;;;*** 18398 ;;;***
20094 18399
20095 ;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15186 56483)) 18400 ;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15235 51734))
20096 ;;; Generated autoloads from emulation/vip.el 18401 ;;; Generated autoloads from emulation/vip.el
20097 18402
20098 (autoload (quote vip-mode) "vip" "\ 18403 (autoload (quote vip-mode) "vip" "\
20099 Turn on VIP emulation of VI." t nil) 18404 Turn on VIP emulation of VI." t nil)
20100 18405
20108 Toggle Viper on/off. 18413 Toggle Viper on/off.
20109 If Viper is enabled, turn it off. Otherwise, turn it on." t nil) 18414 If Viper is enabled, turn it off. Otherwise, turn it on." t nil)
20110 18415
20111 (autoload (quote viper-mode) "viper" "\ 18416 (autoload (quote viper-mode) "viper" "\
20112 Turn on Viper emulation of Vi." t nil) 18417 Turn on Viper emulation of Vi." t nil)
20113
20114 ;;;***
20115
20116 ;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el"
20117 ;;;;;; (15698 64355))
20118 ;;; Generated autoloads from warnings.el
20119
20120 (defvar warning-prefix-function nil "\
20121 Function to generate warning prefixes.
20122 This function, if non-nil, is called with two arguments,
20123 the severity level and its entry in `warning-levels',
20124 and should return the entry that should actually be used.
20125 The warnings buffer is current when this function is called
20126 and the function can insert text in it. This text becomes
20127 the beginning of the warning.")
20128
20129 (defvar warning-series nil "\
20130 Non-nil means treat multiple `display-warning' calls as a series.
20131 An integer is a position in the warnings buffer
20132 which is the start of the current series.
20133 t means the next warning begins a series (and stores an integer here).
20134 A symbol with a function definition is like t, except
20135 also call that function before the next warning.")
20136
20137 (defvar warning-fill-prefix nil "\
20138 Non-nil means fill each warning text using this string as `fill-prefix'.")
20139
20140 (defvar warning-group-format " (%s)" "\
20141 Format for displaying the warning group in the warning message.
20142 The result of formatting the group this way gets included in the
20143 message under the control of the string in `warning-levels'.")
20144
20145 (autoload (quote display-warning) "warnings" "\
20146 Display a warning message, MESSAGE.
20147 GROUP should be a custom group name (a symbol),
20148 or else a list of symbols whose first element is a custom group name.
20149 \(The rest of the symbols represent subcategories, for warning purposes
20150 only, and you can use whatever symbols you like.)
20151
20152 LEVEL should be either :warning, :error, or :emergency.
20153 :emergency -- a problem that will seriously impair Emacs operation soon
20154 if you do not attend to it promptly.
20155 :error -- data or circumstances that are inherently wrong.
20156 :warning -- data or circumstances that are not inherently wrong,
20157 but raise suspicion of a possible problem.
20158 :debug -- info for debugging only.
20159
20160 BUFFER-NAME, if specified, is the name of the buffer for logging the
20161 warning. By default, it is `*Warnings*'.
20162
20163 See the `warnings' custom group for user customization features.
20164
20165 See also `warning-series', `warning-prefix-function' and
20166 `warning-fill-prefix' for additional programming features." nil nil)
20167
20168 (autoload (quote lwarn) "warnings" "\
20169 Display a warning message made from (format MESSAGE ARGS...).
20170 Aside from generating the message with `format',
20171 this is equivalent to `display-warning'.
20172
20173 GROUP should be a custom group name (a symbol).
20174 or else a list of symbols whose first element is a custom group name.
20175 \(The rest of the symbols represent subcategories and
20176 can be whatever you like.)
20177
20178 LEVEL should be either :warning, :error, or :emergency.
20179 :emergency -- a problem that will seriously impair Emacs operation soon
20180 if you do not attend to it promptly.
20181 :error -- invalid data or circumstances.
20182 :warning -- suspicious data or circumstances." nil nil)
20183
20184 (autoload (quote warn) "warnings" "\
20185 Display a warning message made from (format MESSAGE ARGS...).
20186 Aside from generating the message with `format',
20187 this is equivalent to `display-warning', using
20188 `emacs' as the group and `:warning' as the level." nil nil)
20189 18418
20190 ;;;*** 18419 ;;;***
20191 18420
20192 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15381 44879)) 18421 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15381 44879))
20193 ;;; Generated autoloads from net/webjump.el 18422 ;;; Generated autoloads from net/webjump.el
20658 Zone out, completely." t nil) 18887 Zone out, completely." t nil)
20659 18888
20660 ;;;*** 18889 ;;;***
20661 18890
20662 ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 18891 ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
20663 ;;;;;; "net/zone-mode.el" (15567 16402)) 18892 ;;;;;; "net/zone-mode.el" (15626 5163))
20664 ;;; Generated autoloads from net/zone-mode.el 18893 ;;; Generated autoloads from net/zone-mode.el
20665 18894
20666 (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 18895 (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
20667 Update the serial number in a zone if the file was modified." t nil) 18896 Update the serial number in a zone if the file was modified" t nil)
20668 18897
20669 (autoload (quote zone-mode) "zone-mode" "\ 18898 (autoload (quote zone-mode) "zone-mode" "\
20670 A mode for editing DNS zone files. 18899 A mode for editing DNS zone files.
20671 18900
20672 Zone-mode does two things: 18901 Zone-mode does two things: