Mercurial > emacs
comparison lisp/loaddefs.el @ 32115:5357a26e85d1
Update.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 04 Oct 2000 02:37:41 +0000 |
parents | c0199a9a07fa |
children | f0deca352ce9 |
comparison
equal
deleted
inserted
replaced
32114:e2c00865f58d | 32115:5357a26e85d1 |
---|---|
117 ;;;*** | 117 ;;;*** |
118 | 118 |
119 ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun | 119 ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun |
120 ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 120 ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
121 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 121 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
122 ;;;;;; add-log-full-name) "add-log" "add-log.el" (14746 24124)) | 122 ;;;;;; add-log-full-name) "add-log" "add-log.el" (14807 56557)) |
123 ;;; Generated autoloads from add-log.el | 123 ;;; Generated autoloads from add-log.el |
124 | 124 |
125 (defvar add-log-full-name nil "\ | 125 (defvar add-log-full-name nil "\ |
126 *Full name of user, for inclusion in ChangeLog daily headers. | 126 *Full name of user, for inclusion in ChangeLog daily headers. |
127 This defaults to the value returned by the function `user-full-name'.") | 127 This defaults to the value returned by the function `user-full-name'.") |
144 If 'change-log-default-name' contains a leading directory component, then | 144 If 'change-log-default-name' contains a leading directory component, then |
145 simply find it in the current directory. Otherwise, search in the current | 145 simply find it in the current directory. Otherwise, search in the current |
146 directory and its successive parents for a file so named. | 146 directory and its successive parents for a file so named. |
147 | 147 |
148 Once a file is found, `change-log-default-name' is set locally in the | 148 Once a file is found, `change-log-default-name' is set locally in the |
149 current buffer to the complete file name." nil nil) | 149 current buffer to the complete file name. |
150 Optional arg BUFFER-FILE overrides `buffer-file-name'." nil nil) | |
150 | 151 |
151 (autoload (quote add-change-log-entry) "add-log" "\ | 152 (autoload (quote add-change-log-entry) "add-log" "\ |
152 Find change log file and add an entry for today. | 153 Find change log file and add an entry for today. |
153 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user | 154 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user |
154 name and site. | 155 name and site. |
603 | 604 |
604 Entering array mode calls the function `array-mode-hook'." t nil) | 605 Entering array mode calls the function `array-mode-hook'." t nil) |
605 | 606 |
606 ;;;*** | 607 ;;;*** |
607 | 608 |
608 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14286 | 609 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14807 |
609 ;;;;;; 393)) | 610 ;;;;;; 56561)) |
610 ;;; Generated autoloads from progmodes/asm-mode.el | 611 ;;; Generated autoloads from progmodes/asm-mode.el |
611 | 612 |
612 (autoload (quote asm-mode) "asm-mode" "\ | 613 (autoload (quote asm-mode) "asm-mode" "\ |
613 Major mode for editing typical assembler code. | 614 Major mode for editing typical assembler code. |
614 Features a private abbrev table and the following bindings: | 615 Features a private abbrev table and the following bindings: |
630 \\{asm-mode-map} | 631 \\{asm-mode-map} |
631 " t nil) | 632 " t nil) |
632 | 633 |
633 ;;;*** | 634 ;;;*** |
634 | 635 |
635 ;;;### (autoloads (authors) "authors" "emacs-lisp/authors.el" (14744 | 636 ;;;### (autoloads (authors) "authors" "emacs-lisp/authors.el" (14807 |
636 ;;;;;; 23030)) | 637 ;;;;;; 56560)) |
637 ;;; Generated autoloads from emacs-lisp/authors.el | 638 ;;; Generated autoloads from emacs-lisp/authors.el |
638 | 639 |
639 (autoload (quote authors) "authors" "\ | 640 (autoload (quote authors) "authors" "\ |
640 Extract author information from change logs and Lisp source files. | 641 Extract author information from change logs and Lisp source files. |
641 ROOT is the root directory under which to find the files. If called | 642 ROOT is the root directory under which to find the files. If called |
699 Major mode for editing Autoconf configure.in files." t nil) | 700 Major mode for editing Autoconf configure.in files." t nil) |
700 | 701 |
701 ;;;*** | 702 ;;;*** |
702 | 703 |
703 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 704 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
704 ;;;;;; "autoinsert" "autoinsert.el" (14410 18534)) | 705 ;;;;;; "autoinsert" "autoinsert.el" (14807 56557)) |
705 ;;; Generated autoloads from autoinsert.el | 706 ;;; Generated autoloads from autoinsert.el |
706 | 707 |
707 (autoload (quote auto-insert) "autoinsert" "\ | 708 (autoload (quote auto-insert) "autoinsert" "\ |
708 Insert default contents into a new file if `auto-insert' is non-nil. | 709 Insert default contents into new files if variable `auto-insert' is non-nil. |
709 Matches the visited file name against the elements of `auto-insert-alist'." t nil) | 710 Matches the visited file name against the elements of `auto-insert-alist'." t nil) |
710 | 711 |
711 (autoload (quote define-auto-insert) "autoinsert" "\ | 712 (autoload (quote define-auto-insert) "autoinsert" "\ |
712 Associate CONDITION with (additional) ACTION in `auto-insert-alist'. | 713 Associate CONDITION with (additional) ACTION in `auto-insert-alist'. |
713 Optional AFTER means to insert action after all existing actions for CONDITION, | 714 Optional AFTER means to insert action after all existing actions for CONDITION, |
714 or if CONDITION had no actions, after all other CONDITIONs." nil nil) | 715 or if CONDITION had no actions, after all other CONDITIONs." nil nil) |
716 | |
717 (defvar auto-insert-mode nil "\ | |
718 Toggle Auto-Insert mode. | |
719 Setting this variable directly does not take effect; | |
720 use either \\[customize] or the function `auto-insert-mode'.") | |
721 | |
722 (custom-add-to-group (quote auto-insert) (quote auto-insert-mode) (quote custom-variable)) | |
723 | |
724 (custom-add-load (quote auto-insert-mode) (quote autoinsert)) | |
715 | 725 |
716 (autoload (quote auto-insert-mode) "autoinsert" "\ | 726 (autoload (quote auto-insert-mode) "autoinsert" "\ |
717 Toggle Auto-insert mode. | 727 Toggle Auto-insert mode. |
718 With prefix ARG, turn Auto-insert mode on if and only if ARG is positive. | 728 With prefix ARG, turn Auto-insert mode on if and only if ARG is positive. |
719 Returns the new status of Auto-insert mode (non-nil means on). | 729 Returns the new status of Auto-insert mode (non-nil means on). |
824 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for | 834 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for |
825 definition of \"random distance\".)" t nil) | 835 definition of \"random distance\".)" t nil) |
826 | 836 |
827 ;;;*** | 837 ;;;*** |
828 | 838 |
829 ;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14546 | 839 ;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14807 |
830 ;;;;;; 45178)) | 840 ;;;;;; 56561)) |
831 ;;; Generated autoloads from progmodes/awk-mode.el | 841 ;;; Generated autoloads from progmodes/awk-mode.el |
832 | 842 |
833 (autoload (quote awk-mode) "awk-mode" "\ | 843 (autoload (quote awk-mode) "awk-mode" "\ |
834 Major mode for editing AWK code. | 844 Major mode for editing AWK code. |
835 This is much like C mode except for the syntax of comments. It uses | 845 This is much like C mode except for the syntax of comments. It uses |
863 (defalias (quote \`) (symbol-function (quote backquote))) | 873 (defalias (quote \`) (symbol-function (quote backquote))) |
864 | 874 |
865 ;;;*** | 875 ;;;*** |
866 | 876 |
867 ;;;### (autoloads (display-battery battery) "battery" "battery.el" | 877 ;;;### (autoloads (display-battery battery) "battery" "battery.el" |
868 ;;;;;; (14693 50816)) | 878 ;;;;;; (14693 54461)) |
869 ;;; Generated autoloads from battery.el | 879 ;;; Generated autoloads from battery.el |
870 | 880 |
871 (autoload (quote battery) "battery" "\ | 881 (autoload (quote battery) "battery" "\ |
872 Display battery status information in the echo area. | 882 Display battery status information in the echo area. |
873 The text being displayed in the echo area is controlled by the variables | 883 The text being displayed in the echo area is controlled by the variables |
880 The mode line will be updated automatically every `battery-update-interval' | 890 The mode line will be updated automatically every `battery-update-interval' |
881 seconds." t nil) | 891 seconds." t nil) |
882 | 892 |
883 ;;;*** | 893 ;;;*** |
884 | 894 |
885 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14504 | 895 ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14505 |
886 ;;;;;; 9460)) | 896 ;;;;;; 7809)) |
887 ;;; Generated autoloads from textmodes/bibtex.el | 897 ;;; Generated autoloads from textmodes/bibtex.el |
888 | 898 |
889 (autoload (quote bibtex-mode) "bibtex" "\ | 899 (autoload (quote bibtex-mode) "bibtex" "\ |
890 Major mode for editing BibTeX files. | 900 Major mode for editing BibTeX files. |
891 | 901 |
985 | 995 |
986 \\{bibtex-mode-map}" t nil) | 996 \\{bibtex-mode-map}" t nil) |
987 | 997 |
988 ;;;*** | 998 ;;;*** |
989 | 999 |
1000 ;;;### (autoloads nil "binhex" "gnus/binhex.el" (14791 27196)) | |
1001 ;;; Generated autoloads from gnus/binhex.el | |
1002 | |
1003 (defconst binhex-begin-line "^:...............................................................$") | |
1004 | |
1005 ;;;*** | |
1006 | |
990 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (13229 | 1007 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (13229 |
991 ;;;;;; 27947)) | 1008 ;;;;;; 27947)) |
992 ;;; Generated autoloads from play/blackbox.el | 1009 ;;; Generated autoloads from play/blackbox.el |
993 | 1010 |
994 (autoload (quote blackbox) "blackbox" "\ | 1011 (autoload (quote blackbox) "blackbox" "\ |
1368 ;;;;;; browse-url-mosaic browse-url-netscape browse-url-at-mouse | 1385 ;;;;;; browse-url-mosaic browse-url-netscape browse-url-at-mouse |
1369 ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file | 1386 ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file |
1370 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program | 1387 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program |
1371 ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p | 1388 ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p |
1372 ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" | 1389 ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" |
1373 ;;;;;; (14745 11462)) | 1390 ;;;;;; (14801 17449)) |
1374 ;;; Generated autoloads from net/browse-url.el | 1391 ;;; Generated autoloads from net/browse-url.el |
1375 | 1392 |
1376 (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ | 1393 (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ |
1377 *Function to display the current buffer in a WWW browser. | 1394 *Function to display the current buffer in a WWW browser. |
1378 This is used by the `browse-url-at-point', `browse-url-at-mouse', and | 1395 This is used by the `browse-url-at-point', `browse-url-at-mouse', and |
1604 ;;;*** | 1621 ;;;*** |
1605 | 1622 |
1606 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 1623 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
1607 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file | 1624 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file |
1608 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" | 1625 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" |
1609 ;;;;;; "emacs-lisp/bytecomp.el" (14762 12604)) | 1626 ;;;;;; "emacs-lisp/bytecomp.el" (14799 60781)) |
1610 ;;; Generated autoloads from emacs-lisp/bytecomp.el | 1627 ;;; Generated autoloads from emacs-lisp/bytecomp.el |
1611 | 1628 |
1612 (autoload (quote byte-force-recompile) "bytecomp" "\ | 1629 (autoload (quote byte-force-recompile) "bytecomp" "\ |
1613 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. | 1630 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. |
1614 Files in subdirectories of DIRECTORY are processed also." t nil) | 1631 Files in subdirectories of DIRECTORY are processed also." t nil) |
1716 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays | 1733 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays |
1717 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially | 1734 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially |
1718 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 1735 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
1719 ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 1736 ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
1720 ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 1737 ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
1721 ;;;;;; (14393 15349)) | 1738 ;;;;;; (14792 2663)) |
1722 ;;; Generated autoloads from calendar/calendar.el | 1739 ;;; Generated autoloads from calendar/calendar.el |
1723 | 1740 |
1724 (defvar calendar-week-start-day 0 "\ | 1741 (defvar calendar-week-start-day 0 "\ |
1725 *The day of the week on which a week in the calendar begins. | 1742 *The day of the week on which a week in the calendar begins. |
1726 0 means Sunday (default), 1 means Monday, and so on.") | 1743 0 means Sunday (default), 1 means Monday, and so on.") |
1737 if the current date is visible. The number of days of diary entries displayed | 1754 if the current date is visible. The number of days of diary entries displayed |
1738 is governed by the variable `number-of-diary-entries'.") | 1755 is governed by the variable `number-of-diary-entries'.") |
1739 | 1756 |
1740 (defvar number-of-diary-entries 1 "\ | 1757 (defvar number-of-diary-entries 1 "\ |
1741 *Specifies how many days of diary entries are to be displayed initially. | 1758 *Specifies how many days of diary entries are to be displayed initially. |
1742 This variable affects the diary display when the command M-x diary is used, | 1759 This variable affects the diary display when the command \\[diary] is used, |
1743 or if the value of the variable `view-diary-entries-initially' is t. For | 1760 or if the value of the variable `view-diary-entries-initially' is t. For |
1744 example, if the default value 1 is used, then only the current day's diary | 1761 example, if the default value 1 is used, then only the current day's diary |
1745 entries will be displayed. If the value 2 is used, then both the current | 1762 entries will be displayed. If the value 2 is used, then both the current |
1746 day's and the next day's entries will be displayed. | 1763 day's and the next day's entries will be displayed. |
1747 | 1764 |
1948 (defvar diary-include-string "#include" "\ | 1965 (defvar diary-include-string "#include" "\ |
1949 *The string indicating inclusion of another file of diary entries. | 1966 *The string indicating inclusion of another file of diary entries. |
1950 See the documentation for the function `include-other-diary-files'.") | 1967 See the documentation for the function `include-other-diary-files'.") |
1951 | 1968 |
1952 (defvar sexp-diary-entry-symbol "%%" "\ | 1969 (defvar sexp-diary-entry-symbol "%%" "\ |
1953 *The string used to indicate a sexp diary entry in diary-file. | 1970 *The string used to indicate a sexp diary entry in `diary-file'. |
1954 See the documentation for the function `list-sexp-diary-entries'.") | 1971 See the documentation for the function `list-sexp-diary-entries'.") |
1955 | 1972 |
1956 (defvar abbreviated-calendar-year t "\ | 1973 (defvar abbreviated-calendar-year t "\ |
1957 *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. | 1974 *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. |
1958 For the Gregorian calendar; similarly for the Hebrew and Islamic calendars. | 1975 For the Gregorian calendar; similarly for the Hebrew and Islamic calendars. |
2057 | 2074 |
2058 (defvar mark-diary-entries-hook nil "\ | 2075 (defvar mark-diary-entries-hook nil "\ |
2059 *List of functions called after marking diary entries in the calendar. | 2076 *List of functions called after marking diary entries in the calendar. |
2060 | 2077 |
2061 A function `mark-included-diary-files' is also provided for use as the | 2078 A function `mark-included-diary-files' is also provided for use as the |
2062 mark-diary-entries-hook; it enables you to use shared diary files together | 2079 `mark-diary-entries-hook'; it enables you to use shared diary files together |
2063 with your own. The files included are specified in the diary file by lines | 2080 with your own. The files included are specified in the diary file by lines |
2064 of the form | 2081 of the form |
2065 #include \"filename\" | 2082 #include \"filename\" |
2066 This is recursive; that is, #include directives in files thus included are | 2083 This is recursive; that is, #include directives in files thus included are |
2067 obeyed. You can change the \"#include\" to some other string by changing the | 2084 obeyed. You can change the \"#include\" to some other string by changing the |
2164 Choose between the one frame, two frame, or basic calendar displays. | 2181 Choose between the one frame, two frame, or basic calendar displays. |
2165 The original function `calendar' has been renamed `calendar-basic-setup'." t nil) | 2182 The original function `calendar' has been renamed `calendar-basic-setup'." t nil) |
2166 | 2183 |
2167 ;;;*** | 2184 ;;;*** |
2168 | 2185 |
2169 ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14716 6817)) | 2186 ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14716 9285)) |
2170 ;;; Generated autoloads from progmodes/cc-langs.el | 2187 ;;; Generated autoloads from progmodes/cc-langs.el |
2171 | 2188 |
2172 (defvar c-mode-syntax-table nil "\ | 2189 (defvar c-mode-syntax-table nil "\ |
2173 Syntax table used in c-mode buffers.") | 2190 Syntax table used in c-mode buffers.") |
2174 | 2191 |
2189 | 2206 |
2190 ;;;*** | 2207 ;;;*** |
2191 | 2208 |
2192 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 2209 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
2193 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 2210 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
2194 ;;;;;; (14716 6857)) | 2211 ;;;;;; (14716 9257)) |
2195 ;;; Generated autoloads from progmodes/cc-mode.el | 2212 ;;; Generated autoloads from progmodes/cc-mode.el |
2196 | 2213 |
2197 (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) | 2214 (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) |
2198 | 2215 |
2199 (autoload (quote c-mode) "cc-mode" "\ | 2216 (autoload (quote c-mode) "cc-mode" "\ |
2300 \\{pike-mode-map}" t nil) | 2317 \\{pike-mode-map}" t nil) |
2301 | 2318 |
2302 ;;;*** | 2319 ;;;*** |
2303 | 2320 |
2304 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 2321 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
2305 ;;;;;; "progmodes/cc-styles.el" (14716 6903)) | 2322 ;;;;;; "progmodes/cc-styles.el" (14716 9239)) |
2306 ;;; Generated autoloads from progmodes/cc-styles.el | 2323 ;;; Generated autoloads from progmodes/cc-styles.el |
2307 | 2324 |
2308 (autoload (quote c-set-style) "cc-styles" "\ | 2325 (autoload (quote c-set-style) "cc-styles" "\ |
2309 Set CC Mode variables to use one of several different indentation styles. | 2326 Set CC Mode variables to use one of several different indentation styles. |
2310 STYLENAME is a string representing the desired style from the list of | 2327 STYLENAME is a string representing the desired style from the list of |
2341 offset for that syntactic element. The optional argument is not used | 2358 offset for that syntactic element. The optional argument is not used |
2342 and exists only for compatibility reasons." t nil) | 2359 and exists only for compatibility reasons." t nil) |
2343 | 2360 |
2344 ;;;*** | 2361 ;;;*** |
2345 | 2362 |
2346 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14716 6917)) | 2363 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14716 9199)) |
2347 ;;; Generated autoloads from progmodes/cc-vars.el | 2364 ;;; Generated autoloads from progmodes/cc-vars.el |
2348 | 2365 |
2349 (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))) "\ | 2366 (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))) "\ |
2350 A list of features extant in the Emacs you are using. | 2367 A list of features extant in the Emacs you are using. |
2351 There are many flavors of Emacs out there, each with different | 2368 There are many flavors of Emacs out there, each with different |
2795 This command always recompiles the Command History listing | 2812 This command always recompiles the Command History listing |
2796 and runs the normal hook `command-history-hook'." t nil) | 2813 and runs the normal hook `command-history-hook'." t nil) |
2797 | 2814 |
2798 ;;;*** | 2815 ;;;*** |
2799 | 2816 |
2800 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14753 4425)) | 2817 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14753 5298)) |
2801 ;;; Generated autoloads from emacs-lisp/cl.el | 2818 ;;; Generated autoloads from emacs-lisp/cl.el |
2802 | 2819 |
2803 (defvar custom-print-functions nil "\ | 2820 (defvar custom-print-functions nil "\ |
2804 This is a list of functions that format user objects for printing. | 2821 This is a list of functions that format user objects for printing. |
2805 Each function is called in turn with three arguments: the object, the | 2822 Each function is called in turn with three arguments: the object, the |
2899 | 2916 |
2900 ;;;*** | 2917 ;;;*** |
2901 | 2918 |
2902 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 2919 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
2903 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 2920 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
2904 ;;;;;; comint-run make-comint) "comint" "comint.el" (14764 59595)) | 2921 ;;;;;; comint-run make-comint) "comint" "comint.el" (14807 56558)) |
2905 ;;; Generated autoloads from comint.el | 2922 ;;; Generated autoloads from comint.el |
2906 | 2923 |
2907 (autoload (quote make-comint) "comint" "\ | 2924 (autoload (quote make-comint) "comint" "\ |
2908 Make a comint process NAME in a buffer, running PROGRAM. | 2925 Make a comint process NAME in a buffer, running PROGRAM. |
2909 The name of the buffer is made by surrounding NAME with `*'s. | 2926 The name of the buffer is made by surrounding NAME with `*'s. |
3098 `compilation-error-regexp-alist' for customization ideas." t nil) | 3115 `compilation-error-regexp-alist' for customization ideas." t nil) |
3099 (define-key ctl-x-map "`" 'next-error) | 3116 (define-key ctl-x-map "`" 'next-error) |
3100 | 3117 |
3101 ;;;*** | 3118 ;;;*** |
3102 | 3119 |
3103 ;;;### (autoloads (partial-completion-mode partial-completion-mode) | 3120 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" |
3104 ;;;;;; "complete" "complete.el" (14664 59525)) | 3121 ;;;;;; (14807 56558)) |
3105 ;;; Generated autoloads from complete.el | 3122 ;;; Generated autoloads from complete.el |
3106 | 3123 |
3107 (defvar partial-completion-mode nil "\ | 3124 (defvar partial-completion-mode nil "\ |
3125 Toggle Partial-Completion mode. | |
3126 Setting this variable directly does not take effect; | |
3127 use either \\[customize] or the function `partial-completion-mode'.") | |
3128 | |
3129 (custom-add-to-group (quote partial-completion) (quote partial-completion-mode) (quote custom-variable)) | |
3130 | |
3131 (custom-add-load (quote partial-completion-mode) (quote complete)) | |
3132 | |
3133 (autoload (quote partial-completion-mode) "complete" "\ | |
3108 Toggle Partial Completion mode. | 3134 Toggle Partial Completion mode. |
3135 With prefix ARG, turn Partial Completion mode on if ARG is positive. | |
3136 | |
3109 When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is | 3137 When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is |
3110 nil) is enhanced so that if some string is divided into words and each word is | 3138 nil) is enhanced so that if some string is divided into words and each word is |
3111 delimited by a character in `PC-word-delimiters', partial words are completed | 3139 delimited by a character in `PC-word-delimiters', partial words are completed |
3112 as much as possible and `*' characters are treated likewise in file names. | 3140 as much as possible and `*' characters are treated likewise in file names. |
3113 This variable should be set only with \\[customize], which is equivalent | |
3114 to using the function `partial-completion-mode'.") | |
3115 | |
3116 (custom-add-to-group (quote partial-completion) (quote partial-completion-mode) (quote custom-variable)) | |
3117 | |
3118 (custom-add-load (quote partial-completion-mode) (quote complete)) | |
3119 | |
3120 (autoload (quote partial-completion-mode) "complete" "\ | |
3121 Toggle Partial Completion mode. | |
3122 With prefix ARG, turn Partial Completion mode on if ARG is positive. | |
3123 | |
3124 When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is | |
3125 nil) is enhanced so that if some string is divided into words and each word is | |
3126 delimited by a character in `PC-word-delimiters', partial words are completed | |
3127 as much as possible. | |
3128 | 3141 |
3129 For example, M-x p-c-m expands to M-x partial-completion-mode since no other | 3142 For example, M-x p-c-m expands to M-x partial-completion-mode since no other |
3130 command begins with that sequence of characters, and | 3143 command begins with that sequence of characters, and |
3131 \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no | 3144 \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no |
3132 other file in that directory begin with that sequence of characters. | 3145 other file in that directory begin with that sequence of characters. |
3366 Randomly permute the elements of VECTOR (all permutations equally likely)" nil nil) | 3379 Randomly permute the elements of VECTOR (all permutations equally likely)" nil nil) |
3367 | 3380 |
3368 ;;;*** | 3381 ;;;*** |
3369 | 3382 |
3370 ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" | 3383 ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" |
3371 ;;;;;; (14463 42213)) | 3384 ;;;;;; (14463 42380)) |
3372 ;;; Generated autoloads from emacs-lisp/copyright.el | 3385 ;;; Generated autoloads from emacs-lisp/copyright.el |
3373 | 3386 |
3374 (autoload (quote copyright-update) "copyright" "\ | 3387 (autoload (quote copyright-update) "copyright" "\ |
3375 Update the copyright notice at the beginning of the buffer to indicate | 3388 Update the copyright notice at the beginning of the buffer to indicate |
3376 the current year. If optional prefix ARG is given replace the years in the | 3389 the current year. If optional prefix ARG is given replace the years in the |
3382 Insert a copyright by $ORGANIZATION notice at cursor." t nil) | 3395 Insert a copyright by $ORGANIZATION notice at cursor." t nil) |
3383 | 3396 |
3384 ;;;*** | 3397 ;;;*** |
3385 | 3398 |
3386 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3399 ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
3387 ;;;;;; (14456 48530)) | 3400 ;;;;;; (14794 43550)) |
3388 ;;; Generated autoloads from progmodes/cperl-mode.el | 3401 ;;; Generated autoloads from progmodes/cperl-mode.el |
3389 | 3402 |
3390 (autoload (quote cperl-mode) "cperl-mode" "\ | 3403 (autoload (quote cperl-mode) "cperl-mode" "\ |
3391 Major mode for editing Perl code. | 3404 Major mode for editing Perl code. |
3392 Expression and list commands understand all C brackets. | 3405 Expression and list commands understand all C brackets. |
3592 (defalias (quote brief-mode) (quote crisp-mode)) | 3605 (defalias (quote brief-mode) (quote crisp-mode)) |
3593 | 3606 |
3594 ;;;*** | 3607 ;;;*** |
3595 | 3608 |
3596 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 3609 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
3597 ;;;;;; (14600 8203)) | 3610 ;;;;;; (14600 36409)) |
3598 ;;; Generated autoloads from emacs-lisp/crm.el | 3611 ;;; Generated autoloads from emacs-lisp/crm.el |
3599 | 3612 |
3600 (autoload (quote completing-read-multiple) "crm" "\ | 3613 (autoload (quote completing-read-multiple) "crm" "\ |
3601 Read multiple strings in the minibuffer, with completion. | 3614 Read multiple strings in the minibuffer, with completion. |
3602 By using this functionality, a user may specify multiple strings at a | 3615 By using this functionality, a user may specify multiple strings at a |
3633 ;;;;;; customize-apropos-options customize-apropos customize-saved | 3646 ;;;;;; customize-apropos-options customize-apropos customize-saved |
3634 ;;;;;; customize-customized customize-face-other-window customize-face | 3647 ;;;;;; customize-customized customize-face-other-window customize-face |
3635 ;;;;;; customize-option-other-window customize-changed-options customize-option | 3648 ;;;;;; customize-option-other-window customize-changed-options customize-option |
3636 ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 3649 ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
3637 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 3650 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
3638 ;;;;;; (14709 28106)) | 3651 ;;;;;; (14792 6641)) |
3639 ;;; Generated autoloads from cus-edit.el | 3652 ;;; Generated autoloads from cus-edit.el |
3640 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 3653 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
3641 | 3654 |
3642 (autoload (quote customize-set-value) "cus-edit" "\ | 3655 (autoload (quote customize-set-value) "cus-edit" "\ |
3643 Set VARIABLE to VALUE. VALUE is a Lisp object. | 3656 Set VARIABLE to VALUE. VALUE is a Lisp object. |
3813 See `defface' for the format of SPEC." nil nil) | 3826 See `defface' for the format of SPEC." nil nil) |
3814 | 3827 |
3815 ;;;*** | 3828 ;;;*** |
3816 | 3829 |
3817 ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" | 3830 ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" |
3818 ;;;;;; (14747 44732)) | 3831 ;;;;;; (14807 56558)) |
3819 ;;; Generated autoloads from cvs-status.el | 3832 ;;; Generated autoloads from cvs-status.el |
3820 | 3833 |
3821 (autoload (quote cvs-status-mode) "cvs-status" "\ | 3834 (autoload (quote cvs-status-mode) "cvs-status" "\ |
3822 Mode used for cvs status output." t nil) | 3835 Mode used for cvs status output." t nil) |
3823 | 3836 |
3872 If the argument is nil, we return the display table to its standard state." t nil) | 3885 If the argument is nil, we return the display table to its standard state." t nil) |
3873 | 3886 |
3874 ;;;*** | 3887 ;;;*** |
3875 | 3888 |
3876 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 3889 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
3877 ;;;;;; (14688 20006)) | 3890 ;;;;;; (14688 22818)) |
3878 ;;; Generated autoloads from dabbrev.el | 3891 ;;; Generated autoloads from dabbrev.el |
3879 | 3892 |
3880 (define-key esc-map "/" (quote dabbrev-expand)) | 3893 (define-key esc-map "/" (quote dabbrev-expand)) |
3881 | 3894 |
3882 (define-key esc-map [67108911] (quote dabbrev-completion)) | 3895 (define-key esc-map [67108911] (quote dabbrev-completion)) |
4158 Turning on Delphi mode calls the value of the variable delphi-mode-hook with | 4171 Turning on Delphi mode calls the value of the variable delphi-mode-hook with |
4159 no args, if that value is non-nil." t nil) | 4172 no args, if that value is non-nil." t nil) |
4160 | 4173 |
4161 ;;;*** | 4174 ;;;*** |
4162 | 4175 |
4163 ;;;### (autoloads (delete-selection-mode delete-selection-mode) "delsel" | 4176 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (14807 |
4164 ;;;;;; "delsel.el" (14746 24124)) | 4177 ;;;;;; 56558)) |
4165 ;;; Generated autoloads from delsel.el | 4178 ;;; Generated autoloads from delsel.el |
4166 | 4179 |
4167 (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 4180 (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
4181 | |
4182 (defvar delete-selection-mode nil "\ | |
4183 Toggle Delete-Selection mode. | |
4184 Setting this variable directly does not take effect; | |
4185 use either \\[customize] or the function `delete-selection-mode'.") | |
4186 | |
4187 (custom-add-to-group (quote editing-basics) (quote delete-selection-mode) (quote custom-variable)) | |
4188 | |
4189 (custom-add-load (quote delete-selection-mode) (quote delsel)) | |
4168 | 4190 |
4169 (autoload (quote delete-selection-mode) "delsel" "\ | 4191 (autoload (quote delete-selection-mode) "delsel" "\ |
4170 Toggle Delete Selection mode. | 4192 Toggle Delete Selection mode. |
4171 With prefix ARG, turn Delete Selection mode on if and only if ARG is | 4193 With prefix ARG, turn Delete Selection mode on if and only if ARG is |
4172 positive. | 4194 positive. |
4173 | 4195 |
4174 When Delete Selection mode is enabled, Transient Mark mode is also | 4196 When Delete Selection mode is enabled, Transient Mark mode is also |
4175 enabled and typed text replaces the selection if the selection is | 4197 enabled and typed text replaces the selection if the selection is |
4176 active. Otherwise, typed text is just inserted at point regardless of | 4198 active. Otherwise, typed text is just inserted at point regardless of |
4177 any selection." t nil) | 4199 any selection." t nil) |
4178 | |
4179 (defvar delete-selection-mode nil "\ | |
4180 Toggle Delete Selection mode. | |
4181 See command `delete-selection-mode'. | |
4182 Setting this variable directly does not take effect; | |
4183 use either \\[customize] or the function `delete-selection-mode'.") | |
4184 | |
4185 (custom-add-to-group (quote editing-basics) (quote delete-selection-mode) (quote custom-variable)) | |
4186 | |
4187 (custom-add-load (quote delete-selection-mode) (quote delsel)) | |
4188 | 4200 |
4189 ;;;*** | 4201 ;;;*** |
4190 | 4202 |
4191 ;;;### (autoloads (derived-mode-init-mode-variables) "derived" "derived.el" | 4203 ;;;### (autoloads (derived-mode-init-mode-variables) "derived" "derived.el" |
4192 ;;;;;; (14638 25337)) | 4204 ;;;;;; (14638 25337)) |
4220 ;;;;;; in-is13194-devanagari-post-read-conversion devanagari-compose-from-is13194-region | 4232 ;;;;;; in-is13194-devanagari-post-read-conversion devanagari-compose-from-is13194-region |
4221 ;;;;;; devanagari-compose-region devanagari-compose-string devanagari-decompose-region | 4233 ;;;;;; devanagari-compose-region devanagari-compose-string devanagari-decompose-region |
4222 ;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string | 4234 ;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string |
4223 ;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian | 4235 ;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian |
4224 ;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el" | 4236 ;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el" |
4225 ;;;;;; (14623 45988)) | 4237 ;;;;;; (14775 31386)) |
4226 ;;; Generated autoloads from language/devan-util.el | 4238 ;;; Generated autoloads from language/devan-util.el |
4227 | 4239 |
4228 (autoload (quote indian-to-devanagari) "devan-util" "\ | 4240 (autoload (quote indian-to-devanagari) "devan-util" "\ |
4229 Convert IS 13194 character CHAR to Devanagari basic characters. | 4241 Convert IS 13194 character CHAR to Devanagari basic characters. |
4230 If CHAR is not IS 13194, return CHAR as is." nil nil) | 4242 If CHAR is not IS 13194, return CHAR as is." nil nil) |
4333 The backup file is the first file given to `diff'." t nil) | 4345 The backup file is the first file given to `diff'." t nil) |
4334 | 4346 |
4335 ;;;*** | 4347 ;;;*** |
4336 | 4348 |
4337 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 4349 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
4338 ;;;;;; (14764 59676)) | 4350 ;;;;;; (14810 32081)) |
4339 ;;; Generated autoloads from diff-mode.el | 4351 ;;; Generated autoloads from diff-mode.el |
4340 | 4352 |
4341 (autoload (quote diff-mode) "diff-mode" "\ | 4353 (autoload (quote diff-mode) "diff-mode" "\ |
4342 Major mode for viewing/editing context diffs. | 4354 Major mode for viewing/editing context diffs. |
4343 Supports unified and context diffs as well as (to a lesser extent) normal diffs. | 4355 Supports unified and context diffs as well as (to a lesser extent) normal diffs. |
4353 | 4365 |
4354 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window | 4366 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window |
4355 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4367 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
4356 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4368 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
4357 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4369 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
4358 ;;;;;; "dired" "dired.el" (14724 3525)) | 4370 ;;;;;; "dired" "dired.el" (14792 19858)) |
4359 ;;; Generated autoloads from dired.el | 4371 ;;; Generated autoloads from dired.el |
4360 | 4372 |
4361 (defvar dired-listing-switches "-al" "\ | 4373 (defvar dired-listing-switches "-al" "\ |
4362 *Switches passed to `ls' for dired. MUST contain the `l' option. | 4374 *Switches passed to `ls' for dired. MUST contain the `l' option. |
4363 May contain all other options that don't contradict `-l'; | 4375 May contain all other options that don't contradict `-l'; |
4457 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file | 4469 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file |
4458 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile | 4470 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile |
4459 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines | 4471 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines |
4460 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp | 4472 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp |
4461 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" | 4473 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" |
4462 ;;;;;; "dired-aux.el" (14736 21209)) | 4474 ;;;;;; "dired-aux.el" (14810 32082)) |
4463 ;;; Generated autoloads from dired-aux.el | 4475 ;;; Generated autoloads from dired-aux.el |
4464 | 4476 |
4465 (autoload (quote dired-diff) "dired-aux" "\ | 4477 (autoload (quote dired-diff) "dired-aux" "\ |
4466 Compare file at point with file FILE using `diff'. | 4478 Compare file at point with file FILE using `diff'. |
4467 FILE defaults to the file at the mark. | 4479 FILE defaults to the file at the mark. |
4676 If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is | 4688 If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is |
4677 true then the type of the file linked to by FILE is printed instead." t nil) | 4689 true then the type of the file linked to by FILE is printed instead." t nil) |
4678 | 4690 |
4679 ;;;*** | 4691 ;;;*** |
4680 | 4692 |
4681 ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14523 40402)) | 4693 ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14524 61610)) |
4682 ;;; Generated autoloads from dired-x.el | 4694 ;;; Generated autoloads from dired-x.el |
4683 | 4695 |
4684 (autoload (quote dired-jump) "dired-x" "\ | 4696 (autoload (quote dired-jump) "dired-x" "\ |
4685 Jump to dired buffer corresponding to current buffer. | 4697 Jump to dired buffer corresponding to current buffer. |
4686 If in a file, dired the current directory and move to file's line. | 4698 If in a file, dired the current directory and move to file's line. |
4851 Switch to *dungeon* buffer and start game." t nil) | 4863 Switch to *dungeon* buffer and start game." t nil) |
4852 | 4864 |
4853 ;;;*** | 4865 ;;;*** |
4854 | 4866 |
4855 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" | 4867 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" |
4856 ;;;;;; (14030 48685)) | 4868 ;;;;;; (14792 2673)) |
4857 ;;; Generated autoloads from gnus/earcon.el | 4869 ;;; Generated autoloads from gnus/earcon.el |
4858 | 4870 |
4859 (autoload (quote gnus-earcon-display) "earcon" "\ | 4871 (autoload (quote gnus-earcon-display) "earcon" "\ |
4860 Play sounds in message buffers." t nil) | 4872 Play sounds in message buffers." t nil) |
4861 | 4873 |
4862 ;;;*** | 4874 ;;;*** |
4863 | 4875 |
4864 ;;;### (autoloads (define-derived-mode easy-mmode-defsyntax easy-mmode-defmap | 4876 ;;;### (autoloads (define-derived-mode easy-mmode-defsyntax easy-mmode-defmap |
4865 ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 4877 ;;;;;; easy-mmode-define-keymap easy-mmode-define-global-mode define-minor-mode) |
4866 ;;;;;; "emacs-lisp/easy-mmode.el" (14747 44775)) | 4878 ;;;;;; "easy-mmode" "emacs-lisp/easy-mmode.el" (14807 56560)) |
4867 ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 4879 ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
4868 | 4880 |
4869 (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 4881 (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
4870 | 4882 |
4871 (autoload (quote define-minor-mode) "easy-mmode" "\ | 4883 (autoload (quote define-minor-mode) "easy-mmode" "\ |
4892 TURN-ON is a function that will be called with no args in every buffer | 4904 TURN-ON is a function that will be called with no args in every buffer |
4893 and that should try to turn MODE on if applicable for that buffer. | 4905 and that should try to turn MODE on if applicable for that buffer. |
4894 KEYS is a list of CL-style keyword arguments: | 4906 KEYS is a list of CL-style keyword arguments: |
4895 :group to specify the custom group." nil (quote macro)) | 4907 :group to specify the custom group." nil (quote macro)) |
4896 | 4908 |
4909 (autoload (quote easy-mmode-define-keymap) "easy-mmode" "\ | |
4910 Return a keymap built from bindings BS. | |
4911 BS must be a list of (KEY . BINDING) where | |
4912 KEY and BINDINGS are suitable for `define-key'. | |
4913 Optional NAME is passed to `make-sparse-keymap'. | |
4914 Optional map M can be used to modify an existing map. | |
4915 ARGS is a list of additional arguments." nil nil) | |
4916 | |
4897 (autoload (quote easy-mmode-defmap) "easy-mmode" nil nil (quote macro)) | 4917 (autoload (quote easy-mmode-defmap) "easy-mmode" nil nil (quote macro)) |
4898 | 4918 |
4899 (autoload (quote easy-mmode-defsyntax) "easy-mmode" nil nil (quote macro)) | 4919 (autoload (quote easy-mmode-defsyntax) "easy-mmode" nil nil (quote macro)) |
4900 | 4920 |
4901 (autoload (quote define-derived-mode) "easy-mmode" "\ | 4921 (autoload (quote define-derived-mode) "easy-mmode" "\ |
5060 | 5080 |
5061 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style | 5081 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style |
5062 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup | 5082 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup |
5063 ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer | 5083 ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer |
5064 ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer | 5084 ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer |
5065 ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14763 38337)) | 5085 ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14763 38725)) |
5066 ;;; Generated autoloads from progmodes/ebnf2ps.el | 5086 ;;; Generated autoloads from progmodes/ebnf2ps.el |
5067 | 5087 |
5068 (autoload (quote ebnf-customize) "ebnf2ps" "\ | 5088 (autoload (quote ebnf-customize) "ebnf2ps" "\ |
5069 Customization for ebnf group." t nil) | 5089 Customization for ebnf group." t nil) |
5070 | 5090 |
5212 Otherwise, FILE-NAME specifies the file to save the tree in." t nil) | 5232 Otherwise, FILE-NAME specifies the file to save the tree in." t nil) |
5213 | 5233 |
5214 ;;;*** | 5234 ;;;*** |
5215 | 5235 |
5216 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 5236 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
5217 ;;;;;; (13778 5499)) | 5237 ;;;;;; (14782 9104)) |
5218 ;;; Generated autoloads from ebuff-menu.el | 5238 ;;; Generated autoloads from ebuff-menu.el |
5219 | 5239 |
5220 (autoload (quote electric-buffer-list) "ebuff-menu" "\ | 5240 (autoload (quote electric-buffer-list) "ebuff-menu" "\ |
5221 Pops up a buffer describing the set of Emacs buffers. | 5241 Pops up a buffer describing the set of Emacs buffers. |
5222 Vaguely like ITS lunar select buffer; combining typeoutoid buffer | 5242 Vaguely like ITS lunar select buffer; combining typeoutoid buffer |
5245 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) | 5265 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) |
5246 | 5266 |
5247 ;;;*** | 5267 ;;;*** |
5248 | 5268 |
5249 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 5269 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms |
5250 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14745 13891)) | 5270 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14745 14824)) |
5251 ;;; Generated autoloads from emacs-lisp/edebug.el | 5271 ;;; Generated autoloads from emacs-lisp/edebug.el |
5252 | 5272 |
5253 (defvar edebug-all-defs nil "\ | 5273 (defvar edebug-all-defs nil "\ |
5254 *If non-nil, evaluation of any defining forms will instrument for Edebug. | 5274 *If non-nil, evaluation of any defining forms will instrument for Edebug. |
5255 This applies to `eval-defun', `eval-region', `eval-buffer', and | 5275 This applies to `eval-defun', `eval-region', `eval-buffer', and |
5552 Turn on EDT Emulation." t nil) | 5572 Turn on EDT Emulation." t nil) |
5553 | 5573 |
5554 ;;;*** | 5574 ;;;*** |
5555 | 5575 |
5556 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" | 5576 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" |
5557 ;;;;;; (13116 19762)) | 5577 ;;;;;; (14793 26118)) |
5558 ;;; Generated autoloads from ehelp.el | 5578 ;;; Generated autoloads from ehelp.el |
5559 | 5579 |
5560 (autoload (quote with-electric-help) "ehelp" "\ | 5580 (autoload (quote with-electric-help) "ehelp" "\ |
5561 Pop up an \"electric\" help buffer. | 5581 Pop up an \"electric\" help buffer. |
5562 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT. | 5582 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT. |
5573 in which BUFFER is displayed and allows the user to scroll through that buffer | 5593 in which BUFFER is displayed and allows the user to scroll through that buffer |
5574 in electric-help-mode. The window's height will be at least MINHEIGHT if | 5594 in electric-help-mode. The window's height will be at least MINHEIGHT if |
5575 this value is non-nil. | 5595 this value is non-nil. |
5576 | 5596 |
5577 If THUNK returns nil, we display BUFFER starting at the top, and | 5597 If THUNK returns nil, we display BUFFER starting at the top, and |
5578 shrink the window to fit. If THUNK returns non-nil, we don't do those | 5598 shrink the window to fit if `electric-help-shrink-window' is non-nil. |
5579 things. | 5599 If THUNK returns non-nil, we don't do those things. |
5580 | 5600 |
5581 When the user exits (with `electric-help-exit', or otherwise) the help | 5601 When the user exits (with `electric-help-exit', or otherwise) the help |
5582 buffer's window disappears (i.e., we use `save-window-excursion') | 5602 buffer's window disappears (i.e., we use `save-window-excursion') |
5583 BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." nil nil) | 5603 BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." nil nil) |
5584 | 5604 |
5689 | 5709 |
5690 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor | 5710 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor |
5691 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 5711 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
5692 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 5712 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
5693 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 5713 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
5694 ;;;;;; "emerge.el" (14675 2831)) | 5714 ;;;;;; "emerge.el" (14675 3134)) |
5695 ;;; Generated autoloads from emerge.el | 5715 ;;; Generated autoloads from emerge.el |
5696 | 5716 |
5697 (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) | 5717 (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) |
5698 | 5718 |
5699 (fset (quote menu-bar-emerge-menu) (symbol-value (quote menu-bar-emerge-menu))) | 5719 (fset (quote menu-bar-emerge-menu) (symbol-value (quote menu-bar-emerge-menu))) |
5759 \\[set-keyboard-coding-system]." nil nil) | 5779 \\[set-keyboard-coding-system]." nil nil) |
5760 | 5780 |
5761 ;;;*** | 5781 ;;;*** |
5762 | 5782 |
5763 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 5783 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
5764 ;;;;;; "enriched" "enriched.el" (14748 5209)) | 5784 ;;;;;; "enriched" "enriched.el" (14748 18924)) |
5765 ;;; Generated autoloads from enriched.el | 5785 ;;; Generated autoloads from enriched.el |
5766 | 5786 |
5767 (autoload (quote enriched-mode) "enriched" "\ | 5787 (autoload (quote enriched-mode) "enriched" "\ |
5768 Minor mode for editing text/enriched files. | 5788 Minor mode for editing text/enriched files. |
5769 These are files with embedded formatting information in the MIME standard | 5789 These are files with embedded formatting information in the MIME standard |
5793 \\{eshell-mode-map}" nil nil) | 5813 \\{eshell-mode-map}" nil nil) |
5794 | 5814 |
5795 ;;;*** | 5815 ;;;*** |
5796 | 5816 |
5797 ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (14679 | 5817 ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (14679 |
5798 ;;;;;; 21629)) | 5818 ;;;;;; 21979)) |
5799 ;;; Generated autoloads from eshell/esh-test.el | 5819 ;;; Generated autoloads from eshell/esh-test.el |
5800 | 5820 |
5801 (autoload (quote eshell-test) "esh-test" "\ | 5821 (autoload (quote eshell-test) "esh-test" "\ |
5802 Test Eshell to verify that it works as expected." t nil) | 5822 Test Eshell to verify that it works as expected." t nil) |
5803 | 5823 |
5804 ;;;*** | 5824 ;;;*** |
5805 | 5825 |
5806 ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 5826 ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
5807 ;;;;;; eshell) "eshell" "eshell/eshell.el" (14709 28151)) | 5827 ;;;;;; eshell) "eshell" "eshell/eshell.el" (14807 56560)) |
5808 ;;; Generated autoloads from eshell/eshell.el | 5828 ;;; Generated autoloads from eshell/eshell.el |
5809 | 5829 |
5810 (autoload (quote eshell) "eshell" "\ | 5830 (autoload (quote eshell) "eshell" "\ |
5811 Create an interactive Eshell buffer. | 5831 Create an interactive Eshell buffer. |
5812 The buffer used for Eshell sessions is determined by the value of | 5832 The buffer used for Eshell sessions is determined by the value of |
6225 | 6245 |
6226 ;;;*** | 6246 ;;;*** |
6227 | 6247 |
6228 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 6248 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
6229 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 6249 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
6230 ;;;;;; (14463 3149)) | 6250 ;;;;;; (14463 4091)) |
6231 ;;; Generated autoloads from net/eudc.el | 6251 ;;; Generated autoloads from net/eudc.el |
6232 | 6252 |
6233 (autoload (quote eudc-set-server) "eudc" "\ | 6253 (autoload (quote eudc-set-server) "eudc" "\ |
6234 Set the directory server to SERVER using PROTOCOL. | 6254 Set the directory server to SERVER using PROTOCOL. |
6235 Unless NO-SAVE is non-nil, the server is saved as the default | 6255 Unless NO-SAVE is non-nil, the server is saved as the default |
6267 | 6287 |
6268 ;;;*** | 6288 ;;;*** |
6269 | 6289 |
6270 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline | 6290 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline |
6271 ;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary) | 6291 ;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary) |
6272 ;;;;;; "eudc-bob" "net/eudc-bob.el" (14461 51599)) | 6292 ;;;;;; "eudc-bob" "net/eudc-bob.el" (14461 55579)) |
6273 ;;; Generated autoloads from net/eudc-bob.el | 6293 ;;; Generated autoloads from net/eudc-bob.el |
6274 | 6294 |
6275 (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ | 6295 (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ |
6276 Display a button for unidentified binary DATA." nil nil) | 6296 Display a button for unidentified binary DATA." nil nil) |
6277 | 6297 |
6288 Display a button for the JPEG DATA." nil nil) | 6308 Display a button for the JPEG DATA." nil nil) |
6289 | 6309 |
6290 ;;;*** | 6310 ;;;*** |
6291 | 6311 |
6292 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 6312 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
6293 ;;;;;; "eudc-export" "net/eudc-export.el" (14460 58168)) | 6313 ;;;;;; "eudc-export" "net/eudc-export.el" (14460 59510)) |
6294 ;;; Generated autoloads from net/eudc-export.el | 6314 ;;; Generated autoloads from net/eudc-export.el |
6295 | 6315 |
6296 (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ | 6316 (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ |
6297 Insert record at point into the BBDB database. | 6317 Insert record at point into the BBDB database. |
6298 This function can only be called from a directory query result buffer." t nil) | 6318 This function can only be called from a directory query result buffer." t nil) |
6301 Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil) | 6321 Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil) |
6302 | 6322 |
6303 ;;;*** | 6323 ;;;*** |
6304 | 6324 |
6305 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 6325 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
6306 ;;;;;; (14460 58176)) | 6326 ;;;;;; (14460 59510)) |
6307 ;;; Generated autoloads from net/eudc-hotlist.el | 6327 ;;; Generated autoloads from net/eudc-hotlist.el |
6308 | 6328 |
6309 (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ | 6329 (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ |
6310 Edit the hotlist of directory servers in a specialized buffer." t nil) | 6330 Edit the hotlist of directory servers in a specialized buffer." t nil) |
6311 | 6331 |
6312 ;;;*** | 6332 ;;;*** |
6313 | 6333 |
6314 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 6334 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
6315 ;;;;;; executable-self-display executable-set-magic executable-find) | 6335 ;;;;;; executable-self-display executable-set-magic executable-find) |
6316 ;;;;;; "executable" "progmodes/executable.el" (14764 3331)) | 6336 ;;;;;; "executable" "progmodes/executable.el" (14764 3718)) |
6317 ;;; Generated autoloads from progmodes/executable.el | 6337 ;;; Generated autoloads from progmodes/executable.el |
6318 | 6338 |
6319 (autoload (quote executable-find) "executable" "\ | 6339 (autoload (quote executable-find) "executable" "\ |
6320 Search for COMMAND in exec-path and return the absolute file name. | 6340 Search for COMMAND in exec-path and return the absolute file name. |
6321 Return nil if COMMAND is not found anywhere in `exec-path'." nil nil) | 6341 Return nil if COMMAND is not found anywhere in `exec-path'." nil nil) |
6337 file modes." nil nil) | 6357 file modes." nil nil) |
6338 | 6358 |
6339 ;;;*** | 6359 ;;;*** |
6340 | 6360 |
6341 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 6361 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
6342 ;;;;;; expand-add-abbrevs) "expand" "expand.el" (14443 18506)) | 6362 ;;;;;; expand-add-abbrevs) "expand" "expand.el" (14443 20274)) |
6343 ;;; Generated autoloads from expand.el | 6363 ;;; Generated autoloads from expand.el |
6344 | 6364 |
6345 (autoload (quote expand-add-abbrevs) "expand" "\ | 6365 (autoload (quote expand-add-abbrevs) "expand" "\ |
6346 Add a list of abbrev to abbrev table TABLE. | 6366 Add a list of abbrev to abbrev table TABLE. |
6347 ABBREVS is a list of abbrev definitions; each abbrev description entry | 6367 ABBREVS is a list of abbrev definitions; each abbrev description entry |
6374 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) | 6394 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) |
6375 (define-key ctl-x-map "an" 'expand-jump-to-next-slot) | 6395 (define-key ctl-x-map "an" 'expand-jump-to-next-slot) |
6376 | 6396 |
6377 ;;;*** | 6397 ;;;*** |
6378 | 6398 |
6379 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14623 45936)) | 6399 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14624 3716)) |
6380 ;;; Generated autoloads from progmodes/f90.el | 6400 ;;; Generated autoloads from progmodes/f90.el |
6381 | 6401 |
6382 (autoload (quote f90-mode) "f90" "\ | 6402 (autoload (quote f90-mode) "f90" "\ |
6383 Major mode for editing Fortran 90 code in free format. | 6403 Major mode for editing Fortran 90 code in free format. |
6384 | 6404 |
6609 | 6629 |
6610 ;;;*** | 6630 ;;;*** |
6611 | 6631 |
6612 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 6632 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
6613 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts) | 6633 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts) |
6614 ;;;;;; "feedmail" "mail/feedmail.el" (14415 45092)) | 6634 ;;;;;; "feedmail" "mail/feedmail.el" (14415 51114)) |
6615 ;;; Generated autoloads from mail/feedmail.el | 6635 ;;; Generated autoloads from mail/feedmail.el |
6616 | 6636 |
6617 (autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\ | 6637 (autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\ |
6618 Like feedmail-run-the-queue, but suppress confirmation prompts." t nil) | 6638 Like feedmail-run-the-queue, but suppress confirmation prompts." t nil) |
6619 | 6639 |
6648 you can set feedmail-queue-reminder-alist to nil." t nil) | 6668 you can set feedmail-queue-reminder-alist to nil." t nil) |
6649 | 6669 |
6650 ;;;*** | 6670 ;;;*** |
6651 | 6671 |
6652 ;;;### (autoloads (dired-at-point ffap-at-mouse ffap-menu find-file-at-point | 6672 ;;;### (autoloads (dired-at-point ffap-at-mouse ffap-menu find-file-at-point |
6653 ;;;;;; ffap-next) "ffap" "ffap.el" (14736 5588)) | 6673 ;;;;;; ffap-next) "ffap" "ffap.el" (14736 20925)) |
6654 ;;; Generated autoloads from ffap.el | 6674 ;;; Generated autoloads from ffap.el |
6655 | 6675 |
6656 (autoload (quote ffap-next) "ffap" "\ | 6676 (autoload (quote ffap-next) "ffap" "\ |
6657 Search buffer for next file or URL, and run ffap. | 6677 Search buffer for next file or URL, and run ffap. |
6658 Optional argument BACK says to search backwards. | 6678 Optional argument BACK says to search backwards. |
6708 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete) | 6728 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete) |
6709 | 6729 |
6710 ;;;*** | 6730 ;;;*** |
6711 | 6731 |
6712 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 6732 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
6713 ;;;;;; find-ls-option) "find-dired" "find-dired.el" (14717 43187)) | 6733 ;;;;;; find-ls-option) "find-dired" "find-dired.el" (14717 47797)) |
6714 ;;; Generated autoloads from find-dired.el | 6734 ;;; Generated autoloads from find-dired.el |
6715 | 6735 |
6716 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 6736 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ |
6717 *Description of the option to `find' to produce an `ls -l'-type listing. | 6737 *Description of the option to `find' to produce an `ls -l'-type listing. |
6718 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION | 6738 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION |
6945 | 6965 |
6946 ;;;*** | 6966 ;;;*** |
6947 | 6967 |
6948 ;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode | 6968 ;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode |
6949 ;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el" | 6969 ;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el" |
6950 ;;;;;; (14718 57349)) | 6970 ;;;;;; (14718 57797)) |
6951 ;;; Generated autoloads from textmodes/flyspell.el | 6971 ;;; Generated autoloads from textmodes/flyspell.el |
6952 | 6972 |
6953 (defvar flyspell-mode-line-string " Fly" "\ | 6973 (defvar flyspell-mode-line-string " Fly" "\ |
6954 *String displayed on the modeline when flyspell is active. | 6974 *String displayed on the modeline when flyspell is active. |
6955 Set this to nil if you don't want a modeline indicator.") | 6975 Set this to nil if you don't want a modeline indicator.") |
6995 | 7015 |
6996 ;;;*** | 7016 ;;;*** |
6997 | 7017 |
6998 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 7018 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
6999 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 7019 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
7000 ;;;;;; (14392 8455)) | 7020 ;;;;;; (14392 8635)) |
7001 ;;; Generated autoloads from follow.el | 7021 ;;; Generated autoloads from follow.el |
7002 | 7022 |
7003 (autoload (quote turn-on-follow-mode) "follow" "\ | 7023 (autoload (quote turn-on-follow-mode) "follow" "\ |
7004 Turn on Follow mode. Please see the function `follow-mode'." t nil) | 7024 Turn on Follow mode. Please see the function `follow-mode'." t nil) |
7005 | 7025 |
7064 ;;;*** | 7084 ;;;*** |
7065 | 7085 |
7066 ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7086 ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
7067 ;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords | 7087 ;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords |
7068 ;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" | 7088 ;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" |
7069 ;;;;;; (14745 19696)) | 7089 ;;;;;; (14807 56558)) |
7070 ;;; Generated autoloads from font-lock.el | 7090 ;;; Generated autoloads from font-lock.el |
7071 | 7091 |
7072 (defvar font-lock-mode-hook nil "\ | 7092 (defvar font-lock-mode-hook nil "\ |
7073 Function or functions to run on entry to Font Lock mode.") | 7093 Function or functions to run on entry to Font Lock mode.") |
7074 | 7094 |
7251 Visit a file in Forms mode in other window." t nil) | 7271 Visit a file in Forms mode in other window." t nil) |
7252 | 7272 |
7253 ;;;*** | 7273 ;;;*** |
7254 | 7274 |
7255 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 7275 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
7256 ;;;;;; "progmodes/fortran.el" (14702 57276)) | 7276 ;;;;;; "progmodes/fortran.el" (14798 40436)) |
7257 ;;; Generated autoloads from progmodes/fortran.el | 7277 ;;; Generated autoloads from progmodes/fortran.el |
7258 | 7278 |
7259 (defvar fortran-tab-mode-default nil "\ | 7279 (defvar fortran-tab-mode-default nil "\ |
7260 *Default tabbing/carriage control style for empty files in Fortran mode. | 7280 *Default tabbing/carriage control style for empty files in Fortran mode. |
7261 A value of t specifies tab-digit style of continuation control. | 7281 A value of t specifies tab-digit style of continuation control. |
7389 at places they belong to." t nil) | 7409 at places they belong to." t nil) |
7390 | 7410 |
7391 ;;;*** | 7411 ;;;*** |
7392 | 7412 |
7393 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 7413 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
7394 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14030 49411)) | 7414 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14807 56560)) |
7395 ;;; Generated autoloads from gnus/gnus.el | 7415 ;;; Generated autoloads from gnus/gnus.el |
7396 | 7416 |
7397 (autoload (quote gnus-slave-no-server) "gnus" "\ | 7417 (autoload (quote gnus-slave-no-server) "gnus" "\ |
7398 Read network news as a slave, without connecting to local server." t nil) | 7418 Read network news as a slave, without connecting to local server." t nil) |
7399 | 7419 |
7419 | 7439 |
7420 ;;;*** | 7440 ;;;*** |
7421 | 7441 |
7422 ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize | 7442 ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize |
7423 ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" | 7443 ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" |
7424 ;;;;;; (14030 49649)) | 7444 ;;;;;; (14792 2673)) |
7425 ;;; Generated autoloads from gnus/gnus-agent.el | 7445 ;;; Generated autoloads from gnus/gnus-agent.el |
7426 | 7446 |
7427 (autoload (quote gnus-unplugged) "gnus-agent" "\ | 7447 (autoload (quote gnus-unplugged) "gnus-agent" "\ |
7428 Start Gnus unplugged." t nil) | 7448 Start Gnus unplugged." t nil) |
7429 | 7449 |
7446 | 7466 |
7447 (autoload (quote gnus-agent-batch) "gnus-agent" nil t nil) | 7467 (autoload (quote gnus-agent-batch) "gnus-agent" nil t nil) |
7448 | 7468 |
7449 ;;;*** | 7469 ;;;*** |
7450 | 7470 |
7471 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | |
7472 ;;;;;; (14793 26123)) | |
7473 ;;; Generated autoloads from gnus/gnus-art.el | |
7474 | |
7475 (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | |
7476 Make the current buffer look like a nice article." nil nil) | |
7477 | |
7478 ;;;*** | |
7479 | |
7451 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" | 7480 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" |
7452 ;;;;;; (14030 49288)) | 7481 ;;;;;; (14792 2675)) |
7453 ;;; Generated autoloads from gnus/gnus-audio.el | 7482 ;;; Generated autoloads from gnus/gnus-audio.el |
7454 | 7483 |
7455 (autoload (quote gnus-audio-play) "gnus-audio" "\ | 7484 (autoload (quote gnus-audio-play) "gnus-audio" "\ |
7456 Play a sound through the speaker." t nil) | 7485 Play a sound through the speaker." t nil) |
7457 | 7486 |
7458 ;;;*** | 7487 ;;;*** |
7459 | 7488 |
7460 ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active | 7489 ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active |
7461 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14030 | 7490 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14792 |
7462 ;;;;;; 49293)) | 7491 ;;;;;; 2675)) |
7463 ;;; Generated autoloads from gnus/gnus-cache.el | 7492 ;;; Generated autoloads from gnus/gnus-cache.el |
7464 | 7493 |
7465 (autoload (quote gnus-jog-cache) "gnus-cache" "\ | 7494 (autoload (quote gnus-jog-cache) "gnus-cache" "\ |
7466 Go through all groups and put the articles into the cache. | 7495 Go through all groups and put the articles into the cache. |
7467 | 7496 |
7475 Generate NOV files recursively starting in DIR." t nil) | 7504 Generate NOV files recursively starting in DIR." t nil) |
7476 | 7505 |
7477 ;;;*** | 7506 ;;;*** |
7478 | 7507 |
7479 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 7508 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
7480 ;;;;;; "gnus-group" "gnus/gnus-group.el" (14177 56552)) | 7509 ;;;;;; "gnus-group" "gnus/gnus-group.el" (14793 26123)) |
7481 ;;; Generated autoloads from gnus/gnus-group.el | 7510 ;;; Generated autoloads from gnus/gnus-group.el |
7482 | 7511 |
7483 (autoload (quote gnus-fetch-group) "gnus-group" "\ | 7512 (autoload (quote gnus-fetch-group) "gnus-group" "\ |
7484 Start Gnus if necessary and enter GROUP. | 7513 Start Gnus if necessary and enter GROUP. |
7485 Returns whether the fetching was successful or not." t nil) | 7514 Returns whether the fetching was successful or not." t nil) |
7488 Pop up a frame and enter GROUP." t nil) | 7517 Pop up a frame and enter GROUP." t nil) |
7489 | 7518 |
7490 ;;;*** | 7519 ;;;*** |
7491 | 7520 |
7492 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" | 7521 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" |
7493 ;;;;;; (14030 49328)) | 7522 ;;;;;; (14792 2677)) |
7494 ;;; Generated autoloads from gnus/gnus-kill.el | 7523 ;;; Generated autoloads from gnus/gnus-kill.el |
7495 | 7524 |
7496 (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) | 7525 (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) |
7497 | 7526 |
7498 (autoload (quote gnus-batch-score) "gnus-kill" "\ | 7527 (autoload (quote gnus-batch-score) "gnus-kill" "\ |
7499 Run batched scoring. | 7528 Run batched scoring. |
7500 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil) | 7529 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil) |
7501 | 7530 |
7502 ;;;*** | 7531 ;;;*** |
7503 | 7532 |
7533 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | |
7534 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | |
7535 ;;;;;; (14791 27226)) | |
7536 ;;; Generated autoloads from gnus/gnus-mlspl.el | |
7537 | |
7538 (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ | |
7539 Set up the split for nnmail-split-fancy. | |
7540 Sets things up so that nnmail-split-fancy is used for mail | |
7541 splitting, and defines the variable nnmail-split-fancy according with | |
7542 group parameters. | |
7543 | |
7544 If AUTO-UPDATE is non-nil (prefix argument accepted, if called | |
7545 interactively), it makes sure nnmail-split-fancy is re-computed before | |
7546 getting new mail, by adding gnus-group-split-update to | |
7547 nnmail-pre-get-new-mail-hook." t nil) | |
7548 | |
7549 (autoload (quote gnus-group-split-update) "gnus-mlspl" "\ | |
7550 Computes nnmail-split-fancy from group params. | |
7551 It does this by calling (gnus-group-split-fancy nil nil DEFAULTGROUP)." t nil) | |
7552 | |
7553 (autoload (quote gnus-group-split) "gnus-mlspl" "\ | |
7554 Uses information from group parameters in order to split mail. | |
7555 See gnus-group-split-fancy for more information. | |
7556 | |
7557 If no group is defined as catch-all, the value of | |
7558 gnus-group-split-default-catch-all-group is used. | |
7559 | |
7560 gnus-group-split is a valid value for nnmail-split-methods." nil nil) | |
7561 | |
7562 (autoload (quote gnus-group-split-fancy) "gnus-mlspl" "\ | |
7563 Uses information from group parameters in order to split mail. It | |
7564 can be embedded into nnmail-split-fancy lists with the SPLIT | |
7565 | |
7566 \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL) | |
7567 | |
7568 GROUPS may be a regular expression or a list of group names, that will | |
7569 be used to select candidate groups. If it is ommited or nil, all | |
7570 existing groups are considered. | |
7571 | |
7572 if NO-CROSSPOST is ommitted or nil, a & split will be returned, | |
7573 otherwise, a | split, that does not allow crossposting, will be | |
7574 returned. | |
7575 | |
7576 if CATCH-ALL is not nil, and there is no selected group whose | |
7577 SPLIT-REGEXP matches the empty string, nor is there a selected group | |
7578 whose SPLIT-SPEC is 'catch-all, this group name will be appended to | |
7579 the returned SPLIT list, as the last element in a '| SPLIT. | |
7580 | |
7581 For each selected group, a SPLIT is composed like this: if SPLIT-SPEC | |
7582 is specified, this split is returned as-is (unless it is nil: in this | |
7583 case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or | |
7584 EXTRA-ALIASES are specified, a regexp that matches any of them is | |
7585 constructed (extra-aliases may be a list). Additionally, if | |
7586 SPLIT-REGEXP is specified, the regexp will be extended so that it | |
7587 matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT | |
7588 clauses will be generated. | |
7589 | |
7590 For example, given the following group parameters: | |
7591 | |
7592 nnml:mail.bar: | |
7593 \((to-address . \"bar@femail.com\") | |
7594 (split-regexp . \".*@femail\\\\.com\")) | |
7595 nnml:mail.foo: | |
7596 \((to-list . \"foo@nowhere.gov\") | |
7597 (extra-aliases \"foo@localhost\" \"foo-redist@home\") | |
7598 (split-exclude \"bugs-foo\" \"rambling-foo\") | |
7599 (admin-address . \"foo-request@nowhere.gov\")) | |
7600 nnml:mail.others: | |
7601 \((split-spec . catch-all)) | |
7602 | |
7603 Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns: | |
7604 | |
7605 \(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\" | |
7606 \"mail.bar\") | |
7607 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\" | |
7608 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\")) | |
7609 \"mail.others\")" nil nil) | |
7610 | |
7611 ;;;*** | |
7612 | |
7504 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" | 7613 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" |
7505 ;;;;;; (14030 49334)) | 7614 ;;;;;; (14792 2677)) |
7506 ;;; Generated autoloads from gnus/gnus-move.el | 7615 ;;; Generated autoloads from gnus/gnus-move.el |
7507 | 7616 |
7508 (autoload (quote gnus-change-server) "gnus-move" "\ | 7617 (autoload (quote gnus-change-server) "gnus-move" "\ |
7509 Move from FROM-SERVER to TO-SERVER. | 7618 Move from FROM-SERVER to TO-SERVER. |
7510 Update the .newsrc.eld file to reflect the change of nntp server." t nil) | 7619 Update the .newsrc.eld file to reflect the change of nntp server." t nil) |
7511 | 7620 |
7512 ;;;*** | 7621 ;;;*** |
7513 | 7622 |
7514 ;;;### (autoloads (gnus-mule-initialize gnus-mule-add-group) "gnus-mule" | 7623 ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14793 |
7515 ;;;;;; "gnus/gnus-mule.el" (14092 5540)) | 7624 ;;;;;; 26123)) |
7516 ;;; Generated autoloads from gnus/gnus-mule.el | 7625 ;;; Generated autoloads from gnus/gnus-msg.el |
7517 | 7626 |
7518 (autoload (quote gnus-mule-add-group) "gnus-mule" "\ | 7627 (autoload (quote gnus-msg-mail) "gnus-msg" "\ |
7519 Specify that articles of news group NAME are encoded in CODING-SYSTEM. | 7628 Start editing a mail message to be sent. |
7520 All news groups deeper than NAME are also the target. | 7629 Like `message-mail', but with Gnus paraphernalia, particularly the |
7521 If CODING-SYSTEM is a cons, the car and cdr part are regarded as | 7630 the Gcc: header for archiving purposes." t nil) |
7522 coding-system for reading and writing respectively." nil nil) | 7631 |
7523 | 7632 (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)) |
7524 (autoload (quote gnus-mule-initialize) "gnus-mule" "\ | |
7525 Do several settings for GNUS to enable automatic code conversion." nil nil) | |
7526 | 7633 |
7527 ;;;*** | 7634 ;;;*** |
7528 | 7635 |
7529 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" | 7636 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" |
7530 ;;;;;; (14030 49357)) | 7637 ;;;;;; (14792 2677)) |
7531 ;;; Generated autoloads from gnus/gnus-soup.el | 7638 ;;; Generated autoloads from gnus/gnus-soup.el |
7532 | 7639 |
7533 (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ | 7640 (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ |
7534 Brew a SOUP packet from groups mention on the command line. | 7641 Brew a SOUP packet from groups mention on the command line. |
7535 Will use the remaining command line arguments as regular expressions | 7642 Will use the remaining command line arguments as regular expressions |
7543 Note -- this function hasn't been implemented yet." t nil) | 7650 Note -- this function hasn't been implemented yet." t nil) |
7544 | 7651 |
7545 ;;;*** | 7652 ;;;*** |
7546 | 7653 |
7547 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" | 7654 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" |
7548 ;;;;;; (14030 49359)) | 7655 ;;;;;; (14792 2677)) |
7549 ;;; Generated autoloads from gnus/gnus-spec.el | 7656 ;;; Generated autoloads from gnus/gnus-spec.el |
7550 | 7657 |
7551 (autoload (quote gnus-update-format) "gnus-spec" "\ | 7658 (autoload (quote gnus-update-format) "gnus-spec" "\ |
7552 Update the format specification near point." t nil) | 7659 Update the format specification near point." t nil) |
7553 | 7660 |
7554 ;;;*** | 7661 ;;;*** |
7555 | 7662 |
7556 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" | 7663 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" |
7557 ;;;;;; "gnus/gnus-start.el" (14345 52937)) | 7664 ;;;;;; "gnus/gnus-start.el" (14793 26123)) |
7558 ;;; Generated autoloads from gnus/gnus-start.el | 7665 ;;; Generated autoloads from gnus/gnus-start.el |
7559 | 7666 |
7560 (autoload (quote gnus-unload) "gnus-start" "\ | 7667 (autoload (quote gnus-unload) "gnus-start" "\ |
7561 Unload all Gnus features." t nil) | 7668 Unload all Gnus features. |
7669 \(For some value of `all' or `Gnus'.) Currently, features whose names | |
7670 have prefixes `gnus-', `nn', `mm-' or `rfc' are unloaded. Use | |
7671 cautiously -- unloading may cause trouble." t nil) | |
7562 | 7672 |
7563 (autoload (quote gnus-declare-backend) "gnus-start" "\ | 7673 (autoload (quote gnus-declare-backend) "gnus-start" "\ |
7564 Declare backend NAME with ABILITIES as a Gnus backend." nil nil) | 7674 Declare backend NAME with ABILITIES as a Gnus backend." nil nil) |
7565 | 7675 |
7566 ;;;*** | 7676 ;;;*** |
7567 | 7677 |
7568 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 7678 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
7569 ;;;;;; (14030 49407)) | 7679 ;;;;;; (14792 2682)) |
7570 ;;; Generated autoloads from gnus/gnus-win.el | 7680 ;;; Generated autoloads from gnus/gnus-win.el |
7571 | 7681 |
7572 (autoload (quote gnus-add-configuration) "gnus-win" "\ | 7682 (autoload (quote gnus-add-configuration) "gnus-win" "\ |
7573 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) | 7683 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) |
7574 | 7684 |
7727 \\[help-command] \\[help-command] gives the window that lists the options.") | 7837 \\[help-command] \\[help-command] gives the window that lists the options.") |
7728 | 7838 |
7729 ;;;*** | 7839 ;;;*** |
7730 | 7840 |
7731 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 7841 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
7732 ;;;;;; "emacs-lisp/helper.el" (14518 20602)) | 7842 ;;;;;; "emacs-lisp/helper.el" (14518 32866)) |
7733 ;;; Generated autoloads from emacs-lisp/helper.el | 7843 ;;; Generated autoloads from emacs-lisp/helper.el |
7734 | 7844 |
7735 (autoload (quote Helper-describe-bindings) "helper" "\ | 7845 (autoload (quote Helper-describe-bindings) "helper" "\ |
7736 Describe local key bindings of current mode." t nil) | 7846 Describe local key bindings of current mode." t nil) |
7737 | 7847 |
7739 Provide help for current mode." t nil) | 7849 Provide help for current mode." t nil) |
7740 | 7850 |
7741 ;;;*** | 7851 ;;;*** |
7742 | 7852 |
7743 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 7853 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
7744 ;;;;;; "hexl.el" (14589 54862)) | 7854 ;;;;;; "hexl.el" (14590 1206)) |
7745 ;;; Generated autoloads from hexl.el | 7855 ;;; Generated autoloads from hexl.el |
7746 | 7856 |
7747 (autoload (quote hexl-mode) "hexl" "\ | 7857 (autoload (quote hexl-mode) "hexl" "\ |
7748 \\<hexl-mode-map>A mode for editing binary files in hex dump format. | 7858 \\<hexl-mode-map>A mode for editing binary files in hex dump format. |
7749 This is not an ordinary major mode; it alters some aspects | 7859 This is not an ordinary major mode; it alters some aspects |
7828 | 7938 |
7829 ;;;*** | 7939 ;;;*** |
7830 | 7940 |
7831 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 7941 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
7832 ;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode | 7942 ;;;;;; hi-lock-face-buffer hi-lock-line-face-buffer hi-lock-mode |
7833 ;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14747 44772)) | 7943 ;;;;;; hi-lock-mode) "hi-lock" "hi-lock.el" (14792 6214)) |
7834 ;;; Generated autoloads from hi-lock.el | 7944 ;;; Generated autoloads from hi-lock.el |
7835 | 7945 |
7836 (defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces)) | 7946 (defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces)) |
7837 | 7947 |
7838 (defvar hi-lock-mode nil "\ | 7948 (defvar hi-lock-mode nil "\ |
7918 be found in variable `hi-lock-interactive-patterns'." t nil) | 8028 be found in variable `hi-lock-interactive-patterns'." t nil) |
7919 | 8029 |
7920 ;;;*** | 8030 ;;;*** |
7921 | 8031 |
7922 ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 8032 ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
7923 ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14745 13974)) | 8033 ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14745 14843)) |
7924 ;;; Generated autoloads from progmodes/hideif.el | 8034 ;;; Generated autoloads from progmodes/hideif.el |
7925 | 8035 |
7926 (defvar hide-ifdef-mode nil "\ | 8036 (defvar hide-ifdef-mode nil "\ |
7927 Non-nil when hide-ifdef-mode is activated.") | 8037 Non-nil when hide-ifdef-mode is activated.") |
7928 | 8038 |
7968 *Non-nil means hide the #ifX, #else, and #endif lines.") | 8078 *Non-nil means hide the #ifX, #else, and #endif lines.") |
7969 | 8079 |
7970 ;;;*** | 8080 ;;;*** |
7971 | 8081 |
7972 ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) | 8082 ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) |
7973 ;;;;;; "hideshow" "progmodes/hideshow.el" (14716 16655)) | 8083 ;;;;;; "hideshow" "progmodes/hideshow.el" (14798 40437)) |
7974 ;;; Generated autoloads from progmodes/hideshow.el | 8084 ;;; Generated autoloads from progmodes/hideshow.el |
7975 | 8085 |
7976 (defvar hs-hide-comments-when-hiding-all t "\ | 8086 (defvar hs-hide-comments-when-hiding-all t "\ |
7977 *Hide the comments too when you do an `hs-hide-all'.") | 8087 *Hide the comments too when you do an `hs-hide-all'.") |
7978 | 8088 |
8009 When hideshow minor mode is on, the menu bar is augmented with hideshow | 8119 When hideshow minor mode is on, the menu bar is augmented with hideshow |
8010 commands and the hideshow commands are enabled. | 8120 commands and the hideshow commands are enabled. |
8011 The value '(hs . t) is added to `buffer-invisibility-spec'. | 8121 The value '(hs . t) is added to `buffer-invisibility-spec'. |
8012 | 8122 |
8013 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block', | 8123 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block', |
8014 `hs-show-block', `hs-hide-level' and `hs-show-region'. There is also | 8124 `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also |
8015 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'. | 8125 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'. |
8016 | 8126 |
8017 Turning hideshow minor mode off reverts the menu bar and the | 8127 Turning hideshow minor mode off reverts the menu bar and the |
8018 variables to default values and disables the hideshow commands. | 8128 variables to default values and disables the hideshow commands. |
8019 | 8129 |
8025 ;;;*** | 8135 ;;;*** |
8026 | 8136 |
8027 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file | 8137 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file |
8028 ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change | 8138 ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change |
8029 ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) | 8139 ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) |
8030 ;;;;;; "hilit-chg" "hilit-chg.el" (14750 31723)) | 8140 ;;;;;; "hilit-chg" "hilit-chg.el" (14750 32459)) |
8031 ;;; Generated autoloads from hilit-chg.el | 8141 ;;; Generated autoloads from hilit-chg.el |
8032 | 8142 |
8033 (defvar highlight-changes-mode nil) | 8143 (defvar highlight-changes-mode nil) |
8034 | 8144 |
8035 (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ | 8145 (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ |
8181 Make it use the expansion functions in TRY-LIST. An optional second | 8291 Make it use the expansion functions in TRY-LIST. An optional second |
8182 argument VERBOSE non-nil makes the function verbose." nil (quote macro)) | 8292 argument VERBOSE non-nil makes the function verbose." nil (quote macro)) |
8183 | 8293 |
8184 ;;;*** | 8294 ;;;*** |
8185 | 8295 |
8186 ;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14709 28151)) | 8296 ;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14798 40431)) |
8187 ;;; Generated autoloads from hl-line.el | 8297 ;;; Generated autoloads from hl-line.el |
8188 | 8298 |
8189 (defvar hl-line-mode nil "\ | 8299 (defvar hl-line-mode nil "\ |
8190 Toggle Hl-Line mode. | 8300 Toggle Hl-Line mode. |
8191 Setting this variable directly does not take effect; | 8301 Setting this variable directly does not take effect; |
8244 Run in minibuffer on activation to establish incremental completion. | 8354 Run in minibuffer on activation to establish incremental completion. |
8245 Usually run by inclusion in `minibuffer-setup-hook'." nil nil) | 8355 Usually run by inclusion in `minibuffer-setup-hook'." nil nil) |
8246 | 8356 |
8247 ;;;*** | 8357 ;;;*** |
8248 | 8358 |
8249 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14748 53301)) | 8359 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14748 55226)) |
8250 ;;; Generated autoloads from progmodes/icon.el | 8360 ;;; Generated autoloads from progmodes/icon.el |
8251 | 8361 |
8252 (autoload (quote icon-mode) "icon" "\ | 8362 (autoload (quote icon-mode) "icon" "\ |
8253 Major mode for editing Icon code. | 8363 Major mode for editing Icon code. |
8254 Expression and list commands understand all Icon brackets. | 8364 Expression and list commands understand all Icon brackets. |
8435 | 8545 |
8436 ;;;*** | 8546 ;;;*** |
8437 | 8547 |
8438 ;;;### (autoloads (defimage find-image remove-images insert-image | 8548 ;;;### (autoloads (defimage find-image remove-images insert-image |
8439 ;;;;;; put-image create-image image-type-available-p image-type-from-file-header | 8549 ;;;;;; put-image create-image image-type-available-p image-type-from-file-header |
8440 ;;;;;; image-type-from-data) "image" "image.el" (14750 26818)) | 8550 ;;;;;; image-type-from-data) "image" "image.el" (14786 3251)) |
8441 ;;; Generated autoloads from image.el | 8551 ;;; Generated autoloads from image.el |
8442 | 8552 |
8443 (autoload (quote image-type-from-data) "image" "\ | 8553 (autoload (quote image-type-from-data) "image" "\ |
8444 Determine the image type from image data DATA. | 8554 Determine the image type from image data DATA. |
8445 Value is a symbol specifying the image type or nil if type cannot | 8555 Value is a symbol specifying the image type or nil if type cannot |
8461 or nil, try to determine the image type from its first few bytes | 8571 or nil, try to determine the image type from its first few bytes |
8462 of image data. If that doesn't work, and FILE-OR-DATA is a file name, | 8572 of image data. If that doesn't work, and FILE-OR-DATA is a file name, |
8463 use its file extension.as image type. | 8573 use its file extension.as image type. |
8464 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data. | 8574 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data. |
8465 Optional PROPS are additional image attributes to assign to the image, | 8575 Optional PROPS are additional image attributes to assign to the image, |
8466 like, e.g. `:heuristic-mask t'. | 8576 like, e.g. `:mask MASK'. |
8467 Value is the image created, or nil if images of type TYPE are not supported." nil nil) | 8577 Value is the image created, or nil if images of type TYPE are not supported." nil nil) |
8468 | 8578 |
8469 (autoload (quote put-image) "image" "\ | 8579 (autoload (quote put-image) "image" "\ |
8470 Put image IMAGE in front of POS in the current buffer. | 8580 Put image IMAGE in front of POS in the current buffer. |
8471 IMAGE must be an image created with `create-image' or `defimage'. | 8581 IMAGE must be an image created with `create-image' or `defimage'. |
8530 (defimage test-image ((:type xpm :file \"~/test1.xpm\") | 8640 (defimage test-image ((:type xpm :file \"~/test1.xpm\") |
8531 (:type xbm :file \"~/test1.xbm\")))" nil (quote macro)) | 8641 (:type xbm :file \"~/test1.xbm\")))" nil (quote macro)) |
8532 | 8642 |
8533 ;;;*** | 8643 ;;;*** |
8534 | 8644 |
8645 ;;;### (autoloads (insert-image-file auto-image-file-mode image-file-name-regexp) | |
8646 ;;;;;; "image-file" "image-file.el" (14804 40524)) | |
8647 ;;; Generated autoloads from image-file.el | |
8648 | |
8649 (autoload (quote image-file-name-regexp) "image-file" "\ | |
8650 Return a regular expression that matches image-file filenames." nil nil) | |
8651 | |
8652 (defvar auto-image-file-mode nil "\ | |
8653 Toggle Auto-Image-File mode. | |
8654 Setting this variable directly does not take effect; | |
8655 use either \\[customize] or the function `auto-image-file-mode'.") | |
8656 | |
8657 (custom-add-to-group (quote image) (quote auto-image-file-mode) (quote custom-variable)) | |
8658 | |
8659 (custom-add-load (quote auto-image-file-mode) (quote image-file)) | |
8660 | |
8661 (autoload (quote auto-image-file-mode) "image-file" "\ | |
8662 Toggle visiting of image files as images. | |
8663 With prefix argument ARG, turn on if positive, otherwise off. | |
8664 Returns non-nil if the new state is enabled. | |
8665 | |
8666 Image files are those whose name has an extension in | |
8667 `image-file-name-extensions', or matches a regexp in | |
8668 `image-file-name-regexps'." t nil) | |
8669 | |
8670 (autoload (quote insert-image-file) "image-file" "\ | |
8671 Insert the image file FILE into the current buffer. | |
8672 Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for | |
8673 the command `insert-file-contents'." nil nil) | |
8674 | |
8675 ;;;*** | |
8676 | |
8535 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 8677 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
8536 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (14659 22945)) | 8678 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (14782 9808)) |
8537 ;;; Generated autoloads from imenu.el | 8679 ;;; Generated autoloads from imenu.el |
8538 | 8680 |
8539 (defvar imenu-sort-function nil "\ | 8681 (defvar imenu-sort-function nil "\ |
8540 *The function to use for sorting the index mouse-menu. | 8682 *The function to use for sorting the index mouse-menu. |
8541 | 8683 |
8729 | 8871 |
8730 ;;;*** | 8872 ;;;*** |
8731 | 8873 |
8732 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 8874 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
8733 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 8875 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
8734 ;;;;;; info info-other-window) "info" "info.el" (14768 46217)) | 8876 ;;;;;; info info-other-window) "info" "info.el" (14807 56558)) |
8735 ;;; Generated autoloads from info.el | 8877 ;;; Generated autoloads from info.el |
8736 | 8878 |
8737 (autoload (quote info-other-window) "info" "\ | 8879 (autoload (quote info-other-window) "info" "\ |
8738 Like `info' but show the Info buffer in another window." t nil) | 8880 Like `info' but show the Info buffer in another window." t nil) |
8739 (add-hook 'same-window-buffer-names "*info*") | 8881 (add-hook 'same-window-buffer-names "*info*") |
8779 | 8921 |
8780 ;;;*** | 8922 ;;;*** |
8781 | 8923 |
8782 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 8924 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
8783 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 8925 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
8784 ;;;;;; (14710 63985)) | 8926 ;;;;;; (14711 25231)) |
8785 ;;; Generated autoloads from info-look.el | 8927 ;;; Generated autoloads from info-look.el |
8786 | 8928 |
8787 (autoload (quote info-lookup-reset) "info-look" "\ | 8929 (autoload (quote info-lookup-reset) "info-look" "\ |
8788 Throw away all cached data. | 8930 Throw away all cached data. |
8789 This command is useful if the user wants to start at the beginning without | 8931 This command is useful if the user wants to start at the beginning without |
8862 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil) | 9004 (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil) |
8863 | 9005 |
8864 ;;;*** | 9006 ;;;*** |
8865 | 9007 |
8866 ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" | 9008 ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" |
8867 ;;;;;; (14388 10886)) | 9009 ;;;;;; (14388 11031)) |
8868 ;;; Generated autoloads from international/iso-acc.el | 9010 ;;; Generated autoloads from international/iso-acc.el |
8869 | 9011 |
8870 (autoload (quote iso-accents-mode) "iso-acc" "\ | 9012 (autoload (quote iso-accents-mode) "iso-acc" "\ |
8871 Toggle ISO Accents mode, in which accents modify the following letter. | 9013 Toggle ISO Accents mode, in which accents modify the following letter. |
8872 This permits easy insertion of accented characters according to ISO-8859-1. | 9014 This permits easy insertion of accented characters according to ISO-8859-1. |
9216 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression: | 9358 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression: |
9217 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))" t nil) | 9359 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))" t nil) |
9218 | 9360 |
9219 ;;;*** | 9361 ;;;*** |
9220 | 9362 |
9221 ;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer | 9363 ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer |
9222 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings | 9364 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings |
9223 ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14727 65181)) | 9365 ;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" |
9366 ;;;;;; (14793 26118)) | |
9224 ;;; Generated autoloads from iswitchb.el | 9367 ;;; Generated autoloads from iswitchb.el |
9368 | |
9369 (defvar iswitchb-mode nil "\ | |
9370 Toggle Iswitchb mode. | |
9371 Setting this variable directly does not take effect; | |
9372 use either \\[customize] or the function `iswitchb-mode'.") | |
9225 | 9373 |
9226 (autoload (quote iswitchb-read-buffer) "iswitchb" "\ | 9374 (autoload (quote iswitchb-read-buffer) "iswitchb" "\ |
9227 Replacement for the built-in `read-buffer'. | 9375 Replacement for the built-in `read-buffer'. |
9228 Return the name of a buffer selected. | 9376 Return the name of a buffer selected. |
9229 PROMPT is the prompt to give to the user. DEFAULT if given is the default | 9377 PROMPT is the prompt to give to the user. DEFAULT if given is the default |
9230 buffer to be selected, which will go to the front of the list. | 9378 buffer to be selected, which will go to the front of the list. |
9231 If REQUIRE-MATCH is non-nil, an existing-buffer must be selected." nil nil) | 9379 If REQUIRE-MATCH is non-nil, an existing-buffer must be selected." nil nil) |
9232 | 9380 |
9233 (autoload (quote iswitchb-default-keybindings) "iswitchb" "\ | 9381 (autoload (quote iswitchb-default-keybindings) "iswitchb" "\ |
9234 Set up default keybindings for `iswitchb-buffer'. | 9382 Set up default keybindings for `iswitchb-buffer'. |
9235 Call this function to override the normal bindings. This function also | 9383 Call this function to override the normal bindings. This function also |
9236 adds a hook to the minibuffer." t nil) | 9384 adds a hook to the minibuffer. |
9385 | |
9386 Obsolescent. Use `iswitchb-mode'." t nil) | |
9237 | 9387 |
9238 (autoload (quote iswitchb-buffer) "iswitchb" "\ | 9388 (autoload (quote iswitchb-buffer) "iswitchb" "\ |
9239 Switch to another buffer. | 9389 Switch to another buffer. |
9240 | 9390 |
9241 The buffer name is selected interactively by typing a substring. The | 9391 The buffer name is selected interactively by typing a substring. The |
9256 | 9406 |
9257 (autoload (quote iswitchb-buffer-other-frame) "iswitchb" "\ | 9407 (autoload (quote iswitchb-buffer-other-frame) "iswitchb" "\ |
9258 Switch to another buffer and show it in another frame. | 9408 Switch to another buffer and show it in another frame. |
9259 The buffer name is selected interactively by typing a substring. | 9409 The buffer name is selected interactively by typing a substring. |
9260 For details of keybindings, do `\\[describe-function] iswitchb'." t nil) | 9410 For details of keybindings, do `\\[describe-function] iswitchb'." t nil) |
9411 | |
9412 (autoload (quote iswitchb-mode) "iswitchb" "\ | |
9413 Toggle Iswitchb global minor mode. | |
9414 With arg, turn Iswitchb mode on if and only iff ARG is positive. | |
9415 This mode enables switching between buffers using substrings. See | |
9416 `iswitchb' for details." t nil) | |
9261 | 9417 |
9262 ;;;*** | 9418 ;;;*** |
9263 | 9419 |
9264 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 9420 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
9265 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 9421 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
9357 the variable `jit-lock-stealth-nice'." nil nil) | 9513 the variable `jit-lock-stealth-nice'." nil nil) |
9358 | 9514 |
9359 ;;;*** | 9515 ;;;*** |
9360 | 9516 |
9361 ;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el" | 9517 ;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el" |
9362 ;;;;;; (14568 39747)) | 9518 ;;;;;; (14807 56559)) |
9363 ;;; Generated autoloads from jka-compr.el | 9519 ;;; Generated autoloads from jka-compr.el |
9364 | 9520 |
9365 (defvar auto-compression-mode nil "\ | 9521 (defvar auto-compression-mode nil "\ |
9366 Toggle automatic file compression and uncompression. | 9522 Toggle Auto-Compression mode. |
9367 Setting this variable directly does not take effect; | 9523 Setting this variable directly does not take effect; |
9368 use either \\[customize] or the function `auto-compression-mode'.") | 9524 use either \\[customize] or the function `auto-compression-mode'.") |
9369 | 9525 |
9370 (custom-add-to-group (quote jka-compr) (quote auto-compression-mode) (quote custom-variable)) | 9526 (custom-add-to-group (quote jka-compr) (quote auto-compression-mode) (quote custom-variable)) |
9371 | 9527 |
9372 (custom-add-load (quote auto-compression-mode) (quote jka-compr)) | 9528 (custom-add-load (quote auto-compression-mode) (quote jka-compr)) |
9373 (defun auto-compression-mode (&optional arg) | 9529 |
9374 "\ | 9530 (autoload (quote auto-compression-mode) "jka-compr" "\ |
9375 Toggle automatic file compression and uncompression. | 9531 Toggle automatic file compression and uncompression. |
9376 With prefix argument ARG, turn auto compression on if positive, else off. | 9532 With prefix argument ARG, turn auto compression on if positive, else off. |
9377 Returns the new status of auto compression (non-nil means on)." | 9533 Returns the new status of auto compression (non-nil means on)." t nil) |
9378 (interactive "P") | |
9379 (if (not (fboundp 'jka-compr-installed-p)) | |
9380 (progn | |
9381 (require 'jka-compr) | |
9382 ;; That turned the mode on, so make it initially off. | |
9383 (toggle-auto-compression))) | |
9384 (toggle-auto-compression arg t)) | |
9385 | 9534 |
9386 ;;;*** | 9535 ;;;*** |
9387 | 9536 |
9388 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 9537 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
9389 ;;;;;; (13866 35434)) | 9538 ;;;;;; (13866 35434)) |
9494 to compose. | 9643 to compose. |
9495 | 9644 |
9496 The return value is number of composed characters." nil nil) | 9645 The return value is number of composed characters." nil nil) |
9497 | 9646 |
9498 (autoload (quote lao-compose-region) "lao-util" nil t nil) | 9647 (autoload (quote lao-compose-region) "lao-util" nil t nil) |
9648 | |
9649 ;;;*** | |
9650 | |
9651 ;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" | |
9652 ;;;;;; (14789 582)) | |
9653 ;;; Generated autoloads from international/latin1-disp.el | |
9654 | |
9655 (defvar latin1-display nil "\ | |
9656 Set up Latin-1/ASCII display for ISO8859 character sets. | |
9657 This is done for each character set in the list `latin1-display-sets', | |
9658 if no font is available to display it. Characters are displayed using | |
9659 the corresponding Latin-1 characters where they match. Otherwise | |
9660 ASCII sequences are used, mostly following the Latin prefix input | |
9661 methods. Some different ASCII sequences are used if | |
9662 `latin1-display-mnemonic' is non-nil. | |
9663 | |
9664 Setting this variable directly does not take effect; | |
9665 use either M-x customize of the function `latin1-display'.") | |
9666 | |
9667 (custom-add-to-group (quote latin1-display) (quote latin1-display) (quote custom-variable)) | |
9668 | |
9669 (custom-add-load (quote latin1-display) (quote latin1-disp)) | |
9670 | |
9671 (autoload (quote latin1-display) "latin1-disp" "\ | |
9672 Set up Latin-1/ASCII display for the arguments character SETS. | |
9673 See option `latin1-display' for the method. The members of the list | |
9674 must be in `latin1-display-sets'. With no arguments, reset the | |
9675 display for all of `latin1-display-sets'. See also `latin1-display-setup'." nil nil) | |
9499 | 9676 |
9500 ;;;*** | 9677 ;;;*** |
9501 | 9678 |
9502 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | 9679 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" |
9503 ;;;;;; "lazy-lock.el" (14477 53252)) | 9680 ;;;;;; "lazy-lock.el" (14477 53252)) |
9598 arg non-nil from a program) is the number of seconds to sleep between | 9775 arg non-nil from a program) is the number of seconds to sleep between |
9599 generations (this defaults to 1)." t nil) | 9776 generations (this defaults to 1)." t nil) |
9600 | 9777 |
9601 ;;;*** | 9778 ;;;*** |
9602 | 9779 |
9603 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14747 | 9780 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14789 |
9604 ;;;;;; 44772)) | 9781 ;;;;;; 7055)) |
9605 ;;; Generated autoloads from loadhist.el | 9782 ;;; Generated autoloads from loadhist.el |
9606 | 9783 |
9607 (autoload (quote unload-feature) "loadhist" "\ | 9784 (autoload (quote unload-feature) "loadhist" "\ |
9608 Unload the library that provided FEATURE, restoring all its autoloads. | 9785 Unload the library that provided FEATURE, restoring all its autoloads. |
9609 If the feature is required by any other loaded code, and prefix arg FORCE | 9786 If the feature is required by any other loaded code, and prefix arg FORCE |
9650 | 9827 |
9651 ;;;*** | 9828 ;;;*** |
9652 | 9829 |
9653 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 9830 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
9654 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14692 | 9831 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14692 |
9655 ;;;;;; 45304)) | 9832 ;;;;;; 59213)) |
9656 ;;; Generated autoloads from lpr.el | 9833 ;;; Generated autoloads from lpr.el |
9657 | 9834 |
9658 (defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ | 9835 (defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ |
9659 *The name of a local printer to which data is sent for printing. | 9836 *The name of a local printer to which data is sent for printing. |
9660 \(Note that PostScript files are sent to `ps-printer-name', which see.) | 9837 \(Note that PostScript files are sent to `ps-printer-name', which see.) |
9748 | 9925 |
9749 This function is suitable for execution in a .emacs file." t nil) | 9926 This function is suitable for execution in a .emacs file." t nil) |
9750 | 9927 |
9751 ;;;*** | 9928 ;;;*** |
9752 | 9929 |
9753 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (14717 | 9930 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (14718 |
9754 ;;;;;; 60217)) | 9931 ;;;;;; 57758)) |
9755 ;;; Generated autoloads from progmodes/m4-mode.el | 9932 ;;; Generated autoloads from progmodes/m4-mode.el |
9756 | 9933 |
9757 (autoload (quote m4-mode) "m4-mode" "\ | 9934 (autoload (quote m4-mode) "m4-mode" "\ |
9758 A major mode to edit m4 macro files. | 9935 A major mode to edit m4 macro files. |
9759 \\{m4-mode-map} | 9936 \\{m4-mode-map} |
9889 | 10066 |
9890 ;;;*** | 10067 ;;;*** |
9891 | 10068 |
9892 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 10069 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
9893 ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 10070 ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
9894 ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14710 | 10071 ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14799 |
9895 ;;;;;; 50128)) | 10072 ;;;;;; 60781)) |
9896 ;;; Generated autoloads from mail/mail-utils.el | 10073 ;;; Generated autoloads from mail/mail-utils.el |
9897 | 10074 |
9898 (defvar mail-use-rfc822 nil "\ | 10075 (defvar mail-use-rfc822 nil "\ |
9899 *If non-nil, use a full, hairy RFC822 parser on mail addresses. | 10076 *If non-nil, use a full, hairy RFC822 parser on mail addresses. |
9900 Otherwise, (the default) use a smaller, somewhat faster, and | 10077 Otherwise, (the default) use a smaller, somewhat faster, and |
9981 current header, calls `mail-complete-function' and passes prefix arg if any." t nil) | 10158 current header, calls `mail-complete-function' and passes prefix arg if any." t nil) |
9982 | 10159 |
9983 ;;;*** | 10160 ;;;*** |
9984 | 10161 |
9985 ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" | 10162 ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" |
9986 ;;;;;; (14717 60289)) | 10163 ;;;;;; (14718 57725)) |
9987 ;;; Generated autoloads from progmodes/make-mode.el | 10164 ;;; Generated autoloads from progmodes/make-mode.el |
9988 | 10165 |
9989 (autoload (quote makefile-mode) "make-mode" "\ | 10166 (autoload (quote makefile-mode) "make-mode" "\ |
9990 Major mode for editing Makefiles. | 10167 Major mode for editing Makefiles. |
9991 This function ends by invoking the function(s) `makefile-mode-hook'. | 10168 This function ends by invoking the function(s) `makefile-mode-hook'. |
10099 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply | 10276 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply |
10100 ;;;;;; message-reply message-news message-mail message-mode message-signature-file | 10277 ;;;;;; message-reply message-news message-mail message-mode message-signature-file |
10101 ;;;;;; message-signature message-indent-citation-function message-cite-function | 10278 ;;;;;; message-signature message-indent-citation-function message-cite-function |
10102 ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function | 10279 ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function |
10103 ;;;;;; message-user-organization-file message-signature-separator | 10280 ;;;;;; message-user-organization-file message-signature-separator |
10104 ;;;;;; message-from-style) "message" "gnus/message.el" (14030 49419)) | 10281 ;;;;;; message-from-style) "message" "gnus/message.el" (14792 2691)) |
10105 ;;; Generated autoloads from gnus/message.el | 10282 ;;; Generated autoloads from gnus/message.el |
10106 | 10283 |
10107 (defvar message-from-style (quote default) "\ | 10284 (defvar message-from-style (quote default) "\ |
10108 *Specifies how \"From\" headers look. | 10285 *Specifies how \"From\" headers look. |
10109 | 10286 |
10126 (defvar message-send-mail-function (quote message-send-mail-with-sendmail) "\ | 10303 (defvar message-send-mail-function (quote message-send-mail-with-sendmail) "\ |
10127 Function to call to send the current buffer as mail. | 10304 Function to call to send the current buffer as mail. |
10128 The headers should be delimited by a line whose contents match the | 10305 The headers should be delimited by a line whose contents match the |
10129 variable `mail-header-separator'. | 10306 variable `mail-header-separator'. |
10130 | 10307 |
10131 Legal values include `message-send-mail-with-sendmail' (the default), | 10308 Valid values include `message-send-mail-with-sendmail' (the default), |
10132 `message-send-mail-with-mh', `message-send-mail-with-qmail' and | 10309 `message-send-mail-with-mh', `message-send-mail-with-qmail' and |
10133 `smtpmail-send-it'.") | 10310 `smtpmail-send-it'.") |
10134 | 10311 |
10135 (defvar message-citation-line-function (quote message-insert-citation-line) "\ | 10312 (defvar message-citation-line-function (quote message-insert-citation-line) "\ |
10136 *Function called to insert the \"Whomever writes:\" line.") | 10313 *Function called to insert the \"Whomever writes:\" line.") |
10137 | 10314 |
10138 (defvar message-yank-prefix "> " "\ | 10315 (defvar message-yank-prefix "> " "\ |
10139 *Prefix inserted on the lines of yanked messages. | 10316 *Prefix inserted on the lines of yanked messages.") |
10140 nil means use indentation.") | |
10141 | 10317 |
10142 (defvar message-cite-function (quote message-cite-original) "\ | 10318 (defvar message-cite-function (quote message-cite-original) "\ |
10143 *Function for citing an original message. | 10319 *Function for citing an original message. |
10144 Predefined functions include `message-cite-original' and | 10320 Predefined functions include `message-cite-original' and |
10145 `message-cite-original-without-signature'. | 10321 `message-cite-original-without-signature'. |
10158 If a form, the result from the form will be used instead.") | 10334 If a form, the result from the form will be used instead.") |
10159 | 10335 |
10160 (defvar message-signature-file "~/.signature" "\ | 10336 (defvar message-signature-file "~/.signature" "\ |
10161 *File containing the text inserted at end of message buffer.") | 10337 *File containing the text inserted at end of message buffer.") |
10162 | 10338 |
10163 (condition-case nil (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) (error nil)) | 10339 (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) |
10164 | 10340 |
10165 (autoload (quote message-mode) "message" "\ | 10341 (autoload (quote message-mode) "message" "\ |
10166 Major mode for editing mail and news to be sent. | 10342 Major mode for editing mail and news to be sent. |
10167 Like Text Mode but with these additional commands: | 10343 Like Text Mode but with these additional commands: |
10168 C-c C-s message-send (send the message) C-c C-c message-send-and-exit | 10344 C-c C-s message-send (send the message) C-c C-c message-send-and-exit |
10345 C-c C-d Pospone sending the message C-c C-k Kill the message | |
10169 C-c C-f move to a header field (and create it if there isn't): | 10346 C-c C-f move to a header field (and create it if there isn't): |
10170 C-c C-f C-t move to To C-c C-f C-s move to Subject | 10347 C-c C-f C-t move to To C-c C-f C-s move to Subject |
10171 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc | 10348 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc |
10172 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To | 10349 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To |
10173 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups | 10350 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups |
10179 C-c C-i message-goto-signature (move to the beginning of the signature). | 10356 C-c C-i message-goto-signature (move to the beginning of the signature). |
10180 C-c C-w message-insert-signature (insert `message-signature-file' file). | 10357 C-c C-w message-insert-signature (insert `message-signature-file' file). |
10181 C-c C-y message-yank-original (insert current message, if any). | 10358 C-c C-y message-yank-original (insert current message, if any). |
10182 C-c C-q message-fill-yanked-message (fill what was yanked). | 10359 C-c C-q message-fill-yanked-message (fill what was yanked). |
10183 C-c C-e message-elide-region (elide the text between point and mark). | 10360 C-c C-e message-elide-region (elide the text between point and mark). |
10361 C-c C-v message-delete-not-region (remove the text outside the region). | |
10184 C-c C-z message-kill-to-signature (kill the text up to the signature). | 10362 C-c C-z message-kill-to-signature (kill the text up to the signature). |
10185 C-c C-r message-caesar-buffer-body (rot13 the message body)." t nil) | 10363 C-c C-r message-caesar-buffer-body (rot13 the message body). |
10364 C-c C-a mml-attach-file (attach a file as MIME). | |
10365 M-RET message-newline-and-reformat (break the line and reformat)." t nil) | |
10186 | 10366 |
10187 (autoload (quote message-mail) "message" "\ | 10367 (autoload (quote message-mail) "message" "\ |
10188 Start editing a mail message to be sent. | 10368 Start editing a mail message to be sent. |
10189 OTHER-HEADERS is an alist of header/value pairs." t nil) | 10369 OTHER-HEADERS is an alist of header/value pairs." t nil) |
10190 | 10370 |
10200 (autoload (quote message-followup) "message" "\ | 10380 (autoload (quote message-followup) "message" "\ |
10201 Follow up to the message in the current buffer. | 10381 Follow up to the message in the current buffer. |
10202 If TO-NEWSGROUPS, use that as the new Newsgroups line." t nil) | 10382 If TO-NEWSGROUPS, use that as the new Newsgroups line." t nil) |
10203 | 10383 |
10204 (autoload (quote message-cancel-news) "message" "\ | 10384 (autoload (quote message-cancel-news) "message" "\ |
10205 Cancel an article you posted." t nil) | 10385 Cancel an article you posted. |
10386 If ARG, allow editing of the cancellation message." t nil) | |
10206 | 10387 |
10207 (autoload (quote message-supersede) "message" "\ | 10388 (autoload (quote message-supersede) "message" "\ |
10208 Start composing a message to supersede the current message. | 10389 Start composing a message to supersede the current message. |
10209 This is done simply by taking the old article and adding a Supersedes | 10390 This is done simply by taking the old article and adding a Supersedes |
10210 header line with the old Message-ID." t nil) | 10391 header line with the old Message-ID." t nil) |
10212 (autoload (quote message-recover) "message" "\ | 10393 (autoload (quote message-recover) "message" "\ |
10213 Reread contents of current buffer from its last auto-save file." t nil) | 10394 Reread contents of current buffer from its last auto-save file." t nil) |
10214 | 10395 |
10215 (autoload (quote message-forward) "message" "\ | 10396 (autoload (quote message-forward) "message" "\ |
10216 Forward the current message via mail. | 10397 Forward the current message via mail. |
10217 Optional NEWS will use news to forward instead of mail." t nil) | 10398 Optional NEWS will use news to forward instead of mail. |
10399 Optional DIGEST will use digest to forward." t nil) | |
10218 | 10400 |
10219 (autoload (quote message-resend) "message" "\ | 10401 (autoload (quote message-resend) "message" "\ |
10220 Resend the current article to ADDRESS." t nil) | 10402 Resend the current article to ADDRESS." t nil) |
10221 | 10403 |
10222 (autoload (quote message-bounce) "message" "\ | 10404 (autoload (quote message-bounce) "message" "\ |
10223 Re-mail the current message. | 10405 Re-mail the current message. |
10224 This only makes sense if the current message is a bounce message than | 10406 This only makes sense if the current message is a bounce message that |
10225 contains some mail you have written which has been bounced back to | 10407 contains some mail you have written which has been bounced back to |
10226 you." t nil) | 10408 you." t nil) |
10227 | 10409 |
10228 (autoload (quote message-mail-other-window) "message" "\ | 10410 (autoload (quote message-mail-other-window) "message" "\ |
10229 Like `message-mail' command, but display mail buffer in another window." t nil) | 10411 Like `message-mail' command, but display mail buffer in another window." t nil) |
10387 (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"))) "\ | 10569 (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"))) "\ |
10388 Legal MIME content types. See documentation for \\[mh-edit-mhn].") | 10570 Legal MIME content types. See documentation for \\[mh-edit-mhn].") |
10389 | 10571 |
10390 ;;;*** | 10572 ;;;*** |
10391 | 10573 |
10392 ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14457 61243)) | 10574 ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14484 43737)) |
10393 ;;; Generated autoloads from mail/mh-utils.el | 10575 ;;; Generated autoloads from mail/mh-utils.el |
10394 | 10576 |
10395 (put (quote mh-progs) (quote risky-local-variable) t) | 10577 (put (quote mh-progs) (quote risky-local-variable) t) |
10396 | 10578 |
10397 (put (quote mh-lib) (quote risky-local-variable) t) | 10579 (put (quote mh-lib) (quote risky-local-variable) t) |
10401 (put (quote mh-nmh-p) (quote risky-local-variable) t) | 10583 (put (quote mh-nmh-p) (quote risky-local-variable) t) |
10402 | 10584 |
10403 ;;;*** | 10585 ;;;*** |
10404 | 10586 |
10405 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 10587 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
10406 ;;;;;; "midnight.el" (14720 14160)) | 10588 ;;;;;; "midnight.el" (14720 22609)) |
10407 ;;; Generated autoloads from midnight.el | 10589 ;;; Generated autoloads from midnight.el |
10408 | 10590 |
10409 (autoload (quote clean-buffer-list) "midnight" "\ | 10591 (autoload (quote clean-buffer-list) "midnight" "\ |
10410 Kill old buffers that have not been displayed recently. | 10592 Kill old buffers that have not been displayed recently. |
10411 The relevant variables are `clean-buffer-list-delay-general', | 10593 The relevant variables are `clean-buffer-list-delay-general', |
10429 ;;;;;; (14660 49410)) | 10611 ;;;;;; (14660 49410)) |
10430 ;;; Generated autoloads from emulation/mlconvert.el | 10612 ;;; Generated autoloads from emulation/mlconvert.el |
10431 | 10613 |
10432 (autoload (quote convert-mocklisp-buffer) "mlconvert" "\ | 10614 (autoload (quote convert-mocklisp-buffer) "mlconvert" "\ |
10433 Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil) | 10615 Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil) |
10616 | |
10617 ;;;*** | |
10618 | |
10619 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" | |
10620 ;;;;;; (14791 27300)) | |
10621 ;;; Generated autoloads from gnus/mm-partial.el | |
10622 | |
10623 (autoload (quote mm-inline-partial) "mm-partial" "\ | |
10624 Show the partial part of HANDLE. | |
10625 This function replaces the buffer of HANDLE with a buffer contains | |
10626 the entire message. | |
10627 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil nil) | |
10434 | 10628 |
10435 ;;;*** | 10629 ;;;*** |
10436 | 10630 |
10437 ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" | 10631 ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" |
10438 ;;;;;; (13552 32940)) | 10632 ;;;;;; (13552 32940)) |
10463 `m2-link-command' holds the command to link a Modula-2 program." t nil) | 10657 `m2-link-command' holds the command to link a Modula-2 program." t nil) |
10464 | 10658 |
10465 ;;;*** | 10659 ;;;*** |
10466 | 10660 |
10467 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (14736 | 10661 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (14736 |
10468 ;;;;;; 992)) | 10662 ;;;;;; 21062)) |
10469 ;;; Generated autoloads from mouse-sel.el | 10663 ;;; Generated autoloads from mouse-sel.el |
10470 | 10664 |
10471 (autoload (quote mouse-sel-mode) "mouse-sel" "\ | 10665 (autoload (quote mouse-sel-mode) "mouse-sel" "\ |
10472 Toggle Mouse Sel mode. | 10666 Toggle Mouse Sel mode. |
10473 With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive. | 10667 With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive. |
10512 (autoload (quote mpuz) "mpuz" "\ | 10706 (autoload (quote mpuz) "mpuz" "\ |
10513 Multiplication puzzle with GNU Emacs." t nil) | 10707 Multiplication puzzle with GNU Emacs." t nil) |
10514 | 10708 |
10515 ;;;*** | 10709 ;;;*** |
10516 | 10710 |
10517 ;;;### (autoloads (msb-mode) "msb" "msb.el" (14747 44772)) | 10711 ;;;### (autoloads (msb-mode) "msb" "msb.el" (14794 43544)) |
10518 ;;; Generated autoloads from msb.el | 10712 ;;; Generated autoloads from msb.el |
10519 | 10713 |
10520 (defvar msb-mode nil "\ | 10714 (defvar msb-mode nil "\ |
10521 Toggle Msb mode. | 10715 Toggle Msb mode. |
10522 Setting this variable directly does not take effect; | 10716 Setting this variable directly does not take effect; |
10759 The detection takes into account the coding system priorities for the | 10953 The detection takes into account the coding system priorities for the |
10760 language environment LANG-ENV." nil nil) | 10954 language environment LANG-ENV." nil nil) |
10761 | 10955 |
10762 ;;;*** | 10956 ;;;*** |
10763 | 10957 |
10764 ;;;### (autoloads (mwheel-install) "mwheel" "mwheel.el" (14378 51930)) | 10958 ;;;### (autoloads (mwheel-install) "mwheel" "mwheel.el" (14378 52298)) |
10765 ;;; Generated autoloads from mwheel.el | 10959 ;;; Generated autoloads from mwheel.el |
10766 | 10960 |
10767 (autoload (quote mwheel-install) "mwheel" "\ | 10961 (autoload (quote mwheel-install) "mwheel" "\ |
10768 Enable mouse wheel support." nil nil) | 10962 Enable mouse wheel support." nil nil) |
10769 | 10963 |
10828 ;;;*** | 11022 ;;;*** |
10829 | 11023 |
10830 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region | 11024 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region |
10831 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 11025 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
10832 ;;;;;; comment-multi-line comment-padding comment-style comment-column) | 11026 ;;;;;; comment-multi-line comment-padding comment-style comment-column) |
10833 ;;;;;; "newcomment" "newcomment.el" (14693 39146)) | 11027 ;;;;;; "newcomment" "newcomment.el" (14807 56559)) |
10834 ;;; Generated autoloads from newcomment.el | 11028 ;;; Generated autoloads from newcomment.el |
10835 | 11029 |
10836 (defalias (quote indent-for-comment) (quote comment-indent)) | 11030 (defalias (quote indent-for-comment) (quote comment-indent)) |
10837 | 11031 |
10838 (defalias (quote set-comment-column) (quote comment-set-column)) | 11032 (defalias (quote set-comment-column) (quote comment-set-column)) |
10862 | 11056 |
10863 (defvar comment-end "" "\ | 11057 (defvar comment-end "" "\ |
10864 *String to insert to end a new comment. | 11058 *String to insert to end a new comment. |
10865 Should be an empty string if comments are terminated by end-of-line.") | 11059 Should be an empty string if comments are terminated by end-of-line.") |
10866 | 11060 |
10867 (defvar comment-indent-function (lambda nil comment-column) "\ | 11061 (defvar comment-indent-function (lambda nil (if (looking-at "\\s<\\s<\\s<") 0 comment-column)) "\ |
10868 Function to compute desired indentation for a comment. | 11062 Function to compute desired indentation for a comment. |
10869 This function is called with no args with point at the beginning of | 11063 This function is called with no args with point at the beginning of |
10870 the comment's starting delimiter.") | 11064 the comment's starting delimiter.") |
10871 | 11065 |
10872 (defvar comment-style (quote plain) "\ | 11066 (defvar comment-style (quote plain) "\ |
10941 The inserted newline is marked hard if variable `use-hard-newlines' is true, | 11135 The inserted newline is marked hard if variable `use-hard-newlines' is true, |
10942 unless optional argument SOFT is non-nil." t nil) | 11136 unless optional argument SOFT is non-nil." t nil) |
10943 | 11137 |
10944 ;;;*** | 11138 ;;;*** |
10945 | 11139 |
10946 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14030 | 11140 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14792 |
10947 ;;;;;; 49432)) | 11141 ;;;;;; 2696)) |
10948 ;;; Generated autoloads from gnus/nndoc.el | 11142 ;;; Generated autoloads from gnus/nndoc.el |
10949 | 11143 |
10950 (autoload (quote nndoc-add-type) "nndoc" "\ | 11144 (autoload (quote nndoc-add-type) "nndoc" "\ |
10951 Add document DEFINITION to the list of nndoc document definitions. | 11145 Add document DEFINITION to the list of nndoc document definitions. |
10952 If POSITION is nil or `last', the definition will be added | 11146 If POSITION is nil or `last', the definition will be added |
10955 symbol in the alist." nil nil) | 11149 symbol in the alist." nil nil) |
10956 | 11150 |
10957 ;;;*** | 11151 ;;;*** |
10958 | 11152 |
10959 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 11153 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
10960 ;;;;;; (14030 49439)) | 11154 ;;;;;; (14792 2696)) |
10961 ;;; Generated autoloads from gnus/nnfolder.el | 11155 ;;; Generated autoloads from gnus/nnfolder.el |
10962 | 11156 |
10963 (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 11157 (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
10964 Look for mbox folders in the nnfolder directory and make them into groups." t nil) | 11158 Look for mbox folders in the nnfolder directory and make them into groups. |
11159 This command does not work if you use short group names." t nil) | |
10965 | 11160 |
10966 ;;;*** | 11161 ;;;*** |
10967 | 11162 |
10968 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" | 11163 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" |
10969 ;;;;;; (14030 49445)) | 11164 ;;;;;; (14793 26124)) |
10970 ;;; Generated autoloads from gnus/nnkiboze.el | 11165 ;;; Generated autoloads from gnus/nnkiboze.el |
10971 | 11166 |
10972 (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ | 11167 (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ |
10973 \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\". | 11168 \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\". |
10974 Finds out what articles are to be part of the nnkiboze groups." t nil) | 11169 Finds out what articles are to be part of the nnkiboze groups." t nil) |
10975 | 11170 |
10976 ;;;*** | 11171 ;;;*** |
10977 | 11172 |
10978 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 11173 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
10979 ;;;;;; (14030 49457)) | 11174 ;;;;;; (14792 2698)) |
10980 ;;; Generated autoloads from gnus/nnml.el | 11175 ;;; Generated autoloads from gnus/nnml.el |
10981 | 11176 |
10982 (autoload (quote nnml-generate-nov-databases) "nnml" "\ | 11177 (autoload (quote nnml-generate-nov-databases) "nnml" "\ |
10983 Generate NOV databases in all nnml directories." t nil) | 11178 Generate NOV databases in all nnml directories." t nil) |
10984 | 11179 |
10985 ;;;*** | 11180 ;;;*** |
10986 | 11181 |
10987 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) | 11182 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) |
10988 ;;;;;; "nnsoup" "gnus/nnsoup.el" (14293 3539)) | 11183 ;;;;;; "nnsoup" "gnus/nnsoup.el" (14792 2698)) |
10989 ;;; Generated autoloads from gnus/nnsoup.el | 11184 ;;; Generated autoloads from gnus/nnsoup.el |
10990 | 11185 |
10991 (autoload (quote nnsoup-pack-replies) "nnsoup" "\ | 11186 (autoload (quote nnsoup-pack-replies) "nnsoup" "\ |
10992 Make an outbound package of SOUP replies." t nil) | 11187 Make an outbound package of SOUP replies." t nil) |
10993 | 11188 |
11066 (defalias (quote run-octave) (quote inferior-octave)) | 11261 (defalias (quote run-octave) (quote inferior-octave)) |
11067 | 11262 |
11068 ;;;*** | 11263 ;;;*** |
11069 | 11264 |
11070 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 11265 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
11071 ;;;;;; (14535 42068)) | 11266 ;;;;;; (14535 42824)) |
11072 ;;; Generated autoloads from progmodes/octave-mod.el | 11267 ;;; Generated autoloads from progmodes/octave-mod.el |
11073 | 11268 |
11074 (autoload (quote octave-mode) "octave-mod" "\ | 11269 (autoload (quote octave-mode) "octave-mod" "\ |
11075 Major mode for editing Octave code. | 11270 Major mode for editing Octave code. |
11076 | 11271 |
11180 The Custom feature is intended to make this obsolete." t nil) | 11375 The Custom feature is intended to make this obsolete." t nil) |
11181 | 11376 |
11182 ;;;*** | 11377 ;;;*** |
11183 | 11378 |
11184 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" | 11379 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" |
11185 ;;;;;; (14747 44776)) | 11380 ;;;;;; (14807 56561)) |
11186 ;;; Generated autoloads from textmodes/outline.el | 11381 ;;; Generated autoloads from textmodes/outline.el |
11187 | 11382 |
11188 (autoload (quote outline-mode) "outline" "\ | 11383 (autoload (quote outline-mode) "outline" "\ |
11189 Set major mode for editing outlines with selective display. | 11384 Set major mode for editing outlines with selective display. |
11190 Headings are lines which start with asterisks: one for major headings, | 11385 Headings are lines which start with asterisks: one for major headings, |
11230 With arg, turn Outline minor mode on if arg is positive, off otherwise. | 11425 With arg, turn Outline minor mode on if arg is positive, off otherwise. |
11231 See the command `outline-mode' for more information on this mode." t nil) | 11426 See the command `outline-mode' for more information on this mode." t nil) |
11232 | 11427 |
11233 ;;;*** | 11428 ;;;*** |
11234 | 11429 |
11235 ;;;### (autoloads (show-paren-mode show-paren-mode) "paren" "paren.el" | 11430 ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (14807 56559)) |
11236 ;;;;;; (14744 19183)) | |
11237 ;;; Generated autoloads from paren.el | 11431 ;;; Generated autoloads from paren.el |
11238 | 11432 |
11239 (defvar show-paren-mode nil "\ | 11433 (defvar show-paren-mode nil "\ |
11240 *Toggle Show Paren mode. | 11434 Toggle Show-Paren mode. |
11241 When Show Paren mode is enabled, any matching parenthesis is highlighted | |
11242 after `show-paren-delay' seconds of Emacs idle time. | |
11243 Setting this variable directly does not take effect; | 11435 Setting this variable directly does not take effect; |
11244 use either \\[customize] or the function `show-paren-mode'.") | 11436 use either \\[customize] or the function `show-paren-mode'.") |
11245 | 11437 |
11246 (custom-add-to-group (quote paren-showing) (quote show-paren-mode) (quote custom-variable)) | 11438 (custom-add-to-group (quote paren-showing) (quote show-paren-mode) (quote custom-variable)) |
11247 | 11439 |
11255 When Show Paren mode is enabled, any matching parenthesis is highlighted | 11447 When Show Paren mode is enabled, any matching parenthesis is highlighted |
11256 in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t nil) | 11448 in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t nil) |
11257 | 11449 |
11258 ;;;*** | 11450 ;;;*** |
11259 | 11451 |
11260 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14627 | 11452 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14628 |
11261 ;;;;;; 63384)) | 11453 ;;;;;; 14481)) |
11262 ;;; Generated autoloads from progmodes/pascal.el | 11454 ;;; Generated autoloads from progmodes/pascal.el |
11263 | 11455 |
11264 (autoload (quote pascal-mode) "pascal" "\ | 11456 (autoload (quote pascal-mode) "pascal" "\ |
11265 Major mode for editing Pascal code. \\<pascal-mode-map> | 11457 Major mode for editing Pascal code. \\<pascal-mode-map> |
11266 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. | 11458 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. |
11323 C-Escape does list-buffers." t nil) | 11515 C-Escape does list-buffers." t nil) |
11324 | 11516 |
11325 ;;;*** | 11517 ;;;*** |
11326 | 11518 |
11327 ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 11519 ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
11328 ;;;;;; "emulation/pc-select.el" (14745 1586)) | 11520 ;;;;;; "emulation/pc-select.el" (14782 10868)) |
11329 ;;; Generated autoloads from emulation/pc-select.el | 11521 ;;; Generated autoloads from emulation/pc-select.el |
11330 | 11522 |
11331 (autoload (quote pc-selection-mode) "pc-select" "\ | 11523 (autoload (quote pc-selection-mode) "pc-select" "\ |
11332 Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. | 11524 Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. |
11333 | 11525 |
11390 (custom-add-load (quote pc-selection-mode) (quote pc-select)) | 11582 (custom-add-load (quote pc-selection-mode) (quote pc-select)) |
11391 | 11583 |
11392 ;;;*** | 11584 ;;;*** |
11393 | 11585 |
11394 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (14680 | 11586 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (14680 |
11395 ;;;;;; 31123)) | 11587 ;;;;;; 33021)) |
11396 ;;; Generated autoloads from pcmpl-cvs.el | 11588 ;;; Generated autoloads from pcmpl-cvs.el |
11397 | 11589 |
11398 (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ | 11590 (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ |
11399 Completion rules for the `cvs' command." nil nil) | 11591 Completion rules for the `cvs' command." nil nil) |
11400 | 11592 |
11419 (defalias (quote pcomplete/gdb) (quote pcomplete/xargs)) | 11611 (defalias (quote pcomplete/gdb) (quote pcomplete/xargs)) |
11420 | 11612 |
11421 ;;;*** | 11613 ;;;*** |
11422 | 11614 |
11423 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 11615 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
11424 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14680 31151)) | 11616 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14680 33024)) |
11425 ;;; Generated autoloads from pcmpl-linux.el | 11617 ;;; Generated autoloads from pcmpl-linux.el |
11426 | 11618 |
11427 (autoload (quote pcomplete/kill) "pcmpl-linux" "\ | 11619 (autoload (quote pcomplete/kill) "pcmpl-linux" "\ |
11428 Completion for GNU/Linux `kill', using /proc filesystem." nil nil) | 11620 Completion for GNU/Linux `kill', using /proc filesystem." nil nil) |
11429 | 11621 |
11434 Completion for GNU/Linux `mount'." nil nil) | 11626 Completion for GNU/Linux `mount'." nil nil) |
11435 | 11627 |
11436 ;;;*** | 11628 ;;;*** |
11437 | 11629 |
11438 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (14680 | 11630 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (14680 |
11439 ;;;;;; 31160)) | 11631 ;;;;;; 33025)) |
11440 ;;; Generated autoloads from pcmpl-rpm.el | 11632 ;;; Generated autoloads from pcmpl-rpm.el |
11441 | 11633 |
11442 (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ | 11634 (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ |
11443 Completion for RedHat's `rpm' command. | 11635 Completion for RedHat's `rpm' command. |
11444 These rules were taken from the output of `rpm --help' on a RedHat 6.1 | 11636 These rules were taken from the output of `rpm --help' on a RedHat 6.1 |
11448 | 11640 |
11449 ;;;*** | 11641 ;;;*** |
11450 | 11642 |
11451 ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which | 11643 ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which |
11452 ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) | 11644 ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) |
11453 ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (14680 31168)) | 11645 ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (14680 33026)) |
11454 ;;; Generated autoloads from pcmpl-unix.el | 11646 ;;; Generated autoloads from pcmpl-unix.el |
11455 | 11647 |
11456 (autoload (quote pcomplete/cd) "pcmpl-unix" "\ | 11648 (autoload (quote pcomplete/cd) "pcmpl-unix" "\ |
11457 Completion for `cd'." nil nil) | 11649 Completion for `cd'." nil nil) |
11458 | 11650 |
11522 | 11714 |
11523 ;;;*** | 11715 ;;;*** |
11524 | 11716 |
11525 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 11717 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
11526 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 11718 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
11527 ;;;;;; "pcvs.el" (14747 44772)) | 11719 ;;;;;; "pcvs.el" (14807 56559)) |
11528 ;;; Generated autoloads from pcvs.el | 11720 ;;; Generated autoloads from pcvs.el |
11529 | 11721 |
11530 (autoload (quote cvs-checkout) "pcvs" "\ | 11722 (autoload (quote cvs-checkout) "pcvs" "\ |
11531 Run a 'cvs checkout MODULES' in DIR. | 11723 Run a 'cvs checkout MODULES' in DIR. |
11532 Feed the output to a *cvs* buffer, display it in the current window, | 11724 Feed the output to a *cvs* buffer, display it in the current window, |
11591 (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)) | 11783 (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)) |
11592 | 11784 |
11593 ;;;*** | 11785 ;;;*** |
11594 | 11786 |
11595 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 11787 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
11596 ;;;;;; (14644 9538)) | 11788 ;;;;;; (14807 56561)) |
11597 ;;; Generated autoloads from progmodes/perl-mode.el | 11789 ;;; Generated autoloads from progmodes/perl-mode.el |
11598 | 11790 |
11599 (autoload (quote perl-mode) "perl-mode" "\ | 11791 (autoload (quote perl-mode) "perl-mode" "\ |
11600 Major mode for editing Perl code. | 11792 Major mode for editing Perl code. |
11601 Expression and list commands understand all Perl brackets. | 11793 Expression and list commands understand all Perl brackets. |
11776 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | 11968 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") |
11777 | 11969 |
11778 ;;;*** | 11970 ;;;*** |
11779 | 11971 |
11780 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14380 | 11972 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14380 |
11781 ;;;;;; 3795)) | 11973 ;;;;;; 3920)) |
11782 ;;; Generated autoloads from progmodes/ps-mode.el | 11974 ;;; Generated autoloads from progmodes/ps-mode.el |
11783 | 11975 |
11784 (autoload (quote ps-mode) "ps-mode" "\ | 11976 (autoload (quote ps-mode) "ps-mode" "\ |
11785 Major mode for editing PostScript with GNU Emacs. | 11977 Major mode for editing PostScript with GNU Emacs. |
11786 | 11978 |
11824 ;;;*** | 12016 ;;;*** |
11825 | 12017 |
11826 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize | 12018 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize |
11827 ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font | 12019 ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font |
11828 ;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" | 12020 ;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" |
11829 ;;;;;; "ps-mule.el" (14728 6241)) | 12021 ;;;;;; "ps-mule.el" (14728 33447)) |
11830 ;;; Generated autoloads from ps-mule.el | 12022 ;;; Generated autoloads from ps-mule.el |
11831 | 12023 |
11832 (defvar ps-multibyte-buffer nil "\ | 12024 (defvar ps-multibyte-buffer nil "\ |
11833 *Specifies the multi-byte buffer handling. | 12025 *Specifies the multi-byte buffer handling. |
11834 | 12026 |
11921 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region | 12113 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region |
11922 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces | 12114 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces |
11923 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 12115 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
11924 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 12116 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
11925 ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 12117 ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
11926 ;;;;;; "ps-print.el" (14763 37945)) | 12118 ;;;;;; "ps-print.el" (14763 38312)) |
11927 ;;; Generated autoloads from ps-print.el | 12119 ;;; Generated autoloads from ps-print.el |
11928 | 12120 |
11929 (defvar ps-paper-type (quote letter) "\ | 12121 (defvar ps-paper-type (quote letter) "\ |
11930 *Specify the size of paper to format for. | 12122 *Specify the size of paper to format for. |
11931 Should be one of the paper types defined in `ps-page-dimensions-database', for | 12123 Should be one of the paper types defined in `ps-page-dimensions-database', for |
12057 | 12249 |
12058 ;;;*** | 12250 ;;;*** |
12059 | 12251 |
12060 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal | 12252 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal |
12061 ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 12253 ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
12062 ;;;;;; quail-define-rules quail-set-keyboard-layout quail-define-package | 12254 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
12063 ;;;;;; quail-use-package) "quail" "international/quail.el" (14764 | 12255 ;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el" |
12064 ;;;;;; 59676)) | 12256 ;;;;;; (14801 17449)) |
12065 ;;; Generated autoloads from international/quail.el | 12257 ;;; Generated autoloads from international/quail.el |
12066 | 12258 |
12067 (autoload (quote quail-use-package) "quail" "\ | 12259 (autoload (quote quail-use-package) "quail" "\ |
12068 Start using Quail package PACKAGE-NAME. | 12260 Start using Quail package PACKAGE-NAME. |
12069 The remaining arguments are libraries to be loaded before using the package." nil nil) | 12261 The remaining arguments are libraries to be loaded before using the package." nil nil) |
12082 If it is an alist, the element has the form (CHAR . STRING). Each character | 12274 If it is an alist, the element has the form (CHAR . STRING). Each character |
12083 in the current key is searched in the list and the corresponding string is | 12275 in the current key is searched in the list and the corresponding string is |
12084 shown. | 12276 shown. |
12085 If it is nil, the current key is shown. | 12277 If it is nil, the current key is shown. |
12086 | 12278 |
12087 DOCSTRING is the documentation string of this package. | 12279 DOCSTRING is the documentation string of this package. The command |
12280 `describe-input-method' shows this string while replacing the form | |
12281 \\=\\<VAR> in the string by the value of VAR. That value should be a | |
12282 string. For instance, the form \\=\\<quail-translation-docstring> is | |
12283 replaced by a description about how to select a translation from a | |
12284 list of candidates. | |
12088 | 12285 |
12089 TRANSLATION-KEYS specifies additional key bindings used while translation | 12286 TRANSLATION-KEYS specifies additional key bindings used while translation |
12090 region is active. It is an alist of single key character vs. corresponding | 12287 region is active. It is an alist of single key character vs. corresponding |
12091 command to be called. | 12288 command to be called. |
12092 | 12289 |
12148 Since some Quail packages depends on a physical layout of keys (not | 12345 Since some Quail packages depends on a physical layout of keys (not |
12149 characters generated by them), those are created by assuming the | 12346 characters generated by them), those are created by assuming the |
12150 standard layout defined in `quail-keyboard-layout-standard'. This | 12347 standard layout defined in `quail-keyboard-layout-standard'. This |
12151 function tells Quail system the layout of your keyboard so that what | 12348 function tells Quail system the layout of your keyboard so that what |
12152 you type is correctly handled." t nil) | 12349 you type is correctly handled." t nil) |
12350 | |
12351 (autoload (quote quail-show-keyboard-layout) "quail" "\ | |
12352 Show the physical layout of the keyboard type KEYBOARD-TYPE. | |
12353 | |
12354 The variable `quail-keyboard-layout-type' holds the currently selected | |
12355 keyboard type." t nil) | |
12153 | 12356 |
12154 (autoload (quote quail-define-rules) "quail" "\ | 12357 (autoload (quote quail-define-rules) "quail" "\ |
12155 Define translation rules of the current Quail package. | 12358 Define translation rules of the current Quail package. |
12156 Each argument is a list of KEY and TRANSLATION. | 12359 Each argument is a list of KEY and TRANSLATION. |
12157 KEY is a string meaning a sequence of keystrokes to be translated. | 12360 KEY is a string meaning a sequence of keystrokes to be translated. |
12252 ;;;*** | 12455 ;;;*** |
12253 | 12456 |
12254 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 12457 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
12255 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 12458 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
12256 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14554 | 12459 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14554 |
12257 ;;;;;; 7245)) | 12460 ;;;;;; 8650)) |
12258 ;;; Generated autoloads from net/quickurl.el | 12461 ;;; Generated autoloads from net/quickurl.el |
12259 | 12462 |
12260 (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" "\ | 12463 (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" "\ |
12261 Example `quickurl-postfix' text that adds a local variable to the | 12464 Example `quickurl-postfix' text that adds a local variable to the |
12262 `quickurl-url-file' so that if you edit it by hand it will ensure that | 12465 `quickurl-url-file' so that if you edit it by hand it will ensure that |
12266 | 12469 |
12267 (setq quickurl-postfix quickurl-reread-hook-postfix) | 12470 (setq quickurl-postfix quickurl-reread-hook-postfix) |
12268 | 12471 |
12269 in your ~/.emacs (after loading/requiring quickurl).") | 12472 in your ~/.emacs (after loading/requiring quickurl).") |
12270 | 12473 |
12271 (autoload (quote quickurl) "quickurl" "Insert an URL based on LOOKUP.\n\nIf not supplied LOOKUP is taken to be the word at point in the current\nbuffer, this default action can be modifed via\n`quickurl-grab-lookup-function'." t nil) | 12474 (autoload (quote quickurl) "quickurl" "\ |
12475 Insert an URL based on LOOKUP. | |
12476 | |
12477 If not supplied LOOKUP is taken to be the word at point in the current | |
12478 buffer, this default action can be modifed via | |
12479 `quickurl-grab-lookup-function'." t nil) | |
12272 | 12480 |
12273 (autoload (quote quickurl-ask) "quickurl" "\ | 12481 (autoload (quote quickurl-ask) "quickurl" "\ |
12274 Insert an URL, with `completing-read' prompt, based on LOOKUP." t nil) | 12482 Insert an URL, with `completing-read' prompt, based on LOOKUP." t nil) |
12275 | 12483 |
12276 (autoload (quote quickurl-add-url) "quickurl" "\ | 12484 (autoload (quote quickurl-add-url) "quickurl" "\ |
12277 Allow the user to interactively add a new URL associated with WORD. | 12485 Allow the user to interactively add a new URL associated with WORD. |
12278 | 12486 |
12279 See `quickurl-grab-url' for details on how the default word/url combination | 12487 See `quickurl-grab-url' for details on how the default word/url combination |
12280 is decided." t nil) | 12488 is decided." t nil) |
12281 | 12489 |
12282 (autoload (quote quickurl-browse-url) "quickurl" "Browse the URL associated with LOOKUP.\n\nIf not supplied LOOKUP is taken to be the word at point in the\ncurrent buffer, this default action can be modifed via\n`quickurl-grab-lookup-function'." t nil) | 12490 (autoload (quote quickurl-browse-url) "quickurl" "\ |
12491 Browse the URL associated with LOOKUP. | |
12492 | |
12493 If not supplied LOOKUP is taken to be the word at point in the | |
12494 current buffer, this default action can be modifed via | |
12495 `quickurl-grab-lookup-function'." t nil) | |
12283 | 12496 |
12284 (autoload (quote quickurl-browse-url-ask) "quickurl" "\ | 12497 (autoload (quote quickurl-browse-url-ask) "quickurl" "\ |
12285 Browse the URL, with `completing-read' prompt, associated with LOOKUP." t nil) | 12498 Browse the URL, with `completing-read' prompt, associated with LOOKUP." t nil) |
12286 | 12499 |
12287 (autoload (quote quickurl-edit-urls) "quickurl" "\ | 12500 (autoload (quote quickurl-edit-urls) "quickurl" "\ |
12297 (autoload (quote quickurl-list) "quickurl" "\ | 12510 (autoload (quote quickurl-list) "quickurl" "\ |
12298 Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil) | 12511 Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil) |
12299 | 12512 |
12300 ;;;*** | 12513 ;;;*** |
12301 | 12514 |
12302 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (13149 | 12515 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (14550 |
12303 ;;;;;; 16808)) | 12516 ;;;;;; 7848)) |
12304 ;;; Generated autoloads from net/rcompile.el | 12517 ;;; Generated autoloads from net/rcompile.el |
12305 | 12518 |
12306 (autoload (quote remote-compile) "rcompile" "\ | 12519 (autoload (quote remote-compile) "rcompile" "\ |
12307 Compile the the current buffer's directory on HOST. Log in as USER. | 12520 Compile the the current buffer's directory on HOST. Log in as USER. |
12308 See \\[compile]." t nil) | 12521 See \\[compile]." t nil) |
12309 | 12522 |
12310 ;;;*** | 12523 ;;;*** |
12311 | 12524 |
12312 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 12525 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
12313 ;;;;;; (14539 41135)) | 12526 ;;;;;; (14539 46619)) |
12314 ;;; Generated autoloads from emacs-lisp/re-builder.el | 12527 ;;; Generated autoloads from emacs-lisp/re-builder.el |
12315 | 12528 |
12316 (autoload (quote re-builder) "re-builder" "\ | 12529 (autoload (quote re-builder) "re-builder" "\ |
12317 Call up the RE Builder for the current window." t nil) | 12530 Call up the RE Builder for the current window." t nil) |
12318 | 12531 |
12319 ;;;*** | 12532 ;;;*** |
12320 | 12533 |
12321 ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files | 12534 ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files |
12322 ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" | 12535 ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" |
12323 ;;;;;; "recentf.el" (14743 57317)) | 12536 ;;;;;; "recentf.el" (14743 59745)) |
12324 ;;; Generated autoloads from recentf.el | 12537 ;;; Generated autoloads from recentf.el |
12325 | 12538 |
12326 (autoload (quote recentf-save-list) "recentf" "\ | 12539 (autoload (quote recentf-save-list) "recentf" "\ |
12327 Save the current `recentf-list' to the file `recentf-save-file'." t nil) | 12540 Save the current `recentf-list' to the file `recentf-save-file'." t nil) |
12328 | 12541 |
12545 \\{reftex-index-phrases-map}" t nil) | 12758 \\{reftex-index-phrases-map}" t nil) |
12546 | 12759 |
12547 ;;;*** | 12760 ;;;*** |
12548 | 12761 |
12549 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 12762 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
12550 ;;;;;; (14738 26727)) | 12763 ;;;;;; (14807 56560)) |
12551 ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 12764 ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
12552 | 12765 |
12553 (autoload (quote regexp-opt) "regexp-opt" "\ | 12766 (autoload (quote regexp-opt) "regexp-opt" "\ |
12554 Return a regexp to match a string in STRINGS. | 12767 Return a regexp to match a string in STRINGS. |
12555 Each string should be unique in STRINGS and should not contain any regexps, | 12768 Each string should be unique in STRINGS and should not contain any regexps, |
12611 mail-sending package is used for editing and sending the message." nil nil) | 12824 mail-sending package is used for editing and sending the message." nil nil) |
12612 | 12825 |
12613 ;;;*** | 12826 ;;;*** |
12614 | 12827 |
12615 ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 12828 ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
12616 ;;;;;; (13229 29317)) | 12829 ;;;;;; (14808 17014)) |
12617 ;;; Generated autoloads from reposition.el | 12830 ;;; Generated autoloads from reposition.el |
12618 | 12831 |
12619 (autoload (quote reposition-window) "reposition" "\ | 12832 (autoload (quote reposition-window) "reposition" "\ |
12620 Make the current definition and/or comment visible. | 12833 Make the current definition and/or comment visible. |
12621 Further invocations move it to the top of the window or toggle the | 12834 Further invocations move it to the top of the window or toggle the |
12887 Set PASSWORD to be used for retrieving mail from a POP server." t nil) | 13100 Set PASSWORD to be used for retrieving mail from a POP server." t nil) |
12888 | 13101 |
12889 ;;;*** | 13102 ;;;*** |
12890 | 13103 |
12891 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 13104 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
12892 ;;;;;; (14387 64145)) | 13105 ;;;;;; (14387 64265)) |
12893 ;;; Generated autoloads from mail/rmailedit.el | 13106 ;;; Generated autoloads from mail/rmailedit.el |
12894 | 13107 |
12895 (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 13108 (autoload (quote rmail-edit-current-message) "rmailedit" "\ |
12896 Edit the contents of this message." t nil) | 13109 Edit the contents of this message." t nil) |
12897 | 13110 |
13188 that variable's value is a string." t nil) | 13401 that variable's value is a string." t nil) |
13189 | 13402 |
13190 ;;;*** | 13403 ;;;*** |
13191 | 13404 |
13192 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" | 13405 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" |
13193 ;;;;;; (14030 49477)) | 13406 ;;;;;; (14792 2703)) |
13194 ;;; Generated autoloads from gnus/score-mode.el | 13407 ;;; Generated autoloads from gnus/score-mode.el |
13195 | 13408 |
13196 (autoload (quote gnus-score-mode) "score-mode" "\ | 13409 (autoload (quote gnus-score-mode) "score-mode" "\ |
13197 Mode for editing Gnus score files. | 13410 Mode for editing Gnus score files. |
13198 This mode is an extended emacs-lisp mode. | 13411 This mode is an extended emacs-lisp mode. |
13200 \\{gnus-score-mode-map}" t nil) | 13413 \\{gnus-score-mode-map}" t nil) |
13201 | 13414 |
13202 ;;;*** | 13415 ;;;*** |
13203 | 13416 |
13204 ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381 | 13417 ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381 |
13205 ;;;;;; 55098)) | 13418 ;;;;;; 56615)) |
13206 ;;; Generated autoloads from textmodes/scribe.el | 13419 ;;; Generated autoloads from textmodes/scribe.el |
13207 | 13420 |
13208 (autoload (quote scribe-mode) "scribe" "\ | 13421 (autoload (quote scribe-mode) "scribe" "\ |
13209 Major mode for editing files of Scribe (a text formatter) source. | 13422 Major mode for editing files of Scribe (a text formatter) source. |
13210 Scribe-mode is similar to text-mode, with a few extra commands added. | 13423 Scribe-mode is similar to text-mode, with a few extra commands added. |
13226 | 13439 |
13227 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode | 13440 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode |
13228 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to | 13441 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to |
13229 ;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers | 13442 ;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers |
13230 ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from | 13443 ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from |
13231 ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14743 46413)) | 13444 ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14782 12278)) |
13232 ;;; Generated autoloads from mail/sendmail.el | 13445 ;;; Generated autoloads from mail/sendmail.el |
13233 | 13446 |
13234 (defvar mail-from-style (quote angles) "\ | 13447 (defvar mail-from-style (quote angles) "\ |
13235 *Specifies how \"From:\" fields look. | 13448 *Specifies how \"From:\" fields look. |
13236 | 13449 |
13386 (autoload (quote mail-other-frame) "sendmail" "\ | 13599 (autoload (quote mail-other-frame) "sendmail" "\ |
13387 Like `mail' command, but display mail buffer in another frame." t nil) | 13600 Like `mail' command, but display mail buffer in another frame." t nil) |
13388 | 13601 |
13389 ;;;*** | 13602 ;;;*** |
13390 | 13603 |
13391 ;;;### (autoloads (server-start) "server" "server.el" (14753 16033)) | 13604 ;;;### (autoloads (server-start) "server" "server.el" (14753 18953)) |
13392 ;;; Generated autoloads from server.el | 13605 ;;; Generated autoloads from server.el |
13393 | 13606 |
13394 (autoload (quote server-start) "server" "\ | 13607 (autoload (quote server-start) "server" "\ |
13395 Allow this Emacs process to be a server for client processes. | 13608 Allow this Emacs process to be a server for client processes. |
13396 This starts a server communications subprocess through which | 13609 This starts a server communications subprocess through which |
13401 Prefix arg means just kill any existing server communications subprocess." t nil) | 13614 Prefix arg means just kill any existing server communications subprocess." t nil) |
13402 | 13615 |
13403 ;;;*** | 13616 ;;;*** |
13404 | 13617 |
13405 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 13618 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
13406 ;;;;;; (14501 37288)) | 13619 ;;;;;; (14501 47217)) |
13407 ;;; Generated autoloads from textmodes/sgml-mode.el | 13620 ;;; Generated autoloads from textmodes/sgml-mode.el |
13408 | 13621 |
13409 (autoload (quote sgml-mode) "sgml-mode" "\ | 13622 (autoload (quote sgml-mode) "sgml-mode" "\ |
13410 Major mode for editing SGML documents. | 13623 Major mode for editing SGML documents. |
13411 Makes > match <. Makes / blink matching /. | 13624 Makes > match <. Makes / blink matching /. |
13463 \\{html-mode-map}" t nil) | 13676 \\{html-mode-map}" t nil) |
13464 | 13677 |
13465 ;;;*** | 13678 ;;;*** |
13466 | 13679 |
13467 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 13680 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
13468 ;;;;;; (14750 26820)) | 13681 ;;;;;; (14792 2704)) |
13469 ;;; Generated autoloads from progmodes/sh-script.el | 13682 ;;; Generated autoloads from progmodes/sh-script.el |
13470 | 13683 |
13471 (put (quote sh-mode) (quote mode-class) (quote special)) | 13684 (put (quote sh-mode) (quote mode-class) (quote special)) |
13472 | 13685 |
13473 (autoload (quote sh-mode) "sh-script" "\ | 13686 (autoload (quote sh-mode) "sh-script" "\ |
13571 buffer called `*Shadows*'. Shadowings are located by calling the | 13784 buffer called `*Shadows*'. Shadowings are located by calling the |
13572 \(non-interactive) companion function, `find-emacs-lisp-shadows'." t nil) | 13785 \(non-interactive) companion function, `find-emacs-lisp-shadows'." t nil) |
13573 | 13786 |
13574 ;;;*** | 13787 ;;;*** |
13575 | 13788 |
13576 ;;;### (autoloads (shell shell-prompt-pattern) "shell" "shell.el" | 13789 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
13577 ;;;;;; (14755 36371)) | 13790 ;;;;;; (14785 16384)) |
13578 ;;; Generated autoloads from shell.el | 13791 ;;; Generated autoloads from shell.el |
13579 | 13792 |
13580 (defvar shell-prompt-pattern "^[^#$%>\n]*[#$%>] *" "\ | 13793 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
13581 Regexp to match prompts in the inferior shell. | 13794 Regexp to match shells that don't save their command history. |
13582 Defaults to \"^[^#$%>\\n]*[#$%>] *\", which works pretty well. | 13795 For shells that match this regexp, Emacs will write out the |
13583 This variable is used to initialise `comint-prompt-regexp' in the | 13796 command history when the shell finishes.") |
13584 shell buffer. | |
13585 | |
13586 This variable is only used if the variable | |
13587 `comint-use-prompt-regexp-instead-of-fields' is non-nil. | |
13588 | |
13589 The pattern should probably not match more than one line. If it does, | |
13590 Shell mode may become confused trying to distinguish prompt from input | |
13591 on lines which don't start with a prompt. | |
13592 | |
13593 This is a fine thing to set in your `.emacs' file.") | |
13594 | 13797 |
13595 (autoload (quote shell) "shell" "\ | 13798 (autoload (quote shell) "shell" "\ |
13596 Run an inferior shell, with I/O through buffer *shell*. | 13799 Run an inferior shell, with I/O through buffer *shell*. |
13597 If buffer exists but shell process is not running, make new shell. | 13800 If buffer exists but shell process is not running, make new shell. |
13598 If buffer exists and shell process is running, just switch to buffer `*shell*'. | 13801 If buffer exists and shell process is running, just switch to buffer `*shell*'. |
13792 Minor mode to simplify editing output from the diff3 program. | 13995 Minor mode to simplify editing output from the diff3 program. |
13793 \\{smerge-mode-map}" t nil) | 13996 \\{smerge-mode-map}" t nil) |
13794 | 13997 |
13795 ;;;*** | 13998 ;;;*** |
13796 | 13999 |
14000 ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" | |
14001 ;;;;;; (14807 56560)) | |
14002 ;;; Generated autoloads from gnus/smiley-ems.el | |
14003 | |
14004 (autoload (quote smiley-region) "smiley-ems" "\ | |
14005 Replace in the region `smiley-regexp-alist' matches with corresponding images." t nil) | |
14006 | |
14007 ;;;*** | |
14008 | |
13797 ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 14009 ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
13798 ;;;;;; (14342 21398)) | 14010 ;;;;;; (14342 21630)) |
13799 ;;; Generated autoloads from mail/smtpmail.el | 14011 ;;; Generated autoloads from mail/smtpmail.el |
13800 | 14012 |
13801 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 14013 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
13802 | 14014 |
13803 ;;;*** | 14015 ;;;*** |
13824 " t nil) | 14036 " t nil) |
13825 | 14037 |
13826 ;;;*** | 14038 ;;;*** |
13827 | 14039 |
13828 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 14040 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
13829 ;;;;;; (14082 18459)) | 14041 ;;;;;; (14550 9134)) |
13830 ;;; Generated autoloads from net/snmp-mode.el | 14042 ;;; Generated autoloads from net/snmp-mode.el |
13831 | 14043 |
13832 (autoload (quote snmp-mode) "snmp-mode" "\ | 14044 (autoload (quote snmp-mode) "snmp-mode" "\ |
13833 Major mode for editing SNMP MIBs. | 14045 Major mode for editing SNMP MIBs. |
13834 Expression and list commands understand all C brackets. | 14046 Expression and list commands understand all C brackets. |
13986 | 14198 |
13987 ;;;*** | 14199 ;;;*** |
13988 | 14200 |
13989 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 14201 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
13990 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 14202 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
13991 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (14481 36636)) | 14203 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (14481 36842)) |
13992 ;;; Generated autoloads from sort.el | 14204 ;;; Generated autoloads from sort.el |
13993 | 14205 |
13994 (autoload (quote sort-subr) "sort" "\ | 14206 (autoload (quote sort-subr) "sort" "\ |
13995 General text sorting routine to divide buffer into records and sort them. | 14207 General text sorting routine to divide buffer into records and sort them. |
13996 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN. | 14208 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN. |
14109 From a program takes two point or marker arguments, BEG and END." t nil) | 14321 From a program takes two point or marker arguments, BEG and END." t nil) |
14110 | 14322 |
14111 ;;;*** | 14323 ;;;*** |
14112 | 14324 |
14113 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 14325 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
14114 ;;;;;; "speedbar.el" (14642 23986)) | 14326 ;;;;;; "speedbar.el" (14782 10119)) |
14115 ;;; Generated autoloads from speedbar.el | 14327 ;;; Generated autoloads from speedbar.el |
14116 | 14328 |
14117 (defalias (quote speedbar) (quote speedbar-frame-mode)) | 14329 (defalias (quote speedbar) (quote speedbar-frame-mode)) |
14118 | 14330 |
14119 (autoload (quote speedbar-frame-mode) "speedbar" "\ | 14331 (autoload (quote speedbar-frame-mode) "speedbar" "\ |
14172 | 14384 |
14173 ;;;*** | 14385 ;;;*** |
14174 | 14386 |
14175 ;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql | 14387 ;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql |
14176 ;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql" | 14388 ;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql" |
14177 ;;;;;; "progmodes/sql.el" (14747 51309)) | 14389 ;;;;;; "progmodes/sql.el" (14772 52869)) |
14178 ;;; Generated autoloads from progmodes/sql.el | 14390 ;;; Generated autoloads from progmodes/sql.el |
14179 | 14391 |
14180 (autoload (quote sql-help) "sql" "\ | 14392 (autoload (quote sql-help) "sql" "\ |
14181 Show short help for the SQL modes. | 14393 Show short help for the SQL modes. |
14182 | 14394 |
14423 | 14635 |
14424 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil) | 14636 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil) |
14425 | 14637 |
14426 ;;;*** | 14638 ;;;*** |
14427 | 14639 |
14428 ;;;### (autoloads (strokes-mode strokes-load-user-strokes strokes-help | 14640 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer |
14429 ;;;;;; strokes-describe-stroke strokes-do-complex-stroke strokes-do-stroke | 14641 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes |
14430 ;;;;;; strokes-read-complex-stroke strokes-read-stroke strokes-global-set-stroke) | 14642 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
14431 ;;;;;; "strokes" "strokes.el" (14726 36008)) | 14643 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
14644 ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" | |
14645 ;;;;;; (14786 23249)) | |
14432 ;;; Generated autoloads from strokes.el | 14646 ;;; Generated autoloads from strokes.el |
14433 | 14647 |
14434 (defvar strokes-mode nil "\ | 14648 (defvar strokes-mode nil "\ |
14435 Non-nil when `strokes' is globally enabled") | 14649 Non-nil when `strokes' is globally enabled. |
14650 Setting this variable directly does not take effect. Use either Customize | |
14651 or M-x strokes-mode.") | |
14652 | |
14653 (custom-add-to-group (quote strokes) (quote strokes-mode) (quote custom-variable)) | |
14654 | |
14655 (custom-add-load (quote strokes-mode) (quote strokes)) | |
14436 | 14656 |
14437 (autoload (quote strokes-global-set-stroke) "strokes" "\ | 14657 (autoload (quote strokes-global-set-stroke) "strokes" "\ |
14438 Interactively give STROKE the global binding as COMMAND. | 14658 Interactively give STROKE the global binding as COMMAND. |
14439 Operated just like `global-set-key', except for strokes. | 14659 Operated just like `global-set-key', except for strokes. |
14440 COMMAND is a symbol naming an interactively-callable function. STROKE | 14660 COMMAND is a symbol naming an interactively-callable function. STROKE |
14458 is implemented by allowing the user to paint with button1 or button2 and | 14678 is implemented by allowing the user to paint with button1 or button2 and |
14459 then complete the stroke with button3. | 14679 then complete the stroke with button3. |
14460 Optional EVENT is acceptable as the starting event of the stroke" nil nil) | 14680 Optional EVENT is acceptable as the starting event of the stroke" nil nil) |
14461 | 14681 |
14462 (autoload (quote strokes-do-stroke) "strokes" "\ | 14682 (autoload (quote strokes-do-stroke) "strokes" "\ |
14463 Read a simple stroke from the user and then exectute its comand. | 14683 Read a simple stroke from the user and then exectute its command. |
14464 This must be bound to a mouse event." t nil) | 14684 This must be bound to a mouse event." t nil) |
14465 | 14685 |
14466 (autoload (quote strokes-do-complex-stroke) "strokes" "\ | 14686 (autoload (quote strokes-do-complex-stroke) "strokes" "\ |
14467 Read a complex stroke from the user and then exectute its command. | 14687 Read a complex stroke from the user and then exectute its command. |
14468 This must be bound to a mouse event." t nil) | 14688 This must be bound to a mouse event." t nil) |
14471 Displays the command which STROKE maps to, reading STROKE interactively." t nil) | 14691 Displays the command which STROKE maps to, reading STROKE interactively." t nil) |
14472 | 14692 |
14473 (defalias (quote describe-stroke) (quote strokes-describe-stroke)) | 14693 (defalias (quote describe-stroke) (quote strokes-describe-stroke)) |
14474 | 14694 |
14475 (autoload (quote strokes-help) "strokes" "\ | 14695 (autoload (quote strokes-help) "strokes" "\ |
14476 Get instructional help on using the the `strokes' package." t nil) | 14696 Get instructional help on using the `strokes' package." t nil) |
14477 | 14697 |
14478 (autoload (quote strokes-load-user-strokes) "strokes" "\ | 14698 (autoload (quote strokes-load-user-strokes) "strokes" "\ |
14479 Load user-defined strokes from file named by `strokes-file'." t nil) | 14699 Load user-defined strokes from file named by `strokes-file'." t nil) |
14480 | 14700 |
14481 (defalias (quote load-user-strokes) (quote strokes-load-user-strokes)) | 14701 (defalias (quote load-user-strokes) (quote strokes-load-user-strokes)) |
14702 | |
14703 (autoload (quote strokes-list-strokes) "strokes" "\ | |
14704 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP. | |
14705 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes | |
14706 chronologically by command name. | |
14707 If STROKES-MAP is not given, `strokes-global-map' will be used instead." t nil) | |
14482 | 14708 |
14483 (autoload (quote strokes-mode) "strokes" "\ | 14709 (autoload (quote strokes-mode) "strokes" "\ |
14484 Toggle strokes being enabled. | 14710 Toggle strokes being enabled. |
14485 With ARG, turn strokes on if and only if ARG is positive or true. | 14711 With ARG, turn strokes on if and only if ARG is positive or true. |
14486 Note that `strokes-mode' is a global mode. Think of it as a minor | 14712 Note that `strokes-mode' is a global mode. Think of it as a minor |
14489 new strokes with | 14715 new strokes with |
14490 | 14716 |
14491 > M-x global-set-stroke | 14717 > M-x global-set-stroke |
14492 | 14718 |
14493 To use strokes for pictographic editing, such as Chinese/Japanese, use | 14719 To use strokes for pictographic editing, such as Chinese/Japanese, use |
14494 Sh-button-2, which draws strokes and inserts them. Encode/decode your | 14720 S-mouse-2, which draws strokes and inserts them. Encode/decode your |
14495 strokes with | 14721 strokes with |
14496 | 14722 |
14497 > M-x strokes-encode-buffer | 14723 > M-x strokes-encode-buffer |
14498 > M-x strokes-decode-buffer" t nil) | 14724 > M-x strokes-decode-buffer" t nil) |
14725 | |
14726 (autoload (quote strokes-decode-buffer) "strokes" "\ | |
14727 Decode stroke strings in BUFFER and display their corresponding glyphs. | |
14728 Optional BUFFER defaults to the current buffer. | |
14729 Optional FORCE non-nil will ignore the buffer's read-only status." t nil) | |
14730 | |
14731 (autoload (quote strokes-compose-complex-stroke) "strokes" "\ | |
14732 Read a complex stroke and insert its glyph into the current buffer." t nil) | |
14499 | 14733 |
14500 ;;;*** | 14734 ;;;*** |
14501 | 14735 |
14502 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 14736 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
14503 ;;;;;; (14565 55801)) | 14737 ;;;;;; (14565 55801)) |
14627 Get help on Tcl command. Default is word at point. | 14861 Get help on Tcl command. Default is word at point. |
14628 Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil) | 14862 Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil) |
14629 | 14863 |
14630 ;;;*** | 14864 ;;;*** |
14631 | 14865 |
14632 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (13858 52416)) | 14866 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (14550 7962)) |
14633 ;;; Generated autoloads from net/telnet.el | 14867 ;;; Generated autoloads from net/telnet.el |
14634 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 14868 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
14635 | 14869 |
14636 (autoload (quote telnet) "telnet" "\ | 14870 (autoload (quote telnet) "telnet" "\ |
14637 Open a network login connection to host named HOST (a string). | 14871 Open a network login connection to host named HOST (a string). |
14648 Normally input is edited in Emacs and sent a line at a time." t nil) | 14882 Normally input is edited in Emacs and sent a line at a time." t nil) |
14649 | 14883 |
14650 ;;;*** | 14884 ;;;*** |
14651 | 14885 |
14652 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14700 | 14886 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14700 |
14653 ;;;;;; 46635)) | 14887 ;;;;;; 46932)) |
14654 ;;; Generated autoloads from term.el | 14888 ;;; Generated autoloads from term.el |
14655 | 14889 |
14656 (autoload (quote make-term) "term" "\ | 14890 (autoload (quote make-term) "term" "\ |
14657 Make a term process NAME in a buffer, running PROGRAM. | 14891 Make a term process NAME in a buffer, running PROGRAM. |
14658 The name of the buffer is made by surrounding NAME with `*'s. | 14892 The name of the buffer is made by surrounding NAME with `*'s. |
14732 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command | 14966 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command |
14733 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names | 14967 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names |
14734 ;;;;;; tex-start-options-string slitex-run-command latex-run-command | 14968 ;;;;;; tex-start-options-string slitex-run-command latex-run-command |
14735 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 14969 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
14736 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 14970 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
14737 ;;;;;; (14747 44776)) | 14971 ;;;;;; (14807 56561)) |
14738 ;;; Generated autoloads from textmodes/tex-mode.el | 14972 ;;; Generated autoloads from textmodes/tex-mode.el |
14739 | 14973 |
14740 (defvar tex-shell-file-name nil "\ | 14974 (defvar tex-shell-file-name nil "\ |
14741 *If non-nil, the shell file name to run in the subshell used to run TeX.") | 14975 *If non-nil, the shell file name to run in the subshell used to run TeX.") |
14742 | 14976 |
14980 (autoload (quote tex-start-shell) "tex-mode" nil nil nil) | 15214 (autoload (quote tex-start-shell) "tex-mode" nil nil nil) |
14981 | 15215 |
14982 ;;;*** | 15216 ;;;*** |
14983 | 15217 |
14984 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 15218 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
14985 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (14600 18796)) | 15219 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (14600 36293)) |
14986 ;;; Generated autoloads from textmodes/texinfmt.el | 15220 ;;; Generated autoloads from textmodes/texinfmt.el |
14987 | 15221 |
14988 (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 15222 (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
14989 Process the current buffer as texinfo code, into an Info file. | 15223 Process the current buffer as texinfo code, into an Info file. |
14990 The Info file output is generated in a buffer visiting the Info file | 15224 The Info file output is generated in a buffer visiting the Info file |
15014 if large. You can use Info-split to do this manually." t nil) | 15248 if large. You can use Info-split to do this manually." t nil) |
15015 | 15249 |
15016 ;;;*** | 15250 ;;;*** |
15017 | 15251 |
15018 ;;;### (autoloads (texinfo-mode) "texinfo" "textmodes/texinfo.el" | 15252 ;;;### (autoloads (texinfo-mode) "texinfo" "textmodes/texinfo.el" |
15019 ;;;;;; (14587 10351)) | 15253 ;;;;;; (14810 32089)) |
15020 ;;; Generated autoloads from textmodes/texinfo.el | 15254 ;;; Generated autoloads from textmodes/texinfo.el |
15021 | 15255 |
15022 (autoload (quote texinfo-mode) "texinfo" "\ | 15256 (autoload (quote texinfo-mode) "texinfo" "\ |
15023 Major mode for editing Texinfo files. | 15257 Major mode for editing Texinfo files. |
15024 | 15258 |
15252 (autoload (quote tibetan-pre-write-conversion) "tibet-util" nil nil nil) | 15486 (autoload (quote tibetan-pre-write-conversion) "tibet-util" nil nil nil) |
15253 | 15487 |
15254 ;;;*** | 15488 ;;;*** |
15255 | 15489 |
15256 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 15490 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
15257 ;;;;;; (14357 30776)) | 15491 ;;;;;; (14780 1546)) |
15258 ;;; Generated autoloads from textmodes/tildify.el | 15492 ;;; Generated autoloads from textmodes/tildify.el |
15259 | 15493 |
15260 (autoload (quote tildify-region) "tildify" "\ | 15494 (autoload (quote tildify-region) "tildify" "\ |
15261 Add hard spaces in the region between BEG and END. | 15495 Add hard spaces in the region between BEG and END. |
15262 See variables `tildify-pattern-alist', `tildify-string-alist', and | 15496 See variables `tildify-pattern-alist', `tildify-string-alist', and |
15271 parameters. | 15505 parameters. |
15272 This function performs no refilling of the changed text." t nil) | 15506 This function performs no refilling of the changed text." t nil) |
15273 | 15507 |
15274 ;;;*** | 15508 ;;;*** |
15275 | 15509 |
15276 ;;;### (autoloads (display-time-mode display-time display-time-day-and-date | 15510 ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
15277 ;;;;;; display-time-mode) "time" "time.el" (14667 40846)) | 15511 ;;;;;; "time" "time.el" (14807 56560)) |
15278 ;;; Generated autoloads from time.el | 15512 ;;; Generated autoloads from time.el |
15279 | |
15280 (defvar display-time-mode nil "\ | |
15281 Toggle display of time, load level, and mail flag in mode lines. | |
15282 Setting this variable directly does not take effect; | |
15283 use either \\[customize] or the function `display-time-mode'.") | |
15284 | |
15285 (custom-add-to-group (quote display-time) (quote display-time-mode) (quote custom-variable)) | |
15286 | |
15287 (custom-add-load (quote display-time-mode) (quote time)) | |
15288 | 15513 |
15289 (defvar display-time-day-and-date nil "\ | 15514 (defvar display-time-day-and-date nil "\ |
15290 *Non-nil means \\[display-time] should display day and date as well as time.") | 15515 *Non-nil means \\[display-time] should display day and date as well as time.") |
15291 | 15516 |
15292 (autoload (quote display-time) "time" "\ | 15517 (autoload (quote display-time) "time" "\ |
15294 This display updates automatically every minute. | 15519 This display updates automatically every minute. |
15295 If `display-time-day-and-date' is non-nil, the current day and date | 15520 If `display-time-day-and-date' is non-nil, the current day and date |
15296 are displayed as well. | 15521 are displayed as well. |
15297 This runs the normal hook `display-time-hook' after each update." t nil) | 15522 This runs the normal hook `display-time-hook' after each update." t nil) |
15298 | 15523 |
15524 (defvar display-time-mode nil "\ | |
15525 Toggle Display-Time mode. | |
15526 Setting this variable directly does not take effect; | |
15527 use either \\[customize] or the function `display-time-mode'.") | |
15528 | |
15529 (custom-add-to-group (quote display-time) (quote display-time-mode) (quote custom-variable)) | |
15530 | |
15531 (custom-add-load (quote display-time-mode) (quote time)) | |
15532 | |
15299 (autoload (quote display-time-mode) "time" "\ | 15533 (autoload (quote display-time-mode) "time" "\ |
15300 Toggle display of time, load level, and mail flag in mode lines. | 15534 Toggle display of time, load level, and mail flag in mode lines. |
15301 With a numeric arg, enable this display if arg is positive. | 15535 With a numeric arg, enable this display if arg is positive. |
15302 | 15536 |
15303 When this display is enabled, it updates automatically every minute. | 15537 When this display is enabled, it updates automatically every minute. |
15304 If `display-time-day-and-date' is non-nil, the current day and date | 15538 If `display-time-day-and-date' is non-nil, the current day and date |
15305 are displayed as well. | 15539 are displayed as well. |
15306 This runs the normal hook `display-time-hook' after each update." t nil) | 15540 This runs the normal hook `display-time-hook' after each update." t nil) |
15541 | |
15542 ;;;*** | |
15543 | |
15544 ;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el" | |
15545 ;;;;;; (14791 27442)) | |
15546 ;;; Generated autoloads from gnus/time-date.el | |
15547 | |
15548 (autoload (quote date-to-time) "time-date" "\ | |
15549 Convert DATE into time." nil nil) | |
15550 | |
15551 (autoload (quote safe-date-to-time) "time-date" "\ | |
15552 Parse DATE and return a time structure. | |
15553 If DATE is malformed, a zero time will be returned." nil nil) | |
15307 | 15554 |
15308 ;;;*** | 15555 ;;;*** |
15309 | 15556 |
15310 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 15557 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
15311 ;;;;;; "time-stamp.el" (14599 11147)) | 15558 ;;;;;; "time-stamp.el" (14599 11147)) |
15474 be detected." nil (quote macro)) | 15721 be detected." nil (quote macro)) |
15475 | 15722 |
15476 ;;;*** | 15723 ;;;*** |
15477 | 15724 |
15478 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 15725 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
15479 ;;;;;; "international/titdic-cnv.el" (13618 46800)) | 15726 ;;;;;; "international/titdic-cnv.el" (14781 28209)) |
15480 ;;; Generated autoloads from international/titdic-cnv.el | 15727 ;;; Generated autoloads from international/titdic-cnv.el |
15481 | 15728 |
15482 (autoload (quote titdic-convert) "titdic-cnv" "\ | 15729 (autoload (quote titdic-convert) "titdic-cnv" "\ |
15483 Convert a TIT dictionary of FILENAME into a Quail package. | 15730 Convert a TIT dictionary of FILENAME into a Quail package. |
15484 Optional argument DIRNAME if specified is the directory name under which | 15731 Optional argument DIRNAME if specified is the directory name under which |
15493 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil nil) | 15740 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil nil) |
15494 | 15741 |
15495 ;;;*** | 15742 ;;;*** |
15496 | 15743 |
15497 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 15744 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
15498 ;;;;;; "tmm.el" (14642 26672)) | 15745 ;;;;;; "tmm.el" (14789 7949)) |
15499 ;;; Generated autoloads from tmm.el | 15746 ;;; Generated autoloads from tmm.el |
15500 (define-key global-map "\M-`" 'tmm-menubar) | 15747 (define-key global-map "\M-`" 'tmm-menubar) |
15501 (define-key global-map [f10] 'tmm-menubar) | 15748 (define-key global-map [f10] 'tmm-menubar) |
15502 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 15749 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
15503 | 15750 |
15551 Print todo summary using `todo-print-function'. | 15798 Print todo summary using `todo-print-function'. |
15552 If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted | 15799 If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted |
15553 between each category. | 15800 between each category. |
15554 | 15801 |
15555 Number of entries for each category is given by `todo-print-priorities'." t nil) | 15802 Number of entries for each category is given by `todo-print-priorities'." t nil) |
15803 | |
15804 ;;;*** | |
15805 | |
15806 ;;;### (autoloads (tool-bar-add-item tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" | |
15807 ;;;;;; (14801 29799)) | |
15808 ;;; Generated autoloads from toolbar/tool-bar.el | |
15809 | |
15810 (defvar tool-bar-mode nil "\ | |
15811 Toggle Tool-Bar mode. | |
15812 Setting this variable directly does not take effect; | |
15813 use either \\[customize] or the function `tool-bar-mode'.") | |
15814 | |
15815 (custom-add-to-group (quote frames) (quote tool-bar-mode) (quote custom-variable)) | |
15816 | |
15817 (custom-add-load (quote tool-bar-mode) (quote tool-bar)) | |
15818 | |
15819 (autoload (quote tool-bar-mode) "tool-bar" "\ | |
15820 Toggle use of the tool bar. | |
15821 With ARG, display the tool bar if and only if ARG is positive. | |
15822 | |
15823 See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for | |
15824 conveniently adding tool bar items." t nil) | |
15825 | |
15826 (autoload (quote tool-bar-add-item) "tool-bar" "\ | |
15827 Add an item to the tool bar. | |
15828 ICON names the image, DEF is the key definition and KEY is a symbol | |
15829 for the fake function key in the menu keymap. MAP is the tool bar | |
15830 keymap in which to define the item; it defaults to | |
15831 `tool-bar-global-map'. Remaining arguments PROPS are additional items | |
15832 to add to the menu item specification. See Info node `(elisp)Tool | |
15833 Bar'. Items are added from left to right. | |
15834 | |
15835 ICON is the base name of a file cnntaining the image to use. The | |
15836 function will try to use first ICON.xpm, then ICON.xbm using | |
15837 `find-image'. If PROPS contains `:enable', a `disabled' version of | |
15838 the icon is generated automatically using the Laplace algorithm (see | |
15839 Info node `(elisp)Image Descriptors')." nil nil) | |
15556 | 15840 |
15557 ;;;*** | 15841 ;;;*** |
15558 | 15842 |
15559 ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" | 15843 ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" |
15560 ;;;;;; (14720 1500)) | 15844 ;;;;;; (14720 1500)) |
15878 Convert Rmail file FILE to system inbox format file TO-FILE." t nil) | 16162 Convert Rmail file FILE to system inbox format file TO-FILE." t nil) |
15879 | 16163 |
15880 ;;;*** | 16164 ;;;*** |
15881 | 16165 |
15882 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) | 16166 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) |
15883 ;;;;;; "userlock" "userlock.el" (14365 43297)) | 16167 ;;;;;; "userlock" "userlock.el" (14365 43399)) |
15884 ;;; Generated autoloads from userlock.el | 16168 ;;; Generated autoloads from userlock.el |
15885 | 16169 |
15886 (autoload (quote ask-user-about-lock) "userlock" "\ | 16170 (autoload (quote ask-user-about-lock) "userlock" "\ |
15887 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. | 16171 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. |
15888 This function has a choice of three things to do: | 16172 This function has a choice of three things to do: |
15902 You can rewrite this to use any criterion you like to choose which one to do. | 16186 You can rewrite this to use any criterion you like to choose which one to do. |
15903 The buffer in question is current when this function is called." nil nil) | 16187 The buffer in question is current when this function is called." nil nil) |
15904 | 16188 |
15905 ;;;*** | 16189 ;;;*** |
15906 | 16190 |
16191 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) | |
16192 ;;;;;; "uudecode" "gnus/uudecode.el" (14791 27471)) | |
16193 ;;; Generated autoloads from gnus/uudecode.el | |
16194 | |
16195 (autoload (quote uudecode-decode-region-external) "uudecode" "\ | |
16196 Uudecode region between START and END with external decoder. | |
16197 | |
16198 If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |
16199 | |
16200 (autoload (quote uudecode-decode-region) "uudecode" "\ | |
16201 Uudecode region between START and END. | |
16202 If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |
16203 | |
16204 ;;;*** | |
16205 | |
15907 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file | 16206 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file |
15908 ;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot | 16207 ;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot |
15909 ;;;;;; vc-create-snapshot vc-directory vc-dired-resynch-file vc-resolve-conflicts | 16208 ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge |
15910 ;;;;;; vc-merge vc-insert-headers vc-version-other-window vc-diff | 16209 ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register |
15911 ;;;;;; vc-register vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook | 16210 ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook |
15912 ;;;;;; vc-checkin-hook) "vc" "vc.el" (14771 65325)) | 16211 ;;;;;; vc-checkin-hook) "vc" "vc.el" (14810 32085)) |
15913 ;;; Generated autoloads from vc.el | 16212 ;;; Generated autoloads from vc.el |
15914 | 16213 |
15915 (defvar vc-checkin-hook nil "\ | 16214 (defvar vc-checkin-hook nil "\ |
15916 *Normal hook (list of functions) run after a checkin is done. | 16215 *Normal hook (list of functions) run after a checkin is done. |
15917 See `run-hooks'.") | 16216 See `run-hooks'.") |
15973 with the logmessage as change commentary. A writable file is retained. | 16272 with the logmessage as change commentary. A writable file is retained. |
15974 If the repository file is changed, you are asked if you want to | 16273 If the repository file is changed, you are asked if you want to |
15975 merge in the changes into your working copy." t nil) | 16274 merge in the changes into your working copy." t nil) |
15976 | 16275 |
15977 (autoload (quote vc-register) "vc" "\ | 16276 (autoload (quote vc-register) "vc" "\ |
15978 Register the current file into a version-control system. | 16277 Register the current file into a version control system. |
15979 With prefix argument SET-VERSION, allow user to specify initial version | 16278 With prefix argument SET-VERSION, allow user to specify initial version |
15980 level. If COMMENT is present, use that as an initial comment. | 16279 level. If COMMENT is present, use that as an initial comment. |
15981 | 16280 |
15982 The version-control system to use is found by cycling through the list | 16281 The version control system to use is found by cycling through the list |
15983 `vc-handled-backends'. The first backend in that list which declares | 16282 `vc-handled-backends'. The first backend in that list which declares |
15984 itself responsible for the file (usually because other files in that | 16283 itself responsible for the file (usually because other files in that |
15985 directory are already registered under that backend) will be used to | 16284 directory are already registered under that backend) will be used to |
15986 register the file. If no backend declares itself responsible, the | 16285 register the file. If no backend declares itself responsible, the |
15987 first backend that could register the file is used." t nil) | 16286 first backend that could register the file is used." t nil) |
15997 Visit version REV of the current buffer in another window. | 16296 Visit version REV of the current buffer in another window. |
15998 If the current buffer is named `F', the version is named `F.~REV~'. | 16297 If the current buffer is named `F', the version is named `F.~REV~'. |
15999 If `F.~REV~' already exists, it is used instead of being re-created." t nil) | 16298 If `F.~REV~' already exists, it is used instead of being re-created." t nil) |
16000 | 16299 |
16001 (autoload (quote vc-insert-headers) "vc" "\ | 16300 (autoload (quote vc-insert-headers) "vc" "\ |
16002 Insert headers in a file for use with your version-control system. | 16301 Insert headers in a file for use with your version control system. |
16003 Headers desired are inserted at point, and are pulled from | 16302 Headers desired are inserted at point, and are pulled from |
16004 the variable `vc-BACKEND-header'." t nil) | 16303 the variable `vc-BACKEND-header'." t nil) |
16005 | 16304 |
16006 (autoload (quote vc-merge) "vc" "\ | 16305 (autoload (quote vc-merge) "vc" "\ |
16007 Merge changes between two revisions into the work file. | 16306 Merge changes between two versions into the current buffer's file. |
16008 With prefix arg, merge news, i.e. recent changes from the current branch. | 16307 This asks for two versions to merge from in the minibuffer. If the |
16308 first version is a branch number, then merge all changes from that | |
16309 branch. If the first version is empty, merge news, i.e. recent changes | |
16310 from the current branch. | |
16009 | 16311 |
16010 See Info node `Merging'." t nil) | 16312 See Info node `Merging'." t nil) |
16011 | 16313 |
16012 (autoload (quote vc-resolve-conflicts) "vc" "\ | 16314 (autoload (quote vc-resolve-conflicts) "vc" "\ |
16013 Invoke ediff to resolve conflicts in the current buffer. | 16315 Invoke ediff to resolve conflicts in the current buffer. |
16014 The conflicts must be marked with rcsmerge conflict markers." t nil) | 16316 The conflicts must be marked with rcsmerge conflict markers." t nil) |
16015 | 16317 |
16016 (autoload (quote vc-dired-resynch-file) "vc" "\ | |
16017 Update the entries for FILE in any VC Dired buffers that list it." nil nil) | |
16018 | |
16019 (autoload (quote vc-directory) "vc" "\ | 16318 (autoload (quote vc-directory) "vc" "\ |
16020 Create a buffer in VC Dired Mode for directory DIR. | 16319 Create a buffer in VC Dired Mode for directory DIR. |
16021 | 16320 |
16022 See Info node `VC Dired Mode'. | 16321 See Info node `VC Dired Mode'. |
16023 | 16322 |
16024 With prefix arg READ-SWITCHES, specify a value to override | 16323 With prefix arg READ-SWITCHES, specify a value to override |
16025 `dired-listing-switches' when generating the listing." t nil) | 16324 `dired-listing-switches' when generating the listing." t nil) |
16026 | 16325 |
16027 (autoload (quote vc-create-snapshot) "vc" "\ | 16326 (autoload (quote vc-create-snapshot) "vc" "\ |
16028 Descending recursively from DIR, make a snapshot called NAME. | 16327 Descending recursively from DIR, make a snapshot called NAME. |
16029 For each registered file, the version level of its latest version | 16328 For each registered file, the version level of its latest version |
16030 becomes part of the named configuration. If the prefix argument | 16329 becomes part of the named configuration. If the prefix argument |
16031 BRANCHP is given, the snapshot is made as a new branch and the files | 16330 BRANCHP is given, the snapshot is made as a new branch and the files |
16032 are checked out in that new branch." t nil) | 16331 are checked out in that new branch." t nil) |
16033 | 16332 |
16034 (autoload (quote vc-retrieve-snapshot) "vc" "\ | 16333 (autoload (quote vc-retrieve-snapshot) "vc" "\ |
16035 Descending recursively from DIR, retrieve the snapshot called NAME, | 16334 Descending recursively from DIR, retrieve the snapshot called NAME. |
16036 or latest versions if NAME is empty. If locking is used for the files | 16335 If NAME is empty, it refers to the latest versions. |
16037 in DIR, then there must not be any locked files at or below DIR (but | 16336 If locking is used for the files in DIR, then there must not be any |
16038 if NAME is empty, locked files are allowed and simply skipped)." t nil) | 16337 locked files at or below DIR (but if NAME is empty, locked files are |
16338 allowed and simply skipped)." t nil) | |
16039 | 16339 |
16040 (autoload (quote vc-print-log) "vc" "\ | 16340 (autoload (quote vc-print-log) "vc" "\ |
16041 List the change log of the current buffer in a window." t nil) | 16341 List the change log of the current buffer in a window." t nil) |
16042 | 16342 |
16043 (autoload (quote vc-revert-buffer) "vc" "\ | 16343 (autoload (quote vc-revert-buffer) "vc" "\ |
16044 Revert the current buffer's file back to the version it was based on. | 16344 Revert the current buffer's file back to the version it was based on. |
16045 This asks for confirmation if the buffer contents are not identical | 16345 This asks for confirmation if the buffer contents are not identical |
16046 to that version. Note that for RCS and CVS, this function does not | 16346 to that version. This function does not automatically pick up newer |
16047 automatically pick up newer changes found in the master file; | 16347 changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil) |
16048 use \\[universal-argument] \\[vc-next-action] to do so." t nil) | |
16049 | 16348 |
16050 (autoload (quote vc-cancel-version) "vc" "\ | 16349 (autoload (quote vc-cancel-version) "vc" "\ |
16051 Get rid of most recently checked in version of this file. | 16350 Get rid of most recently checked in version of this file. |
16052 A prefix argument means do not revert the buffer afterwards." t nil) | 16351 A prefix argument NOREVERT means do not revert the buffer afterwards." t nil) |
16053 | 16352 |
16054 (autoload (quote vc-rename-file) "vc" "\ | 16353 (autoload (quote vc-rename-file) "vc" "\ |
16055 Rename file OLD to NEW, and rename its master file likewise." t nil) | 16354 Rename file OLD to NEW, and rename its master file likewise." t nil) |
16056 | 16355 |
16057 (autoload (quote vc-update-change-log) "vc" "\ | 16356 (autoload (quote vc-update-change-log) "vc" "\ |
16058 Find change log file and add entries from recent version control logs. | 16357 Find change log file and add entries from recent version control logs. |
16059 Normally, find log entries for all registered files in the default | 16358 Normally, find log entries for all registered files in the default |
16060 directory. | 16359 directory. |
16061 | 16360 |
16062 With prefix arg of C-u, only find log entries for the current buffer's file. | 16361 With prefix arg of \\[universal-argument], only find log entries for the current buffer's file. |
16063 | 16362 |
16064 With any numeric prefix arg, find log entries for all currently visited | 16363 With any numeric prefix arg, find log entries for all currently visited |
16065 files that are under version control. This puts all the entries in the | 16364 files that are under version control. This puts all the entries in the |
16066 log for the default directory, which may not be appropriate. | 16365 log for the default directory, which may not be appropriate. |
16067 | 16366 |
16068 From a program, any arguments are assumed to be filenames for which | 16367 From a program, any ARGS are assumed to be filenames for which |
16069 log entries should be gathered." t nil) | 16368 log entries should be gathered." t nil) |
16070 | 16369 |
16071 (autoload (quote vc-annotate) "vc" "\ | 16370 (autoload (quote vc-annotate) "vc" "\ |
16072 Display the result of the \"Annotate\" command using colors. | 16371 Display the result of the \"Annotate\" command using colors. |
16073 \"Annotate\" is defined by `vc-BACKEND-annotate-command'. New lines | 16372 \"Annotate\" is defined by `vc-BACKEND-annotate-command'. New lines |
16079 `vc-annotate-very-old-color' defines the mapping of time to | 16378 `vc-annotate-very-old-color' defines the mapping of time to |
16080 colors. `vc-annotate-background' specifies the background color." t nil) | 16379 colors. `vc-annotate-background' specifies the background color." t nil) |
16081 | 16380 |
16082 ;;;*** | 16381 ;;;*** |
16083 | 16382 |
16084 ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14771 64628)) | 16383 ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14777 35047)) |
16085 ;;; Generated autoloads from vc-cvs.el | 16384 ;;; Generated autoloads from vc-cvs.el |
16086 (defun vc-cvs-registered (f) | 16385 (defun vc-cvs-registered (f) |
16087 (when (file-readable-p (expand-file-name | 16386 (when (file-readable-p (expand-file-name |
16088 "CVS/Entries" (file-name-directory f))) | 16387 "CVS/Entries" (file-name-directory f))) |
16089 (require 'vc-cvs) | 16388 (require 'vc-cvs) |
16090 (vc-cvs-registered f))) | 16389 (vc-cvs-registered f))) |
16091 | 16390 |
16092 ;;;*** | 16391 ;;;*** |
16093 | 16392 |
16094 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 16393 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
16095 ;;;;;; (14771 64607)) | 16394 ;;;;;; (14810 32085)) |
16096 ;;; Generated autoloads from vc-rcs.el | 16395 ;;; Generated autoloads from vc-rcs.el |
16097 | 16396 |
16098 (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 16397 (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
16099 *Where to look for RCS master files. | 16398 *Where to look for RCS master files. |
16100 For a description of possible values, see `vc-check-master-templates'.") | 16399 For a description of possible values, see `vc-check-master-templates'.") |
16102 (defun vc-rcs-registered (f) (vc-default-registered (quote RCS) f)) | 16401 (defun vc-rcs-registered (f) (vc-default-registered (quote RCS) f)) |
16103 | 16402 |
16104 ;;;*** | 16403 ;;;*** |
16105 | 16404 |
16106 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 16405 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
16107 ;;;;;; (14771 64647)) | 16406 ;;;;;; (14777 35048)) |
16108 ;;; Generated autoloads from vc-sccs.el | 16407 ;;; Generated autoloads from vc-sccs.el |
16109 | 16408 |
16110 (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 16409 (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
16111 *Where to look for SCCS master files. | 16410 *Where to look for SCCS master files. |
16112 For a description of possible values, see `vc-check-master-templates'.") | 16411 For a description of possible values, see `vc-check-master-templates'.") |
16119 find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs (quote ("SCCS" ""))) (setq dirs (quote ("src/SCCS" "src" "source/SCCS" "source"))) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir))))) | 16418 find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs (quote ("SCCS" ""))) (setq dirs (quote ("src/SCCS" "src" "source/SCCS" "source"))) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir))))) |
16120 | 16419 |
16121 ;;;*** | 16420 ;;;*** |
16122 | 16421 |
16123 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 16422 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
16124 ;;;;;; (14385 10956)) | 16423 ;;;;;; (14385 23382)) |
16125 ;;; Generated autoloads from progmodes/vhdl-mode.el | 16424 ;;; Generated autoloads from progmodes/vhdl-mode.el |
16126 | 16425 |
16127 (autoload (quote vhdl-mode) "vhdl-mode" "\ | 16426 (autoload (quote vhdl-mode) "vhdl-mode" "\ |
16128 Major mode for editing VHDL code. | 16427 Major mode for editing VHDL code. |
16129 | 16428 |
16477 | 16776 |
16478 ;;;*** | 16777 ;;;*** |
16479 | 16778 |
16480 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 16779 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
16481 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 16780 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
16482 ;;;;;; view-file-other-window view-file) "view" "view.el" (14550 | 16781 ;;;;;; view-file-other-window view-file) "view" "view.el" (14788 |
16483 ;;;;;; 6934)) | 16782 ;;;;;; 63637)) |
16484 ;;; Generated autoloads from view.el | 16783 ;;; Generated autoloads from view.el |
16485 | 16784 |
16486 (defvar view-mode nil "\ | 16785 (defvar view-mode nil "\ |
16487 Non-nil if View mode is enabled. | 16786 Non-nil if View mode is enabled. |
16488 Don't change this variable directly, you must change it by one of the | 16787 Don't change this variable directly, you must change it by one of the |
16686 (autoload (quote viper-mode) "viper" "\ | 16985 (autoload (quote viper-mode) "viper" "\ |
16687 Turn on Viper emulation of Vi." t nil) | 16986 Turn on Viper emulation of Vi." t nil) |
16688 | 16987 |
16689 ;;;*** | 16988 ;;;*** |
16690 | 16989 |
16691 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14223 54012)) | 16990 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14550 8900)) |
16692 ;;; Generated autoloads from net/webjump.el | 16991 ;;; Generated autoloads from net/webjump.el |
16693 | 16992 |
16694 (autoload (quote webjump) "webjump" "\ | 16993 (autoload (quote webjump) "webjump" "\ |
16695 Jumps to a Web site from a programmable hotlist. | 16994 Jumps to a Web site from a programmable hotlist. |
16696 | 16995 |
16830 With arg, turn widget mode on if and only if arg is positive." t nil) | 17129 With arg, turn widget mode on if and only if arg is positive." t nil) |
16831 | 17130 |
16832 ;;;*** | 17131 ;;;*** |
16833 | 17132 |
16834 ;;;### (autoloads (widget-delete widget-create widget-prompt-value) | 17133 ;;;### (autoloads (widget-delete widget-create widget-prompt-value) |
16835 ;;;;;; "wid-edit" "wid-edit.el" (14771 32908)) | 17134 ;;;;;; "wid-edit" "wid-edit.el" (14783 22604)) |
16836 ;;; Generated autoloads from wid-edit.el | 17135 ;;; Generated autoloads from wid-edit.el |
16837 | 17136 |
16838 (autoload (quote widget-prompt-value) "wid-edit" "\ | 17137 (autoload (quote widget-prompt-value) "wid-edit" "\ |
16839 Prompt for a value matching WIDGET, using PROMPT. | 17138 Prompt for a value matching WIDGET, using PROMPT. |
16840 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil) | 17139 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil) |
17062 Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t nil) | 17361 Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t nil) |
17063 | 17362 |
17064 ;;;*** | 17363 ;;;*** |
17065 | 17364 |
17066 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 17365 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
17067 ;;;;;; yow) "yow" "play/yow.el" (13607 43571)) | 17366 ;;;;;; yow) "yow" "play/yow.el" (14809 34045)) |
17068 ;;; Generated autoloads from play/yow.el | 17367 ;;; Generated autoloads from play/yow.el |
17069 | 17368 |
17070 (autoload (quote yow) "yow" "\ | 17369 (autoload (quote yow) "yow" "\ |
17071 Return or display a random Zippy quotation. With prefix arg, insert it." t nil) | 17370 Return or display a random Zippy quotation. With prefix arg, insert it." t nil) |
17072 | 17371 |
17089 Zone out, completely." t nil) | 17388 Zone out, completely." t nil) |
17090 | 17389 |
17091 ;;;*** | 17390 ;;;*** |
17092 | 17391 |
17093 ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" | 17392 ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" |
17094 ;;;;;; "net/zone-mode.el" (13674 20513)) | 17393 ;;;;;; "net/zone-mode.el" (14550 9028)) |
17095 ;;; Generated autoloads from net/zone-mode.el | 17394 ;;; Generated autoloads from net/zone-mode.el |
17096 | 17395 |
17097 (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ | 17396 (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ |
17098 Update the serial number in a zone if the file was modified" t nil) | 17397 Update the serial number in a zone if the file was modified" t nil) |
17099 | 17398 |