Now on revision 110765. ------------------------------------------------------------ revno: 110765 committer: Chong Yidong branch nick: trunk timestamp: Fri 2012-11-02 08:48:12 +0800 message: Bump version to 24.3.50 diff: === modified file 'README' --- README 2012-09-10 01:03:27 +0000 +++ README 2012-11-02 00:48:12 +0000 @@ -2,7 +2,7 @@ See the end of the file for license conditions. -This directory tree holds version 24.2.50 of GNU Emacs, the extensible, +This directory tree holds version 24.3.50 of GNU Emacs, the extensible, customizable, self-documenting real-time display editor. The file INSTALL in this directory says how to build and install GNU === modified file 'configure.ac' --- configure.ac 2012-10-23 19:39:36 +0000 +++ configure.ac 2012-11-02 00:48:12 +0000 @@ -22,7 +22,7 @@ dnl along with GNU Emacs. If not, see . AC_PREREQ(2.65) -AC_INIT(emacs, 24.2.50) +AC_INIT(emacs, 24.3.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) AC_CONFIG_AUX_DIR(build-aux) === modified file 'doc/emacs/emacsver.texi' --- doc/emacs/emacsver.texi 2012-08-28 16:01:59 +0000 +++ doc/emacs/emacsver.texi 2012-11-02 00:48:12 +0000 @@ -1,4 +1,4 @@ @c It would be nicer to generate this using configure and @version@. @c However, that would mean emacsver.texi would always be newer @c then the info files in release tarfiles. -@set EMACSVER 24.2.50 +@set EMACSVER 24.3.50 === modified file 'doc/man/emacs.1' --- doc/man/emacs.1 2012-08-28 16:01:59 +0000 +++ doc/man/emacs.1 2012-11-02 00:48:12 +0000 @@ -1,5 +1,5 @@ .\" See section COPYING for copyright and redistribution information. -.TH EMACS 1 "2007 April 13" "GNU Emacs 24.2.50" +.TH EMACS 1 "2007 April 13" "GNU Emacs 24.3.50" . . .SH NAME === modified file 'msdos/sed2v2.inp' --- msdos/sed2v2.inp 2012-08-28 16:01:59 +0000 +++ msdos/sed2v2.inp 2012-11-02 00:48:12 +0000 @@ -70,7 +70,7 @@ /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ -/^#undef VERSION/s/^.*$/#define VERSION "24.2.50"/ +/^#undef VERSION/s/^.*$/#define VERSION "24.3.50"/ /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ === modified file 'nt/config.nt' --- nt/config.nt 2012-11-01 14:21:45 +0000 +++ nt/config.nt 2012-11-02 00:48:12 +0000 @@ -1399,7 +1399,7 @@ #undef USG_SUBTTY_WORKS /* Version number of package */ -#define VERSION "24.2.50" +#define VERSION "24.3.50" /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */ === modified file 'nt/emacs.rc' --- nt/emacs.rc 2012-09-30 21:36:42 +0000 +++ nt/emacs.rc 2012-11-02 00:48:12 +0000 @@ -11,8 +11,8 @@ #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 24,2,50,0 - PRODUCTVERSION 24,2,50,0 + FILEVERSION 24,3,50,0 + PRODUCTVERSION 24,3,50,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -29,12 +29,12 @@ BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" - VALUE "FileVersion", "24, 2, 50, 0\0" + VALUE "FileVersion", "24, 3, 50, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" - VALUE "ProductVersion", "24, 2, 50, 0\0" + VALUE "ProductVersion", "24, 3, 50, 0\0" VALUE "OLESelfRegister", "\0" END END === modified file 'nt/emacsclient.rc' --- nt/emacsclient.rc 2012-08-28 16:01:59 +0000 +++ nt/emacsclient.rc 2012-11-02 00:48:12 +0000 @@ -5,8 +5,8 @@ #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 24,2,50,0 - PRODUCTVERSION 24,2,50,0 + FILEVERSION 24,3,50,0 + PRODUCTVERSION 24,3,50,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -23,12 +23,12 @@ BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" - VALUE "FileVersion", "24, 2, 50, 0\0" + VALUE "FileVersion", "24, 3, 50, 0\0" VALUE "InternalName", "EmacsClient\0" VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" - VALUE "ProductVersion", "24, 2, 50, 0\0" + VALUE "ProductVersion", "24, 3, 50, 0\0" VALUE "OLESelfRegister", "\0" END END === modified file 'nt/makefile.w32-in' --- nt/makefile.w32-in 2012-09-30 21:36:42 +0000 +++ nt/makefile.w32-in 2012-11-02 00:48:12 +0000 @@ -22,7 +22,7 @@ # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out # (and remove or replace this comment). -VERSION = 24.2.50 +VERSION = 24.3.50 TMP_DIST_DIR = emacs-$(VERSION) ------------------------------------------------------------ revno: 110764 [merge] committer: Chong Yidong branch nick: trunk timestamp: Fri 2012-11-02 08:36:02 +0800 message: Merge from emacs-24; up to r108163 diff: ------------------------------------------------------------ revno: 110763 fixes bug: http://debbugs.gnu.org/12776 committer: Eli Zaretskii branch nick: trunk timestamp: Thu 2012-11-01 16:21:45 +0200 message: Fix MS-Windows build broken by fixing bug #12776 on Posix platforms. src/w32proc.c (getpgrp, setpgid): New functions. nt/inc/unistd.h (setpgid, getpgrp): Provide prototypes. nt/config.nt (GETPGRP_VOID): Define to 1. diff: === modified file 'nt/ChangeLog' --- nt/ChangeLog 2012-10-24 13:46:38 +0000 +++ nt/ChangeLog 2012-11-01 14:21:45 +0000 @@ -1,3 +1,9 @@ +2012-11-01 Eli Zaretskii + + * inc/unistd.h (setpgid, getpgrp): Provide prototypes. (Bug#12776) + + * config.nt (GETPGRP_VOID): Define to 1. + 2012-10-24 Juanma Barranquero * config.nt: Sync with autogen/config.in. === modified file 'nt/config.nt' --- nt/config.nt 2012-10-24 13:46:38 +0000 +++ nt/config.nt 2012-11-01 14:21:45 +0000 @@ -184,7 +184,7 @@ #define GC_SETJMP_WORKS 1 /* Define to 1 if the `getpgrp' function requires zero arguments. */ -#undef GETPGRP_VOID +#define GETPGRP_VOID 1 /* Define if gettimeofday clobbers the localtime buffer. */ #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME === modified file 'nt/inc/unistd.h' --- nt/inc/unistd.h 2012-09-04 17:34:54 +0000 +++ nt/inc/unistd.h 2012-11-01 14:21:45 +0000 @@ -10,5 +10,7 @@ extern ssize_t readlink (const char *, char *, size_t); extern int symlink (char const *, char const *); +extern int setpgid (pid_t, pid_t); +extern pid_t getpgrp (void); #endif /* _UNISTD_H */ === modified file 'src/ChangeLog' --- src/ChangeLog 2012-10-31 17:27:29 +0000 +++ src/ChangeLog 2012-11-01 14:21:45 +0000 @@ -1,3 +1,7 @@ +2012-11-01 Eli Zaretskii + + * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776) + 2012-10-31 Paul Eggert Fix crash when using Emacs as commit editor for git (Bug#12697). === modified file 'src/w32proc.c' --- src/w32proc.c 2012-10-31 19:23:06 +0000 +++ src/w32proc.c 2012-11-01 14:21:45 +0000 @@ -236,6 +236,18 @@ return 0; } +pid_t +getpgrp (void) +{ + return getpid (); +} + +int +setpgid (pid_t pid, pid_t pgid) +{ + return 0; +} + /* Emulations of interval timers. Limitations: only ITIMER_REAL and ITIMER_PROF are supported. ------------------------------------------------------------ revno: 110762 committer: Glenn Morris branch nick: trunk timestamp: Thu 2012-11-01 06:19:27 -0400 message: Auto-commit of loaddefs files. diff: === modified file 'lisp/ldefs-boot.el' --- lisp/ldefs-boot.el 2012-10-12 19:08:23 +0000 +++ lisp/ldefs-boot.el 2012-11-01 10:19:27 +0000 @@ -5,7 +5,7 @@ ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" -;;;;;; "play/5x5.el" (20550 14882 0 0)) +;;;;;; "play/5x5.el" (20545 57511 257469 0)) ;;; Generated autoloads from play/5x5.el (autoload '5x5 "5x5" "\ @@ -68,7 +68,7 @@ ;;;*** ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20576 42138 697312 0)) ;;; Generated autoloads from progmodes/ada-mode.el (autoload 'ada-add-extensions "ada-mode" "\ @@ -88,7 +88,7 @@ ;;;*** ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from progmodes/ada-stmt.el (autoload 'ada-header "ada-stmt" "\ @@ -99,7 +99,7 @@ ;;;*** ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" -;;;;;; (20460 33749 0 0)) +;;;;;; (20458 56750 651721 0)) ;;; Generated autoloads from progmodes/ada-xref.el (autoload 'ada-find-file "ada-xref" "\ @@ -114,7 +114,7 @@ ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name ;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el" -;;;;;; (20589 46442 0 0)) +;;;;;; (20586 48936 135199 0)) ;;; Generated autoloads from vc/add-log.el (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) @@ -253,7 +253,7 @@ ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) -;;;;;; "advice" "emacs-lisp/advice.el" (20567 31133 0 0)) +;;;;;; "advice" "emacs-lisp/advice.el" (20618 55210 422086 0)) ;;; Generated autoloads from emacs-lisp/advice.el (defvar ad-redefinition-action 'warn "\ @@ -398,7 +398,7 @@ ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule ;;;;;; align-highlight-rule align-current align-entire align-regexp -;;;;;; align) "align" "align.el" (20567 31133 0 0)) +;;;;;; align) "align" "align.el" (20566 63671 243798 0)) ;;; Generated autoloads from align.el (autoload 'align "align" "\ @@ -489,7 +489,7 @@ ;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation ;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20577 33959 40183 0)) ;;; Generated autoloads from allout.el (autoload 'allout-auto-activation-helper "allout" "\ @@ -850,7 +850,7 @@ ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" -;;;;;; (20550 14882 0 0)) +;;;;;; (20545 57511 257469 0)) ;;; Generated autoloads from allout-widgets.el (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) @@ -910,7 +910,7 @@ ;;;*** ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" -;;;;;; "net/ange-ftp.el" (20567 31133 0 0)) +;;;;;; "net/ange-ftp.el" (20566 63671 243798 0)) ;;; Generated autoloads from net/ange-ftp.el (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) @@ -932,7 +932,7 @@ ;;;*** ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) -;;;;;; "animate" "play/animate.el" (20550 14882 0 0)) +;;;;;; "animate" "play/animate.el" (20545 57511 257469 0)) ;;; Generated autoloads from play/animate.el (autoload 'animate-string "animate" "\ @@ -965,7 +965,7 @@ ;;;*** ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) -;;;;;; "ansi-color" "ansi-color.el" (20577 48876 0 0)) +;;;;;; "ansi-color" "ansi-color.el" (20577 33959 40183 0)) ;;; Generated autoloads from ansi-color.el (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ @@ -991,7 +991,8 @@ ;;;*** ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) -;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20567 31133 0 0)) +;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20566 63671 243798 +;;;;;; 0)) ;;; Generated autoloads from progmodes/antlr-mode.el (autoload 'antlr-show-makefile-rules "antlr-mode" "\ @@ -1027,7 +1028,7 @@ ;;;*** ;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from calendar/appt.el (autoload 'appt-add "appt" "\ @@ -1050,8 +1051,8 @@ ;;;### (autoloads (apropos-documentation apropos-value apropos-library ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable -;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20523 63054 -;;;;;; 0 0)) +;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20523 62082 +;;;;;; 997685 0)) ;;; Generated autoloads from apropos.el (autoload 'apropos-read-pattern "apropos" "\ @@ -1159,8 +1160,8 @@ ;;;*** -;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20585 -;;;;;; 55103 0 0)) +;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20614 +;;;;;; 54428 654267 0)) ;;; Generated autoloads from arc-mode.el (autoload 'archive-mode "arc-mode" "\ @@ -1180,7 +1181,7 @@ ;;;*** -;;;### (autoloads (array-mode) "array" "array.el" (20244 35516 0 +;;;### (autoloads (array-mode) "array" "array.el" (20355 10021 546955 ;;;;;; 0)) ;;; Generated autoloads from array.el @@ -1253,7 +1254,7 @@ ;;;*** ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20513 -;;;;;; 36786 0 0)) +;;;;;; 18948 537867 0)) ;;; Generated autoloads from textmodes/artist.el (autoload 'artist-mode "artist" "\ @@ -1458,8 +1459,8 @@ ;;;*** -;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20356 -;;;;;; 35090 0 0)) +;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from progmodes/asm-mode.el (autoload 'asm-mode "asm-mode" "\ @@ -1487,7 +1488,7 @@ ;;;*** ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" -;;;;;; (20544 52783 0 0)) +;;;;;; (20544 36659 880486 0)) ;;; Generated autoloads from gnus/auth-source.el (defvar auth-source-cache-expiry 7200 "\ @@ -1500,7 +1501,7 @@ ;;;*** ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from autoarg.el (defvar autoarg-mode nil "\ @@ -1561,7 +1562,7 @@ ;;;*** ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" -;;;;;; (20513 16153 0 0)) +;;;;;; (20513 18948 537867 0)) ;;; Generated autoloads from progmodes/autoconf.el (autoload 'autoconf-mode "autoconf" "\ @@ -1572,7 +1573,7 @@ ;;;*** ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) -;;;;;; "autoinsert" "autoinsert.el" (20567 31133 0 0)) +;;;;;; "autoinsert" "autoinsert.el" (20566 63671 243798 0)) ;;; Generated autoloads from autoinsert.el (autoload 'auto-insert "autoinsert" "\ @@ -1612,7 +1613,7 @@ ;;;### (autoloads (batch-update-autoloads update-directory-autoloads ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20594 43050 277913 0)) ;;; Generated autoloads from emacs-lisp/autoload.el (put 'generated-autoload-file 'safe-local-variable 'stringp) @@ -1663,7 +1664,7 @@ ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) -;;;;;; "autorevert" "autorevert.el" (20511 52965 0 0)) +;;;;;; "autorevert" "autorevert.el" (20476 31768 298871 0)) ;;; Generated autoloads from autorevert.el (autoload 'auto-revert-mode "autorevert" "\ @@ -1752,7 +1753,7 @@ ;;;*** ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" -;;;;;; "avoid.el" (20600 16892 0 0)) +;;;;;; "avoid.el" (20593 22184 581574 0)) ;;; Generated autoloads from avoid.el (defvar mouse-avoidance-mode nil "\ @@ -1793,7 +1794,7 @@ ;;;*** ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20594 43050 277913 0)) ;;; Generated autoloads from battery.el (put 'battery-mode-line-string 'risky-local-variable t) @@ -1829,7 +1830,8 @@ ;;;*** ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) -;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20559 38659 0 0)) +;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20557 48712 315579 +;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/benchmark.el (autoload 'benchmark-run "benchmark" "\ @@ -1866,7 +1868,7 @@ ;;;*** ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) -;;;;;; "bibtex" "textmodes/bibtex.el" (20577 48876 0 0)) +;;;;;; "bibtex" "textmodes/bibtex.el" (20576 13095 881042 0)) ;;; Generated autoloads from textmodes/bibtex.el (autoload 'bibtex-initialize "bibtex" "\ @@ -1955,7 +1957,7 @@ ;;;*** ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from textmodes/bibtex-style.el (autoload 'bibtex-style-mode "bibtex-style" "\ @@ -1967,7 +1969,7 @@ ;;;### (autoloads (binhex-decode-region binhex-decode-region-external ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el" -;;;;;; (20356 35090 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from mail/binhex.el (defconst binhex-begin-line "^:...............................................................$" "\ @@ -1991,8 +1993,8 @@ ;;;*** -;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20553 -;;;;;; 2323 0 0)) +;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20551 +;;;;;; 9899 283417 0)) ;;; Generated autoloads from play/blackbox.el (autoload 'blackbox "blackbox" "\ @@ -2115,7 +2117,7 @@ ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" -;;;;;; "bookmark.el" (20589 46442 0 0)) +;;;;;; "bookmark.el" (20618 55210 422086 0)) ;;; Generated autoloads from bookmark.el (define-key ctl-x-r-map "b" 'bookmark-jump) (define-key ctl-x-r-map "m" 'bookmark-set) @@ -2316,7 +2318,7 @@ ;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) -;;;;;; "browse-url" "net/browse-url.el" (20567 31133 0 0)) +;;;;;; "browse-url" "net/browse-url.el" (20566 63671 243798 0)) ;;; Generated autoloads from net/browse-url.el (defvar browse-url-browser-function 'browse-url-default-browser "\ @@ -2632,7 +2634,7 @@ ;;;*** ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) -;;;;;; "bs" "bs.el" (20577 48876 0 0)) +;;;;;; "bs" "bs.el" (20576 13095 881042 0)) ;;; Generated autoloads from bs.el (autoload 'bs-cycle-next "bs" "\ @@ -2672,8 +2674,8 @@ ;;;*** -;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20567 31133 -;;;;;; 0 0)) +;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20566 63671 +;;;;;; 243798 0)) ;;; Generated autoloads from play/bubbles.el (autoload 'bubbles "bubbles" "\ @@ -2695,7 +2697,7 @@ ;;;*** ;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference" -;;;;;; "progmodes/bug-reference.el" (20600 16892 0 0)) +;;;;;; "progmodes/bug-reference.el" (20593 22184 581574 0)) ;;; Generated autoloads from progmodes/bug-reference.el (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) @@ -2719,7 +2721,7 @@ ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile ;;;;;; compile-defun byte-compile-file byte-recompile-directory ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) -;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20600 16892 0 0)) +;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20599 27513 576550 0)) ;;; Generated autoloads from emacs-lisp/bytecomp.el (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) @@ -2839,8 +2841,8 @@ ;;;*** -;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from calendar/cal-china.el (put 'calendar-chinese-time-zone 'risky-local-variable t) @@ -2849,8 +2851,8 @@ ;;;*** -;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20468 36126 -;;;;;; 0 0)) +;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20461 32935 +;;;;;; 300400 0)) ;;; Generated autoloads from calendar/cal-dst.el (put 'calendar-daylight-savings-starts 'risky-local-variable t) @@ -2862,7 +2864,7 @@ ;;;*** ;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el" -;;;;;; (20290 33419 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from calendar/cal-hebrew.el (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ @@ -2878,8 +2880,8 @@ ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc -;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20600 -;;;;;; 16892 0 0)) +;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20593 +;;;;;; 22184 581574 0)) ;;; Generated autoloads from calc/calc.el (define-key ctl-x-map "*" 'calc-dispatch) @@ -2963,8 +2965,8 @@ ;;;*** -;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from calc/calc-undo.el (autoload 'calc-undo "calc-undo" "\ @@ -2974,8 +2976,8 @@ ;;;*** -;;;### (autoloads (calculator) "calculator" "calculator.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (calculator) "calculator" "calculator.el" (20476 +;;;;;; 31768 298871 0)) ;;; Generated autoloads from calculator.el (autoload 'calculator "calculator" "\ @@ -2986,8 +2988,8 @@ ;;;*** -;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20600 -;;;;;; 16892 0 0)) +;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20594 +;;;;;; 43050 277913 0)) ;;; Generated autoloads from calendar/calendar.el (autoload 'calendar "calendar" "\ @@ -3031,7 +3033,7 @@ ;;;*** ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" -;;;;;; "gnus/canlock.el" (20244 35516 0 0)) +;;;;;; "gnus/canlock.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/canlock.el (autoload 'canlock-insert-header "canlock" "\ @@ -3049,7 +3051,7 @@ ;;;*** ;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from progmodes/cap-words.el (autoload 'capitalized-words-mode "cap-words" "\ @@ -3088,15 +3090,15 @@ ;;;*** -;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from progmodes/cc-compat.el (put 'c-indent-level 'safe-local-variable 'integerp) ;;;*** ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" -;;;;;; (20559 38659 0 0)) +;;;;;; (20557 48712 315579 0)) ;;; Generated autoloads from progmodes/cc-engine.el (autoload 'c-guess-basic-syntax "cc-engine" "\ @@ -3108,8 +3110,8 @@ ;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region ;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install -;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20276 3849 0 -;;;;;; 0)) +;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from progmodes/cc-guess.el (defvar c-guess-guessed-offsets-alist nil "\ @@ -3209,7 +3211,7 @@ ;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode ;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" -;;;;;; (20419 46656 0 0)) +;;;;;; (20614 54428 654267 0)) ;;; Generated autoloads from progmodes/cc-mode.el (autoload 'c-initialize-cc-mode "cc-mode" "\ @@ -3386,7 +3388,7 @@ ;;;*** ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" -;;;;;; "progmodes/cc-styles.el" (20567 31133 0 0)) +;;;;;; "progmodes/cc-styles.el" (20566 63671 243798 0)) ;;; Generated autoloads from progmodes/cc-styles.el (autoload 'c-set-style "cc-styles" "\ @@ -3437,8 +3439,8 @@ ;;;*** -;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20600 16892 -;;;;;; 0 0)) +;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20595 63909 +;;;;;; 923329 0)) ;;; Generated autoloads from progmodes/cc-vars.el (put 'c-basic-offset 'safe-local-variable 'integerp) (put 'c-backslash-column 'safe-local-variable 'integerp) @@ -3448,7 +3450,7 @@ ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from international/ccl.el (autoload 'ccl-compile "ccl" "\ @@ -3709,7 +3711,7 @@ ;;;*** ;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el" -;;;;;; (20452 43334 0 0)) +;;;;;; (20453 5437 764254 0)) ;;; Generated autoloads from emacs-lisp/cconv.el (autoload 'cconv-closure-convert "cconv" "\ @@ -3724,7 +3726,7 @@ ;;;*** ;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode) -;;;;;; "cfengine" "progmodes/cfengine.el" (20356 35090 0 0)) +;;;;;; "cfengine" "progmodes/cfengine.el" (20355 10021 546955 0)) ;;; Generated autoloads from progmodes/cfengine.el (autoload 'cfengine3-mode "cfengine" "\ @@ -3754,7 +3756,7 @@ ;;;*** ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare" -;;;;;; "emacs-lisp/check-declare.el" (20380 26775 0 0)) +;;;;;; "emacs-lisp/check-declare.el" (20378 29222 722320 0)) ;;; Generated autoloads from emacs-lisp/check-declare.el (autoload 'check-declare-file "check-declare" "\ @@ -3779,7 +3781,7 @@ ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p) -;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20412 11425 0 0)) +;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20614 54428 654267 0)) ;;; Generated autoloads from emacs-lisp/checkdoc.el (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp) @@ -3975,7 +3977,7 @@ ;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer ;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" -;;;;;; "language/china-util.el" (20244 35516 0 0)) +;;;;;; "language/china-util.el" (20355 10021 546955 0)) ;;; Generated autoloads from language/china-util.el (autoload 'decode-hz-region "china-util" "\ @@ -4013,7 +4015,7 @@ ;;;*** ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) -;;;;;; "chistory" "chistory.el" (20244 35516 0 0)) +;;;;;; "chistory" "chistory.el" (20355 10021 546955 0)) ;;; Generated autoloads from chistory.el (autoload 'repeat-matching-complex-command "chistory" "\ @@ -4053,7 +4055,7 @@ ;;;*** ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" -;;;;;; (20290 33419 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from emacs-lisp/cl-indent.el (autoload 'common-lisp-indent-function "cl-indent" "\ @@ -4131,8 +4133,8 @@ ;;;*** -;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20600 16892 -;;;;;; 0 0)) +;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20599 27513 +;;;;;; 576550 0)) ;;; Generated autoloads from emacs-lisp/cl-lib.el (define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3") @@ -4160,7 +4162,7 @@ ;;;*** ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from progmodes/cmacexp.el (autoload 'c-macro-expand "cmacexp" "\ @@ -4180,8 +4182,8 @@ ;;;*** -;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from cmuscheme.el (autoload 'run-scheme "cmuscheme" "\ @@ -4201,8 +4203,8 @@ ;;;*** -;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20592 26321 -;;;;;; 0 0)) +;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20592 1317 +;;;;;; 691761 0)) ;;; Generated autoloads from color.el (autoload 'color-name-to-rgb "color" "\ @@ -4224,7 +4226,7 @@ ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20594 43050 277913 0)) ;;; Generated autoloads from comint.el (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ @@ -4324,7 +4326,7 @@ ;;;*** ;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from vc/compare-w.el (autoload 'compare-windows "compare-w" "\ @@ -4361,8 +4363,8 @@ ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start ;;;;;; compile compilation-disable-input compile-command compilation-search-path ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook -;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20577 -;;;;;; 48876 0 0)) +;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20615 +;;;;;; 49194 141673 0)) ;;; Generated autoloads from progmodes/compile.el (defvar compilation-mode-hook nil "\ @@ -4544,7 +4546,7 @@ ;;;*** ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20495 51111 757560 0)) ;;; Generated autoloads from completion.el (defvar dynamic-completion-mode nil "\ @@ -4569,7 +4571,7 @@ ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from textmodes/conf-mode.el (autoload 'conf-mode "conf-mode" "\ @@ -4725,7 +4727,7 @@ ;;;*** ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) -;;;;;; "cookie1" "play/cookie1.el" (20550 14882 0 0)) +;;;;;; "cookie1" "play/cookie1.el" (20545 57511 257469 0)) ;;; Generated autoloads from play/cookie1.el (autoload 'cookie "cookie1" "\ @@ -4757,8 +4759,8 @@ ;;;*** ;;;### (autoloads (copyright-update-directory copyright copyright-fix-years -;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20522 -;;;;;; 30367 0 0)) +;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20518 +;;;;;; 12580 46478 0)) ;;; Generated autoloads from emacs-lisp/copyright.el (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) (put 'copyright-names-regexp 'safe-local-variable 'stringp) @@ -4797,7 +4799,8 @@ ;;;*** ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) -;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20513 16153 0 0)) +;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20512 60198 306109 +;;;;;; 0)) ;;; Generated autoloads from progmodes/cperl-mode.el (put 'cperl-indent-level 'safe-local-variable 'integerp) (put 'cperl-brace-offset 'safe-local-variable 'integerp) @@ -4996,7 +4999,7 @@ ;;;*** ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" -;;;;;; (20356 35090 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from progmodes/cpp.el (autoload 'cpp-highlight-buffer "cpp" "\ @@ -5015,7 +5018,7 @@ ;;;*** ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20593 22184 581574 0)) ;;; Generated autoloads from emulation/crisp.el (defvar crisp-mode nil "\ @@ -5041,7 +5044,7 @@ ;;;*** ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from emacs-lisp/crm.el (autoload 'completing-read-multiple "crm" "\ @@ -5076,8 +5079,8 @@ ;;;*** -;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20478 +;;;;;; 3673 653810 0)) ;;; Generated autoloads from textmodes/css-mode.el (autoload 'css-mode "css-mode" "\ @@ -5088,7 +5091,7 @@ ;;;*** ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" -;;;;;; (20434 28080 0 0)) +;;;;;; (20434 17809 692608 0)) ;;; Generated autoloads from emulation/cua-base.el (defvar cua-mode nil "\ @@ -5148,7 +5151,7 @@ ;;;;;; customize-mode customize customize-push-and-save customize-save-variable ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) -;;;;;; "cus-edit" "cus-edit.el" (20577 48876 0 0)) +;;;;;; "cus-edit" "cus-edit.el" (20577 33959 40183 0)) ;;; Generated autoloads from cus-edit.el (defvar custom-browse-sort-alphabetically nil "\ @@ -5460,8 +5463,8 @@ ;;;*** ;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme -;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20336 -;;;;;; 29137 0 0)) +;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from cus-theme.el (autoload 'customize-create-theme "cus-theme" "\ @@ -5495,7 +5498,7 @@ ;;;*** ;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20476 31768 298871 0)) ;;; Generated autoloads from vc/cvs-status.el (autoload 'cvs-status-mode "cvs-status" "\ @@ -5506,7 +5509,7 @@ ;;;*** ;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20577 33959 40183 0)) ;;; Generated autoloads from progmodes/cwarn.el (autoload 'cwarn-mode "cwarn" "\ @@ -5551,7 +5554,7 @@ ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from language/cyril-util.el (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ @@ -5580,7 +5583,7 @@ ;;;*** ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" -;;;;;; (20412 11425 0 0)) +;;;;;; (20397 45851 446679 0)) ;;; Generated autoloads from dabbrev.el (put 'dabbrev-case-fold-search 'risky-local-variable t) (put 'dabbrev-case-replace 'risky-local-variable t) @@ -5627,7 +5630,7 @@ ;;;*** ;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el" -;;;;;; (20585 59413 0 0)) +;;;;;; (20586 48936 135199 0)) ;;; Generated autoloads from cedet/data-debug.el (autoload 'data-debug-new-buffer "data-debug" "\ @@ -5637,8 +5640,8 @@ ;;;*** -;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20523 -;;;;;; 63054 0 0)) +;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20614 +;;;;;; 54428 654267 0)) ;;; Generated autoloads from net/dbus.el (autoload 'dbus-handle-event "dbus" "\ @@ -5651,8 +5654,8 @@ ;;;*** -;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20356 -;;;;;; 35090 0 0)) +;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from progmodes/dcl-mode.el (autoload 'dcl-mode "dcl-mode" "\ @@ -5779,7 +5782,7 @@ ;;;*** ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" -;;;;;; "emacs-lisp/debug.el" (20589 46442 0 0)) +;;;;;; "emacs-lisp/debug.el" (20609 10405 476026 0)) ;;; Generated autoloads from emacs-lisp/debug.el (setq debugger 'debug) @@ -5823,7 +5826,7 @@ ;;;*** ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from play/decipher.el (autoload 'decipher "decipher" "\ @@ -5852,8 +5855,8 @@ ;;;*** ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region -;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20244 -;;;;;; 35516 0 0)) +;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from delim-col.el (autoload 'delimit-columns-customize "delim-col" "\ @@ -5877,8 +5880,8 @@ ;;;*** -;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20356 -;;;;;; 35090 0 0)) +;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from progmodes/delphi.el (autoload 'delphi-mode "delphi" "\ @@ -5929,8 +5932,8 @@ ;;;*** -;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20517 -;;;;;; 4109 0 0)) +;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20613 +;;;;;; 49078 764749 0)) ;;; Generated autoloads from delsel.el (defalias 'pending-delete-mode 'delete-selection-mode) @@ -5960,7 +5963,7 @@ ;;;*** ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) -;;;;;; "derived" "emacs-lisp/derived.el" (20577 48876 0 0)) +;;;;;; "derived" "emacs-lisp/derived.el" (20577 33959 40183 0)) ;;; Generated autoloads from emacs-lisp/derived.el (autoload 'define-derived-mode "derived" "\ @@ -6027,7 +6030,7 @@ ;;;*** ;;;### (autoloads (describe-char describe-text-properties) "descr-text" -;;;;;; "descr-text.el" (20535 44414 0 0)) +;;;;;; "descr-text.el" (20530 32114 546307 0)) ;;; Generated autoloads from descr-text.el (autoload 'describe-text-properties "descr-text" "\ @@ -6064,7 +6067,7 @@ ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" -;;;;;; "desktop.el" (20577 48876 0 0)) +;;;;;; "desktop.el" (20577 33959 40183 0)) ;;; Generated autoloads from desktop.el (defvar desktop-save-mode nil "\ @@ -6253,7 +6256,7 @@ ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) -;;;;;; "deuglify" "gnus/deuglify.el" (20244 35516 0 0)) +;;;;;; "deuglify" "gnus/deuglify.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/deuglify.el (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ @@ -6286,7 +6289,7 @@ ;;;*** ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" -;;;;;; "calendar/diary-lib.el" (20577 48876 0 0)) +;;;;;; "calendar/diary-lib.el" (20576 42138 697312 0)) ;;; Generated autoloads from calendar/diary-lib.el (autoload 'diary "diary-lib" "\ @@ -6330,7 +6333,7 @@ ;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file ;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el" -;;;;;; (20571 23797 0 0)) +;;;;;; (20570 60708 993668 0)) ;;; Generated autoloads from vc/diff.el (defvar diff-switches (purecopy "-c") "\ @@ -6379,7 +6382,7 @@ ;;;*** ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el" -;;;;;; (20589 46442 0 0)) +;;;;;; (20623 43301 870757 0)) ;;; Generated autoloads from vc/diff-mode.el (autoload 'diff-mode "diff-mode" "\ @@ -6411,7 +6414,7 @@ ;;;*** -;;;### (autoloads (dig) "dig" "net/dig.el" (20244 35516 0 0)) +;;;### (autoloads (dig) "dig" "net/dig.el" (20355 10021 546955 0)) ;;; Generated autoloads from net/dig.el (autoload 'dig "dig" "\ @@ -6423,8 +6426,8 @@ ;;;*** ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window -;;;;;; dired dired-listing-switches) "dired" "dired.el" (20592 26321 -;;;;;; 0 0)) +;;;;;; dired dired-listing-switches) "dired" "dired.el" (20619 46245 +;;;;;; 806932 0)) ;;; Generated autoloads from dired.el (defvar dired-listing-switches (purecopy "-al") "\ @@ -6545,7 +6548,7 @@ ;;;*** ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el" -;;;;;; (20412 11425 0 0)) +;;;;;; (20399 35365 4050 0)) ;;; Generated autoloads from dirtrack.el (autoload 'dirtrack-mode "dirtrack" "\ @@ -6575,8 +6578,8 @@ ;;;*** -;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20497 +;;;;;; 6436 957082 0)) ;;; Generated autoloads from emacs-lisp/disass.el (autoload 'disassemble "disass" "\ @@ -6595,7 +6598,7 @@ ;;;;;; standard-display-g1 standard-display-ascii standard-display-default ;;;;;; standard-display-8bit describe-current-display-table describe-display-table ;;;;;; set-display-table-slot display-table-slot make-display-table) -;;;;;; "disp-table" "disp-table.el" (20244 35516 0 0)) +;;;;;; "disp-table" "disp-table.el" (20355 10021 546955 0)) ;;; Generated autoloads from disp-table.el (autoload 'make-display-table "disp-table" "\ @@ -6717,7 +6720,7 @@ ;;;*** ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" -;;;;;; (20550 14882 0 0)) +;;;;;; (20545 57511 257469 0)) ;;; Generated autoloads from play/dissociate.el (autoload 'dissociated-press "dissociate" "\ @@ -6733,8 +6736,8 @@ ;;;*** -;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from dnd.el (defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ @@ -6755,7 +6758,7 @@ ;;;*** ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" -;;;;;; "textmodes/dns-mode.el" (20244 35516 0 0)) +;;;;;; "textmodes/dns-mode.el" (20355 10021 546955 0)) ;;; Generated autoloads from textmodes/dns-mode.el (autoload 'dns-mode "dns-mode" "\ @@ -6780,7 +6783,7 @@ ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20581 -;;;;;; 44007 0 0)) +;;;;;; 31014 234484 0)) ;;; Generated autoloads from doc-view.el (autoload 'doc-view-mode-p "doc-view" "\ @@ -6826,8 +6829,8 @@ ;;;*** -;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20550 14882 -;;;;;; 0 0)) +;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20545 57511 +;;;;;; 257469 0)) ;;; Generated autoloads from play/doctor.el (autoload 'doctor "doctor" "\ @@ -6837,8 +6840,8 @@ ;;;*** -;;;### (autoloads (double-mode) "double" "double.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (double-mode) "double" "double.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from double.el (autoload 'double-mode "double" "\ @@ -6854,8 +6857,8 @@ ;;;*** -;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20550 14882 -;;;;;; 0 0)) +;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20545 57511 +;;;;;; 257469 0)) ;;; Generated autoloads from play/dunnet.el (autoload 'dunnet "dunnet" "\ @@ -6867,7 +6870,7 @@ ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" -;;;;;; "emacs-lisp/easy-mmode.el" (20577 48876 0 0)) +;;;;;; "emacs-lisp/easy-mmode.el" (20574 57775 217760 0)) ;;; Generated autoloads from emacs-lisp/easy-mmode.el (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) @@ -7002,115 +7005,106 @@ ;;;*** ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define -;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20567 -;;;;;; 31133 0 0)) +;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20615 +;;;;;; 49194 141673 0)) ;;; Generated autoloads from emacs-lisp/easymenu.el (autoload 'easy-menu-define "easymenu" "\ -Define a menu bar submenu in maps MAPS, according to MENU. - -If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL, -and define SYMBOL as a function to pop up the menu, with DOC as its doc string. -If SYMBOL is nil, just store the menu keymap into MAPS. - -The first element of MENU must be a string. It is the menu bar item name. -It may be followed by the following keyword argument pairs - - :filter FUNCTION - -FUNCTION is a function with one argument, the rest of menu items. -It returns the remaining items of the displayed menu. - - :visible INCLUDE - -INCLUDE is an expression; this menu is only visible if this -expression has a non-nil value. `:included' is an alias for `:visible'. - - :active ENABLE - -ENABLE is an expression; the menu is enabled for selection whenever -this expression's value is non-nil. `:enable' is an alias for `:active'. - -The rest of the elements in MENU, are menu items. - -A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE] +Define a pop-up menu and/or menu bar menu specified by MENU. +If SYMBOL is non-nil, define SYMBOL as a function to pop up the +submenu defined by MENU, with DOC as its doc string. + +MAPS, if non-nil, should be a keymap or a list of keymaps; add +the submenu defined by MENU to the keymap or each of the keymaps, +as a top-level menu bar item. + +The first element of MENU must be a string. It is the menu bar +item name. It may be followed by the following keyword argument +pairs: + + :filter FUNCTION + FUNCTION must be a function which, if called with one + argument---the list of the other menu items---returns the + items to actually display. + + :visible INCLUDE + INCLUDE is an expression. The menu is visible if the + expression evaluates to a non-nil value. `:included' is an + alias for `:visible'. + + :active ENABLE + ENABLE is an expression. The menu is enabled for selection + if the expression evaluates to a non-nil value. `:enable' is + an alias for `:active'. + +The rest of the elements in MENU are menu items. +A menu item can be a vector of three elements: + + [NAME CALLBACK ENABLE] NAME is a string--the menu item name. -CALLBACK is a command to run when the item is chosen, -or a list to evaluate when the item is chosen. +CALLBACK is a command to run when the item is chosen, or an +expression to evaluate when the item is chosen. -ENABLE is an expression; the item is enabled for selection -whenever this expression's value is non-nil. +ENABLE is an expression; the item is enabled for selection if the +expression evaluates to a non-nil value. Alternatively, a menu item may have the form: - [ NAME CALLBACK [ KEYWORD ARG ] ... ] - -Where KEYWORD is one of the symbols defined below. - - :keys KEYS - -KEYS is a string; a complex keyboard equivalent to this menu item. -This is normally not needed because keyboard equivalents are usually -computed automatically. -KEYS is expanded with `substitute-command-keys' before it is used. - - :key-sequence KEYS - -KEYS is nil, a string or a vector; nil or a keyboard equivalent to this -menu item. -This is a hint that will considerably speed up Emacs's first display of -a menu. Use `:key-sequence nil' when you know that this menu item has no -keyboard equivalent. - - :active ENABLE - -ENABLE is an expression; the item is enabled for selection whenever -this expression's value is non-nil. `:enable' is an alias for `:active'. - - :visible INCLUDE - -INCLUDE is an expression; this item is only visible if this -expression has a non-nil value. `:included' is an alias for `:visible'. - - :label FORM - -FORM is an expression that will be dynamically evaluated and whose -value will be used for the menu entry's text label (the default is NAME). - - :suffix FORM - -FORM is an expression that will be dynamically evaluated and whose -value will be concatenated to the menu entry's label. - - :style STYLE - -STYLE is a symbol describing the type of menu item. The following are -defined: - -toggle: A checkbox. - Prepend the name with `(*) ' or `( ) ' depending on if selected or not. -radio: A radio button. - Prepend the name with `[X] ' or `[ ] ' depending on if selected or not. -button: Surround the name with `[' and `]'. Use this for an item in the - menu bar itself. -anything else means an ordinary menu item. - - :selected SELECTED - -SELECTED is an expression; the checkbox or radio button is selected -whenever this expression's value is non-nil. - - :help HELP - -HELP is a string, the help to display for the menu item. - -A menu item can be a string. Then that string appears in the menu as -unselectable text. A string consisting solely of hyphens is displayed -as a solid horizontal line. - -A menu item can be a list with the same format as MENU. This is a submenu. + [ NAME CALLBACK [ KEYWORD ARG ]... ] + +where NAME and CALLBACK have the same meanings as above, and each +optional KEYWORD and ARG pair should be one of the following: + + :keys KEYS + KEYS is a string; a keyboard equivalent to the menu item. + This is normally not needed because keyboard equivalents are + usually computed automatically. KEYS is expanded with + `substitute-command-keys' before it is used. + + :key-sequence KEYS + KEYS is a hint for speeding up Emacs's first display of the + menu. It should be nil if you know that the menu item has no + keyboard equivalent; otherwise it should be a string or + vector specifying a keyboard equivalent for the menu item. + + :active ENABLE + ENABLE is an expression; the item is enabled for selection + whenever this expression's value is non-nil. `:enable' is an + alias for `:active'. + + :visible INCLUDE + INCLUDE is an expression; this item is only visible if this + expression has a non-nil value. `:included' is an alias for + `:visible'. + + :label FORM + FORM is an expression that is dynamically evaluated and whose + value serves as the menu item's label (the default is NAME). + + :suffix FORM + FORM is an expression that is dynamically evaluated and whose + value is concatenated with the menu entry's label. + + :style STYLE + STYLE is a symbol describing the type of menu item; it should + be `toggle' (a checkbox), or `radio' (a radio button), or any + other value (meaning an ordinary menu item). + + :selected SELECTED + SELECTED is an expression; the checkbox or radio button is + selected whenever the expression's value is non-nil. + + :help HELP + HELP is a string, the help to display for the menu item. + +Alternatively, a menu item can be a string. Then that string +appears in the menu as unselectable text. A string consisting +solely of dashes is displayed as a menu separator. + +Alternatively, a menu item can be a list with the same format as +MENU. This is a submenu. \(fn SYMBOL MAPS DOC MENU)" nil t) @@ -7157,7 +7151,7 @@ ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" -;;;;;; "progmodes/ebnf2ps.el" (20567 31133 0 0)) +;;;;;; "progmodes/ebnf2ps.el" (20566 63671 243798 0)) ;;; Generated autoloads from progmodes/ebnf2ps.el (autoload 'ebnf-customize "ebnf2ps" "\ @@ -7431,8 +7425,8 @@ ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree -;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20567 -;;;;;; 31133 0 0)) +;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20561 +;;;;;; 18280 338092 0)) ;;; Generated autoloads from progmodes/ebrowse.el (autoload 'ebrowse-tree-mode "ebrowse" "\ @@ -7581,7 +7575,7 @@ ;;;*** ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" -;;;;;; (20523 63054 0 0)) +;;;;;; (20523 62082 997685 0)) ;;; Generated autoloads from ebuff-menu.el (autoload 'electric-buffer-list "ebuff-menu" "\ @@ -7614,7 +7608,7 @@ ;;;*** ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" -;;;;;; "echistory.el" (20244 35516 0 0)) +;;;;;; "echistory.el" (20355 10021 546955 0)) ;;; Generated autoloads from echistory.el (autoload 'Electric-command-history-redo-expression "echistory" "\ @@ -7626,7 +7620,7 @@ ;;;*** ;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/ecomplete.el (autoload 'ecomplete-setup "ecomplete" "\ @@ -7636,8 +7630,8 @@ ;;;*** -;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20592 26321 -;;;;;; 0 0)) +;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20590 45996 +;;;;;; 129575 0)) ;;; Generated autoloads from cedet/ede.el (defvar global-ede-mode nil "\ @@ -7664,7 +7658,7 @@ ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" -;;;;;; "emacs-lisp/edebug.el" (20600 16892 0 0)) +;;;;;; "emacs-lisp/edebug.el" (20594 43050 277913 0)) ;;; Generated autoloads from emacs-lisp/edebug.el (defvar edebug-all-defs nil "\ @@ -7737,8 +7731,8 @@ ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file -;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20511 52965 -;;;;;; 0 0)) +;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20495 51111 +;;;;;; 757560 0)) ;;; Generated autoloads from vc/ediff.el (autoload 'ediff-files "ediff" "\ @@ -7970,7 +7964,7 @@ ;;;*** ;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from vc/ediff-help.el (autoload 'ediff-customize "ediff-help" "\ @@ -7981,7 +7975,7 @@ ;;;*** ;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20614 54428 654267 0)) ;;; Generated autoloads from vc/ediff-mult.el (autoload 'ediff-show-registry "ediff-mult" "\ @@ -7994,7 +7988,7 @@ ;;;*** ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) -;;;;;; "ediff-util" "vc/ediff-util.el" (20585 55103 0 0)) +;;;;;; "ediff-util" "vc/ediff-util.el" (20584 7212 455152 0)) ;;; Generated autoloads from vc/ediff-util.el (autoload 'ediff-toggle-multiframe "ediff-util" "\ @@ -8015,7 +8009,7 @@ ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20476 31768 298871 0)) ;;; Generated autoloads from edmacro.el (autoload 'edit-kbd-macro "edmacro" "\ @@ -8064,7 +8058,7 @@ ;;;*** ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" -;;;;;; "emulation/edt.el" (20567 31133 0 0)) +;;;;;; "emulation/edt.el" (20566 63671 243798 0)) ;;; Generated autoloads from emulation/edt.el (autoload 'edt-set-scroll-margins "edt" "\ @@ -8082,7 +8076,7 @@ ;;;*** ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20593 22184 581574 0)) ;;; Generated autoloads from ehelp.el (autoload 'with-electric-help "ehelp" "\ @@ -8119,7 +8113,7 @@ ;;;*** ;;;### (autoloads (customize-object) "eieio-custom" "emacs-lisp/eieio-custom.el" -;;;;;; (20585 59413 0 0)) +;;;;;; (20586 48936 135199 0)) ;;; Generated autoloads from emacs-lisp/eieio-custom.el (autoload 'customize-object "eieio-custom" "\ @@ -8132,7 +8126,7 @@ ;;;### (autoloads (eieio-describe-generic eieio-describe-constructor ;;;;;; eieio-describe-class eieio-browse) "eieio-opt" "emacs-lisp/eieio-opt.el" -;;;;;; (20585 59413 0 0)) +;;;;;; (20617 41641 89638 0)) ;;; Generated autoloads from emacs-lisp/eieio-opt.el (autoload 'eieio-browse "eieio-opt" "\ @@ -8166,7 +8160,7 @@ ;;;*** ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) -;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20244 35516 0 0)) +;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20355 10021 546955 0)) ;;; Generated autoloads from emacs-lisp/eldoc.el (defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ @@ -8213,7 +8207,7 @@ ;;;*** ;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode) -;;;;;; "electric" "electric.el" (20511 52965 0 0)) +;;;;;; "electric" "electric.el" (20613 49078 764749 0)) ;;; Generated autoloads from electric.el (defvar electric-indent-chars '(10) "\ @@ -8283,8 +8277,8 @@ ;;;*** -;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from elide-head.el (autoload 'elide-head "elide-head" "\ @@ -8301,7 +8295,7 @@ ;;;### (autoloads (elint-initialize elint-defun elint-current-buffer ;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20486 36135 22104 0)) ;;; Generated autoloads from emacs-lisp/elint.el (autoload 'elint-file "elint" "\ @@ -8337,8 +8331,8 @@ ;;;*** ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list -;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20511 -;;;;;; 52965 0 0)) +;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20497 +;;;;;; 6436 957082 0)) ;;; Generated autoloads from emacs-lisp/elp.el (autoload 'elp-instrument-function "elp" "\ @@ -8373,7 +8367,7 @@ ;;;*** ;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20577 33959 40183 0)) ;;; Generated autoloads from emacs-lock.el (autoload 'emacs-lock-mode "emacs-lock" "\ @@ -8401,7 +8395,7 @@ ;;;*** ;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug) -;;;;;; "emacsbug" "mail/emacsbug.el" (20577 48876 0 0)) +;;;;;; "emacsbug" "mail/emacsbug.el" (20576 13095 881042 0)) ;;; Generated autoloads from mail/emacsbug.el (autoload 'report-emacs-bug "emacsbug" "\ @@ -8422,7 +8416,7 @@ ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" -;;;;;; "vc/emerge.el" (20577 48876 0 0)) +;;;;;; "vc/emerge.el" (20576 42138 697312 0)) ;;; Generated autoloads from vc/emerge.el (autoload 'emerge-files "emerge" "\ @@ -8483,7 +8477,7 @@ ;;;*** ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) -;;;;;; "enriched" "textmodes/enriched.el" (20468 36126 0 0)) +;;;;;; "enriched" "textmodes/enriched.el" (20461 32935 300400 0)) ;;; Generated autoloads from textmodes/enriched.el (autoload 'enriched-mode "enriched" "\ @@ -8524,7 +8518,7 @@ ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file ;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20577 -;;;;;; 48876 0 0)) +;;;;;; 33959 40183 0)) ;;; Generated autoloads from epa.el (autoload 'epa-list-keys "epa" "\ @@ -8702,8 +8696,8 @@ ;;;*** ;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify -;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20244 35516 -;;;;;; 0 0)) +;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from epa-dired.el (autoload 'epa-dired-do-decrypt "epa-dired" "\ @@ -8729,7 +8723,7 @@ ;;;*** ;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler) -;;;;;; "epa-file" "epa-file.el" (20244 35516 0 0)) +;;;;;; "epa-file" "epa-file.el" (20355 10021 546955 0)) ;;; Generated autoloads from epa-file.el (autoload 'epa-file-handler "epa-file" "\ @@ -8751,7 +8745,7 @@ ;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt ;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode) -;;;;;; "epa-mail" "epa-mail.el" (20567 31133 0 0)) +;;;;;; "epa-mail" "epa-mail.el" (20566 63671 243798 0)) ;;; Generated autoloads from epa-mail.el (autoload 'epa-mail-mode "epa-mail" "\ @@ -8821,8 +8815,8 @@ ;;;*** -;;;### (autoloads (epg-make-context) "epg" "epg.el" (20577 48876 -;;;;;; 0 0)) +;;;### (autoloads (epg-make-context) "epg" "epg.el" (20577 33959 +;;;;;; 40183 0)) ;;; Generated autoloads from epg.el (autoload 'epg-make-context "epg" "\ @@ -8833,7 +8827,7 @@ ;;;*** ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration) -;;;;;; "epg-config" "epg-config.el" (20373 41604 0 0)) +;;;;;; "epg-config" "epg-config.el" (20373 11301 906925 0)) ;;; Generated autoloads from epg-config.el (autoload 'epg-configuration "epg-config" "\ @@ -8854,7 +8848,7 @@ ;;;*** ;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args) -;;;;;; "erc" "erc/erc.el" (20600 16892 0 0)) +;;;;;; "erc" "erc/erc.el" (20604 29767 397763 0)) ;;; Generated autoloads from erc/erc.el (autoload 'erc-select-read-args "erc" "\ @@ -8902,36 +8896,36 @@ ;;;*** -;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20592 -;;;;;; 26321 0 0)) +;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20591 +;;;;;; 33616 626144 310000)) ;;; Generated autoloads from erc/erc-autoaway.el (autoload 'erc-autoaway-mode "erc-autoaway") ;;;*** -;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20600 16892 -;;;;;; 0 0)) +;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20593 22184 +;;;;;; 581574 0)) ;;; Generated autoloads from erc/erc-button.el (autoload 'erc-button-mode "erc-button" nil t) ;;;*** -;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20592 26321 -;;;;;; 0 0)) +;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20591 33616 +;;;;;; 706147 283000)) ;;; Generated autoloads from erc/erc-capab.el (autoload 'erc-capab-identify-mode "erc-capab" nil t) ;;;*** -;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20592 26321 -;;;;;; 0 0)) +;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20591 33616 +;;;;;; 736174 412000)) ;;; Generated autoloads from erc/erc-compat.el (autoload 'erc-define-minor-mode "erc-compat") ;;;*** ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) -;;;;;; "erc-dcc" "erc/erc-dcc.el" (20592 26321 0 0)) +;;;;;; "erc-dcc" "erc/erc-dcc.el" (20591 33616 756180 926000)) ;;; Generated autoloads from erc/erc-dcc.el (autoload 'erc-dcc-mode "erc-dcc") @@ -8961,7 +8955,7 @@ ;;;*** ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20593 22184 581574 0)) ;;; Generated autoloads from erc/erc-desktop-notifications.el (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) @@ -8971,7 +8965,7 @@ ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20591 33616 766161 665000)) ;;; Generated autoloads from erc/erc-ezbounce.el (autoload 'erc-cmd-ezb "erc-ezbounce" "\ @@ -9033,8 +9027,8 @@ ;;;*** -;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20592 -;;;;;; 26321 0 0)) +;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20591 +;;;;;; 33616 776163 920000)) ;;; Generated autoloads from erc/erc-fill.el (autoload 'erc-fill-mode "erc-fill" nil t) @@ -9047,7 +9041,7 @@ ;;;*** ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" -;;;;;; "erc/erc-identd.el" (20592 26321 0 0)) +;;;;;; "erc/erc-identd.el" (20591 33616 794740 81000)) ;;; Generated autoloads from erc/erc-identd.el (autoload 'erc-identd-mode "erc-identd") @@ -9069,7 +9063,7 @@ ;;;*** ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20591 33616 794740 81000)) ;;; Generated autoloads from erc/erc-imenu.el (autoload 'erc-create-imenu-index "erc-imenu" "\ @@ -9079,22 +9073,22 @@ ;;;*** -;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20592 26321 0 -;;;;;; 0)) +;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20591 33616 804732 +;;;;;; 878000)) ;;; Generated autoloads from erc/erc-join.el (autoload 'erc-autojoin-mode "erc-join" nil t) ;;;*** -;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20592 26321 0 -;;;;;; 0)) +;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20591 33616 824757 +;;;;;; 867000)) ;;; Generated autoloads from erc/erc-list.el (autoload 'erc-list-mode "erc-list") ;;;*** ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" -;;;;;; "erc/erc-log.el" (20600 16892 0 0)) +;;;;;; "erc/erc-log.el" (20593 22184 581574 0)) ;;; Generated autoloads from erc/erc-log.el (autoload 'erc-log-mode "erc-log" nil t) @@ -9126,7 +9120,7 @@ ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20591 33616 834740 676000)) ;;; Generated autoloads from erc/erc-match.el (autoload 'erc-match-mode "erc-match") @@ -9172,15 +9166,15 @@ ;;;*** -;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20592 26321 0 -;;;;;; 0)) +;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20591 33616 844710 +;;;;;; 904000)) ;;; Generated autoloads from erc/erc-menu.el (autoload 'erc-menu-mode "erc-menu" nil t) ;;;*** ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20591 33616 854733 799000)) ;;; Generated autoloads from erc/erc-netsplit.el (autoload 'erc-netsplit-mode "erc-netsplit") @@ -9192,7 +9186,7 @@ ;;;*** ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" -;;;;;; "erc/erc-networks.el" (20592 26321 0 0)) +;;;;;; "erc/erc-networks.el" (20591 33616 854733 799000)) ;;; Generated autoloads from erc/erc-networks.el (autoload 'erc-determine-network "erc-networks" "\ @@ -9210,7 +9204,7 @@ ;;;*** ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" -;;;;;; "erc/erc-notify.el" (20592 26321 0 0)) +;;;;;; "erc/erc-notify.el" (20591 33616 864734 46000)) ;;; Generated autoloads from erc/erc-notify.el (autoload 'erc-notify-mode "erc-notify" nil t) @@ -9228,36 +9222,37 @@ ;;;*** -;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20592 26321 0 -;;;;;; 0)) +;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20591 33616 864734 +;;;;;; 46000)) ;;; Generated autoloads from erc/erc-page.el (autoload 'erc-page-mode "erc-page") ;;;*** -;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20592 -;;;;;; 26321 0 0)) +;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20591 +;;;;;; 33616 874723 983000)) ;;; Generated autoloads from erc/erc-pcomplete.el (autoload 'erc-completion-mode "erc-pcomplete" nil t) ;;;*** -;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20592 26321 -;;;;;; 0 0)) +;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20591 33616 +;;;;;; 874723 983000)) ;;; Generated autoloads from erc/erc-replace.el (autoload 'erc-replace-mode "erc-replace") ;;;*** -;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20592 26321 0 -;;;;;; 0)) +;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20591 33616 884730 +;;;;;; 605000)) ;;; Generated autoloads from erc/erc-ring.el (autoload 'erc-ring-mode "erc-ring" nil t) ;;;*** ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) -;;;;;; "erc-services" "erc/erc-services.el" (20592 26321 0 0)) +;;;;;; "erc-services" "erc/erc-services.el" (20591 33616 894723 +;;;;;; 303000)) ;;; Generated autoloads from erc/erc-services.el (autoload 'erc-services-mode "erc-services" nil t) @@ -9274,15 +9269,15 @@ ;;;*** -;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20592 26321 -;;;;;; 0 0)) +;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20591 33616 +;;;;;; 894723 303000)) ;;; Generated autoloads from erc/erc-sound.el (autoload 'erc-sound-mode "erc-sound") ;;;*** ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20591 33616 894723 303000)) ;;; Generated autoloads from erc/erc-speedbar.el (autoload 'erc-speedbar-browser "erc-speedbar" "\ @@ -9293,22 +9288,22 @@ ;;;*** -;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20592 -;;;;;; 26321 0 0)) +;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20591 +;;;;;; 33616 904733 437000)) ;;; Generated autoloads from erc/erc-spelling.el (autoload 'erc-spelling-mode "erc-spelling" nil t) ;;;*** -;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20600 16892 -;;;;;; 0 0)) +;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20593 22184 +;;;;;; 581574 0)) ;;; Generated autoloads from erc/erc-stamp.el (autoload 'erc-timestamp-mode "erc-stamp" nil t) ;;;*** ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20591 33616 924730 373000)) ;;; Generated autoloads from erc/erc-track.el (defvar erc-track-minor-mode nil "\ @@ -9334,7 +9329,8 @@ ;;;*** ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) -;;;;;; "erc-truncate" "erc/erc-truncate.el" (20592 26321 0 0)) +;;;;;; "erc-truncate" "erc/erc-truncate.el" (20591 33616 934716 +;;;;;; 526000)) ;;; Generated autoloads from erc/erc-truncate.el (autoload 'erc-truncate-mode "erc-truncate" nil t) @@ -9354,7 +9350,7 @@ ;;;*** ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20591 33616 934716 526000)) ;;; Generated autoloads from erc/erc-xdcc.el (autoload 'erc-xdcc-mode "erc-xdcc") @@ -9367,7 +9363,7 @@ ;;;### (autoloads (ert-describe-test ert-run-tests-interactively ;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest) -;;;;;; "ert" "emacs-lisp/ert.el" (20577 48876 0 0)) +;;;;;; "ert" "emacs-lisp/ert.el" (20576 42138 697312 0)) ;;; Generated autoloads from emacs-lisp/ert.el (autoload 'ert-deftest "ert" "\ @@ -9433,7 +9429,7 @@ ;;;*** ;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20576 42138 697312 0)) ;;; Generated autoloads from emacs-lisp/ert-x.el (put 'ert-with-test-buffer 'lisp-indent-function 1) @@ -9445,8 +9441,8 @@ ;;;*** -;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20600 -;;;;;; 16892 0 0)) +;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20593 +;;;;;; 22184 581574 0)) ;;; Generated autoloads from eshell/esh-mode.el (autoload 'eshell-mode "esh-mode" "\ @@ -9459,7 +9455,7 @@ ;;;*** ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell" -;;;;;; "eshell/eshell.el" (20577 48876 0 0)) +;;;;;; "eshell/eshell.el" (20577 33959 40183 0)) ;;; Generated autoloads from eshell/eshell.el (autoload 'eshell "eshell" "\ @@ -9500,7 +9496,7 @@ ;;;;;; visit-tags-table tags-table-mode find-tag-default-function ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20478 3673 653810 0)) ;;; Generated autoloads from progmodes/etags.el (defvar tags-file-name nil "\ @@ -9818,7 +9814,7 @@ ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" -;;;;;; (20356 35090 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from language/ethio-util.el (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ @@ -9988,7 +9984,7 @@ ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20478 3673 653810 0)) ;;; Generated autoloads from net/eudc.el (autoload 'eudc-set-server "eudc" "\ @@ -10044,7 +10040,7 @@ ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) -;;;;;; "eudc-bob" "net/eudc-bob.el" (20244 35516 0 0)) +;;;;;; "eudc-bob" "net/eudc-bob.el" (20355 10021 546955 0)) ;;; Generated autoloads from net/eudc-bob.el (autoload 'eudc-display-generic-binary "eudc-bob" "\ @@ -10080,7 +10076,7 @@ ;;;*** ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) -;;;;;; "eudc-export" "net/eudc-export.el" (20244 35516 0 0)) +;;;;;; "eudc-export" "net/eudc-export.el" (20355 10021 546955 0)) ;;; Generated autoloads from net/eudc-export.el (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ @@ -10097,7 +10093,7 @@ ;;;*** ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from net/eudc-hotlist.el (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ @@ -10107,8 +10103,8 @@ ;;;*** -;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20452 -;;;;;; 43334 0 0)) +;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20453 +;;;;;; 5437 764254 0)) ;;; Generated autoloads from emacs-lisp/ewoc.el (autoload 'ewoc-create "ewoc" "\ @@ -10137,7 +10133,7 @@ ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p ;;;;;; executable-self-display executable-set-magic executable-interpret ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" -;;;;;; (20535 44414 0 0)) +;;;;;; (20533 6181 437016 717000)) ;;; Generated autoloads from progmodes/executable.el (autoload 'executable-command-find-posix-p "executable" "\ @@ -10180,7 +10176,7 @@ ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from expand.el (autoload 'expand-add-abbrevs "expand" "\ @@ -10229,8 +10225,8 @@ ;;;*** -;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20567 31133 -;;;;;; 0 0)) +;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20566 63671 +;;;;;; 243798 0)) ;;; Generated autoloads from progmodes/f90.el (autoload 'f90-mode "f90" "\ @@ -10300,8 +10296,8 @@ ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set ;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base -;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20511 -;;;;;; 52965 0 0)) +;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20622 +;;;;;; 22438 32851 0)) ;;; Generated autoloads from face-remap.el (autoload 'face-remap-add-relative "face-remap" "\ @@ -10384,7 +10380,9 @@ (define-key ctl-x-map [(control ?0)] 'text-scale-adjust) (autoload 'text-scale-adjust "face-remap" "\ -Increase or decrease the height of the default face in the current buffer. +Adjust the height of the default face by INC. + +INC may be passed as a numeric prefix argument. The actual adjustment made depends on the final component of the key-binding used to invoke the command, with all modifiers removed: @@ -10393,9 +10391,11 @@ - Decrease the default face height by one step 0 Reset the default face height to the global default -Then, continue to read input events and further adjust the face -height as long as the input event read (with all modifiers removed) -is one of the above. +When adjusting with `+' or `-', continue to read input events and +further adjust the face height as long as the input event read +\(with all modifiers removed) is `+' or `-'. + +When adjusting with `0', immediately finish. Each step scales the height of the default face by the variable `text-scale-mode-step' (a negative number of steps decreases the @@ -10460,8 +10460,8 @@ ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts -;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20567 31133 -;;;;;; 0 0)) +;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20566 63671 +;;;;;; 243798 0)) ;;; Generated autoloads from mail/feedmail.el (autoload 'feedmail-send-it "feedmail" "\ @@ -10516,7 +10516,7 @@ ;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point ;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap" -;;;;;; "ffap.el" (20600 16892 0 0)) +;;;;;; "ffap.el" (20595 63909 923329 0)) ;;; Generated autoloads from ffap.el (autoload 'ffap-next "ffap" "\ @@ -10582,7 +10582,7 @@ ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) -;;;;;; "filecache" "filecache.el" (20244 35516 0 0)) +;;;;;; "filecache" "filecache.el" (20355 10021 546955 0)) ;;; Generated autoloads from filecache.el (autoload 'file-cache-add-directory "filecache" "\ @@ -10642,8 +10642,8 @@ ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line ;;;;;; add-file-local-variable-prop-line delete-file-local-variable -;;;;;; add-file-local-variable) "files-x" "files-x.el" (20356 35090 -;;;;;; 0 0)) +;;;;;; add-file-local-variable) "files-x" "files-x.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from files-x.el (autoload 'add-file-local-variable "files-x" "\ @@ -10708,8 +10708,8 @@ ;;;*** -;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20567 -;;;;;; 31133 0 0)) +;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20614 +;;;;;; 54428 654267 0)) ;;; Generated autoloads from filesets.el (autoload 'filesets-init "filesets" "\ @@ -10720,8 +10720,8 @@ ;;;*** -;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from find-cmd.el (autoload 'find-cmd "find-cmd" "\ @@ -10741,7 +10741,7 @@ ;;;*** ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" -;;;;;; "find-dired.el" (20244 35516 0 0)) +;;;;;; "find-dired.el" (20355 10021 546955 0)) ;;; Generated autoloads from find-dired.el (autoload 'find-dired "find-dired" "\ @@ -10781,7 +10781,7 @@ ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file ;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs) -;;;;;; "find-file" "find-file.el" (20412 11425 0 0)) +;;;;;; "find-file" "find-file.el" (20387 44199 24128 0)) ;;; Generated autoloads from find-file.el (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ @@ -10877,7 +10877,7 @@ ;;;;;; find-variable find-variable-noselect find-function-other-frame ;;;;;; find-function-other-window find-function find-function-noselect ;;;;;; find-function-search-for-symbol find-library) "find-func" -;;;;;; "emacs-lisp/find-func.el" (20511 52965 0 0)) +;;;;;; "emacs-lisp/find-func.el" (20497 6436 957082 0)) ;;; Generated autoloads from emacs-lisp/find-func.el (autoload 'find-library "find-func" "\ @@ -11036,8 +11036,8 @@ ;;;*** ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories -;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20244 35516 -;;;;;; 0 0)) +;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from find-lisp.el (autoload 'find-lisp-find-dired "find-lisp" "\ @@ -11058,7 +11058,7 @@ ;;;*** ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) -;;;;;; "finder" "finder.el" (20244 35516 0 0)) +;;;;;; "finder" "finder.el" (20355 10021 546955 0)) ;;; Generated autoloads from finder.el (autoload 'finder-list-keywords "finder" "\ @@ -11080,7 +11080,7 @@ ;;;*** ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" -;;;;;; "flow-ctrl.el" (20567 31133 0 0)) +;;;;;; "flow-ctrl.el" (20566 63671 243798 0)) ;;; Generated autoloads from flow-ctrl.el (autoload 'enable-flow-control "flow-ctrl" "\ @@ -11102,7 +11102,7 @@ ;;;*** ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/flow-fill.el (autoload 'fill-flowed-encode "flow-fill" "\ @@ -11118,8 +11118,8 @@ ;;;*** ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on -;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20600 16892 -;;;;;; 0 0)) +;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20611 52135 +;;;;;; 109136 0)) ;;; Generated autoloads from progmodes/flymake.el (autoload 'flymake-mode "flymake" "\ @@ -11149,7 +11149,7 @@ ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) -;;;;;; "flyspell" "textmodes/flyspell.el" (20567 31133 0 0)) +;;;;;; "flyspell" "textmodes/flyspell.el" (20566 63671 243798 0)) ;;; Generated autoloads from textmodes/flyspell.el (autoload 'flyspell-prog-mode "flyspell" "\ @@ -11221,7 +11221,7 @@ ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20501 3499 284800 0)) ;;; Generated autoloads from follow.el (autoload 'turn-on-follow-mode "follow" "\ @@ -11289,8 +11289,8 @@ ;;;*** -;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20478 +;;;;;; 3673 653810 0)) ;;; Generated autoloads from mail/footnote.el (autoload 'footnote-mode "footnote" "\ @@ -11309,7 +11309,7 @@ ;;;*** ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) -;;;;;; "forms" "forms.el" (20428 57510 0 0)) +;;;;;; "forms" "forms.el" (20427 14766 970343 0)) ;;; Generated autoloads from forms.el (autoload 'forms-mode "forms" "\ @@ -11346,7 +11346,7 @@ ;;;*** ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" -;;;;;; (20446 34252 0 0)) +;;;;;; (20438 24024 724594 589000)) ;;; Generated autoloads from progmodes/fortran.el (autoload 'fortran-mode "fortran" "\ @@ -11424,8 +11424,8 @@ ;;;*** ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region -;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20244 35516 -;;;;;; 0 0)) +;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from play/fortune.el (autoload 'fortune-add-fortune "fortune" "\ @@ -11474,7 +11474,7 @@ ;;;*** ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" -;;;;;; (20539 37147 0 0)) +;;;;;; (20609 10405 476026 0)) ;;; Generated autoloads from progmodes/gdb-mi.el (defvar gdb-enable-debug nil "\ @@ -11552,8 +11552,8 @@ ;;;*** ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal -;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20412 -;;;;;; 11425 0 0)) +;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20406 +;;;;;; 8611 875037 0)) ;;; Generated autoloads from emacs-lisp/generic.el (defvar generic-mode-list nil "\ @@ -11632,7 +11632,7 @@ ;;;*** ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20478 3673 653810 0)) ;;; Generated autoloads from progmodes/glasses.el (autoload 'glasses-mode "glasses" "\ @@ -11648,7 +11648,7 @@ ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el" -;;;;;; (20318 5885 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gmm-utils.el (autoload 'gmm-regexp-concat "gmm-utils" "\ @@ -11703,8 +11703,8 @@ ;;;*** ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server -;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20553 2323 0 -;;;;;; 0)) +;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20552 30761 +;;;;;; 207103 0)) ;;; Generated autoloads from gnus/gnus.el (when (fboundp 'custom-autoload) (custom-autoload 'gnus-select-method "gnus")) @@ -11757,7 +11757,7 @@ ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" -;;;;;; "gnus/gnus-agent.el" (20517 31338 0 0)) +;;;;;; "gnus/gnus-agent.el" (20518 12580 46478 0)) ;;; Generated autoloads from gnus/gnus-agent.el (autoload 'gnus-unplugged "gnus-agent" "\ @@ -11848,7 +11848,7 @@ ;;;*** ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" -;;;;;; (20579 15299 0 0)) +;;;;;; (20578 54821 719276 0)) ;;; Generated autoloads from gnus/gnus-art.el (autoload 'gnus-article-prepare-display "gnus-art" "\ @@ -11859,7 +11859,8 @@ ;;;*** ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) -;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20244 35516 0 0)) +;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20355 10021 546955 +;;;;;; 0)) ;;; Generated autoloads from gnus/gnus-bookmark.el (autoload 'gnus-bookmark-set "gnus-bookmark" "\ @@ -11884,8 +11885,8 @@ ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active -;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20244 -;;;;;; 35516 0 0)) +;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-cache.el (autoload 'gnus-jog-cache "gnus-cache" "\ @@ -11927,7 +11928,7 @@ ;;;*** ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) -;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20244 35516 0 0)) +;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-delay.el (autoload 'gnus-delay-article "gnus-delay" "\ @@ -11963,7 +11964,7 @@ ;;;*** ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) -;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20244 35516 0 0)) +;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-diary.el (autoload 'gnus-user-format-function-d "gnus-diary" "\ @@ -11979,7 +11980,7 @@ ;;;*** ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-dired.el (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ @@ -11990,7 +11991,7 @@ ;;;*** ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-draft.el (autoload 'gnus-draft-reminder "gnus-draft" "\ @@ -12002,8 +12003,8 @@ ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header -;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20550 -;;;;;; 14882 0 0)) +;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20549 +;;;;;; 54573 979353 0)) ;;; Generated autoloads from gnus/gnus-fun.el (autoload 'gnus-random-x-face "gnus-fun" "\ @@ -12048,7 +12049,8 @@ ;;;*** ;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar) -;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20244 35516 0 0)) +;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20355 10021 546955 +;;;;;; 0)) ;;; Generated autoloads from gnus/gnus-gravatar.el (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ @@ -12066,7 +12068,7 @@ ;;;*** ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) -;;;;;; "gnus-group" "gnus/gnus-group.el" (20553 63503 0 0)) +;;;;;; "gnus-group" "gnus/gnus-group.el" (20553 51627 169867 0)) ;;; Generated autoloads from gnus/gnus-group.el (autoload 'gnus-fetch-group "gnus-group" "\ @@ -12084,7 +12086,7 @@ ;;;*** ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" -;;;;;; "gnus/gnus-html.el" (20276 3849 0 0)) +;;;;;; "gnus/gnus-html.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-html.el (autoload 'gnus-article-html "gnus-html" "\ @@ -12100,7 +12102,7 @@ ;;;*** ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20495 51111 757560 0)) ;;; Generated autoloads from gnus/gnus-kill.el (defalias 'gnus-batch-kill 'gnus-batch-score) @@ -12115,7 +12117,7 @@ ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-ml.el (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ @@ -12140,7 +12142,7 @@ ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-mlspl.el (autoload 'gnus-group-split-setup "gnus-mlspl" "\ @@ -12241,7 +12243,7 @@ ;;;*** ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) -;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20600 16892 0 0)) +;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20593 22184 581574 0)) ;;; Generated autoloads from gnus/gnus-msg.el (autoload 'gnus-msg-mail "gnus-msg" "\ @@ -12268,7 +12270,7 @@ ;;;*** ;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20593 22184 581574 0)) ;;; Generated autoloads from gnus/gnus-notifications.el (autoload 'gnus-notifications "gnus-notifications" "\ @@ -12286,7 +12288,7 @@ ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" -;;;;;; (20523 63054 0 0)) +;;;;;; (20523 62082 997685 0)) ;;; Generated autoloads from gnus/gnus-picon.el (autoload 'gnus-treat-from-picon "gnus-picon" "\ @@ -12313,7 +12315,7 @@ ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" -;;;;;; "gnus/gnus-range.el" (20544 52783 0 0)) +;;;;;; "gnus/gnus-range.el" (20544 36659 880486 0)) ;;; Generated autoloads from gnus/gnus-range.el (autoload 'gnus-sorted-difference "gnus-range" "\ @@ -12381,7 +12383,8 @@ ;;;*** ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) -;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20544 52783 0 0)) +;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20544 36659 880486 +;;;;;; 0)) ;;; Generated autoloads from gnus/gnus-registry.el (autoload 'gnus-registry-initialize "gnus-registry" "\ @@ -12397,8 +12400,8 @@ ;;;*** ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate -;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20244 -;;;;;; 35516 0 0)) +;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from gnus/gnus-sieve.el (autoload 'gnus-sieve-update "gnus-sieve" "\ @@ -12426,7 +12429,7 @@ ;;;*** ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" -;;;;;; (20460 33749 0 0)) +;;;;;; (20458 56750 651721 0)) ;;; Generated autoloads from gnus/gnus-spec.el (autoload 'gnus-update-format "gnus-spec" "\ @@ -12437,7 +12440,7 @@ ;;;*** ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20614 54428 654267 0)) ;;; Generated autoloads from gnus/gnus-start.el (autoload 'gnus-declare-backend "gnus-start" "\ @@ -12448,7 +12451,7 @@ ;;;*** ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" -;;;;;; (20540 61982 0 0)) +;;;;;; (20540 39589 424586 0)) ;;; Generated autoloads from gnus/gnus-sum.el (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ @@ -12460,7 +12463,7 @@ ;;;*** ;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize) -;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20600 16892 0 0)) +;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20593 22184 581574 0)) ;;; Generated autoloads from gnus/gnus-sync.el (autoload 'gnus-sync-initialize "gnus-sync" "\ @@ -12476,7 +12479,7 @@ ;;;*** ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" -;;;;;; (20448 36271 0 0)) +;;;;;; (20447 49522 409090 0)) ;;; Generated autoloads from gnus/gnus-win.el (autoload 'gnus-add-configuration "gnus-win" "\ @@ -12487,7 +12490,7 @@ ;;;*** ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20476 31768 298871 0)) ;;; Generated autoloads from net/gnutls.el (defvar gnutls-min-prime-bits 256 "\ @@ -12503,8 +12506,8 @@ ;;;*** -;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20550 14882 -;;;;;; 0 0)) +;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20626 19492 +;;;;;; 855904 0)) ;;; Generated autoloads from play/gomoku.el (autoload 'gomoku "gomoku" "\ @@ -12531,8 +12534,8 @@ ;;;*** ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address -;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20567 -;;;;;; 31133 0 0)) +;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20566 +;;;;;; 63671 243798 0)) ;;; Generated autoloads from net/goto-addr.el (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") @@ -12574,7 +12577,7 @@ ;;;*** ;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve) -;;;;;; "gravatar" "gnus/gravatar.el" (20290 33419 0 0)) +;;;;;; "gravatar" "gnus/gravatar.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/gravatar.el (autoload 'gravatar-retrieve "gravatar" "\ @@ -12592,8 +12595,8 @@ ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command -;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20577 48876 -;;;;;; 0 0)) +;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20572 16038 +;;;;;; 402143 0)) ;;; Generated autoloads from progmodes/grep.el (defvar grep-window-height nil "\ @@ -12756,7 +12759,8 @@ ;;;*** -;;;### (autoloads (gs-load-image) "gs" "gs.el" (20244 35516 0 0)) +;;;### (autoloads (gs-load-image) "gs" "gs.el" (20355 10021 546955 +;;;;;; 0)) ;;; Generated autoloads from gs.el (autoload 'gs-load-image "gs" "\ @@ -12770,8 +12774,8 @@ ;;;*** ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb -;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20539 37147 -;;;;;; 0 0)) +;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20614 55343 +;;;;;; 384716 548000)) ;;; Generated autoloads from progmodes/gud.el (autoload 'gud-gdb "gud" "\ @@ -12861,7 +12865,7 @@ ;;;### (autoloads (setf gv-define-simple-setter gv-define-setter ;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get) -;;;;;; "gv" "emacs-lisp/gv.el" (20579 15299 0 0)) +;;;;;; "gv" "emacs-lisp/gv.el" (20608 20265 413008 0)) ;;; Generated autoloads from emacs-lisp/gv.el (autoload 'gv-get "gv" "\ @@ -12950,8 +12954,8 @@ ;;;*** -;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20567 -;;;;;; 31133 0 0)) +;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20566 +;;;;;; 63671 243798 0)) ;;; Generated autoloads from play/handwrite.el (autoload 'handwrite "handwrite" "\ @@ -12969,7 +12973,7 @@ ;;;*** ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20478 3673 653810 0)) ;;; Generated autoloads from play/hanoi.el (autoload 'hanoi "hanoi" "\ @@ -12998,7 +13002,7 @@ ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) -;;;;;; "hashcash" "mail/hashcash.el" (20356 35090 0 0)) +;;;;;; "hashcash" "mail/hashcash.el" (20355 10021 546955 0)) ;;; Generated autoloads from mail/hashcash.el (autoload 'hashcash-insert-payment "hashcash" "\ @@ -13043,8 +13047,8 @@ ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string -;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20244 35516 -;;;;;; 0 0)) +;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from help-at-pt.el (autoload 'help-at-pt-string "help-at-pt" "\ @@ -13174,7 +13178,7 @@ ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1 ;;;;;; find-lisp-object-file-name help-C-file-name describe-function) -;;;;;; "help-fns" "help-fns.el" (20600 16892 0 0)) +;;;;;; "help-fns" "help-fns.el" (20601 16294 451653 0)) ;;; Generated autoloads from help-fns.el (autoload 'describe-function "help-fns" "\ @@ -13254,7 +13258,7 @@ ;;;*** ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" -;;;;;; (20589 46442 0 0)) +;;;;;; (20589 25124 41923 0)) ;;; Generated autoloads from help-macro.el (defvar three-step-help nil "\ @@ -13271,7 +13275,7 @@ ;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button ;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref ;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20601 16294 451653 0)) ;;; Generated autoloads from help-mode.el (autoload 'help-mode "help-mode" "\ @@ -13371,7 +13375,7 @@ ;;;*** ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" -;;;;;; "emacs-lisp/helper.el" (20244 35516 0 0)) +;;;;;; "emacs-lisp/helper.el" (20355 10021 546955 0)) ;;; Generated autoloads from emacs-lisp/helper.el (autoload 'Helper-describe-bindings "helper" "\ @@ -13387,7 +13391,7 @@ ;;;*** ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" -;;;;;; "hexl.el" (20523 63054 0 0)) +;;;;;; "hexl.el" (20523 62082 997685 0)) ;;; Generated autoloads from hexl.el (autoload 'hexl-mode "hexl" "\ @@ -13484,7 +13488,7 @@ ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20593 22184 581574 0)) ;;; Generated autoloads from hi-lock.el (autoload 'hi-lock-mode "hi-lock" "\ @@ -13632,7 +13636,7 @@ ;;;*** ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el" -;;;;;; (20589 46442 0 0)) +;;;;;; (20588 4262 531841 0)) ;;; Generated autoloads from progmodes/hideif.el (autoload 'hide-ifdef-mode "hideif" "\ @@ -13676,7 +13680,7 @@ ;;;*** ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from progmodes/hideshow.el (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ @@ -13742,8 +13746,8 @@ ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces ;;;;;; highlight-changes-previous-change highlight-changes-next-change ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode -;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20244 -;;;;;; 35516 0 0)) +;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from hilit-chg.el (autoload 'highlight-changes-mode "hilit-chg" "\ @@ -13875,7 +13879,7 @@ ;;;*** ;;;### (autoloads (make-hippie-expand-function hippie-expand) "hippie-exp" -;;;;;; "hippie-exp.el" (20585 55103 0 0)) +;;;;;; "hippie-exp.el" (20584 7212 455152 0)) ;;; Generated autoloads from hippie-exp.el (autoload 'hippie-expand "hippie-exp" "\ @@ -13900,7 +13904,7 @@ ;;;*** ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from hl-line.el (autoload 'hl-line-mode "hl-line" "\ @@ -13953,7 +13957,7 @@ ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" -;;;;;; "calendar/holidays.el" (20567 31133 0 0)) +;;;;;; "calendar/holidays.el" (20566 63671 243798 0)) ;;; Generated autoloads from calendar/holidays.el (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") @@ -14101,8 +14105,8 @@ ;;;*** -;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from gnus/html2text.el (autoload 'html2text "html2text" "\ @@ -14113,7 +14117,7 @@ ;;;*** ;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer) -;;;;;; "htmlfontify" "htmlfontify.el" (20577 48876 0 0)) +;;;;;; "htmlfontify" "htmlfontify.el" (20614 54428 654267 0)) ;;; Generated autoloads from htmlfontify.el (autoload 'htmlfontify-buffer "htmlfontify" "\ @@ -14146,8 +14150,8 @@ ;;;*** ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter -;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20511 -;;;;;; 52965 0 0)) +;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20478 +;;;;;; 3673 653810 0)) ;;; Generated autoloads from ibuf-macs.el (autoload 'define-ibuffer-column "ibuf-macs" "\ @@ -14236,7 +14240,7 @@ ;;;*** ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) -;;;;;; "ibuffer" "ibuffer.el" (20577 48876 0 0)) +;;;;;; "ibuffer" "ibuffer.el" (20576 13312 649004 817000)) ;;; Generated autoloads from ibuffer.el (autoload 'ibuffer-list-buffers "ibuffer" "\ @@ -14277,7 +14281,7 @@ ;;;### (autoloads (icalendar-import-buffer icalendar-import-file ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" -;;;;;; "calendar/icalendar.el" (20600 16892 0 0)) +;;;;;; "calendar/icalendar.el" (20593 22184 581574 0)) ;;; Generated autoloads from calendar/icalendar.el (autoload 'icalendar-export-file "icalendar" "\ @@ -14329,8 +14333,8 @@ ;;;*** -;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20452 -;;;;;; 44311 0 0)) +;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20453 +;;;;;; 5437 764254 0)) ;;; Generated autoloads from icomplete.el (defvar icomplete-mode nil "\ @@ -14352,8 +14356,8 @@ ;;;*** -;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20356 35090 -;;;;;; 0 0)) +;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from progmodes/icon.el (autoload 'icon-mode "icon" "\ @@ -14394,7 +14398,7 @@ ;;;*** ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20572 16038 402143 0)) ;;; Generated autoloads from progmodes/idlw-shell.el (autoload 'idlwave-shell "idlw-shell" "\ @@ -14420,7 +14424,7 @@ ;;;*** ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20576 42138 697312 0)) ;;; Generated autoloads from progmodes/idlwave.el (autoload 'idlwave-mode "idlwave" "\ @@ -14554,8 +14558,8 @@ ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window -;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20592 -;;;;;; 26321 0 0)) +;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20590 +;;;;;; 45996 129575 0)) ;;; Generated autoloads from ido.el (defvar ido-mode nil "\ @@ -14814,7 +14818,7 @@ ;;;*** -;;;### (autoloads (ielm) "ielm" "ielm.el" (20567 31133 0 0)) +;;;### (autoloads (ielm) "ielm" "ielm.el" (20566 63671 243798 0)) ;;; Generated autoloads from ielm.el (autoload 'ielm "ielm" "\ @@ -14825,8 +14829,8 @@ ;;;*** -;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20276 3849 -;;;;;; 0 0)) +;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from iimage.el (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") @@ -14847,7 +14851,7 @@ ;;;;;; create-image image-type-auto-detected-p image-type-available-p ;;;;;; image-type image-type-from-file-name image-type-from-file-header ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20613 59417 195100 163000)) ;;; Generated autoloads from image.el (autoload 'image-type-from-data "image" "\ @@ -15047,7 +15051,7 @@ ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs) -;;;;;; "image-dired" "image-dired.el" (20511 52965 0 0)) +;;;;;; "image-dired" "image-dired.el" (20478 3673 653810 0)) ;;; Generated autoloads from image-dired.el (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\ @@ -15185,7 +15189,7 @@ ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" -;;;;;; "image-file.el" (20244 35516 0 0)) +;;;;;; "image-file.el" (20355 10021 546955 0)) ;;; Generated autoloads from image-file.el (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ @@ -15248,7 +15252,8 @@ ;;;*** ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode -;;;;;; image-mode) "image-mode" "image-mode.el" (20580 46629 0 0)) +;;;;;; image-mode) "image-mode" "image-mode.el" (20580 10161 446444 +;;;;;; 0)) ;;; Generated autoloads from image-mode.el (autoload 'image-mode "image-mode" "\ @@ -15293,7 +15298,8 @@ ;;;*** ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar -;;;;;; imenu-sort-function) "imenu" "imenu.el" (20577 48876 0 0)) +;;;;;; imenu-sort-function) "imenu" "imenu.el" (20622 22438 32851 +;;;;;; 0)) ;;; Generated autoloads from imenu.el (defvar imenu-sort-function nil "\ @@ -15433,7 +15439,7 @@ ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) -;;;;;; "ind-util" "language/ind-util.el" (20244 35516 0 0)) +;;;;;; "ind-util" "language/ind-util.el" (20355 10021 546955 0)) ;;; Generated autoloads from language/ind-util.el (autoload 'indian-compose-region "ind-util" "\ @@ -15464,7 +15470,7 @@ ;;;*** ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20584 7212 455152 0)) ;;; Generated autoloads from progmodes/inf-lisp.el (autoload 'inferior-lisp "inf-lisp" "\ @@ -15486,7 +15492,8 @@ ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory ;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual -;;;;;; info info-other-window) "info" "info.el" (20567 31133 0 0)) +;;;;;; info info-other-window) "info" "info.el" (20623 43301 870757 +;;;;;; 0)) ;;; Generated autoloads from info.el (defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ @@ -15696,7 +15703,7 @@ ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20474 44971 970015 0)) ;;; Generated autoloads from info-look.el (autoload 'info-lookup-reset "info-look" "\ @@ -15745,7 +15752,7 @@ ;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom ;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20476 31768 298871 0)) ;;; Generated autoloads from info-xref.el (autoload 'info-xref-check "info-xref" "\ @@ -15828,7 +15835,8 @@ ;;;*** ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold -;;;;;; Info-tagify) "informat" "informat.el" (20244 35516 0 0)) +;;;;;; Info-tagify) "informat" "informat.el" (20355 10021 546955 +;;;;;; 0)) ;;; Generated autoloads from informat.el (autoload 'Info-tagify "informat" "\ @@ -15874,7 +15882,7 @@ ;;;*** ;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20590 45996 129575 0)) ;;; Generated autoloads from cedet/inversion.el (autoload 'inversion-require-emacs "inversion" "\ @@ -15887,7 +15895,7 @@ ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from international/isearch-x.el (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ @@ -15907,8 +15915,8 @@ ;;;*** -;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from isearchb.el (autoload 'isearchb-activate "isearchb" "\ @@ -15924,7 +15932,7 @@ ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" -;;;;;; "international/iso-cvt.el" (20244 35516 0 0)) +;;;;;; "international/iso-cvt.el" (20355 10021 546955 0)) ;;; Generated autoloads from international/iso-cvt.el (autoload 'iso-spanish "iso-cvt" "\ @@ -16015,7 +16023,7 @@ ;;;*** ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20486 36135 22104 0)) ;;; Generated autoloads from international/iso-transl.el (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) @@ -16026,7 +16034,7 @@ ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary) -;;;;;; "ispell" "textmodes/ispell.el" (20567 31133 0 0)) +;;;;;; "ispell" "textmodes/ispell.el" (20601 16294 451653 0)) ;;; Generated autoloads from textmodes/ispell.el (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) @@ -16254,7 +16262,7 @@ ;;;*** ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20577 -;;;;;; 48876 0 0)) +;;;;;; 33959 40183 0)) ;;; Generated autoloads from iswitchb.el (defvar iswitchb-mode nil "\ @@ -16282,7 +16290,8 @@ ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) -;;;;;; "japan-util" "language/japan-util.el" (20244 35516 0 0)) +;;;;;; "japan-util" "language/japan-util.el" (20355 10021 546955 +;;;;;; 0)) ;;; Generated autoloads from language/japan-util.el (autoload 'setup-japanese-environment-internal "japan-util" "\ @@ -16360,7 +16369,7 @@ ;;;*** ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" -;;;;;; "jka-compr.el" (20318 5885 0 0)) +;;;;;; "jka-compr.el" (20355 10021 546955 0)) ;;; Generated autoloads from jka-compr.el (defvar jka-compr-inhibit nil "\ @@ -16383,7 +16392,7 @@ ;;;*** -;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20535 44414 0 +;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20532 45476 981297 ;;;;;; 0)) ;;; Generated autoloads from progmodes/js.el @@ -16398,7 +16407,7 @@ ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from emulation/keypad.el (defvar keypad-setup nil "\ @@ -16454,7 +16463,7 @@ ;;;*** ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from international/kinsoku.el (autoload 'kinsoku "kinsoku" "\ @@ -16475,8 +16484,8 @@ ;;;*** -;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from international/kkc.el (defvar kkc-after-update-conversion-functions nil "\ @@ -16501,7 +16510,7 @@ ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item) -;;;;;; "kmacro" "kmacro.el" (20511 52965 0 0)) +;;;;;; "kmacro" "kmacro.el" (20471 22929 875294 592000)) ;;; Generated autoloads from kmacro.el (global-set-key "\C-x(" 'kmacro-start-macro) (global-set-key "\C-x)" 'kmacro-end-macro) @@ -16612,7 +16621,7 @@ ;;;*** ;;;### (autoloads (setup-korean-environment-internal) "korea-util" -;;;;;; "language/korea-util.el" (20511 52965 0 0)) +;;;;;; "language/korea-util.el" (20501 3499 284800 0)) ;;; Generated autoloads from language/korea-util.el (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ @@ -16627,7 +16636,7 @@ ;;;*** ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el" -;;;;;; (20550 14882 0 0)) +;;;;;; (20545 57511 257469 0)) ;;; Generated autoloads from play/landmark.el (defalias 'landmark-repeat 'landmark-test-run) @@ -16659,7 +16668,7 @@ ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) -;;;;;; "lao-util" "language/lao-util.el" (20244 35516 0 0)) +;;;;;; "lao-util" "language/lao-util.el" (20355 10021 546955 0)) ;;; Generated autoloads from language/lao-util.el (autoload 'lao-compose-string "lao-util" "\ @@ -16698,7 +16707,8 @@ ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) -;;;;;; "latexenc" "international/latexenc.el" (20244 35516 0 0)) +;;;;;; "latexenc" "international/latexenc.el" (20355 10021 546955 +;;;;;; 0)) ;;; Generated autoloads from international/latexenc.el (defvar latex-inputenc-coding-alist (purecopy '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ @@ -16730,8 +16740,8 @@ ;;;*** ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) -;;;;;; "latin1-disp" "international/latin1-disp.el" (20577 48876 -;;;;;; 0 0)) +;;;;;; "latin1-disp" "international/latin1-disp.el" (20577 33959 +;;;;;; 40183 0)) ;;; Generated autoloads from international/latin1-disp.el (defvar latin1-display nil "\ @@ -16773,7 +16783,7 @@ ;;;*** ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from progmodes/ld-script.el (autoload 'ld-script-mode "ld-script" "\ @@ -16783,7 +16793,8 @@ ;;;*** -;;;### (autoloads (life) "life" "play/life.el" (20550 14882 0 0)) +;;;### (autoloads (life) "life" "play/life.el" (20545 57511 257469 +;;;;;; 0)) ;;; Generated autoloads from play/life.el (autoload 'life "life" "\ @@ -16797,7 +16808,7 @@ ;;;*** ;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el" -;;;;;; (20580 46629 0 0)) +;;;;;; (20580 10161 446444 0)) ;;; Generated autoloads from linum.el (autoload 'linum-mode "linum" "\ @@ -16833,8 +16844,8 @@ ;;;*** -;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20476 +;;;;;; 31768 298871 0)) ;;; Generated autoloads from loadhist.el (autoload 'unload-feature "loadhist" "\ @@ -16866,7 +16877,7 @@ ;;;*** ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) -;;;;;; "locate" "locate.el" (20567 31133 0 0)) +;;;;;; "locate" "locate.el" (20566 63671 243798 0)) ;;; Generated autoloads from locate.el (defvar locate-ls-subdir-switches (purecopy "-al") "\ @@ -16918,8 +16929,8 @@ ;;;*** -;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20589 46442 -;;;;;; 0 0)) +;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20586 48936 +;;;;;; 135199 0)) ;;; Generated autoloads from vc/log-edit.el (autoload 'log-edit "log-edit" "\ @@ -16950,8 +16961,8 @@ ;;;*** -;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20517 -;;;;;; 4109 0 0)) +;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20515 +;;;;;; 36389 544939 0)) ;;; Generated autoloads from vc/log-view.el (autoload 'log-view-mode "log-view" "\ @@ -16961,8 +16972,8 @@ ;;;*** -;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from longlines.el (autoload 'longlines-mode "longlines" "\ @@ -16988,8 +16999,8 @@ ;;;*** ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer -;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20511 -;;;;;; 52965 0 0)) +;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20476 +;;;;;; 31768 298871 0)) ;;; Generated autoloads from lpr.el (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ @@ -17085,7 +17096,7 @@ ;;;*** ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" -;;;;;; (20276 3849 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from ls-lisp.el (defvar ls-lisp-support-shell-wildcards t "\ @@ -17096,8 +17107,8 @@ ;;;*** -;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20567 -;;;;;; 31133 0 0)) +;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20566 +;;;;;; 63671 243798 0)) ;;; Generated autoloads from calendar/lunar.el (autoload 'lunar-phases "lunar" "\ @@ -17111,8 +17122,8 @@ ;;;*** -;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20356 -;;;;;; 35090 0 0)) +;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from progmodes/m4-mode.el (autoload 'm4-mode "m4-mode" "\ @@ -17123,7 +17134,7 @@ ;;;*** ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro -;;;;;; name-last-kbd-macro) "macros" "macros.el" (20244 35516 0 +;;;;;; name-last-kbd-macro) "macros" "macros.el" (20355 10021 546955 ;;;;;; 0)) ;;; Generated autoloads from macros.el @@ -17213,7 +17224,7 @@ ;;;*** ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" -;;;;;; "mail/mail-extr.el" (20356 35090 0 0)) +;;;;;; "mail/mail-extr.el" (20355 10021 546955 0)) ;;; Generated autoloads from mail/mail-extr.el (autoload 'mail-extract-address-components "mail-extr" "\ @@ -17245,7 +17256,7 @@ ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from mail/mail-hist.el (autoload 'mail-hist-define-keys "mail-hist" "\ @@ -17277,7 +17288,7 @@ ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822) -;;;;;; "mail-utils" "mail/mail-utils.el" (20318 5885 0 0)) +;;;;;; "mail-utils" "mail/mail-utils.el" (20355 10021 546955 0)) ;;; Generated autoloads from mail/mail-utils.el (defvar mail-use-rfc822 nil "\ @@ -17352,8 +17363,8 @@ ;;;*** ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup -;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20567 -;;;;;; 31133 0 0)) +;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20566 +;;;;;; 63671 243798 0)) ;;; Generated autoloads from mail/mailabbrev.el (defvar mail-abbrevs-mode nil "\ @@ -17404,7 +17415,7 @@ ;;;### (autoloads (mail-complete mail-completion-at-point-function ;;;;;; define-mail-alias expand-mail-aliases mail-complete-style) -;;;;;; "mailalias" "mail/mailalias.el" (20577 48876 0 0)) +;;;;;; "mailalias" "mail/mailalias.el" (20577 33959 40183 0)) ;;; Generated autoloads from mail/mailalias.el (defvar mail-complete-style 'angles "\ @@ -17458,7 +17469,7 @@ ;;;*** ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from mail/mailclient.el (autoload 'mailclient-send-it "mailclient" "\ @@ -17472,7 +17483,8 @@ ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) -;;;;;; "make-mode" "progmodes/make-mode.el" (20412 11425 0 0)) +;;;;;; "make-mode" "progmodes/make-mode.el" (20392 30149 675975 +;;;;;; 59000)) ;;; Generated autoloads from progmodes/make-mode.el (autoload 'makefile-mode "make-mode" "\ @@ -17589,8 +17601,8 @@ ;;;*** -;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from makesum.el (autoload 'make-command-summary "makesum" "\ @@ -17602,7 +17614,7 @@ ;;;*** ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" -;;;;;; (20523 63054 0 0)) +;;;;;; (20523 62082 997685 0)) ;;; Generated autoloads from man.el (defalias 'manual-entry 'man) @@ -17656,8 +17668,8 @@ ;;;*** -;;;### (autoloads (master-mode) "master" "master.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (master-mode) "master" "master.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from master.el (autoload 'master-mode "master" "\ @@ -17680,7 +17692,7 @@ ;;;*** ;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from mb-depth.el (defvar minibuffer-depth-indicate-mode nil "\ @@ -17713,7 +17725,7 @@ ;;;;;; message-forward-make-body message-forward message-recover ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply ;;;;;; message-reply message-news message-mail message-mode) "message" -;;;;;; "gnus/message.el" (20567 31133 0 0)) +;;;;;; "gnus/message.el" (20567 23165 75548 0)) ;;; Generated autoloads from gnus/message.el (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) @@ -17879,7 +17891,7 @@ ;;;*** ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" -;;;;;; (20412 11425 0 0)) +;;;;;; (20399 35365 4050 0)) ;;; Generated autoloads from progmodes/meta-mode.el (autoload 'metafont-mode "meta-mode" "\ @@ -17896,7 +17908,7 @@ ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" -;;;;;; (20356 35090 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from mail/metamail.el (autoload 'metamail-interpret-header "metamail" "\ @@ -17941,7 +17953,7 @@ ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" -;;;;;; "mh-e/mh-comp.el" (20244 35516 0 0)) +;;;;;; "mh-e/mh-comp.el" (20355 10021 546955 0)) ;;; Generated autoloads from mh-e/mh-comp.el (autoload 'mh-smail "mh-comp" "\ @@ -18031,8 +18043,8 @@ ;;;*** -;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20614 54428 +;;;;;; 654267 0)) ;;; Generated autoloads from mh-e/mh-e.el (put 'mh-progs 'risky-local-variable t) @@ -18049,7 +18061,7 @@ ;;;*** ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" -;;;;;; "mh-e/mh-folder.el" (20373 41604 0 0)) +;;;;;; "mh-e/mh-folder.el" (20371 55972 331861 0)) ;;; Generated autoloads from mh-e/mh-folder.el (autoload 'mh-rmail "mh-folder" "\ @@ -18131,7 +18143,7 @@ ;;;*** ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" -;;;;;; "midnight.el" (20511 52965 0 0)) +;;;;;; "midnight.el" (20478 3673 653810 0)) ;;; Generated autoloads from midnight.el (autoload 'clean-buffer-list "midnight" "\ @@ -18158,7 +18170,7 @@ ;;;*** ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" -;;;;;; "minibuf-eldef.el" (20580 46629 0 0)) +;;;;;; "minibuf-eldef.el" (20580 10161 446444 0)) ;;; Generated autoloads from minibuf-eldef.el (defvar minibuffer-electric-default-mode nil "\ @@ -18188,7 +18200,7 @@ ;;;*** ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el" -;;;;;; (20535 44414 0 0)) +;;;;;; (20533 5993 500881 0)) ;;; Generated autoloads from misc.el (autoload 'butterfly "misc" "\ @@ -18218,7 +18230,7 @@ ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files ;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup) -;;;;;; "misearch" "misearch.el" (20511 52965 0 0)) +;;;;;; "misearch" "misearch.el" (20490 33188 850375 0)) ;;; Generated autoloads from misearch.el (add-hook 'isearch-mode-hook 'multi-isearch-setup) @@ -18300,7 +18312,7 @@ ;;;*** ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from progmodes/mixal-mode.el (autoload 'mixal-mode "mixal-mode" "\ @@ -18311,7 +18323,7 @@ ;;;*** ;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/mm-encode.el (autoload 'mm-default-file-encoding "mm-encode" "\ @@ -18322,7 +18334,7 @@ ;;;*** ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) -;;;;;; "mm-extern" "gnus/mm-extern.el" (20244 35516 0 0)) +;;;;;; "mm-extern" "gnus/mm-extern.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/mm-extern.el (autoload 'mm-extern-cache-contents "mm-extern" "\ @@ -18341,7 +18353,7 @@ ;;;*** ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/mm-partial.el (autoload 'mm-inline-partial "mm-partial" "\ @@ -18355,7 +18367,7 @@ ;;;*** ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) -;;;;;; "mm-url" "gnus/mm-url.el" (20511 52965 0 0)) +;;;;;; "mm-url" "gnus/mm-url.el" (20495 51111 757560 0)) ;;; Generated autoloads from gnus/mm-url.el (autoload 'mm-url-insert-file-contents "mm-url" "\ @@ -18372,7 +18384,7 @@ ;;;*** ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" -;;;;;; "gnus/mm-uu.el" (20318 5885 0 0)) +;;;;;; "gnus/mm-uu.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/mm-uu.el (autoload 'mm-uu-dissect "mm-uu" "\ @@ -18392,7 +18404,7 @@ ;;;*** ;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20567 23165 75548 0)) ;;; Generated autoloads from gnus/mml.el (autoload 'mml-to-mime "mml" "\ @@ -18418,7 +18430,7 @@ ;;;*** ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" -;;;;;; (20291 57212 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/mml1991.el (autoload 'mml1991-encrypt "mml1991" "\ @@ -18435,7 +18447,7 @@ ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) -;;;;;; "mml2015" "gnus/mml2015.el" (20244 35516 0 0)) +;;;;;; "mml2015" "gnus/mml2015.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/mml2015.el (autoload 'mml2015-decrypt "mml2015" "\ @@ -18475,16 +18487,16 @@ ;;;*** -;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20412 11425 -;;;;;; 0 0)) +;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20406 8611 +;;;;;; 875037 0)) ;;; Generated autoloads from cedet/mode-local.el (put 'define-overloadable-function 'doc-string-elt 3) ;;;*** -;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20356 -;;;;;; 35090 0 0)) +;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from progmodes/modula2.el (defalias 'modula-2-mode 'm2-mode) @@ -18518,7 +18530,7 @@ ;;;*** ;;;### (autoloads (denato-region nato-region unmorse-region morse-region) -;;;;;; "morse" "play/morse.el" (20244 35516 0 0)) +;;;;;; "morse" "play/morse.el" (20355 10021 546955 0)) ;;; Generated autoloads from play/morse.el (autoload 'morse-region "morse" "\ @@ -18544,7 +18556,7 @@ ;;;*** ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag" -;;;;;; "mouse-drag.el" (20567 31133 0 0)) +;;;;;; "mouse-drag.el" (20566 63671 243798 0)) ;;; Generated autoloads from mouse-drag.el (autoload 'mouse-drag-throw "mouse-drag" "\ @@ -18591,7 +18603,7 @@ ;;;*** -;;;### (autoloads (mpc) "mpc" "mpc.el" (20523 63054 0 0)) +;;;### (autoloads (mpc) "mpc" "mpc.el" (20523 62082 997685 0)) ;;; Generated autoloads from mpc.el (autoload 'mpc "mpc" "\ @@ -18601,7 +18613,8 @@ ;;;*** -;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20550 14882 0 0)) +;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20545 57511 257469 +;;;;;; 0)) ;;; Generated autoloads from play/mpuz.el (autoload 'mpuz "mpuz" "\ @@ -18611,7 +18624,7 @@ ;;;*** -;;;### (autoloads (msb-mode) "msb" "msb.el" (20511 52965 0 0)) +;;;### (autoloads (msb-mode) "msb" "msb.el" (20476 31768 298871 0)) ;;; Generated autoloads from msb.el (defvar msb-mode nil "\ @@ -18641,7 +18654,7 @@ ;;;;;; describe-current-coding-system describe-current-coding-system-briefly ;;;;;; describe-coding-system describe-character-set list-charset-chars ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20577 33959 40183 0)) ;;; Generated autoloads from international/mule-diag.el (autoload 'list-character-sets "mule-diag" "\ @@ -18778,7 +18791,7 @@ ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist ;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20577 33959 40183 0)) ;;; Generated autoloads from international/mule-util.el (defsubst string-to-list (string) "\ @@ -18912,8 +18925,8 @@ ;;;### (autoloads (network-connection network-connection-to-service ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host ;;;;;; nslookup nslookup-host ping traceroute route arp netstat -;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20244 -;;;;;; 35516 0 0)) +;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from net/net-utils.el (autoload 'ifconfig "net-utils" "\ @@ -19007,8 +19020,8 @@ ;;;*** -;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20495 +;;;;;; 51111 757560 0)) ;;; Generated autoloads from net/netrc.el (autoload 'netrc-credentials "netrc" "\ @@ -19021,7 +19034,7 @@ ;;;*** ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" -;;;;;; (20373 41604 0 0)) +;;;;;; (20369 14251 85829 0)) ;;; Generated autoloads from net/network-stream.el (autoload 'open-network-stream "network-stream" "\ @@ -19112,7 +19125,7 @@ ;;;*** ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend" -;;;;;; "net/newst-backend.el" (20577 48876 0 0)) +;;;;;; "net/newst-backend.el" (20577 33959 40183 0)) ;;; Generated autoloads from net/newst-backend.el (autoload 'newsticker-running-p "newst-backend" "\ @@ -19134,7 +19147,7 @@ ;;;*** ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el" -;;;;;; (20434 28080 0 0)) +;;;;;; (20434 17809 692608 0)) ;;; Generated autoloads from net/newst-plainview.el (autoload 'newsticker-plainview "newst-plainview" "\ @@ -19145,7 +19158,7 @@ ;;;*** ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el" -;;;;;; (20434 28080 0 0)) +;;;;;; (20434 17809 692608 0)) ;;; Generated autoloads from net/newst-reader.el (autoload 'newsticker-show-news "newst-reader" "\ @@ -19156,7 +19169,8 @@ ;;;*** ;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p) -;;;;;; "newst-ticker" "net/newst-ticker.el" (20428 57510 0 0)) +;;;;;; "newst-ticker" "net/newst-ticker.el" (20427 14766 970343 +;;;;;; 0)) ;;; Generated autoloads from net/newst-ticker.el (autoload 'newsticker-ticker-running-p "newst-ticker" "\ @@ -19177,7 +19191,7 @@ ;;;*** ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20590 45996 129575 0)) ;;; Generated autoloads from net/newst-treeview.el (autoload 'newsticker-treeview "newst-treeview" "\ @@ -19188,7 +19202,7 @@ ;;;*** ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20614 54428 654267 0)) ;;; Generated autoloads from gnus/nndiary.el (autoload 'nndiary-generate-nov-databases "nndiary" "\ @@ -19198,8 +19212,8 @@ ;;;*** -;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from gnus/nndoc.el (autoload 'nndoc-add-type "nndoc" "\ @@ -19214,7 +19228,7 @@ ;;;*** ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" -;;;;;; (20460 33749 0 0)) +;;;;;; (20458 56750 651721 0)) ;;; Generated autoloads from gnus/nnfolder.el (autoload 'nnfolder-generate-active-file "nnfolder" "\ @@ -19226,7 +19240,7 @@ ;;;*** ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" -;;;;;; (20460 33749 0 0)) +;;;;;; (20458 56750 651721 0)) ;;; Generated autoloads from gnus/nnml.el (autoload 'nnml-generate-nov-databases "nnml" "\ @@ -19237,7 +19251,7 @@ ;;;*** ;;;### (autoloads (disable-command enable-command disabled-command-function) -;;;;;; "novice" "novice.el" (20567 31133 0 0)) +;;;;;; "novice" "novice.el" (20566 63671 243798 0)) ;;; Generated autoloads from novice.el (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") @@ -19270,7 +19284,7 @@ ;;;*** ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from textmodes/nroff-mode.el (autoload 'nroff-mode "nroff-mode" "\ @@ -19285,7 +19299,7 @@ ;;;*** ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el" -;;;;;; (20523 63054 0 0)) +;;;;;; (20523 62082 997685 0)) ;;; Generated autoloads from nxml/nxml-glyph.el (autoload 'nxml-glyph-display-string "nxml-glyph" "\ @@ -19297,8 +19311,8 @@ ;;;*** -;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20478 +;;;;;; 3673 653810 0)) ;;; Generated autoloads from nxml/nxml-mode.el (autoload 'nxml-mode "nxml-mode" "\ @@ -19360,7 +19374,7 @@ ;;;*** ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm" -;;;;;; "nxml/nxml-uchnm.el" (20244 35516 0 0)) +;;;;;; "nxml/nxml-uchnm.el" (20355 10021 546955 0)) ;;; Generated autoloads from nxml/nxml-uchnm.el (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ @@ -19372,321 +19386,8 @@ ;;;*** -;;;### (autoloads (org-babel-mark-block org-babel-previous-src-block -;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block -;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe -;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer -;;;;;; org-babel-map-executables org-babel-map-call-lines org-babel-map-inline-src-blocks -;;;;;; org-babel-map-src-blocks org-babel-open-src-block-result -;;;;;; org-babel-switch-to-session-with-code org-babel-switch-to-session -;;;;;; org-babel-initiate-session org-babel-load-in-session org-babel-insert-header-arg -;;;;;; org-babel-check-src-block org-babel-expand-src-block org-babel-execute-src-block -;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe -;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info -;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" -;;;;;; "org/ob.el" (20585 55103 0 0)) -;;; Generated autoloads from org/ob.el - -(autoload 'org-babel-execute-safely-maybe "ob" "\ - - -\(fn)" nil nil) - -(autoload 'org-babel-execute-maybe "ob" "\ - - -\(fn)" t nil) - -(autoload 'org-babel-view-src-block-info "ob" "\ -Display information on the current source block. -This includes header arguments, language and name, and is largely -a window into the `org-babel-get-src-block-info' function. - -\(fn)" t nil) - -(autoload 'org-babel-expand-src-block-maybe "ob" "\ -Conditionally expand a source block. -Detect if this is context for a org-babel src-block and if so -then run `org-babel-expand-src-block'. - -\(fn)" t nil) - -(autoload 'org-babel-load-in-session-maybe "ob" "\ -Conditionally load a source block in a session. -Detect if this is context for a org-babel src-block and if so -then run `org-babel-load-in-session'. - -\(fn)" t nil) - -(autoload 'org-babel-pop-to-session-maybe "ob" "\ -Conditionally pop to a session. -Detect if this is context for a org-babel src-block and if so -then run `org-babel-pop-to-session'. - -\(fn)" t nil) - -(autoload 'org-babel-execute-src-block "ob" "\ -Execute the current source code block. -Insert the results of execution into the buffer. Source code -execution and the collection and formatting of results can be -controlled through a variety of header arguments. - -With prefix argument ARG, force re-execution even if an existing -result cached in the buffer would otherwise have been returned. - -Optionally supply a value for INFO in the form returned by -`org-babel-get-src-block-info'. - -Optionally supply a value for PARAMS which will be merged with -the header arguments specified at the front of the source code -block. - -\(fn &optional ARG INFO PARAMS)" t nil) - -(autoload 'org-babel-expand-src-block "ob" "\ -Expand the current source code block. -Expand according to the source code block's header -arguments and pop open the results in a preview buffer. - -\(fn &optional ARG INFO PARAMS)" t nil) - -(autoload 'org-babel-check-src-block "ob" "\ -Check for misspelled header arguments in the current code block. - -\(fn)" t nil) - -(autoload 'org-babel-insert-header-arg "ob" "\ -Insert a header argument selecting from lists of common args and values. - -\(fn)" t nil) - -(autoload 'org-babel-load-in-session "ob" "\ -Load the body of the current source-code block. -Evaluate the header arguments for the source block before -entering the session. After loading the body this pops open the -session. - -\(fn &optional ARG INFO)" t nil) - -(autoload 'org-babel-initiate-session "ob" "\ -Initiate session for current code block. -If called with a prefix argument then resolve any variable -references in the header arguments and assign these variables in -the session. Copy the body of the code block to the kill ring. - -\(fn &optional ARG INFO)" t nil) - -(autoload 'org-babel-switch-to-session "ob" "\ -Switch to the session of the current code block. -Uses `org-babel-initiate-session' to start the session. If called -with a prefix argument then this is passed on to -`org-babel-initiate-session'. - -\(fn &optional ARG INFO)" t nil) - -(autoload 'org-babel-switch-to-session-with-code "ob" "\ -Switch to code buffer and display session. - -\(fn &optional ARG INFO)" t nil) - -(autoload 'org-babel-open-src-block-result "ob" "\ -If `point' is on a src block then open the results of the -source code block, otherwise return nil. With optional prefix -argument RE-RUN the source-code block is evaluated even if -results already exist. - -\(fn &optional RE-RUN)" t nil) - -(autoload 'org-babel-map-src-blocks "ob" "\ -Evaluate BODY forms on each source-block in FILE. -If FILE is nil evaluate BODY forms on source blocks in current -buffer. During evaluation of BODY the following local variables -are set relative to the currently matched code block. - -full-block ------- string holding the entirety of the code block -beg-block -------- point at the beginning of the code block -end-block -------- point at the end of the matched code block -lang ------------- string holding the language of the code block -beg-lang --------- point at the beginning of the lang -end-lang --------- point at the end of the lang -switches --------- string holding the switches -beg-switches ----- point at the beginning of the switches -end-switches ----- point at the end of the switches -header-args ------ string holding the header-args -beg-header-args -- point at the beginning of the header-args -end-header-args -- point at the end of the header-args -body ------------- string holding the body of the code block -beg-body --------- point at the beginning of the body -end-body --------- point at the end of the body - -\(fn FILE &rest BODY)" nil t) - -(put 'org-babel-map-src-blocks 'lisp-indent-function '1) - -(autoload 'org-babel-map-inline-src-blocks "ob" "\ -Evaluate BODY forms on each inline source-block in FILE. -If FILE is nil evaluate BODY forms on source blocks in current -buffer. - -\(fn FILE &rest BODY)" nil t) - -(put 'org-babel-map-inline-src-blocks 'lisp-indent-function '1) - -(autoload 'org-babel-map-call-lines "ob" "\ -Evaluate BODY forms on each call line in FILE. -If FILE is nil evaluate BODY forms on source blocks in current -buffer. - -\(fn FILE &rest BODY)" nil t) - -(put 'org-babel-map-call-lines 'lisp-indent-function '1) - -(autoload 'org-babel-map-executables "ob" "\ - - -\(fn FILE &rest BODY)" nil t) - -(put 'org-babel-map-executables 'lisp-indent-function '1) - -(autoload 'org-babel-execute-buffer "ob" "\ -Execute source code blocks in a buffer. -Call `org-babel-execute-src-block' on every source block in -the current buffer. - -\(fn &optional ARG)" t nil) - -(autoload 'org-babel-execute-subtree "ob" "\ -Execute source code blocks in a subtree. -Call `org-babel-execute-src-block' on every source block in -the current subtree. - -\(fn &optional ARG)" t nil) - -(autoload 'org-babel-sha1-hash "ob" "\ -Generate an sha1 hash based on the value of info. - -\(fn &optional INFO)" t nil) - -(autoload 'org-babel-hide-result-toggle-maybe "ob" "\ -Toggle visibility of result at point. - -\(fn)" t nil) - -(autoload 'org-babel-goto-src-block-head "ob" "\ -Go to the beginning of the current code block. - -\(fn)" t nil) - -(autoload 'org-babel-goto-named-src-block "ob" "\ -Go to a named source-code block. - -\(fn NAME)" t nil) - -(autoload 'org-babel-goto-named-result "ob" "\ -Go to a named result. - -\(fn NAME)" t nil) - -(autoload 'org-babel-next-src-block "ob" "\ -Jump to the next source block. -With optional prefix argument ARG, jump forward ARG many source blocks. - -\(fn &optional ARG)" t nil) - -(autoload 'org-babel-previous-src-block "ob" "\ -Jump to the previous source block. -With optional prefix argument ARG, jump backward ARG many source blocks. - -\(fn &optional ARG)" t nil) - -(autoload 'org-babel-mark-block "ob" "\ -Mark current src block. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" -;;;;;; (20244 35516 0 0)) -;;; Generated autoloads from org/ob-keys.el - -(autoload 'org-babel-describe-bindings "ob-keys" "\ -Describe all keybindings behind `org-babel-key-prefix'. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe -;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20585 55103 -;;;;;; 0 0)) -;;; Generated autoloads from org/ob-lob.el - -(autoload 'org-babel-lob-ingest "ob-lob" "\ -Add all named source-blocks defined in FILE to -`org-babel-library-of-babel'. - -\(fn &optional FILE)" t nil) - -(autoload 'org-babel-lob-execute-maybe "ob-lob" "\ -Execute a Library of Babel source block, if appropriate. -Detect if this is context for a Library Of Babel source block and -if so then run the appropriate source block from the Library. - -\(fn)" t nil) - -(autoload 'org-babel-lob-get-info "ob-lob" "\ -Return a Library of Babel function call as a string. - -\(fn)" nil nil) - -;;;*** - -;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file -;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/ob-tangle.el - -(defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ -Alist mapping languages to their file extensions. -The key is the language name, the value is the string that should -be inserted as the extension commonly used to identify files -written in this language. If no entry is found in this list, -then the name of the language is used.") - -(custom-autoload 'org-babel-tangle-lang-exts "ob-tangle" t) - -(autoload 'org-babel-load-file "ob-tangle" "\ -Load Emacs Lisp source code blocks in the Org-mode FILE. -This function exports the source code using -`org-babel-tangle' and then loads the resulting file using -`load-file'. - -\(fn FILE)" t nil) - -(autoload 'org-babel-tangle-file "ob-tangle" "\ -Extract the bodies of source code blocks in FILE. -Source code blocks are extracted with `org-babel-tangle'. -Optional argument TARGET-FILE can be used to specify a default -export file for all source blocks. Optional argument LANG can be -used to limit the exported source code blocks by language. - -\(fn FILE &optional TARGET-FILE LANG)" t nil) - -(autoload 'org-babel-tangle "ob-tangle" "\ -Write code blocks to source-specific files. -Extract the bodies of all source code blocks from the current -file into their own source-specific files. Optional argument -TARGET-FILE can be used to specify a default export file for all -source blocks. Optional argument LANG can be used to limit the -exported source code blocks by language. - -\(fn &optional ONLY-THIS-BLOCK TARGET-FILE LANG)" t nil) - -;;;*** - ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" -;;;;;; (20356 35090 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from progmodes/octave-inf.el (autoload 'inferior-octave "octave-inf" "\ @@ -19709,7 +19410,7 @@ ;;;*** ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from progmodes/octave-mod.el (autoload 'octave-mode "octave-mod" "\ @@ -19791,16 +19492,13 @@ ;;;*** -;;;### (autoloads (org-unindent-buffer org-transpose-element org-narrow-to-element -;;;;;; org-mark-element org-drag-element-forward org-drag-element-backward -;;;;;; org-up-element org-backward-element org-forward-element org-customize -;;;;;; org-reload org-require-autoloaded-modules org-submit-bug-report -;;;;;; org-cycle-agenda-files org-switchb org-map-entries org-update-all-dblocks -;;;;;; org-open-link-from-string org-open-at-point-global org-insert-link-global -;;;;;; org-store-link org-run-like-in-org-mode turn-on-orgstruct++ -;;;;;; turn-on-orgstruct orgstruct-mode org-global-cycle org-mode -;;;;;; org-version org-babel-do-load-languages) "org" "org/org.el" -;;;;;; (20585 55103 0 0)) +;;;### (autoloads (org-customize org-reload org-submit-bug-report +;;;;;; org-cycle-agenda-files org-switchb org-open-link-from-string +;;;;;; org-open-at-point-global org-insert-link-global org-store-link +;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct +;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode org-clock-persistence-insinuate +;;;;;; turn-on-orgtbl org-version org-babel-do-load-languages) "org" +;;;;;; "org/org.el" (20618 55210 422086 0)) ;;; Generated autoloads from org/org.el (autoload 'org-babel-do-load-languages "org" "\ @@ -19816,6 +19514,16 @@ \(fn &optional HERE FULL MESSAGE)" t nil) +(autoload 'turn-on-orgtbl "org" "\ +Unconditionally turn on `orgtbl-mode'. + +\(fn)" nil nil) + +(autoload 'org-clock-persistence-insinuate "org" "\ +Set up hooks for clock persistence. + +\(fn)" nil nil) + (autoload 'org-mode "org" "\ Outline-based notes management and organizer, alias \"Carsten's outline-mode for keeping track of everything.\" @@ -19837,7 +19545,55 @@ \(fn)" t nil) -(defvar org-inlinetask-min-level) +(autoload 'org-cycle "org" "\ +TAB-action and visibility cycling for Org-mode. + +This is the command invoked in Org-mode by the TAB key. Its main purpose +is outline visibility cycling, but it also invokes other actions +in special contexts. + +- When this function is called with a prefix argument, rotate the entire + buffer through 3 states (global cycling) + 1. OVERVIEW: Show only top-level headlines. + 2. CONTENTS: Show all headlines of all levels, but no body text. + 3. SHOW ALL: Show everything. + When called with two `C-u C-u' prefixes, switch to the startup visibility, + determined by the variable `org-startup-folded', and by any VISIBILITY + properties in the buffer. + When called with three `C-u C-u C-u' prefixed, show the entire buffer, + including any drawers. + +- When inside a table, re-align the table and move to the next field. + +- When point is at the beginning of a headline, rotate the subtree started + by this line through 3 different states (local cycling) + 1. FOLDED: Only the main headline is shown. + 2. CHILDREN: The main headline and the direct children are shown. + From this state, you can move to one of the children + and zoom in further. + 3. SUBTREE: Show the entire subtree, including body text. + If there is no subtree, switch directly from CHILDREN to FOLDED. + +- When point is at the beginning of an empty headline and the variable + `org-cycle-level-after-item/entry-creation' is set, cycle the level + of the headline by demoting and promoting it to likely levels. This + speeds up creation document structure by pressing TAB once or several + times right after creating a new headline. + +- When there is a numeric prefix, go up to a heading with level ARG, do + a `show-subtree' and return to the previous cursor position. If ARG + is negative, go up that many levels. + +- When point is not at the beginning of a headline, execute the global + binding for TAB, which is re-indenting the line. See the option + `org-cycle-emulate-tab' for details. + +- Special case: if point is at the beginning of the buffer and there is + no headline in line 1, this function will act as if called with prefix arg + (C-u TAB, same as S-TAB) also when called without prefix arg. + But only if also the variable `org-cycle-global-at-bob' is t. + +\(fn &optional ARG)" t nil) (autoload 'org-global-cycle "org" "\ Cycle the global visibility. For details see `org-cycle'. @@ -19918,75 +19674,6 @@ \(fn S &optional ARG REFERENCE-BUFFER)" t nil) -(autoload 'org-update-all-dblocks "org" "\ -Update all dynamic blocks in the buffer. -This function can be used in a hook. - -\(fn)" t nil) - -(autoload 'org-map-entries "org" "\ -Call FUNC at each headline selected by MATCH in SCOPE. - -FUNC is a function or a lisp form. The function will be called without -arguments, with the cursor positioned at the beginning of the headline. -The return values of all calls to the function will be collected and -returned as a list. - -The call to FUNC will be wrapped into a save-excursion form, so FUNC -does not need to preserve point. After evaluation, the cursor will be -moved to the end of the line (presumably of the headline of the -processed entry) and search continues from there. Under some -circumstances, this may not produce the wanted results. For example, -if you have removed (e.g. archived) the current (sub)tree it could -mean that the next entry will be skipped entirely. In such cases, you -can specify the position from where search should continue by making -FUNC set the variable `org-map-continue-from' to the desired buffer -position. - -MATCH is a tags/property/todo match as it is used in the agenda tags view. -Only headlines that are matched by this query will be considered during -the iteration. When MATCH is nil or t, all headlines will be -visited by the iteration. - -SCOPE determines the scope of this command. It can be any of: - -nil The current buffer, respecting the restriction if any -tree The subtree started with the entry at point -region The entries within the active region, if any -region-start-level - The entries within the active region, but only those at - the same level than the first one. -file The current buffer, without restriction -file-with-archives - The current buffer, and any archives associated with it -agenda All agenda files -agenda-with-archives - All agenda files with any archive files associated with them -\(file1 file2 ...) - If this is a list, all files in the list will be scanned - -The remaining args are treated as settings for the skipping facilities of -the scanner. The following items can be given here: - - archive skip trees with the archive tag. - comment skip trees with the COMMENT keyword - function or Emacs Lisp form: - will be used as value for `org-agenda-skip-function', so whenever - the function returns t, FUNC will not be called for that - entry and search will continue from the point where the - function leaves it. - -If your function needs to retrieve the tags including inherited tags -at the *current* entry, you can use the value of the variable -`org-scanner-tags' which will be much faster than getting the value -with `org-get-tags-at'. If your function gets properties with -`org-entry-properties' at the *current* entry, bind `org-trust-scanner-tags' -to t around the call to `org-entry-properties' to get the same speedup. -Note that if your function moves around to retrieve tags and properties at -a *different* entry, you cannot use these techniques. - -\(fn FUNC &optional MATCH SCOPE &rest SKIP)" nil nil) - (autoload 'org-switchb "org" "\ Switch between Org buffers. With one prefix argument, restrict available buffers to files. @@ -20019,11 +19706,6 @@ \(fn)" t nil) -(autoload 'org-require-autoloaded-modules "org" "\ - - -\(fn)" t nil) - (autoload 'org-reload "org" "\ Reload all org lisp files. With prefix arg UNCOMPILED, load the uncompiled versions. @@ -20035,70 +19717,14 @@ \(fn)" t nil) -(autoload 'org-forward-element "org" "\ -Move forward by one element. -Move to the next element at the same level, when possible. - -\(fn)" t nil) - -(autoload 'org-backward-element "org" "\ -Move backward by one element. -Move to the previous element at the same level, when possible. - -\(fn)" t nil) - -(autoload 'org-up-element "org" "\ -Move to upper element. - -\(fn)" t nil) - -(defvar org-element-greater-elements) - -(autoload 'org-drag-element-backward "org" "\ -Move backward element at point. - -\(fn)" t nil) - -(autoload 'org-drag-element-forward "org" "\ -Move forward element at point. - -\(fn)" t nil) - -(autoload 'org-mark-element "org" "\ -Put point at beginning of this element, mark at end. - -Interactively, if this command is repeated or (in Transient Mark -mode) if the mark is active, it marks the next element after the -ones already marked. - -\(fn)" t nil) - -(autoload 'org-narrow-to-element "org" "\ -Narrow buffer to current element. - -\(fn)" t nil) - -(autoload 'org-transpose-element "org" "\ -Transpose current and previous elements, keeping blank lines between. -Point is moved after both elements. - -\(fn)" t nil) - -(autoload 'org-unindent-buffer "org" "\ -Un-indent the visible part of the buffer. -Relative indentation (between items, inside blocks, etc.) isn't -modified. - -\(fn)" t nil) - ;;;*** -;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item -;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list +;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-diary +;;;;;; org-agenda-list-stuck-projects org-tags-view org-todo-list ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda ;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el" -;;;;;; (20592 26321 0 0)) +;;;;;; (20618 55210 422086 0)) ;;; Generated autoloads from org/org-agenda.el (autoload 'org-toggle-sticky-agenda "org-agenda" "\ @@ -20312,11 +19938,6 @@ \(fn &rest ARGS)" nil nil) -(autoload 'org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item "org-agenda" "\ -Do we have a reason to ignore this TODO entry because it has a time stamp? - -\(fn &optional END)" nil nil) - (autoload 'org-calendar-goto-agenda "org-agenda" "\ Compute the Org-mode agenda for the calendar date displayed at the cursor. This is a command that has to be installed in `calendar-mode-map'. @@ -20359,131 +19980,37 @@ ;;;*** -;;;### (autoloads (org-archive-subtree-default-with-confirmation -;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-archive.el - -(autoload 'org-archive-subtree-default "org-archive" "\ -Archive the current subtree with the default command. -This command is set with the variable `org-archive-default-command'. - -\(fn)" t nil) - -(autoload 'org-archive-subtree-default-with-confirmation "org-archive" "\ -Archive the current subtree with the default command. -This command is set with the variable `org-archive-default-command'. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii -;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer -;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer -;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20585 -;;;;;; 55103 0 0)) -;;; Generated autoloads from org/org-ascii.el - -(autoload 'org-export-as-latin1 "org-ascii" "\ -Like `org-export-as-ascii', use latin1 encoding for special symbols. - -\(fn &rest ARGS)" t nil) - -(autoload 'org-export-as-latin1-to-buffer "org-ascii" "\ -Like `org-export-as-ascii-to-buffer', use latin1 encoding for symbols. - -\(fn &rest ARGS)" t nil) - -(autoload 'org-export-as-utf8 "org-ascii" "\ -Like `org-export-as-ascii', use encoding for special symbols. - -\(fn &rest ARGS)" t nil) - -(autoload 'org-export-as-utf8-to-buffer "org-ascii" "\ -Like `org-export-as-ascii-to-buffer', use utf8 encoding for symbols. - -\(fn &rest ARGS)" t nil) - -(autoload 'org-export-as-ascii-to-buffer "org-ascii" "\ -Call `org-export-as-ascii` with output to a temporary buffer. -No file is created. The prefix ARG is passed through to `org-export-as-ascii'. - -\(fn ARG)" t nil) - -(autoload 'org-replace-region-by-ascii "org-ascii" "\ -Assume the current region has org-mode syntax, and convert it to plain ASCII. -This can be used in any buffer. For example, you could write an -itemized list in org-mode syntax in a Mail buffer and then use this -command to convert it. - -\(fn BEG END)" t nil) - -(autoload 'org-export-region-as-ascii "org-ascii" "\ -Convert region from BEG to END in org-mode buffer to plain ASCII. -If prefix arg BODY-ONLY is set, omit file header, footer, and table of -contents, and only produce the region of converted text, useful for -cut-and-paste operations. -If BUFFER is a buffer or a string, use/create that buffer as a target -of the converted ASCII. If BUFFER is the symbol `string', return the -produced ASCII as a string and leave not buffer behind. For example, -a Lisp program could call this function in the following way: - - (setq ascii (org-export-region-as-ascii beg end t 'string)) - -When called interactively, the output buffer is selected, and shown -in a window. A non-interactive call will only return the buffer. - -\(fn BEG END &optional BODY-ONLY BUFFER)" t nil) - -(autoload 'org-export-as-ascii "org-ascii" "\ -Export the outline as a pretty ASCII file. -If there is an active region, export only the region. -The prefix ARG specifies how many levels of the outline should become -underlined headlines, default is 3. Lower levels will become bulleted -lists. When HIDDEN is non-nil, don't display the ASCII buffer. -EXT-PLIST is a property list with external parameters overriding -org-mode's default settings, but still inferior to file-local -settings. When TO-BUFFER is non-nil, create a buffer with that -name and export to that buffer. If TO-BUFFER is the symbol -`string', don't leave any buffer behind but just return the -resulting ASCII as a string. When BODY-ONLY is set, don't produce -the file header and footer. When PUB-DIR is set, use this as the -publishing directory. - -\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -;;;*** - -;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20585 -;;;;;; 55103 0 0)) -;;; Generated autoloads from org/org-attach.el - -(autoload 'org-attach "org-attach" "\ -The dispatcher for attachment commands. -Shows a list of commands and prompts for another key to execute a command. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-bbdb.el - -(autoload 'org-bbdb-anniversaries "org-bbdb" "\ -Extract anniversaries from BBDB for display in the agenda. - -\(fn)" nil nil) - -;;;*** - -;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here -;;;;;; org-capture) "org-capture" "org/org-capture.el" (20585 55103 -;;;;;; 0 0)) +;;;### (autoloads (org-beamer-mode org-beamer-sectioning) "org-beamer" +;;;;;; "org/org-beamer.el" (20618 55210 422086 0)) +;;; Generated autoloads from org/org-beamer.el + +(autoload 'org-beamer-sectioning "org-beamer" "\ +Return the sectioning entry for the current headline. +LEVEL is the reduced level of the headline. +TEXT is the text of the headline, everything except the leading stars. +The return value is a cons cell. The car is the headline text, usually +just TEXT, but possibly modified if options have been extracted from the +text. The cdr is the sectioning entry, similar to what is given +in org-export-latex-classes. + +\(fn LEVEL TEXT)" nil nil) + +(autoload 'org-beamer-mode "org-beamer" "\ +Special support for editing Org-mode files made to export to beamer. + +\(fn &optional ARG)" t nil) + +;;;*** + +;;;### (autoloads (org-capture-import-remember-templates org-capture +;;;;;; org-capture-string) "org-capture" "org/org-capture.el" (20618 +;;;;;; 55210 422086 0)) ;;; Generated autoloads from org/org-capture.el -(defvar org-capture-initial nil) +(autoload 'org-capture-string "org-capture" "\ + + +\(fn STRING &optional KEYS)" t nil) (autoload 'org-capture "org-capture" "\ Capture something. @@ -20510,11 +20037,6 @@ \(fn &optional GOTO KEYS)" t nil) -(autoload 'org-capture-insert-template-here "org-capture" "\ - - -\(fn)" nil nil) - (autoload 'org-capture-import-remember-templates "org-capture" "\ Set org-capture-templates to be similar to `org-remember-templates'. @@ -20522,40 +20044,53 @@ ;;;*** -;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable -;;;;;; org-clock-in-last) "org-clock" "org/org-clock.el" (20585 -;;;;;; 55103 0 0)) -;;; Generated autoloads from org/org-clock.el - -(autoload 'org-clock-in-last "org-clock" "\ -Clock in the last closed clocked item. -When already clocking in, send an warning. -With a universal prefix argument, select the task you want to -clock in from the last clocked in tasks. -With two universal prefix arguments, start clocking using the -last clock-out time, if any. -With three universal prefix arguments, interactively prompt -for a todo state to switch to, overriding the existing value -`org-clock-in-switch-to-state'. - -\(fn &optional ARG)" t nil) - -(autoload 'org-get-clocktable "org-clock" "\ -Get a formatted clocktable with parameters according to PROPS. -The table is created in a temporary buffer, fully formatted and -fontified, and then returned. - -\(fn &rest PROPS)" nil nil) - -(autoload 'org-clock-persistence-insinuate "org-clock" "\ -Set up hooks for clock persistence. - -\(fn)" nil nil) +;;;### (autoloads (org-agenda-columns org-insert-columns-dblock org-dblock-write:columnview +;;;;;; org-columns) "org-colview" "org/org-colview.el" (20618 55210 +;;;;;; 422086 0)) +;;; Generated autoloads from org/org-colview.el + +(autoload 'org-columns "org-colview" "\ +Turn on column view on an org-mode file. +When COLUMNS-FMT-STRING is non-nil, use it as the column format. + +\(fn &optional COLUMNS-FMT-STRING)" t nil) + +(autoload 'org-dblock-write:columnview "org-colview" "\ +Write the column view table. +PARAMS is a property list of parameters: + +:width enforce same column widths with specifiers. +:id the :ID: property of the entry where the columns view + should be built. When the symbol `local', call locally. + When `global' call column view with the cursor at the beginning + of the buffer (usually this means that the whole buffer switches + to column view). When \"file:path/to/file.org\", invoke column + view at the start of that file. Otherwise, the ID is located + using `org-id-find'. +:hlines When t, insert a hline before each item. When a number, insert + a hline before each level <= that number. +:vlines When t, make each column a colgroup to enforce vertical lines. +:maxlevel When set to a number, don't capture headlines below this level. +:skip-empty-rows + When t, skip rows where all specifiers other than ITEM are empty. +:format When non-nil, specify the column view format to use. + +\(fn PARAMS)" nil nil) + +(autoload 'org-insert-columns-dblock "org-colview" "\ +Create a dynamic block capturing a column view table. + +\(fn)" t nil) + +(autoload 'org-agenda-columns "org-colview" "\ +Turn on or update column view in the agenda. + +\(fn)" t nil) ;;;*** ;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20618 55210 422086 0)) ;;; Generated autoloads from org/org-compat.el (autoload 'org-check-version "org-compat" "\ @@ -20565,1080 +20100,8 @@ ;;;*** -;;;### (autoloads (org-datetree-find-date-create) "org-datetree" -;;;;;; "org/org-datetree.el" (20585 55103 0 0)) -;;; Generated autoloads from org/org-datetree.el - -(autoload 'org-datetree-find-date-create "org-datetree" "\ -Find or create an entry for DATE. -If KEEP-RESTRICTION is non-nil, do not widen the buffer. -When it is nil, the buffer will be widened to make sure an existing date -tree can be found. - -\(fn DATE &optional KEEP-RESTRICTION)" nil nil) - -;;;*** - -;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open -;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook -;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) -;;;;;; "org-docbook" "org/org-docbook.el" (20585 55103 0 0)) -;;; Generated autoloads from org/org-docbook.el - -(autoload 'org-export-as-docbook-batch "org-docbook" "\ -Call `org-export-as-docbook' in batch style. -This function can be used in batch processing. - -For example: - -$ emacs --batch - --load=$HOME/lib/emacs/org.el - --visit=MyOrgFile.org --funcall org-export-as-docbook-batch - -\(fn)" nil nil) - -(autoload 'org-export-as-docbook-to-buffer "org-docbook" "\ -Call `org-export-as-docbook' with output to a temporary buffer. -No file is created. - -\(fn)" t nil) - -(autoload 'org-replace-region-by-docbook "org-docbook" "\ -Replace the region from BEG to END with its DocBook export. -It assumes the region has `org-mode' syntax, and then convert it to -DocBook. This can be used in any buffer. For example, you could -write an itemized list in `org-mode' syntax in an DocBook buffer and -then use this command to convert it. - -\(fn BEG END)" t nil) - -(autoload 'org-export-region-as-docbook "org-docbook" "\ -Convert region from BEG to END in `org-mode' buffer to DocBook. -If prefix arg BODY-ONLY is set, omit file header and footer and -only produce the region of converted text, useful for -cut-and-paste operations. If BUFFER is a buffer or a string, -use/create that buffer as a target of the converted DocBook. If -BUFFER is the symbol `string', return the produced DocBook as a -string and leave not buffer behind. For example, a Lisp program -could call this function in the following way: - - (setq docbook (org-export-region-as-docbook beg end t 'string)) - -When called interactively, the output buffer is selected, and shown -in a window. A non-interactive call will only return the buffer. - -\(fn BEG END &optional BODY-ONLY BUFFER)" t nil) - -(autoload 'org-export-as-docbook-pdf "org-docbook" "\ -Export as DocBook XML file, and generate PDF file. - -\(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -(autoload 'org-export-as-docbook-pdf-and-open "org-docbook" "\ -Export as DocBook XML file, generate PDF file, and open it. - -\(fn)" t nil) - -(autoload 'org-export-as-docbook "org-docbook" "\ -Export the current buffer as a DocBook file. -If there is an active region, export only the region. When -HIDDEN is obsolete and does nothing. EXT-PLIST is a -property list with external parameters overriding org-mode's -default settings, but still inferior to file-local settings. -When TO-BUFFER is non-nil, create a buffer with that name and -export to that buffer. If TO-BUFFER is the symbol `string', -don't leave any buffer behind but just return the resulting HTML -as a string. When BODY-ONLY is set, don't produce the file -header and footer, simply return the content of the document (all -top-level sections). When PUB-DIR is set, use this as the -publishing directory. - -\(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -;;;*** - -;;;### (autoloads (org-element-context org-element-at-point org-element-interpret-data) -;;;;;; "org-element" "org/org-element.el" (20592 26321 0 0)) -;;; Generated autoloads from org/org-element.el - -(autoload 'org-element-interpret-data "org-element" "\ -Interpret DATA as Org syntax. - -DATA is a parse tree, an element, an object or a secondary string -to interpret. - -Optional argument PARENT is used for recursive calls. It contains -the element or object containing data, or nil. - -Return Org syntax as a string. - -\(fn DATA &optional PARENT)" nil nil) - -(autoload 'org-element-at-point "org-element" "\ -Determine closest element around point. - -Return value is a list like (TYPE PROPS) where TYPE is the type -of the element and PROPS a plist of properties associated to the -element. - -Possible types are defined in `org-element-all-elements'. -Properties depend on element or object type, but always -include :begin, :end, :parent and :post-blank properties. - -As a special case, if point is at the very beginning of a list or -sub-list, returned element will be that list instead of the first -item. In the same way, if point is at the beginning of the first -row of a table, returned element will be the table instead of the -first row. - -If optional argument KEEP-TRAIL is non-nil, the function returns -a list of of elements leading to element at point. The list's -CAR is always the element at point. Following positions contain -element's siblings, then parents, siblings of parents, until the -first element of current section. - -\(fn &optional KEEP-TRAIL)" nil nil) - -(autoload 'org-element-context "org-element" "\ -Return closest element or object around point. - -Return value is a list like (TYPE PROPS) where TYPE is the type -of the element or object and PROPS a plist of properties -associated to it. - -Possible types are defined in `org-element-all-elements' and -`org-element-all-objects'. Properties depend on element or -object type, but always include :begin, :end, :parent -and :post-blank properties. - -\(fn)" nil nil) - -;;;*** - -;;;### (autoloads (org-insert-export-options-template org-export-as-org -;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-exp.el - -(autoload 'org-export "org-exp" "\ -Export dispatcher for Org-mode. -When `org-export-run-in-background' is non-nil, try to run the command -in the background. This will be done only for commands that write -to a file. For details see the docstring of `org-export-run-in-background'. - -The prefix argument ARG will be passed to the exporter. However, if -ARG is a double universal prefix \\[universal-argument] \\[universal-argument], that means to inverse the -value of `org-export-run-in-background'. - -If `org-export-initial-scope' is set to 'subtree, try to export -the current subtree, otherwise try to export the whole buffer. -Pressing `1' will switch between these two options. - -\(fn &optional ARG)" t nil) - -(autoload 'org-export-visible "org-exp" "\ -Create a copy of the visible part of the current buffer, and export it. -The copy is created in a temporary buffer and removed after use. -TYPE is the final key (as a string) that also selects the export command in -the \\\\[org-export] export dispatcher. -As a special case, if the you type SPC at the prompt, the temporary -org-mode file will not be removed but presented to you so that you can -continue to use it. The prefix arg ARG is passed through to the exporting -command. - -\(fn TYPE ARG)" t nil) - -(autoload 'org-export-as-org "org-exp" "\ -Make a copy with not-exporting stuff removed. -The purpose of this function is to provide a way to export the source -Org file of a webpage in Org format, but with sensitive and/or irrelevant -stuff removed. This command will remove the following: - -- archived trees (if the variable `org-export-with-archived-trees' is nil) -- comment blocks and trees starting with the COMMENT keyword -- only trees that are consistent with `org-export-select-tags' - and `org-export-exclude-tags'. - -The only arguments that will be used are EXT-PLIST and PUB-DIR, -all the others will be ignored (but are present so that the general -mechanism to call publishing functions will work). - -EXT-PLIST is a property list with external parameters overriding -org-mode's default settings, but still inferior to file-local -settings. When PUB-DIR is set, use this as the publishing -directory. - -\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -(autoload 'org-insert-export-options-template "org-exp" "\ -Insert into the buffer a template with information for exporting. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update -;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20585 -;;;;;; 55103 0 0)) -;;; Generated autoloads from org/org-feed.el - -(autoload 'org-feed-update-all "org-feed" "\ -Get inbox items from all feeds in `org-feed-alist'. - -\(fn)" t nil) - -(autoload 'org-feed-update "org-feed" "\ -Get inbox items from FEED. -FEED can be a string with an association in `org-feed-alist', or -it can be a list structured like an entry in `org-feed-alist'. - -\(fn FEED &optional RETRIEVE-ONLY)" t nil) - -(autoload 'org-feed-goto-inbox "org-feed" "\ -Go to the inbox that captures the feed named FEED. - -\(fn FEED)" t nil) - -(autoload 'org-feed-show-raw-feed "org-feed" "\ -Show the raw feed buffer of a feed. - -\(fn FEED)" t nil) - -;;;*** - -;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" -;;;;;; "org/org-footnote.el" (20585 55103 0 0)) -;;; Generated autoloads from org/org-footnote.el - -(autoload 'org-footnote-action "org-footnote" "\ -Do the right thing for footnotes. - -When at a footnote reference, jump to the definition. - -When at a definition, jump to the references if they exist, offer -to create them otherwise. - -When neither at definition or reference, create a new footnote, -interactively. - -With prefix arg SPECIAL, offer additional commands in a menu. - -\(fn &optional SPECIAL)" t nil) - -(autoload 'org-footnote-normalize "org-footnote" "\ -Collect the footnotes in various formats and normalize them. - -This finds the different sorts of footnotes allowed in Org, and -normalizes them to the usual [N] format that is understood by the -Org-mode exporters. - -When SORT-ONLY is set, only sort the footnote definitions into the -referenced sequence. - -If Org is amidst an export process, EXPORT-PROPS will hold the -export properties of the buffer. - -When EXPORT-PROPS is non-nil, the default action is to insert -normalized footnotes towards the end of the pre-processing -buffer. Some exporters (docbook, odt...) expect footnote -definitions to be available before any references to them. Such -exporters can let bind `org-footnote-insert-pos-for-preprocessor' -to symbol `point-min' to achieve the desired behaviour. - -Additional note on `org-footnote-insert-pos-for-preprocessor': -1. This variable has not effect when FOR-PREPROCESSOR is nil. -2. This variable (potentially) obviates the need for extra scan - of pre-processor buffer as witnessed in - `org-export-docbook-get-footnotes'. - -\(fn &optional SORT-ONLY EXPORT-PROPS)" nil nil) - -;;;*** - -;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree -;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node -;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" -;;;;;; "org/org-freemind.el" (20585 55103 0 0)) -;;; Generated autoloads from org/org-freemind.el - -(autoload 'org-export-as-freemind "org-freemind" "\ -Export the current buffer as a Freemind file. -If there is an active region, export only the region. HIDDEN is -obsolete and does nothing. EXT-PLIST is a property list with -external parameters overriding org-mode's default settings, but -still inferior to file-local settings. When TO-BUFFER is -non-nil, create a buffer with that name and export to that -buffer. If TO-BUFFER is the symbol `string', don't leave any -buffer behind but just return the resulting HTML as a string. -When BODY-ONLY is set, don't produce the file header and footer, -simply return the content of the document (all top level -sections). When PUB-DIR is set, use this as the publishing -directory. - -See `org-freemind-from-org-mode' for more information. - -\(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -(autoload 'org-freemind-show "org-freemind" "\ -Show file MM-FILE in Freemind. - -\(fn MM-FILE)" t nil) - -(autoload 'org-freemind-from-org-mode-node "org-freemind" "\ -Convert node at line NODE-LINE to the FreeMind file MM-FILE. -See `org-freemind-from-org-mode' for more information. - -\(fn NODE-LINE MM-FILE)" t nil) - -(autoload 'org-freemind-from-org-mode "org-freemind" "\ -Convert the `org-mode' file ORG-FILE to the FreeMind file MM-FILE. -All the nodes will be opened or closed in Freemind just as you -have them in `org-mode'. - -Note that exporting to Freemind also gives you an alternative way -to export from `org-mode' to html. You can create a dynamic html -version of the your org file, by first exporting to Freemind and -then exporting from Freemind to html. The 'As -XHTML (JavaScript)' version in Freemind works very well (and you -can use a CSS stylesheet to style it). - -\(fn ORG-FILE MM-FILE)" t nil) - -(autoload 'org-freemind-from-org-sparse-tree "org-freemind" "\ -Convert visible part of buffer ORG-BUFFER to FreeMind file MM-FILE. - -\(fn ORG-BUFFER MM-FILE)" t nil) - -(autoload 'org-freemind-to-org-mode "org-freemind" "\ -Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE. - -\(fn MM-FILE ORG-FILE)" t nil) - -;;;*** - -;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html -;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer -;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" -;;;;;; "org/org-html.el" (20585 55103 0 0)) -;;; Generated autoloads from org/org-html.el - -(put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) - -(put 'org-export-html-style 'safe-local-variable 'stringp) - -(put 'org-export-html-style-extra 'safe-local-variable 'stringp) - -(autoload 'org-export-as-html-and-open "org-html" "\ -Export the outline as HTML and immediately open it with a browser. -If there is an active region, export only the region. -The prefix ARG specifies how many levels of the outline should become -headlines. The default is 3. Lower levels will become bulleted lists. - -\(fn ARG)" t nil) - -(autoload 'org-export-as-html-batch "org-html" "\ -Call the function `org-export-as-html'. -This function can be used in batch processing as: -emacs --batch - --load=$HOME/lib/emacs/org.el - --eval \"(setq org-export-headline-levels 2)\" - --visit=MyFile --funcall org-export-as-html-batch - -\(fn)" nil nil) - -(autoload 'org-export-as-html-to-buffer "org-html" "\ -Call `org-export-as-html` with output to a temporary buffer. -No file is created. The prefix ARG is passed through to `org-export-as-html'. - -\(fn ARG)" t nil) - -(autoload 'org-replace-region-by-html "org-html" "\ -Assume the current region has org-mode syntax, and convert it to HTML. -This can be used in any buffer. For example, you could write an -itemized list in org-mode syntax in an HTML buffer and then use this -command to convert it. - -\(fn BEG END)" t nil) - -(autoload 'org-export-region-as-html "org-html" "\ -Convert region from BEG to END in org-mode buffer to HTML. -If prefix arg BODY-ONLY is set, omit file header, footer, and table of -contents, and only produce the region of converted text, useful for -cut-and-paste operations. -If BUFFER is a buffer or a string, use/create that buffer as a target -of the converted HTML. If BUFFER is the symbol `string', return the -produced HTML as a string and leave not buffer behind. For example, -a Lisp program could call this function in the following way: - - (setq html (org-export-region-as-html beg end t 'string)) - -When called interactively, the output buffer is selected, and shown -in a window. A non-interactive call will only return the buffer. - -\(fn BEG END &optional BODY-ONLY BUFFER)" t nil) - -(autoload 'org-export-as-html "org-html" "\ -Export the outline as a pretty HTML file. -If there is an active region, export only the region. The prefix -ARG specifies how many levels of the outline should become -headlines. The default is 3. Lower levels will become bulleted -lists. HIDDEN is obsolete and does nothing. -EXT-PLIST is a property list with external parameters overriding -org-mode's default settings, but still inferior to file-local -settings. When TO-BUFFER is non-nil, create a buffer with that -name and export to that buffer. If TO-BUFFER is the symbol -`string', don't leave any buffer behind but just return the -resulting HTML as a string. When BODY-ONLY is set, don't produce -the file header and footer, simply return the content of -..., without even the body tags themselves. When -PUB-DIR is set, use this as the publishing directory. - -\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -(autoload 'org-export-htmlize-generate-css "org-html" "\ -Create the CSS for all font definitions in the current Emacs session. -Use this to create face definitions in your CSS style file that can then -be used by code snippets transformed by htmlize. -This command just produces a buffer that contains class definitions for all -faces used in the current Emacs session. You can copy and paste the ones you -need into your CSS file. - -If you then set `org-export-htmlize-output-type' to `css', calls to -the function `org-export-htmlize-region-for-paste' will produce code -that uses these same face definitions. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files -;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-icalendar.el - -(autoload 'org-export-icalendar-this-file "org-icalendar" "\ -Export current file as an iCalendar file. -The iCalendar file will be located in the same directory as the Org-mode -file, but with extension `.ics'. - -\(fn)" t nil) - -(autoload 'org-export-icalendar-all-agenda-files "org-icalendar" "\ -Export all files in the variable `org-agenda-files' to iCalendar .ics files. -Each iCalendar file will be located in the same directory as the Org-mode -file, but with extension `.ics'. - -\(fn)" t nil) - -(autoload 'org-export-icalendar-combine-agenda-files "org-icalendar" "\ -Export all files in `org-agenda-files' to a single combined iCalendar file. -The file is stored under the name `org-combined-agenda-icalendar-file'. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find -;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion -;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-id.el - -(autoload 'org-id-get-create "org-id" "\ -Create an ID for the current entry and return it. -If the entry already has an ID, just return it. -With optional argument FORCE, force the creation of a new ID. - -\(fn &optional FORCE)" t nil) - -(autoload 'org-id-copy "org-id" "\ -Copy the ID of the entry at point to the kill ring. -Create an ID if necessary. - -\(fn)" t nil) - -(autoload 'org-id-get "org-id" "\ -Get the ID property of the entry at point-or-marker POM. -If POM is nil, refer to the entry at point. -If the entry does not have an ID, the function returns nil. -However, when CREATE is non nil, create an ID if none is present already. -PREFIX will be passed through to `org-id-new'. -In any case, the ID of the entry is returned. - -\(fn &optional POM CREATE PREFIX)" nil nil) - -(autoload 'org-id-get-with-outline-path-completion "org-id" "\ -Use outline-path-completion to retrieve the ID of an entry. -TARGETS may be a setting for `org-refile-targets' to define the eligible -headlines. When omitted, all headlines in all agenda files are -eligible. -It returns the ID of the entry. If necessary, the ID is created. - -\(fn &optional TARGETS)" nil nil) - -(autoload 'org-id-get-with-outline-drilling "org-id" "\ -Use an outline-cycling interface to retrieve the ID of an entry. -This only finds entries in the current buffer, using `org-get-location'. -It returns the ID of the entry. If necessary, the ID is created. - -\(fn &optional TARGETS)" nil nil) - -(autoload 'org-id-goto "org-id" "\ -Switch to the buffer containing the entry with id ID. -Move the cursor to that entry in that buffer. - -\(fn ID)" t nil) - -(autoload 'org-id-find "org-id" "\ -Return the location of the entry with the id ID. -The return value is a cons cell (file-name . position), or nil -if there is no entry with that ID. -With optional argument MARKERP, return the position as a new marker. - -\(fn ID &optional MARKERP)" nil nil) - -(autoload 'org-id-find-id-file "org-id" "\ -Query the id database for the file in which this ID is located. - -\(fn ID)" nil nil) - -(autoload 'org-id-store-link "org-id" "\ -Store a link to the current entry, using its ID. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-indent.el - -(autoload 'org-indent-mode "org-indent" "\ -When active, indent text according to outline structure. - -Internally this works by adding `line-prefix' and `wrap-prefix' -properties, after each buffer modification, on the modified zone. - -The process is synchronous. Though, initial indentation of -buffer, which can take a few seconds on large buffers, is done -during idle time. - -\(fn &optional ARG)" t nil) - -;;;*** - -;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-irc.el - -(autoload 'org-irc-store-link "org-irc" "\ -Dispatch to the appropriate function to store a link to an IRC session. - -\(fn)" nil nil) - -;;;*** - -;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex -;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer -;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-latex.el - -(autoload 'org-export-as-latex-batch "org-latex" "\ -Call `org-export-as-latex', may be used in batch processing. -For example: - -emacs --batch - --load=$HOME/lib/emacs/org.el - --eval \"(setq org-export-headline-levels 2)\" - --visit=MyFile --funcall org-export-as-latex-batch - -\(fn)" nil nil) - -(autoload 'org-export-as-latex-to-buffer "org-latex" "\ -Call `org-export-as-latex` with output to a temporary buffer. -No file is created. The prefix ARG is passed through to `org-export-as-latex'. - -\(fn ARG)" t nil) - -(autoload 'org-replace-region-by-latex "org-latex" "\ -Replace the region from BEG to END with its LaTeX export. -It assumes the region has `org-mode' syntax, and then convert it to -LaTeX. This can be used in any buffer. For example, you could -write an itemized list in `org-mode' syntax in an LaTeX buffer and -then use this command to convert it. - -\(fn BEG END)" t nil) - -(autoload 'org-export-region-as-latex "org-latex" "\ -Convert region from BEG to END in `org-mode' buffer to LaTeX. -If prefix arg BODY-ONLY is set, omit file header, footer, and table of -contents, and only produce the region of converted text, useful for -cut-and-paste operations. -If BUFFER is a buffer or a string, use/create that buffer as a target -of the converted LaTeX. If BUFFER is the symbol `string', return the -produced LaTeX as a string and leave no buffer behind. For example, -a Lisp program could call this function in the following way: - - (setq latex (org-export-region-as-latex beg end t 'string)) - -When called interactively, the output buffer is selected, and shown -in a window. A non-interactive call will only return the buffer. - -\(fn BEG END &optional BODY-ONLY BUFFER)" t nil) - -(autoload 'org-export-as-latex "org-latex" "\ -Export current buffer to a LaTeX file. -If there is an active region, export only the region. The prefix -ARG specifies how many levels of the outline should become -headlines. The default is 3. Lower levels will be exported -depending on `org-export-latex-low-levels'. The default is to -convert them as description lists. -HIDDEN is obsolete and does nothing. -EXT-PLIST is a property list with -external parameters overriding org-mode's default settings, but -still inferior to file-local settings. When TO-BUFFER is -non-nil, create a buffer with that name and export to that -buffer. If TO-BUFFER is the symbol `string', don't leave any -buffer behind but just return the resulting LaTeX as a string. -When BODY-ONLY is set, don't produce the file header and footer, -simply return the content of \\begin{document}...\\end{document}, -without even the \\begin{document} and \\end{document} commands. -when PUB-DIR is set, use this as the publishing directory. - -\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -(autoload 'org-export-as-pdf "org-latex" "\ -Export as LaTeX, then process through to PDF. - -\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -(autoload 'org-export-as-pdf-and-open "org-latex" "\ -Export as LaTeX, then process through to PDF, and open. - -\(fn ARG)" t nil) - -;;;*** - -;;;### (autoloads (org-lparse-region org-replace-region-by org-lparse-to-buffer -;;;;;; org-lparse-batch org-lparse-and-open) "org-lparse" "org/org-lparse.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-lparse.el - -(autoload 'org-lparse-and-open "org-lparse" "\ -Export outline to TARGET-BACKEND via NATIVE-BACKEND and open exported file. -If there is an active region, export only the region. The prefix -ARG specifies how many levels of the outline should become -headlines. The default is 3. Lower levels will become bulleted -lists. - -\(fn TARGET-BACKEND NATIVE-BACKEND ARG &optional FILE-OR-BUF)" nil nil) - -(autoload 'org-lparse-batch "org-lparse" "\ -Call the function `org-lparse'. -This function can be used in batch processing as: -emacs --batch - --load=$HOME/lib/emacs/org.el - --eval \"(setq org-export-headline-levels 2)\" - --visit=MyFile --funcall org-lparse-batch - -\(fn TARGET-BACKEND &optional NATIVE-BACKEND)" nil nil) - -(autoload 'org-lparse-to-buffer "org-lparse" "\ -Call `org-lparse' with output to a temporary buffer. -No file is created. The prefix ARG is passed through to -`org-lparse'. - -\(fn BACKEND ARG)" nil nil) - -(autoload 'org-replace-region-by "org-lparse" "\ -Assume the current region has org-mode syntax, and convert it to HTML. -This can be used in any buffer. For example, you could write an -itemized list in org-mode syntax in an HTML buffer and then use -this command to convert it. - -\(fn BACKEND BEG END)" nil nil) - -(autoload 'org-lparse-region "org-lparse" "\ -Convert region from BEG to END in org-mode buffer to HTML. -If prefix arg BODY-ONLY is set, omit file header, footer, and table of -contents, and only produce the region of converted text, useful for -cut-and-paste operations. -If BUFFER is a buffer or a string, use/create that buffer as a target -of the converted HTML. If BUFFER is the symbol `string', return the -produced HTML as a string and leave not buffer behind. For example, -a Lisp program could call this function in the following way: - - (setq html (org-lparse-region \"html\" beg end t 'string)) - -When called interactively, the output buffer is selected, and shown -in a window. A non-interactive call will only return the buffer. - -\(fn BACKEND BEG END &optional BODY-ONLY BUFFER)" nil nil) - -;;;*** - -;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull -;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20585 -;;;;;; 55103 0 0)) -;;; Generated autoloads from org/org-mobile.el - -(autoload 'org-mobile-push "org-mobile" "\ -Push the current state of Org affairs to the WebDAV directory. -This will create the index file, copy all agenda files there, and also -create all custom agenda views, for upload to the mobile phone. - -\(fn)" t nil) - -(autoload 'org-mobile-pull "org-mobile" "\ -Pull the contents of `org-mobile-capture-file' and integrate them. -Apply all flagged actions, flag entries to be flagged and then call an -agenda view showing the flagged items. - -\(fn)" t nil) - -(autoload 'org-mobile-create-sumo-agenda "org-mobile" "\ -Create a file that contains all custom agenda views. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-export-as-odf-and-open org-export-as-odf org-export-odt-convert -;;;;;; org-export-as-odt org-export-as-odt-batch org-export-as-odt-and-open) -;;;;;; "org-odt" "org/org-odt.el" (20585 55103 0 0)) -;;; Generated autoloads from org/org-odt.el - -(put 'org-export-odt-preferred-output-format 'safe-local-variable 'stringp) - -(autoload 'org-export-as-odt-and-open "org-odt" "\ -Export the outline as ODT and immediately open it with a browser. -If there is an active region, export only the region. -The prefix ARG specifies how many levels of the outline should become -headlines. The default is 3. Lower levels will become bulleted lists. - -\(fn ARG)" t nil) - -(autoload 'org-export-as-odt-batch "org-odt" "\ -Call the function `org-lparse-batch'. -This function can be used in batch processing as: -emacs --batch - --load=$HOME/lib/emacs/org.el - --eval \"(setq org-export-headline-levels 2)\" - --visit=MyFile --funcall org-export-as-odt-batch - -\(fn)" nil nil) - -(autoload 'org-export-as-odt "org-odt" "\ -Export the outline as a OpenDocumentText file. -If there is an active region, export only the region. The prefix -ARG specifies how many levels of the outline should become -headlines. The default is 3. Lower levels will become bulleted -lists. HIDDEN is obsolete and does nothing. -EXT-PLIST is a property list with external parameters overriding -org-mode's default settings, but still inferior to file-local -settings. When TO-BUFFER is non-nil, create a buffer with that -name and export to that buffer. If TO-BUFFER is the symbol -`string', don't leave any buffer behind but just return the -resulting XML as a string. When BODY-ONLY is set, don't produce -the file header and footer, simply return the content of -..., without even the body tags themselves. When -PUB-DIR is set, use this as the publishing directory. - -\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) - -(autoload 'org-export-odt-convert "org-odt" "\ -Convert IN-FILE to format OUT-FMT using a command line converter. -IN-FILE is the file to be converted. If unspecified, it defaults -to variable `buffer-file-name'. OUT-FMT is the desired output -format. Use `org-export-odt-convert-process' as the converter. -If PREFIX-ARG is non-nil then the newly converted file is opened -using `org-open-file'. - -\(fn &optional IN-FILE OUT-FMT PREFIX-ARG)" t nil) - -(autoload 'org-export-as-odf "org-odt" "\ -Export LATEX-FRAG as OpenDocument formula file ODF-FILE. -Use `org-create-math-formula' to convert LATEX-FRAG first to -MathML. When invoked as an interactive command, use -`org-latex-regexps' to infer LATEX-FRAG from currently active -region. If no LaTeX fragments are found, prompt for it. Push -MathML source to kill ring, if `org-export-copy-to-kill-ring' is -non-nil. - -\(fn LATEX-FRAG &optional ODF-FILE)" t nil) - -(autoload 'org-export-as-odf-and-open "org-odt" "\ -Export LaTeX fragment as OpenDocument formula and immediately open it. -Use `org-export-as-odf' to read LaTeX fragment and OpenDocument -formula file. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-plot.el - -(autoload 'org-plot/gnuplot "org-plot" "\ -Plot table using gnuplot. Gnuplot options can be specified with PARAMS. -If not given options will be taken from the +PLOT -line directly before or after the table. - -\(fn &optional PARAMS)" t nil) - -;;;*** - -;;;### (autoloads (org-publish-current-project org-publish-current-file -;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-publish.el - -(defalias 'org-publish-project 'org-publish) - -(autoload 'org-publish "org-publish" "\ -Publish PROJECT. - -\(fn PROJECT &optional FORCE)" t nil) - -(autoload 'org-publish-all "org-publish" "\ -Publish all projects. -With prefix argument, remove all files in the timestamp -directory and force publishing all files. - -\(fn &optional FORCE)" t nil) - -(autoload 'org-publish-current-file "org-publish" "\ -Publish the current file. -With prefix argument, force publish the file. - -\(fn &optional FORCE)" t nil) - -(autoload 'org-publish-current-project "org-publish" "\ -Publish the project associated with the current file. -With a prefix argument, force publishing of all files in -the project. - -\(fn &optional FORCE)" t nil) - -;;;*** - -;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template -;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" -;;;;;; "org/org-remember.el" (20592 26321 0 0)) -;;; Generated autoloads from org/org-remember.el - -(autoload 'org-remember-insinuate "org-remember" "\ -Setup remember.el for use with Org-mode. - -\(fn)" nil nil) - -(autoload 'org-remember-annotation "org-remember" "\ -Return a link to the current location as an annotation for remember.el. -If you are using Org-mode files as target for data storage with -remember.el, then the annotations should include a link compatible with the -conventions in Org-mode. This function returns such a link. - -\(fn)" nil nil) - -(autoload 'org-remember-apply-template "org-remember" "\ -Initialize *remember* buffer with template, invoke `org-mode'. -This function should be placed into `remember-mode-hook' and in fact requires -to be run from that hook to function properly. - -\(fn &optional USE-CHAR SKIP-INTERACTIVE)" nil nil) - -(autoload 'org-remember "org-remember" "\ -Call `remember'. If this is already a remember buffer, re-apply template. -If there is an active region, make sure remember uses it as initial content -of the remember buffer. - -When called interactively with a \\[universal-argument] prefix argument GOTO, don't remember -anything, just go to the file/headline where the selected template usually -stores its notes. With a double prefix argument \\[universal-argument] \\[universal-argument], go to the last -note stored by remember. - -Lisp programs can set ORG-FORCE-REMEMBER-TEMPLATE-CHAR to a character -associated with a template in `org-remember-templates'. - -\(fn &optional GOTO ORG-FORCE-REMEMBER-TEMPLATE-CHAR)" t nil) - -(autoload 'org-remember-handler "org-remember" "\ -Store stuff from remember.el into an org file. -When the template has specified a file and a headline, the entry is filed -there, or in the location defined by `org-default-notes-file' and -`org-remember-default-headline'. -\\ -If no defaults have been defined, or if the current prefix argument -is 1 (using C-1 \\[org-remember-finalize] to exit remember), an interactive -process is used to select the target location. - -When the prefix is 0 (i.e. when remember is exited with C-0 \\[org-remember-finalize]), -the entry is filed to the same location as the previous note. - -When the prefix is 2 (i.e. when remember is exited with C-2 \\[org-remember-finalize]), -the entry is filed as a subentry of the entry where the clock is -currently running. - -When \\[universal-argument] has been used as prefix argument, the -note is stored and Emacs moves point to the new location of the -note, so that editing can be continued there (similar to -inserting \"%&\" into the template). - -Before storing the note, the function ensures that the text has an -org-mode-style headline, i.e. a first line that starts with -a \"*\". If not, a headline is constructed from the current date and -some additional data. - -If the variable `org-adapt-indentation' is non-nil, the entire text is -also indented so that it starts in the same column as the headline -\(i.e. after the stars). - -See also the variable `org-reverse-note-order'. - -\(fn)" nil nil) - -;;;*** - -;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl org-table-iterate-buffer-tables -;;;;;; org-table-recalculate-buffer-tables) "org-table" "org/org-table.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-table.el - -(autoload 'org-table-recalculate-buffer-tables "org-table" "\ -Recalculate all tables in the current buffer. - -\(fn)" t nil) - -(autoload 'org-table-iterate-buffer-tables "org-table" "\ -Iterate all tables in the buffer, to converge inter-table dependencies. - -\(fn)" t nil) - -(autoload 'turn-on-orgtbl "org-table" "\ -Unconditionally turn on `orgtbl-mode'. - -\(fn)" nil nil) - -(autoload 'orgtbl-mode "org-table" "\ -The `org-mode' table editor as a minor mode for use in other modes. - -\(fn &optional ARG)" t nil) - -(autoload 'org-table-to-lisp "org-table" "\ -Convert the table at point to a Lisp structure. -The structure will be a list. Each item is either the symbol `hline' -for a horizontal separator line, or a list of field values as strings. -The table is taken from the parameter TXT, or from the buffer at point. - -\(fn &optional TXT)" nil nil) - -;;;*** - -;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) -;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20585 55103 0 -;;;;;; 0)) -;;; Generated autoloads from org/org-taskjuggler.el - -(autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ -Export parts of the current buffer as a TaskJuggler file. -The exporter looks for a tree with tag, property or todo that -matches `org-export-taskjuggler-project-tag' and takes this as -the tasks for this project. The first node of this tree defines -the project properties such as project name and project period. -If there is a tree with tag, property or todo that matches -`org-export-taskjuggler-resource-tag' this three is taken as -resources for the project. If no resources are specified, a -default resource is created and allocated to the project. Also -the taskjuggler project will be created with default reports as -defined in `org-export-taskjuggler-default-reports'. - -\(fn)" t nil) - -(autoload 'org-export-as-taskjuggler-and-open "org-taskjuggler" "\ -Export the current buffer as a TaskJuggler file and open it -with the TaskJuggler GUI. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region -;;;;;; org-timer org-timer-stop org-timer-pause-or-continue org-timer-start) -;;;;;; "org-timer" "org/org-timer.el" (20585 55103 0 0)) -;;; Generated autoloads from org/org-timer.el - -(autoload 'org-timer-start "org-timer" "\ -Set the starting time for the relative timer to now. -When called with prefix argument OFFSET, prompt the user for an offset time, -with the default taken from a timer stamp at point, if any. -If OFFSET is a string or an integer, it is directly taken to be the offset -without user interaction. -When called with a double prefix arg, all timer strings in the active -region will be shifted by a specific amount. You will be prompted for -the amount, with the default to make the first timer string in -the region 0:00:00. - -\(fn &optional OFFSET)" t nil) - -(autoload 'org-timer-pause-or-continue "org-timer" "\ -Pause or continue the relative timer. -With prefix arg STOP, stop it entirely. - -\(fn &optional STOP)" t nil) - -(autoload 'org-timer-stop "org-timer" "\ -Stop the relative timer. - -\(fn)" t nil) - -(autoload 'org-timer "org-timer" "\ -Insert a H:MM:SS string from the timer into the buffer. -The first time this command is used, the timer is started. When used with -a \\[universal-argument] prefix, force restarting the timer. -When used with a double prefix argument \\[universal-argument], change all the timer string -in the region by a fixed amount. This can be used to recalibrate a timer -that was not started at the correct moment. - -If NO-INSERT-P is non-nil, return the string instead of inserting -it in the buffer. - -\(fn &optional RESTART NO-INSERT-P)" t nil) - -(autoload 'org-timer-change-times-in-region "org-timer" "\ -Change all h:mm:ss time in region by a DELTA. - -\(fn BEG END DELTA)" t nil) - -(autoload 'org-timer-item "org-timer" "\ -Insert a description-type item with the current timer value. - -\(fn &optional ARG)" t nil) - -(autoload 'org-timer-set-timer "org-timer" "\ -Prompt for a duration and set a timer. - -If `org-timer-default-timer' is not zero, suggest this value as -the default duration for the timer. If a timer is already set, -prompt the user if she wants to replace it. - -Called with a numeric prefix argument, use this numeric value as -the duration of the timer. - -Called with a `C-u' prefix arguments, use `org-timer-default-timer' -without prompting the user for a duration. - -With two `C-u' prefix arguments, use `org-timer-default-timer' -without prompting the user for a duration and automatically -replace any running timer. - -\(fn &optional OPT)" t nil) - -;;;*** - ;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20618 55210 422086 0)) ;;; Generated autoloads from org/org-version.el (autoload 'org-release "org-version" "\ @@ -21653,25 +20116,13 @@ \(fn)" nil nil) -(defconst org-odt-data-dir "/usr/share/emacs/etc/org" "\ +(defvar org-odt-data-dir "/usr/share/emacs/etc/org" "\ The location of ODT styles.") ;;;*** -;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" -;;;;;; (20585 55103 0 0)) -;;; Generated autoloads from org/org-xoxo.el - -(autoload 'org-export-as-xoxo "org-xoxo" "\ -Export the org buffer as XOXO. -The XOXO buffer is named *xoxo-* - -\(fn &optional BUFFER)" t nil) - -;;;*** - ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" -;;;;;; (20356 35090 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from outline.el (put 'outline-regexp 'safe-local-variable 'stringp) (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) @@ -21735,7 +20186,7 @@ ;;;### (autoloads (list-packages describe-package package-initialize ;;;;;; package-refresh-contents package-install-file package-install-from-buffer ;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20622 22438 32851 0)) ;;; Generated autoloads from emacs-lisp/package.el (defvar package-enable-at-startup t "\ @@ -21805,8 +20256,8 @@ ;;;*** -;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20544 52783 -;;;;;; 0 0)) +;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20542 50478 +;;;;;; 439878 507000)) ;;; Generated autoloads from paren.el (defvar show-paren-mode nil "\ @@ -21833,7 +20284,7 @@ ;;;*** ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20478 3673 653810 0)) ;;; Generated autoloads from calendar/parse-time.el (put 'parse-time-rules 'risky-local-variable t) @@ -21846,8 +20297,8 @@ ;;;*** -;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20478 +;;;;;; 3673 653810 0)) ;;; Generated autoloads from progmodes/pascal.el (autoload 'pascal-mode "pascal" "\ @@ -21900,7 +20351,7 @@ ;;;*** ;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache) -;;;;;; "password-cache" "password-cache.el" (20577 48876 0 0)) +;;;;;; "password-cache" "password-cache.el" (20577 33959 40183 0)) ;;; Generated autoloads from password-cache.el (defvar password-cache t "\ @@ -21922,7 +20373,7 @@ ;;;*** ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el" -;;;;;; (20581 44007 0 0)) +;;;;;; (20582 12914 894781 0)) ;;; Generated autoloads from emacs-lisp/pcase.el (autoload 'pcase "pcase" "\ @@ -21983,8 +20434,8 @@ ;;;*** -;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from pcmpl-cvs.el (autoload 'pcomplete/cvs "pcmpl-cvs" "\ @@ -21995,7 +20446,7 @@ ;;;*** ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) -;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20577 48876 0 0)) +;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20572 16038 402143 0)) ;;; Generated autoloads from pcmpl-gnu.el (autoload 'pcomplete/gzip "pcmpl-gnu" "\ @@ -22023,7 +20474,7 @@ ;;;*** ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) -;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20244 35516 0 0)) +;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20355 10021 546955 0)) ;;; Generated autoloads from pcmpl-linux.el (autoload 'pcomplete/kill "pcmpl-linux" "\ @@ -22044,7 +20495,7 @@ ;;;*** ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20523 -;;;;;; 63054 0 0)) +;;;;;; 62082 997685 0)) ;;; Generated autoloads from pcmpl-rpm.el (autoload 'pcomplete/rpm "pcmpl-rpm" "\ @@ -22056,7 +20507,7 @@ ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir -;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20375 3831 0 +;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20376 40834 914217 ;;;;;; 0)) ;;; Generated autoloads from pcmpl-unix.el @@ -22114,8 +20565,8 @@ ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete -;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20585 -;;;;;; 55103 0 0)) +;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20582 +;;;;;; 12914 894781 0)) ;;; Generated autoloads from pcomplete.el (autoload 'pcomplete "pcomplete" "\ @@ -22174,7 +20625,7 @@ ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" -;;;;;; "vc/pcvs.el" (20585 55103 0 0)) +;;;;;; "vc/pcvs.el" (20584 7212 455152 0)) ;;; Generated autoloads from vc/pcvs.el (autoload 'cvs-checkout "pcvs" "\ @@ -22249,8 +20700,8 @@ ;;;*** -;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20577 48876 -;;;;;; 0 0)) +;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20576 42138 +;;;;;; 697312 0)) ;;; Generated autoloads from vc/pcvs-defs.el (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\ @@ -22259,7 +20710,7 @@ ;;;*** ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from progmodes/perl-mode.el (put 'perl-indent-level 'safe-local-variable 'integerp) (put 'perl-continued-statement-offset 'safe-local-variable 'integerp) @@ -22321,7 +20772,7 @@ ;;;*** ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" -;;;;;; (20553 2323 0 0)) +;;;;;; (20551 9899 283417 0)) ;;; Generated autoloads from textmodes/picture.el (autoload 'picture-mode "picture" "\ @@ -22402,7 +20853,7 @@ ;;;*** ;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el" -;;;;;; (20380 26775 0 0)) +;;;;;; (20378 29222 722320 0)) ;;; Generated autoloads from gnus/plstore.el (autoload 'plstore-open "plstore" "\ @@ -22418,7 +20869,7 @@ ;;;*** ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from textmodes/po.el (autoload 'po-find-file-coding-system "po" "\ @@ -22429,7 +20880,8 @@ ;;;*** -;;;### (autoloads (pong) "pong" "play/pong.el" (20511 52965 0 0)) +;;;### (autoloads (pong) "pong" "play/pong.el" (20478 3673 653810 +;;;;;; 0)) ;;; Generated autoloads from play/pong.el (autoload 'pong "pong" "\ @@ -22445,8 +20897,8 @@ ;;;*** -;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20460 33749 -;;;;;; 0 0)) +;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20458 56750 +;;;;;; 651721 0)) ;;; Generated autoloads from gnus/pop3.el (autoload 'pop3-movemail "pop3" "\ @@ -22459,7 +20911,7 @@ ;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression ;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20495 51111 757560 0)) ;;; Generated autoloads from emacs-lisp/pp.el (autoload 'pp-to-string "pp" "\ @@ -22527,7 +20979,7 @@ ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from printing.el (autoload 'pr-interface "printing" "\ @@ -23114,7 +21566,8 @@ ;;;*** -;;;### (autoloads (proced) "proced" "proced.el" (20600 16892 0 0)) +;;;### (autoloads (proced) "proced" "proced.el" (20593 22184 581574 +;;;;;; 0)) ;;; Generated autoloads from proced.el (autoload 'proced "proced" "\ @@ -23134,7 +21587,7 @@ ;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window ;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20619 46245 806932 0)) ;;; Generated autoloads from profiler.el (autoload 'profiler-start "profiler" "\ @@ -23163,7 +21616,7 @@ ;;;*** ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog" -;;;;;; "progmodes/prolog.el" (20577 48876 0 0)) +;;;;;; "progmodes/prolog.el" (20576 42138 697312 0)) ;;; Generated autoloads from progmodes/prolog.el (autoload 'prolog-mode "prolog" "\ @@ -23198,8 +21651,8 @@ ;;;*** -;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from ps-bdf.el (defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ @@ -23210,8 +21663,8 @@ ;;;*** -;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20577 -;;;;;; 48876 0 0)) +;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20576 +;;;;;; 42138 697312 0)) ;;; Generated autoloads from progmodes/ps-mode.el (autoload 'ps-mode "ps-mode" "\ @@ -23262,8 +21715,8 @@ ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type -;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20567 -;;;;;; 31133 0 0)) +;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20566 +;;;;;; 63671 243798 0)) ;;; Generated autoloads from ps-print.el (defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ @@ -23460,7 +21913,7 @@ ;;;*** ;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20599 27513 576550 0)) ;;; Generated autoloads from progmodes/python.el (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) @@ -23496,7 +21949,7 @@ ;;;*** ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" -;;;;;; (20559 38659 0 0)) +;;;;;; (20557 48712 315579 0)) ;;; Generated autoloads from gnus/qp.el (autoload 'quoted-printable-decode-region "qp" "\ @@ -23519,7 +21972,7 @@ ;;;;;; quail-defrule quail-install-decode-map quail-install-map ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout ;;;;;; quail-define-package quail-use-package quail-title) "quail" -;;;;;; "international/quail.el" (20523 63054 0 0)) +;;;;;; "international/quail.el" (20523 62082 997685 0)) ;;; Generated autoloads from international/quail.el (autoload 'quail-title "quail" "\ @@ -23750,8 +22203,8 @@ ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url -;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20567 -;;;;;; 31133 0 0)) +;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20566 +;;;;;; 63671 243798 0)) ;;; Generated autoloads from net/quickurl.el (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" "\ @@ -23823,7 +22276,7 @@ ;;;*** ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" -;;;;;; "net/rcirc.el" (20540 61982 0 0)) +;;;;;; "net/rcirc.el" (20614 54428 654267 0)) ;;; Generated autoloads from net/rcirc.el (autoload 'rcirc "rcirc" "\ @@ -23861,8 +22314,8 @@ ;;;*** -;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20290 -;;;;;; 33419 0 0)) +;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from net/rcompile.el (autoload 'remote-compile "rcompile" "\ @@ -23874,7 +22327,7 @@ ;;;*** ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" -;;;;;; (20428 57510 0 0)) +;;;;;; (20427 14766 970343 0)) ;;; Generated autoloads from emacs-lisp/re-builder.el (defalias 'regexp-builder 're-builder) @@ -23892,8 +22345,8 @@ ;;;*** -;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20356 35090 -;;;;;; 0 0)) +;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20356 2211 +;;;;;; 532900 0)) ;;; Generated autoloads from recentf.el (defvar recentf-mode nil "\ @@ -23923,7 +22376,7 @@ ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle ;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle ;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle) -;;;;;; "rect" "rect.el" (20511 52965 0 0)) +;;;;;; "rect" "rect.el" (20501 3499 284800 0)) ;;; Generated autoloads from rect.el (autoload 'delete-rectangle "rect" "\ @@ -24057,8 +22510,8 @@ ;;;*** -;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20478 +;;;;;; 3673 653810 0)) ;;; Generated autoloads from textmodes/refill.el (autoload 'refill-mode "refill" "\ @@ -24079,8 +22532,8 @@ ;;;*** ;;;### (autoloads (reftex-reset-scanning-information reftex-mode -;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20592 26321 -;;;;;; 0 0)) +;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20590 45996 +;;;;;; 129575 0)) ;;; Generated autoloads from textmodes/reftex.el (autoload 'turn-on-reftex "reftex" "\ @@ -24130,7 +22583,7 @@ ;;;*** ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20585 28088 480237 0)) ;;; Generated autoloads from textmodes/reftex-cite.el (autoload 'reftex-citation "reftex-cite" "\ @@ -24160,7 +22613,7 @@ ;;;*** ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20585 28088 480237 0)) ;;; Generated autoloads from textmodes/reftex-global.el (autoload 'reftex-isearch-minor-mode "reftex-global" "\ @@ -24177,7 +22630,7 @@ ;;;*** ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20585 28088 480237 0)) ;;; Generated autoloads from textmodes/reftex-index.el (autoload 'reftex-index-phrases-mode "reftex-index" "\ @@ -24210,7 +22663,7 @@ ;;;*** ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20585 28088 480237 0)) ;;; Generated autoloads from textmodes/reftex-parse.el (autoload 'reftex-all-document-files "reftex-parse" "\ @@ -24222,8 +22675,8 @@ ;;;*** -;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20600 -;;;;;; 16892 0 0)) +;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20593 +;;;;;; 22184 581574 0)) ;;; Generated autoloads from textmodes/reftex-vars.el (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) @@ -24233,7 +22686,7 @@ ;;;*** ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" -;;;;;; (20522 50437 0 0)) +;;;;;; (20522 38650 757441 0)) ;;; Generated autoloads from emacs-lisp/regexp-opt.el (autoload 'regexp-opt "regexp-opt" "\ @@ -24264,7 +22717,7 @@ ;;;### (autoloads (remember-diary-extract-entries remember-clipboard ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from textmodes/remember.el (autoload 'remember "remember" "\ @@ -24295,7 +22748,8 @@ ;;;*** -;;;### (autoloads (repeat) "repeat" "repeat.el" (20577 48876 0 0)) +;;;### (autoloads (repeat) "repeat" "repeat.el" (20614 54428 654267 +;;;;;; 0)) ;;; Generated autoloads from repeat.el (autoload 'repeat "repeat" "\ @@ -24318,7 +22772,7 @@ ;;;*** ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from mail/reporter.el (autoload 'reporter-submit-bug-report "reporter" "\ @@ -24350,7 +22804,7 @@ ;;;*** ;;;### (autoloads (reposition-window) "reposition" "reposition.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from reposition.el (autoload 'reposition-window "reposition" "\ @@ -24377,7 +22831,7 @@ ;;;*** ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from reveal.el (autoload 'reveal-mode "reveal" "\ @@ -24413,7 +22867,7 @@ ;;;*** ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" -;;;;;; (20331 12564 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from emacs-lisp/ring.el (autoload 'ring-p "ring" "\ @@ -24428,8 +22882,8 @@ ;;;*** -;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20412 11425 -;;;;;; 0 0)) +;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20402 11562 +;;;;;; 85788 0)) ;;; Generated autoloads from net/rlogin.el (autoload 'rlogin "rlogin" "\ @@ -24478,7 +22932,8 @@ ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory -;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20600 16892 0 0)) +;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20599 61088 34742 +;;;;;; 635000)) ;;; Generated autoloads from mail/rmail.el (defvar rmail-file-name (purecopy "~/RMAIL") "\ @@ -24676,8 +23131,8 @@ ;;;*** ;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen -;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20535 44414 -;;;;;; 0 0)) +;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20530 3765 184907 +;;;;;; 0)) ;;; Generated autoloads from mail/rmailout.el (put 'rmail-output-file-alist 'risky-local-variable t) @@ -24742,7 +23197,7 @@ ;;;*** ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from nxml/rng-cmpct.el (autoload 'rng-c-load-schema "rng-cmpct" "\ @@ -24754,7 +23209,7 @@ ;;;*** ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el" -;;;;;; (20356 35090 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from nxml/rng-nxml.el (autoload 'rng-nxml-mode-init "rng-nxml" "\ @@ -24767,7 +23222,7 @@ ;;;*** ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el" -;;;;;; (20290 33419 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from nxml/rng-valid.el (autoload 'rng-validate-mode "rng-valid" "\ @@ -24797,8 +23252,8 @@ ;;;*** -;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from nxml/rng-xsd.el (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) @@ -24826,7 +23281,7 @@ ;;;*** ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) -;;;;;; "robin" "international/robin.el" (20523 63054 0 0)) +;;;;;; "robin" "international/robin.el" (20523 62082 997685 0)) ;;; Generated autoloads from international/robin.el (autoload 'robin-define-package "robin" "\ @@ -24859,7 +23314,8 @@ ;;;*** ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region -;;;;;; rot13-string rot13) "rot13" "rot13.el" (20244 35516 0 0)) +;;;;;; rot13-string rot13) "rot13" "rot13.el" (20355 10021 546955 +;;;;;; 0)) ;;; Generated autoloads from rot13.el (autoload 'rot13 "rot13" "\ @@ -24897,7 +23353,7 @@ ;;;*** ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20594 43050 277913 0)) ;;; Generated autoloads from textmodes/rst.el (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) @@ -24928,7 +23384,7 @@ ;;;*** ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20576 42138 697312 0)) ;;; Generated autoloads from progmodes/ruby-mode.el (autoload 'ruby-mode "ruby-mode" "\ @@ -24949,8 +23405,8 @@ ;;;*** -;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from ruler-mode.el (defvar ruler-mode nil "\ @@ -24967,8 +23423,8 @@ ;;;*** -;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20517 -;;;;;; 30410 0 0)) +;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20518 +;;;;;; 12580 46478 0)) ;;; Generated autoloads from emacs-lisp/rx.el (autoload 'rx-to-string "rx" "\ @@ -25280,7 +23736,7 @@ ;;;*** ;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20577 -;;;;;; 48876 0 0)) +;;;;;; 33959 40183 0)) ;;; Generated autoloads from savehist.el (defvar savehist-mode nil "\ @@ -25312,7 +23768,7 @@ ;;;*** ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" -;;;;;; (20428 57510 0 0)) +;;;;;; (20427 14766 970343 0)) ;;; Generated autoloads from progmodes/scheme.el (autoload 'scheme-mode "scheme" "\ @@ -25354,7 +23810,7 @@ ;;;*** ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/score-mode.el (autoload 'gnus-score-mode "score-mode" "\ @@ -25368,7 +23824,7 @@ ;;;*** ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" -;;;;;; (20373 41604 0 0)) +;;;;;; (20363 61861 222722 0)) ;;; Generated autoloads from scroll-all.el (defvar scroll-all-mode nil "\ @@ -25394,7 +23850,7 @@ ;;;*** ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" -;;;;;; (20276 3849 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from scroll-lock.el (autoload 'scroll-lock-mode "scroll-lock" "\ @@ -25410,7 +23866,8 @@ ;;;*** -;;;### (autoloads nil "secrets" "net/secrets.el" (20511 52965 0 0)) +;;;### (autoloads nil "secrets" "net/secrets.el" (20478 3673 653810 +;;;;;; 0)) ;;; Generated autoloads from net/secrets.el (when (featurep 'dbusbind) (autoload 'secrets-show-secrets "secrets" nil t)) @@ -25418,7 +23875,7 @@ ;;;*** ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic" -;;;;;; "cedet/semantic.el" (20600 16892 0 0)) +;;;;;; "cedet/semantic.el" (20617 41641 89638 0)) ;;; Generated autoloads from cedet/semantic.el (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\ @@ -25475,7 +23932,7 @@ ;;;*** ;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar" -;;;;;; "cedet/semantic/bovine/grammar.el" (20592 26321 0 0)) +;;;;;; "cedet/semantic/bovine/grammar.el" (20593 22184 581574 0)) ;;; Generated autoloads from cedet/semantic/bovine/grammar.el (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ @@ -25486,7 +23943,7 @@ ;;;*** ;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar" -;;;;;; "cedet/semantic/wisent/grammar.el" (20592 26321 0 0)) +;;;;;; "cedet/semantic/wisent/grammar.el" (20593 22184 581574 0)) ;;; Generated autoloads from cedet/semantic/wisent/grammar.el (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ @@ -25504,7 +23961,7 @@ ;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name ;;;;;; mail-header-separator send-mail-function mail-interactive ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) -;;;;;; "sendmail" "mail/sendmail.el" (20577 48876 0 0)) +;;;;;; "sendmail" "mail/sendmail.el" (20614 54428 654267 0)) ;;; Generated autoloads from mail/sendmail.el (defvar mail-from-style 'default "\ @@ -25786,8 +24243,8 @@ ;;;*** ;;;### (autoloads (server-save-buffers-kill-terminal server-mode -;;;;;; server-force-delete server-start) "server" "server.el" (20600 -;;;;;; 16892 0 0)) +;;;;;; server-force-delete server-start) "server" "server.el" (20594 +;;;;;; 43050 277913 0)) ;;; Generated autoloads from server.el (put 'server-host 'risky-local-variable t) @@ -25854,7 +24311,7 @@ ;;;*** -;;;### (autoloads (ses-mode) "ses" "ses.el" (20553 63503 0 0)) +;;;### (autoloads (ses-mode) "ses" "ses.el" (20553 51627 169867 0)) ;;; Generated autoloads from ses.el (autoload 'ses-mode "ses" "\ @@ -25873,7 +24330,7 @@ ;;;*** ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" -;;;;;; (20580 46629 0 0)) +;;;;;; (20580 10161 446444 0)) ;;; Generated autoloads from textmodes/sgml-mode.el (autoload 'sgml-mode "sgml-mode" "\ @@ -25939,7 +24396,7 @@ ;;;*** ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20624 64165 102958 0)) ;;; Generated autoloads from progmodes/sh-script.el (put 'sh-shell 'safe-local-variable 'symbolp) @@ -26003,7 +24460,7 @@ ;;;*** ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20572 16038 402143 0)) ;;; Generated autoloads from emacs-lisp/shadow.el (autoload 'list-load-path-shadows "shadow" "\ @@ -26053,8 +24510,8 @@ ;;;*** ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group -;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20244 -;;;;;; 35516 0 0)) +;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from shadowfile.el (autoload 'shadow-define-cluster "shadowfile" "\ @@ -26093,7 +24550,7 @@ ;;;*** ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from shell.el (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ @@ -26141,8 +24598,8 @@ ;;;*** -;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20600 -;;;;;; 16892 0 0)) +;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20595 +;;;;;; 63909 923329 0)) ;;; Generated autoloads from gnus/shr.el (autoload 'shr-insert-document "shr" "\ @@ -26155,7 +24612,8 @@ ;;;*** ;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload -;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20511 52965 0 0)) +;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20487 57003 603251 +;;;;;; 0)) ;;; Generated autoloads from gnus/sieve.el (autoload 'sieve-manage "sieve" "\ @@ -26181,7 +24639,7 @@ ;;;*** ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20487 57003 603251 0)) ;;; Generated autoloads from gnus/sieve-mode.el (autoload 'sieve-mode "sieve-mode" "\ @@ -26196,8 +24654,8 @@ ;;;*** -;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20356 -;;;;;; 35090 0 0)) +;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from progmodes/simula.el (autoload 'simula-mode "simula" "\ @@ -26246,7 +24704,7 @@ ;;;*** ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new -;;;;;; define-skeleton) "skeleton" "skeleton.el" (20540 61982 0 +;;;;;; define-skeleton) "skeleton" "skeleton.el" (20541 6907 775259 ;;;;;; 0)) ;;; Generated autoloads from skeleton.el @@ -26359,7 +24817,7 @@ ;;;*** ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff) -;;;;;; "smerge-mode" "vc/smerge-mode.el" (20585 55103 0 0)) +;;;;;; "smerge-mode" "vc/smerge-mode.el" (20585 28088 480237 0)) ;;; Generated autoloads from vc/smerge-mode.el (autoload 'smerge-ediff "smerge-mode" "\ @@ -26387,7 +24845,7 @@ ;;;*** ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from gnus/smiley.el (autoload 'smiley-region "smiley" "\ @@ -26405,7 +24863,7 @@ ;;;*** ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" -;;;;;; "mail/smtpmail.el" (20550 14882 0 0)) +;;;;;; "mail/smtpmail.el" (20551 9899 283417 0)) ;;; Generated autoloads from mail/smtpmail.el (autoload 'smtpmail-send-it "smtpmail" "\ @@ -26420,7 +24878,7 @@ ;;;*** -;;;### (autoloads (snake) "snake" "play/snake.el" (20511 52965 0 +;;;### (autoloads (snake) "snake" "play/snake.el" (20478 3673 653810 ;;;;;; 0)) ;;; Generated autoloads from play/snake.el @@ -26445,7 +24903,7 @@ ;;;*** ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20577 33959 40183 0)) ;;; Generated autoloads from net/snmp-mode.el (autoload 'snmp-mode "snmp-mode" "\ @@ -26474,8 +24932,8 @@ ;;;*** -;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20567 -;;;;;; 31133 0 0)) +;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20566 +;;;;;; 63671 243798 0)) ;;; Generated autoloads from calendar/solar.el (autoload 'sunrise-sunset "solar" "\ @@ -26490,8 +24948,8 @@ ;;;*** -;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20428 -;;;;;; 57510 0 0)) +;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20427 +;;;;;; 14766 970343 0)) ;;; Generated autoloads from play/solitaire.el (autoload 'solitaire "solitaire" "\ @@ -26568,7 +25026,8 @@ ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs -;;;;;; sort-lines sort-subr) "sort" "sort.el" (20511 52965 0 0)) +;;;;;; sort-lines sort-subr) "sort" "sort.el" (20507 42276 222255 +;;;;;; 0)) ;;; Generated autoloads from sort.el (put 'sort-fold-case 'safe-local-variable 'booleanp) @@ -26717,8 +25176,8 @@ ;;;*** -;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20460 -;;;;;; 33749 0 0)) +;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20458 +;;;;;; 56750 651721 0)) ;;; Generated autoloads from gnus/spam.el (autoload 'spam-initialize "spam" "\ @@ -26734,7 +25193,7 @@ ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" -;;;;;; "gnus/spam-report.el" (20244 35516 0 0)) +;;;;;; "gnus/spam-report.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/spam-report.el (autoload 'spam-report-process-queue "spam-report" "\ @@ -26777,7 +25236,7 @@ ;;;*** ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" -;;;;;; "speedbar.el" (20567 31133 0 0)) +;;;;;; "speedbar.el" (20566 63671 243798 0)) ;;; Generated autoloads from speedbar.el (defalias 'speedbar 'speedbar-frame-mode) @@ -26801,8 +25260,8 @@ ;;;*** -;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from play/spook.el (autoload 'spook "spook" "\ @@ -26821,7 +25280,7 @@ ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from progmodes/sql.el (autoload 'sql-add-product-keywords "sql" "\ @@ -27317,7 +25776,7 @@ ;;;*** ;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el" -;;;;;; (20585 59413 0 0)) +;;;;;; (20586 48936 135199 0)) ;;; Generated autoloads from cedet/srecode/srt-mode.el (autoload 'srecode-template-mode "srecode/srt-mode" "\ @@ -27330,7 +25789,7 @@ ;;;*** ;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20606 34222 123795 0)) ;;; Generated autoloads from gnus/starttls.el (autoload 'starttls-open-stream "starttls" "\ @@ -27357,8 +25816,8 @@ ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke -;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20600 -;;;;;; 16892 0 0)) +;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20593 +;;;;;; 22184 581574 0)) ;;; Generated autoloads from strokes.el (autoload 'strokes-global-set-stroke "strokes" "\ @@ -27472,7 +25931,7 @@ ;;;*** ;;;### (autoloads (studlify-buffer studlify-word studlify-region) -;;;;;; "studly" "play/studly.el" (19765 60663 0 0)) +;;;;;; "studly" "play/studly.el" (20355 10021 546955 0)) ;;; Generated autoloads from play/studly.el (autoload 'studlify-region "studly" "\ @@ -27493,7 +25952,7 @@ ;;;*** ;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el" -;;;;;; (20535 44414 0 0)) +;;;;;; (20524 51365 2559 0)) ;;; Generated autoloads from progmodes/subword.el (autoload 'subword-mode "subword" "\ @@ -27549,7 +26008,7 @@ ;;;*** ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20576 42138 697312 0)) ;;; Generated autoloads from mail/supercite.el (autoload 'sc-cite-original "supercite" "\ @@ -27581,8 +26040,8 @@ ;;;*** -;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from t-mouse.el (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") @@ -27610,8 +26069,8 @@ ;;;*** -;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from tabify.el (autoload 'untabify "tabify" "\ @@ -27646,7 +26105,7 @@ ;;;;;; table-recognize table-insert-row-column table-insert-column ;;;;;; table-insert-row table-insert table-point-left-cell-hook ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) -;;;;;; "table" "textmodes/table.el" (20589 46442 0 0)) +;;;;;; "table" "textmodes/table.el" (20586 48936 135199 0)) ;;; Generated autoloads from textmodes/table.el (defvar table-cell-map-hook nil "\ @@ -28238,8 +26697,8 @@ ;;;*** -;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from talk.el (autoload 'talk-connect "talk" "\ @@ -28254,8 +26713,8 @@ ;;;*** -;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20585 55103 -;;;;;; 0 0)) +;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20585 28088 +;;;;;; 480237 0)) ;;; Generated autoloads from tar-mode.el (autoload 'tar-mode "tar-mode" "\ @@ -28279,7 +26738,7 @@ ;;;*** ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" -;;;;;; "progmodes/tcl.el" (20580 46629 0 0)) +;;;;;; "progmodes/tcl.el" (20580 10161 446444 0)) ;;; Generated autoloads from progmodes/tcl.el (autoload 'tcl-mode "tcl" "\ @@ -28327,8 +26786,8 @@ ;;;*** -;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from net/telnet.el (autoload 'telnet "telnet" "\ @@ -28354,7 +26813,7 @@ ;;;*** ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el" -;;;;;; (20580 46629 0 0)) +;;;;;; (20580 10161 446444 0)) ;;; Generated autoloads from term.el (autoload 'make-term "term" "\ @@ -28396,8 +26855,8 @@ ;;;*** -;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from terminal.el (autoload 'terminal-emulator "terminal" "\ @@ -28434,7 +26893,7 @@ ;;;*** ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" -;;;;;; (20579 15299 0 0)) +;;;;;; (20580 10161 446444 0)) ;;; Generated autoloads from emacs-lisp/testcover.el (autoload 'testcover-this-defun "testcover" "\ @@ -28444,8 +26903,8 @@ ;;;*** -;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20550 14882 -;;;;;; 0 0)) +;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20545 57511 +;;;;;; 257469 0)) ;;; Generated autoloads from play/tetris.el (autoload 'tetris "tetris" "\ @@ -28476,7 +26935,7 @@ ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20594 43050 277913 0)) ;;; Generated autoloads from textmodes/tex-mode.el (defvar tex-shell-file-name nil "\ @@ -28778,7 +27237,7 @@ ;;;*** ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) -;;;;;; "texinfmt" "textmodes/texinfmt.el" (20434 28080 0 0)) +;;;;;; "texinfmt" "textmodes/texinfmt.el" (20434 17809 692608 0)) ;;; Generated autoloads from textmodes/texinfmt.el (autoload 'texinfo-format-buffer "texinfmt" "\ @@ -28818,7 +27277,7 @@ ;;;*** ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) -;;;;;; "texinfo" "textmodes/texinfo.el" (20511 52965 0 0)) +;;;;;; "texinfo" "textmodes/texinfo.el" (20478 3673 653810 0)) ;;; Generated autoloads from textmodes/texinfo.el (defvar texinfo-open-quote (purecopy "``") "\ @@ -28904,7 +27363,7 @@ ;;;### (autoloads (thai-composition-function thai-compose-buffer ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" -;;;;;; (20276 3849 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from language/thai-util.el (autoload 'thai-compose-region "thai-util" "\ @@ -28933,7 +27392,7 @@ ;;;### (autoloads (list-at-point number-at-point symbol-at-point ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) -;;;;;; "thingatpt" "thingatpt.el" (20419 46656 0 0)) +;;;;;; "thingatpt" "thingatpt.el" (20623 43301 870757 0)) ;;; Generated autoloads from thingatpt.el (autoload 'forward-thing "thingatpt" "\ @@ -28965,7 +27424,7 @@ THING should be a symbol specifying a type of syntactic entity. Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', `email', `word', `sentence', `whitespace', -`line', and `page'. +`line', `number', and `page'. See the file `thingatpt.el' for documentation on how to define a symbol as a valid THING. @@ -28996,7 +27455,7 @@ ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from thumbs.el (autoload 'thumbs-find-thumb "thumbs" "\ @@ -29034,8 +27493,8 @@ ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription -;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20356 -;;;;;; 35090 0 0)) +;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from language/tibet-util.el (autoload 'tibetan-char-p "tibet-util" "\ @@ -29109,7 +27568,7 @@ ;;;*** ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" -;;;;;; (20373 41604 0 0)) +;;;;;; (20373 11301 906925 0)) ;;; Generated autoloads from textmodes/tildify.el (autoload 'tildify-region "tildify" "\ @@ -29134,7 +27593,7 @@ ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world ;;;;;; display-time-mode display-time display-time-day-and-date) -;;;;;; "time" "time.el" (20567 31133 0 0)) +;;;;;; "time" "time.el" (20619 46245 806932 0)) ;;; Generated autoloads from time.el (defvar display-time-day-and-date nil "\ @@ -29200,7 +27659,7 @@ ;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day ;;;;;; time-add time-subtract time-since days-to-time time-less-p ;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el" -;;;;;; (20452 57825 0 0)) +;;;;;; (20453 5437 764254 0)) ;;; Generated autoloads from calendar/time-date.el (autoload 'date-to-time "time-date" "\ @@ -29314,7 +27773,7 @@ ;;;*** ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" -;;;;;; "time-stamp.el" (20567 31133 0 0)) +;;;;;; "time-stamp.el" (20566 63671 243798 0)) ;;; Generated autoloads from time-stamp.el (put 'time-stamp-format 'safe-local-variable 'stringp) (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) @@ -29358,7 +27817,7 @@ ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in ;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20593 22184 581574 0)) ;;; Generated autoloads from calendar/timeclock.el (autoload 'timeclock-mode-line-display "timeclock" "\ @@ -29458,7 +27917,7 @@ ;;;*** ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" -;;;;;; "international/titdic-cnv.el" (20290 33419 0 0)) +;;;;;; "international/titdic-cnv.el" (20355 10021 546955 0)) ;;; Generated autoloads from international/titdic-cnv.el (autoload 'titdic-convert "titdic-cnv" "\ @@ -29481,7 +27940,7 @@ ;;;*** ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" -;;;;;; "tmm.el" (20432 55251 0 0)) +;;;;;; "tmm.el" (20622 22438 32851 0)) ;;; Generated autoloads from tmm.el (define-key global-map "\M-`" 'tmm-menubar) (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) @@ -29521,7 +27980,7 @@ ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) -;;;;;; "todo-mode" "calendar/todo-mode.el" (20244 35516 0 0)) +;;;;;; "todo-mode" "calendar/todo-mode.el" (20355 10021 546955 0)) ;;; Generated autoloads from calendar/todo-mode.el (autoload 'todo-add-category "todo-mode" "\ @@ -29581,7 +28040,7 @@ ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) -;;;;;; "tool-bar" "tool-bar.el" (20290 33419 0 0)) +;;;;;; "tool-bar" "tool-bar.el" (20355 10021 546955 0)) ;;; Generated autoloads from tool-bar.el (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ @@ -29652,7 +28111,7 @@ ;;;*** ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from emulation/tpu-edt.el (defvar tpu-edt-mode nil "\ @@ -29682,7 +28141,7 @@ ;;;*** ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from emulation/tpu-mapper.el (autoload 'tpu-mapper "tpu-mapper" "\ @@ -29716,8 +28175,8 @@ ;;;*** -;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from emacs-lisp/tq.el (autoload 'tq-create "tq" "\ @@ -29731,7 +28190,7 @@ ;;;*** ;;;### (autoloads (trace-function-background trace-function trace-buffer) -;;;;;; "trace" "emacs-lisp/trace.el" (20511 52965 0 0)) +;;;;;; "trace" "emacs-lisp/trace.el" (20485 15269 390836 0)) ;;; Generated autoloads from emacs-lisp/trace.el (defvar trace-buffer (purecopy "*trace-output*") "\ @@ -29768,7 +28227,7 @@ ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" -;;;;;; "net/tramp.el" (20600 16892 0 0)) +;;;;;; "net/tramp.el" (20597 19239 817699 0)) ;;; Generated autoloads from net/tramp.el (defvar tramp-mode t "\ @@ -29901,7 +28360,7 @@ ;;;*** ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" -;;;;;; (20438 17064 0 0)) +;;;;;; (20438 24016 194668 0)) ;;; Generated autoloads from net/tramp-ftp.el (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ @@ -29911,8 +28370,8 @@ ;;;*** -;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20585 -;;;;;; 55103 0 0)) +;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20584 +;;;;;; 7212 455152 0)) ;;; Generated autoloads from tutorial.el (autoload 'help-with-tutorial "tutorial" "\ @@ -29937,7 +28396,7 @@ ;;;*** ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" -;;;;;; (19765 60663 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from language/tv-util.el (autoload 'tai-viet-composition-function "tv-util" "\ @@ -29948,7 +28407,7 @@ ;;;*** ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" -;;;;;; "textmodes/two-column.el" (20567 31133 0 0)) +;;;;;; "textmodes/two-column.el" (20566 63671 243798 0)) ;;; Generated autoloads from textmodes/two-column.el (autoload '2C-command "two-column" () t 'keymap) (global-set-key "\C-x6" '2C-command) @@ -29997,7 +28456,7 @@ ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics ;;;;;; type-break type-break-mode) "type-break" "type-break.el" -;;;;;; (20581 48325 0 0)) +;;;;;; (20582 12914 894781 0)) ;;; Generated autoloads from type-break.el (defvar type-break-mode nil "\ @@ -30129,8 +28588,8 @@ ;;;*** -;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20567 31133 -;;;;;; 0 0)) +;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20566 63671 +;;;;;; 243798 0)) ;;; Generated autoloads from mail/uce.el (autoload 'uce-reply-to-uce "uce" "\ @@ -30148,7 +28607,7 @@ ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" -;;;;;; "international/ucs-normalize.el" (20511 52965 0 0)) +;;;;;; "international/ucs-normalize.el" (20476 31768 298871 0)) ;;; Generated autoloads from international/ucs-normalize.el (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ @@ -30214,7 +28673,7 @@ ;;;*** ;;;### (autoloads (ununderline-region underline-region) "underline" -;;;;;; "textmodes/underline.el" (20244 35516 0 0)) +;;;;;; "textmodes/underline.el" (20355 10021 546955 0)) ;;; Generated autoloads from textmodes/underline.el (autoload 'underline-region "underline" "\ @@ -30235,7 +28694,7 @@ ;;;*** ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" -;;;;;; (20373 41604 0 0)) +;;;;;; (20369 14251 85829 0)) ;;; Generated autoloads from mail/unrmail.el (autoload 'batch-unrmail "unrmail" "\ @@ -30254,8 +28713,8 @@ ;;;*** -;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20244 -;;;;;; 35516 0 0)) +;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from emacs-lisp/unsafep.el (autoload 'unsafep "unsafep" "\ @@ -30268,7 +28727,7 @@ ;;;*** ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" -;;;;;; "url/url.el" (20511 52965 0 0)) +;;;;;; "url/url.el" (20601 16294 451653 0)) ;;; Generated autoloads from url/url.el (autoload 'url-retrieve "url" "\ @@ -30280,9 +28739,9 @@ CALLBACK is called when the object has been completely retrieved, with the current buffer containing the object, and any MIME headers associated with it. It is called as (apply CALLBACK STATUS CBARGS). -STATUS is a list with an even number of elements representing -what happened during the request, with most recent events first, -or an empty list if no events have occurred. Each pair is one of: +STATUS is a plist representing what happened during the request, +with most recent events first, or an empty list if no events have +occurred. Each pair is one of: \(:redirect REDIRECTED-TO) - the request was redirected to this URL \(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be @@ -30316,7 +28775,7 @@ ;;;*** ;;;### (autoloads (url-register-auth-scheme url-get-authentication) -;;;;;; "url-auth" "url/url-auth.el" (20244 35516 0 0)) +;;;;;; "url-auth" "url/url-auth.el" (20355 10021 546955 0)) ;;; Generated autoloads from url/url-auth.el (autoload 'url-get-authentication "url-auth" "\ @@ -30358,7 +28817,7 @@ ;;;*** ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) -;;;;;; "url-cache" "url/url-cache.el" (20276 3849 0 0)) +;;;;;; "url-cache" "url/url-cache.el" (20355 10021 546955 0)) ;;; Generated autoloads from url/url-cache.el (autoload 'url-store-in-cache "url-cache" "\ @@ -30379,8 +28838,8 @@ ;;;*** -;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from url/url-cid.el (autoload 'url-cid "url-cid" "\ @@ -30391,7 +28850,7 @@ ;;;*** ;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p) -;;;;;; "url-dav" "url/url-dav.el" (20511 52965 0 0)) +;;;;;; "url-dav" "url/url-dav.el" (20501 3499 284800 0)) ;;; Generated autoloads from url/url-dav.el (autoload 'url-dav-supported-p "url-dav" "\ @@ -30425,8 +28884,8 @@ ;;;*** -;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20602 +;;;;;; 37158 321420 0)) ;;; Generated autoloads from url/url-file.el (autoload 'url-file "url-file" "\ @@ -30437,7 +28896,7 @@ ;;;*** ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" -;;;;;; "url/url-gw.el" (20511 52965 0 0)) +;;;;;; "url/url-gw.el" (20478 3673 653810 0)) ;;; Generated autoloads from url/url-gw.el (autoload 'url-gateway-nslookup-host "url-gw" "\ @@ -30457,7 +28916,7 @@ ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20584 7212 455152 0)) ;;; Generated autoloads from url/url-handlers.el (defvar url-handler-mode nil "\ @@ -30511,7 +28970,7 @@ ;;;*** -;;;### (autoloads nil "url-http" "url/url-http.el" (20589 46442 0 +;;;### (autoloads nil "url-http" "url/url-http.el" (20601 16294 451653 ;;;;;; 0)) ;;; Generated autoloads from url/url-http.el (autoload 'url-default-expander "url-expand") @@ -30524,8 +28983,8 @@ ;;;*** -;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from url/url-irc.el (autoload 'url-irc "url-irc" "\ @@ -30535,8 +28994,8 @@ ;;;*** -;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20356 -;;;;;; 35090 0 0)) +;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20355 +;;;;;; 10021 546955 0)) ;;; Generated autoloads from url/url-ldap.el (autoload 'url-ldap "url-ldap" "\ @@ -30550,7 +29009,7 @@ ;;;*** ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from url/url-mailto.el (autoload 'url-mail "url-mailto" "\ @@ -30566,7 +29025,8 @@ ;;;*** ;;;### (autoloads (url-data url-generic-emulator-loader url-info -;;;;;; url-man) "url-misc" "url/url-misc.el" (20511 52965 0 0)) +;;;;;; url-man) "url-misc" "url/url-misc.el" (20478 3673 653810 +;;;;;; 0)) ;;; Generated autoloads from url/url-misc.el (autoload 'url-man "url-misc" "\ @@ -30598,7 +29058,7 @@ ;;;*** ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from url/url-news.el (autoload 'url-news "url-news" "\ @@ -30615,7 +29075,7 @@ ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from url/url-ns.el (autoload 'isPlainHostName "url-ns" "\ @@ -30656,7 +29116,7 @@ ;;;*** ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" -;;;;;; "url/url-parse.el" (20577 48876 0 0)) +;;;;;; "url/url-parse.el" (20577 33959 40183 0)) ;;; Generated autoloads from url/url-parse.el (autoload 'url-recreate-url "url-parse" "\ @@ -30708,7 +29168,7 @@ ;;;*** ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20478 3673 653810 0)) ;;; Generated autoloads from url/url-privacy.el (autoload 'url-setup-privacy-info "url-privacy" "\ @@ -30719,7 +29179,7 @@ ;;;*** ;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20478 3673 653810 0)) ;;; Generated autoloads from url/url-queue.el (autoload 'url-queue-retrieve "url-queue" "\ @@ -30739,8 +29199,8 @@ ;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces ;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message ;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args -;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20585 -;;;;;; 55103 0 0)) +;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20584 +;;;;;; 7212 455152 0)) ;;; Generated autoloads from url/url-util.el (defvar url-debug nil "\ @@ -30914,7 +29374,7 @@ ;;;*** ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) -;;;;;; "userlock" "userlock.el" (20553 63503 0 0)) +;;;;;; "userlock" "userlock.el" (20555 6946 859539 0)) ;;; Generated autoloads from userlock.el (autoload 'ask-user-about-lock "userlock" "\ @@ -30944,7 +29404,7 @@ ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion) -;;;;;; "utf-7" "international/utf-7.el" (20244 35516 0 0)) +;;;;;; "utf-7" "international/utf-7.el" (20355 10021 546955 0)) ;;; Generated autoloads from international/utf-7.el (autoload 'utf-7-post-read-conversion "utf-7" "\ @@ -30969,8 +29429,8 @@ ;;;*** -;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20244 35516 -;;;;;; 0 0)) +;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20355 10021 +;;;;;; 546955 0)) ;;; Generated autoloads from gnus/utf7.el (autoload 'utf7-encode "utf7" "\ @@ -30982,7 +29442,7 @@ ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el" -;;;;;; (20356 35090 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from mail/uudecode.el (autoload 'uudecode-decode-region-external "uudecode" "\ @@ -31012,8 +29472,8 @@ ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook -;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20580 -;;;;;; 46629 0 0)) +;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20611 +;;;;;; 52135 109136 0)) ;;; Generated autoloads from vc/vc.el (defvar vc-checkout-hook nil "\ @@ -31291,7 +29751,7 @@ ;;;*** ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20478 3673 653810 0)) ;;; Generated autoloads from vc/vc-annotate.el (autoload 'vc-annotate "vc-annotate" "\ @@ -31328,7 +29788,8 @@ ;;;*** -;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20511 52965 0 0)) +;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20478 3673 653810 +;;;;;; 0)) ;;; Generated autoloads from vc/vc-arch.el (defun vc-arch-registered (file) (if (vc-find-root file "{arch}/=tagging-method") @@ -31338,7 +29799,8 @@ ;;;*** -;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20585 55103 0 0)) +;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20584 7212 455152 +;;;;;; 0)) ;;; Generated autoloads from vc/vc-bzr.el (defconst vc-bzr-admin-dirname ".bzr" "\ @@ -31354,7 +29816,8 @@ ;;;*** -;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20544 52783 0 0)) +;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20542 46798 773957 +;;;;;; 0)) ;;; Generated autoloads from vc/vc-cvs.el (defun vc-cvs-registered (f) "Return non-nil if file F is registered with CVS." @@ -31365,7 +29828,7 @@ ;;;*** -;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20522 30367 0 +;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20522 9637 465791 ;;;;;; 0)) ;;; Generated autoloads from vc/vc-dir.el @@ -31391,7 +29854,7 @@ ;;;*** ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20489 12324 656827 0)) ;;; Generated autoloads from vc/vc-dispatcher.el (autoload 'vc-do-command "vc-dispatcher" "\ @@ -31414,7 +29877,8 @@ ;;;*** -;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20589 46442 0 0)) +;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20586 48936 135199 +;;;;;; 0)) ;;; Generated autoloads from vc/vc-git.el (defun vc-git-registered (file) "Return non-nil if FILE is registered with git." @@ -31425,7 +29889,7 @@ ;;;*** -;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20511 52965 0 0)) +;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20489 12324 656827 0)) ;;; Generated autoloads from vc/vc-hg.el (defun vc-hg-registered (file) "Return non-nil if FILE is registered with hg." @@ -31436,7 +29900,7 @@ ;;;*** -;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20523 62975 0 0)) +;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20524 51365 2559 0)) ;;; Generated autoloads from vc/vc-mtn.el (defconst vc-mtn-admin-dir "_MTN" "\ @@ -31453,7 +29917,7 @@ ;;;*** ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20584 7212 455152 0)) ;;; Generated autoloads from vc/vc-rcs.el (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ @@ -31467,7 +29931,7 @@ ;;;*** ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el" -;;;;;; (20585 55103 0 0)) +;;;;;; (20584 7212 455152 0)) ;;; Generated autoloads from vc/vc-sccs.el (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ @@ -31485,7 +29949,8 @@ ;;;*** -;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20318 5885 0 0)) +;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20355 10021 546955 +;;;;;; 0)) ;;; Generated autoloads from vc/vc-svn.el (defun vc-svn-registered (f) (let ((admin-dir (cond ((and (eq system-type 'windows-nt) @@ -31499,7 +29964,7 @@ ;;;*** ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20577 33959 40183 0)) ;;; Generated autoloads from progmodes/vera-mode.el (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) @@ -31557,7 +30022,7 @@ ;;;*** ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20593 22184 581574 0)) ;;; Generated autoloads from progmodes/verilog-mode.el (autoload 'verilog-mode "verilog-mode" "\ @@ -31696,7 +30161,7 @@ ;;;*** ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" -;;;;;; (20600 16892 0 0)) +;;;;;; (20593 22184 581574 0)) ;;; Generated autoloads from progmodes/vhdl-mode.el (autoload 'vhdl-mode "vhdl-mode" "\ @@ -32250,7 +30715,7 @@ ;;;*** -;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20567 31133 0 +;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20566 63671 243798 ;;;;;; 0)) ;;; Generated autoloads from emulation/vi.el @@ -32306,7 +30771,7 @@ ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" -;;;;;; "language/viet-util.el" (20244 35516 0 0)) +;;;;;; "language/viet-util.el" (20355 10021 546955 0)) ;;; Generated autoloads from language/viet-util.el (autoload 'viet-encode-viscii-char "viet-util" "\ @@ -32354,7 +30819,7 @@ ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window ;;;;;; view-buffer view-file-other-frame view-file-other-window ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) -;;;;;; "view" "view.el" (20577 48876 0 0)) +;;;;;; "view" "view.el" (20577 33959 40183 0)) ;;; Generated autoloads from view.el (defvar view-remove-frame-by-deleting t "\ @@ -32611,7 +31076,7 @@ ;;;*** ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20513 -;;;;;; 36786 0 0)) +;;;;;; 18948 537867 0)) ;;; Generated autoloads from emulation/vip.el (autoload 'vip-setup "vip" "\ @@ -32627,7 +31092,7 @@ ;;;*** ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" -;;;;;; (20567 31133 0 0)) +;;;;;; (20566 63671 243798 0)) ;;; Generated autoloads from emulation/viper.el (autoload 'toggle-viper-mode "viper" "\ @@ -32644,7 +31109,7 @@ ;;;*** ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" -;;;;;; (20244 35516 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from emacs-lisp/warnings.el (defvar warning-prefix-function nil "\ @@ -32734,7 +31199,7 @@ ;;;*** ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" -;;;;;; (20511 52965 0 0)) +;;;;;; (20619 46245 806932 0)) ;;; Generated autoloads from wdired.el (autoload 'wdired-change-to-wdired-mode "wdired" "\ @@ -32751,8 +31216,8 @@ ;;;*** -;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20567 31133 -;;;;;; 0 0)) +;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20566 63671 +;;;;;; 243798 0)) ;;; Generated autoloads from net/webjump.el (autoload 'webjump "webjump" "\ @@ -32769,7 +31234,7 @@ ;;;*** ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" -;;;;;; (20577 48876 0 0)) +;;;;;; (20613 49078 764749 0)) ;;; Generated autoloads from progmodes/which-func.el (put 'which-func-format 'risky-local-variable t) (put 'which-func-current 'risky-local-variable t) @@ -32802,8 +31267,8 @@ ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode -;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20511 52965 -;;;;;; 0 0)) +;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20508 13724 +;;;;;; 260761 0)) ;;; Generated autoloads from whitespace.el (autoload 'whitespace-mode "whitespace" "\ @@ -33202,8 +31667,8 @@ ;;;*** ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse -;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20511 52965 -;;;;;; 0 0)) +;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20478 3673 +;;;;;; 653810 0)) ;;; Generated autoloads from wid-browse.el (autoload 'widget-browse-at "wid-browse" "\ @@ -33233,7 +31698,7 @@ ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20373 -;;;;;; 41604 0 0)) +;;;;;; 11301 906925 0)) ;;; Generated autoloads from wid-edit.el (autoload 'widgetp "wid-edit" "\ @@ -33276,8 +31741,8 @@ ;;;*** ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right -;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20567 -;;;;;; 31133 0 0)) +;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20566 +;;;;;; 63671 243798 0)) ;;; Generated autoloads from windmove.el (autoload 'windmove-left "windmove" "\ @@ -33329,8 +31794,8 @@ ;;;*** -;;;### (autoloads (winner-mode) "winner" "winner.el" (20585 55103 -;;;;;; 0 0)) +;;;### (autoloads (winner-mode) "winner" "winner.el" (20584 7212 +;;;;;; 455152 0)) ;;; Generated autoloads from winner.el (defvar winner-mode nil "\ @@ -33354,7 +31819,8 @@ ;;;*** ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file -;;;;;; woman woman-locale) "woman" "woman.el" (20539 37147 0 0)) +;;;;;; woman woman-locale) "woman" "woman.el" (20623 43301 870757 +;;;;;; 0)) ;;; Generated autoloads from woman.el (defvar woman-locale nil "\ @@ -33403,7 +31869,7 @@ ;;;*** ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" -;;;;;; (20331 12564 0 0)) +;;;;;; (20355 10021 546955 0)) ;;; Generated autoloads from emulation/ws-mode.el (autoload 'wordstar-mode "ws-mode" "\ @@ -33515,8 +31981,8 @@ ;;;*** -;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20511 52965 -;;;;;; 0 0)) +;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20478 3673 +;;;;;; 653810 0)) ;;; Generated autoloads from net/xesam.el (autoload 'xesam-search "xesam" "\ @@ -33536,7 +32002,7 @@ ;;;*** ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" -;;;;;; (20535 44414 0 0)) +;;;;;; (20528 48420 241677 0)) ;;; Generated autoloads from xml.el (autoload 'xml-parse-file "xml" "\ @@ -33593,7 +32059,7 @@ ;;;*** ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok" -;;;;;; "nxml/xmltok.el" (20244 35516 0 0)) +;;;;;; "nxml/xmltok.el" (20355 10021 546955 0)) ;;; Generated autoloads from nxml/xmltok.el (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ @@ -33611,8 +32077,8 @@ ;;;*** -;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20511 -;;;;;; 52965 0 0)) +;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20485 +;;;;;; 15269 390836 0)) ;;; Generated autoloads from xt-mouse.el (defvar xterm-mouse-mode nil "\ @@ -33642,7 +32108,7 @@ ;;;*** ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" -;;;;;; "gnus/yenc.el" (20244 35516 0 0)) +;;;;;; "gnus/yenc.el" (20355 10021 546955 0)) ;;; Generated autoloads from gnus/yenc.el (autoload 'yenc-decode-region "yenc" "\ @@ -33658,7 +32124,7 @@ ;;;*** ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism -;;;;;; yow) "yow" "play/yow.el" (20373 41604 0 0)) +;;;;;; yow) "yow" "play/yow.el" (20364 42504 244840 586000)) ;;; Generated autoloads from play/yow.el (autoload 'yow "yow" "\ @@ -33684,7 +32150,8 @@ ;;;*** -;;;### (autoloads (zone) "zone" "play/zone.el" (20550 14882 0 0)) +;;;### (autoloads (zone) "zone" "play/zone.el" (20545 57511 257469 +;;;;;; 0)) ;;; Generated autoloads from play/zone.el (autoload 'zone "zone" "\ @@ -33768,12 +32235,12 @@ ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el" ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" ;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el" -;;;;;; "cus-dep.el" "cus-load.el" "dframe.el" "dired-aux.el" "dired-x.el" -;;;;;; "dos-fns.el" "dos-vars.el" "dos-w32.el" "dynamic-setting.el" -;;;;;; "emacs-lisp/authors.el" "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" -;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" -;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" -;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-datadebug.el" +;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" +;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el" +;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" +;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" +;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el" +;;;;;; "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-datadebug.el" ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" ;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" @@ -33792,30 +32259,30 @@ ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" -;;;;;; "ezimage.el" "finder-inf.el" "foldout.el" "format-spec.el" -;;;;;; "fringe.el" "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" -;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" -;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" -;;;;;; "gnus/gnus-ems.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" -;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" -;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el" -;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" -;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" -;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" -;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el" -;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el" -;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el" -;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" -;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" -;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" -;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" -;;;;;; "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" -;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" -;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" -;;;;;; "gnus/shr-color.el" "gnus/sieve-manage.el" "gnus/smime.el" -;;;;;; "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" -;;;;;; "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el" -;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el" +;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "fringe.el" "generic-x.el" +;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" +;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" +;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" +;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" +;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" +;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" +;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" +;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" +;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" +;;;;;; "gnus/messcompat.el" "gnus/mm-archive.el" "gnus/mm-bodies.el" +;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" +;;;;;; "gnus/mml-smime.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" +;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" +;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" +;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" +;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" +;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" +;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" +;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" +;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el" +;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el" +;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" +;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el" ;;;;;; "international/uni-category.el" "international/uni-combining.el" ;;;;;; "international/uni-comment.el" "international/uni-decimal.el" @@ -33855,46 +32322,56 @@ ;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el" ;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" "org/ob-gnuplot.el" ;;;;;; "org/ob-haskell.el" "org/ob-io.el" "org/ob-java.el" "org/ob-js.el" -;;;;;; "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lilypond.el" -;;;;;; "org/ob-lisp.el" "org/ob-matlab.el" "org/ob-maxima.el" "org/ob-mscgen.el" -;;;;;; "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" "org/ob-perl.el" -;;;;;; "org/ob-picolisp.el" "org/ob-plantuml.el" "org/ob-python.el" -;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scala.el" -;;;;;; "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el" "org/ob-shen.el" -;;;;;; "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el" "org/org-beamer.el" -;;;;;; "org/org-bibtex.el" "org/org-colview.el" "org/org-crypt.el" -;;;;;; "org/org-ctags.el" "org/org-docview.el" "org/org-entities.el" -;;;;;; "org/org-eshell.el" "org/org-exp-blocks.el" "org/org-faces.el" -;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-info.el" "org/org-inlinetask.el" -;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el" -;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el" -;;;;;; "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el" "org/org-pcomplete.el" -;;;;;; "org/org-protocol.el" "org/org-rmail.el" "org/org-special-blocks.el" -;;;;;; "org/org-src.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" -;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" -;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" -;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" -;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" -;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" -;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" -;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el" -;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" -;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "saveplace.el" "sb-image.el" -;;;;;; "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" "tempo.el" -;;;;;; "textmodes/bib-mode.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" -;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el" -;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" -;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el" -;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" -;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-domsuf.el" -;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-future.el" -;;;;;; "url/url-history.el" "url/url-imap.el" "url/url-methods.el" -;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc/ediff-diff.el" -;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" -;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" -;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" -;;;;;; "vt100-led.el" "w32-common-fns.el" "w32-fns.el" "w32-vars.el" -;;;;;; "x-dnd.el") (20600 26805 968824 63000)) +;;;;;; "org/ob-keys.el" "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lilypond.el" +;;;;;; "org/ob-lisp.el" "org/ob-lob.el" "org/ob-matlab.el" "org/ob-maxima.el" +;;;;;; "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" +;;;;;; "org/ob-perl.el" "org/ob-picolisp.el" "org/ob-plantuml.el" +;;;;;; "org/ob-python.el" "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" +;;;;;; "org/ob-scala.el" "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el" +;;;;;; "org/ob-shen.el" "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el" +;;;;;; "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" "org/org-ascii.el" +;;;;;; "org/org-attach.el" "org/org-bbdb.el" "org/org-bibtex.el" +;;;;;; "org/org-clock.el" "org/org-crypt.el" "org/org-ctags.el" +;;;;;; "org/org-datetree.el" "org/org-docbook.el" "org/org-docview.el" +;;;;;; "org/org-element.el" "org/org-entities.el" "org/org-eshell.el" +;;;;;; "org/org-exp-blocks.el" "org/org-exp.el" "org/org-faces.el" +;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-freemind.el" +;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-html.el" "org/org-icalendar.el" +;;;;;; "org/org-id.el" "org/org-indent.el" "org/org-info.el" "org/org-inlinetask.el" +;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-jsinfo.el" +;;;;;; "org/org-latex.el" "org/org-list.el" "org/org-loaddefs.el" +;;;;;; "org/org-lparse.el" "org/org-mac-message.el" "org/org-macs.el" +;;;;;; "org/org-mew.el" "org/org-mhe.el" "org/org-mks.el" "org/org-mobile.el" +;;;;;; "org/org-mouse.el" "org/org-odt.el" "org/org-pcomplete.el" +;;;;;; "org/org-plot.el" "org/org-protocol.el" "org/org-publish.el" +;;;;;; "org/org-remember.el" "org/org-rmail.el" "org/org-special-blocks.el" +;;;;;; "org/org-src.el" "org/org-table.el" "org/org-taskjuggler.el" +;;;;;; "org/org-timer.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" +;;;;;; "org/org-xoxo.el" "play/gamegrid.el" "play/gametree.el" "play/meese.el" +;;;;;; "progmodes/ada-prj.el" "progmodes/cc-align.el" "progmodes/cc-awk.el" +;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-defs.el" +;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el" +;;;;;; "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" +;;;;;; "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" +;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el" +;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" +;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el" +;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" +;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el" +;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el" +;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" +;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" +;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el" +;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" +;;;;;; "url/url-domsuf.el" "url/url-expand.el" "url/url-ftp.el" +;;;;;; "url/url-future.el" "url/url-history.el" "url/url-imap.el" +;;;;;; "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" +;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el" +;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" +;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" +;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" +;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (20626 19627 425848 +;;;;;; 6000)) ;;;*** ------------------------------------------------------------ revno: 110761 committer: Glenn Morris branch nick: trunk timestamp: Thu 2012-11-01 00:16:32 -0700 message: More edits for cl.texi * doc/misc/cl.texi: More copyedits, plus: (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual. (Macro Bindings, Blocks and Exits): Acknowledge existence of lexical-binding. (Iteration): Mainly defer to doc of standard dolist, dotimes. diff: === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2012-11-01 01:44:50 +0000 +++ doc/misc/ChangeLog 2012-11-01 07:16:32 +0000 @@ -1,6 +1,10 @@ 2012-11-01 Glenn Morris * cl.texi: General copyedits for style, line-breaks, etc. + (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual. + (Macro Bindings, Blocks and Exits): + Acknowledge existence of lexical-binding. + (Iteration): Mainly defer to doc of standard dolist, dotimes. 2012-10-31 Glenn Morris === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-11-01 01:44:50 +0000 +++ doc/misc/cl.texi 2012-11-01 07:16:32 +0000 @@ -300,6 +300,7 @@ This is analogous to the @code{defsubst} form; @code{cl-defsubst} uses a different method (compiler macros) which works in all versions of Emacs, and also generates somewhat more +@c Really? efficient inline expansions. In particular, @code{cl-defsubst} arranges for the processing of keyword arguments, default values, etc., to be done at compile-time whenever possible. @@ -309,7 +310,8 @@ This is identical to the regular @code{defmacro} form, except that @var{arglist} is allowed to be a full Common Lisp argument list. The @code{&environment} keyword is supported as -described in Steele. The @code{&whole} keyword is supported only +described in Steele's book @cite{Common Lisp, the Language}. +The @code{&whole} keyword is supported only within destructured lists (see below); top-level @code{&whole} cannot be implemented with the current Emacs Lisp interpreter. The macro expander body is enclosed in an implicit block called @@ -462,7 +464,7 @@ destructuring is only allowed with @code{defmacro}; this package allows it with @code{cl-defun} and other argument lists as well. In destructuring, any argument variable (@var{var} in the above -diagram) can be replaced by a list of variables, or more generally, +example) can be replaced by a list of variables, or more generally, a recursive argument list. The corresponding argument value must be a list whose elements match this recursive argument list. For example: @@ -584,12 +586,12 @@ @end defmac Emacs includes two special forms related to @code{cl-eval-when}. +@xref{Eval During Compile,,,elisp,GNU Emacs Lisp Reference Manual}. One of these, @code{eval-when-compile}, is not quite equivalent to any @code{cl-eval-when} construct and is described below. The other form, @code{(eval-and-compile @dots{})}, is exactly -equivalent to @samp{(cl-eval-when (compile load eval) @dots{})} and -so is not itself defined by this package. +equivalent to @samp{(cl-eval-when (compile load eval) @dots{})}. @defmac eval-when-compile forms@dots{} The @var{forms} are evaluated at compile-time; at execution time, @@ -703,6 +705,7 @@ @item The type symbol @code{float} uses the @code{cl-floatp-safe} predicate defined by this package rather than @code{floatp}, so it will work +@c FIXME are any such platforms still relevant? correctly even in Emacs versions without floating-point support. @item @@ -781,8 +784,8 @@ not implement @code{unsigned-byte} by default. @end defmac -The @code{cl-typecase} and @code{cl-check-type} macros also use type -names. @xref{Conditionals}. @xref{Assertions}. The @code{cl-map}, +The @code{cl-typecase} (@pxref{Conditionals}) and @code{cl-check-type} +(@pxref{Assertions}) macros also use type names. The @code{cl-map}, @code{cl-concatenate}, and @code{cl-merge} functions take type-name arguments to specify the type of sequence to return. @xref{Sequences}. @@ -1324,7 +1327,7 @@ The @code{cl-labels} form is like @code{cl-flet}, except that the function bindings can be recursive. The scoping is lexical, but you can only capture functions in closures if -@code{lexical-binding} is non-@code{nil}. +@code{lexical-binding} is @code{t}. @xref{Closures,,,elisp,GNU Emacs Lisp Reference Manual}, and @ref{Using Lexical Binding,,,elisp,GNU Emacs Lisp Reference Manual}. @@ -1356,12 +1359,8 @@ and macro-expander forms). The macro is defined accordingly for use within the body of the @code{cl-macrolet}. -@c FIXME this should be modified to say ``even when lexical-binding -@c is code{nil}'', but is that true? The doc of cl-macrolet just -@c refers us to cl-flet, which refers to cl-labels, which says that it -@c behaves differently according to whether l-b is true or not. -Because of the nature of macros, @code{cl-macrolet} is lexically -scoped even in Emacs Lisp: The @code{cl-macrolet} binding will +Because of the nature of macros, @code{cl-macrolet} is always lexically +scoped. The @code{cl-macrolet} binding will affect only calls that appear physically within the body @var{forms}, possibly after expansion of other macros in the body. @@ -1388,12 +1387,15 @@ Likewise, a @code{let} or @code{let*} binding a symbol macro is treated like a @code{cl-letf} or @code{cl-letf*}. This differs from true -@c FIXME does it work like this in Emacs with lexical-binding = t? Common Lisp, where the rules of lexical scoping cause a @code{let} -binding to shadow a @code{cl-symbol-macrolet} binding. In this package, -@c FIXME obsolete. -only @code{lexical-let} and @code{lexical-let*} will shadow a symbol -macro. +binding to shadow a @code{symbol-macrolet} binding. In this package, +such shadowing does not occur, even when @code{lexical-binding} is +@c See http://debbugs.gnu.org/12119 +@code{t}. (This behavior predates the addition of lexical binding to +Emacs Lisp, and may change in future to respect @code{lexical-binding}.) +At present in this package, only @code{lexical-let} and +@code{lexical-let*} will shadow a symbol macro. @xref{Obsolete +Lexical Binding}. There is no analogue of @code{defmacro} for symbol macros; all symbol macros are local. A typical use of @code{cl-symbol-macrolet} is in the @@ -1401,7 +1403,7 @@ @example (cl-defmacro my-dolist ((x list) &rest body) - (let ((var (gensym))) + (let ((var (cl-gensym))) (list 'cl-loop 'for var 'on list 'do (cl-list* 'cl-symbol-macrolet (list (list x (list 'car var))) @@ -1516,8 +1518,8 @@ @noindent Common Lisp @dfn{blocks} provide a non-local exit mechanism very -similar to @code{catch} and @code{throw}, but lexically rather than -dynamically scoped. This package actually implements @code{cl-block} +similar to @code{catch} and @code{throw}, with lexical scoping. +This package actually implements @code{cl-block} in terms of @code{catch}; however, the lexical scoping allows the optimizing byte-compiler to omit the costly @code{catch} step if the body of the block does not actually @code{cl-return-from} the block. @@ -1532,11 +1534,12 @@ The @code{cl-block}/@code{cl-return-from} mechanism is quite similar to the @code{catch}/@code{throw} mechanism. The main differences are that block @var{name}s are unevaluated symbols, rather than forms -(such as quoted symbols) which evaluate to a tag at run-time; and -also that blocks are lexically scoped whereas @code{catch}/@code{throw} -are dynamically scoped. This means that functions called from the -body of a @code{catch} can also @code{throw} to the @code{catch}, -but the @code{cl-return-from} referring to a block name must appear +(such as quoted symbols) that evaluate to a tag at run-time; and +also that blocks are always lexically scoped. +In a dynamically scoped @code{catch}, functions called from the +@code{catch} body can also @code{throw} to the @code{catch}. This +is not an option for @code{cl-block}, where +the @code{cl-return-from} referring to a block name must appear physically within the @var{forms} that make up the body of the block. They may not appear within other called functions, although they may appear within macro expansions or @code{lambda}s in the body. Block @@ -1546,20 +1549,20 @@ the function or expander bodies with implicit blocks with the same name as the function or macro. This does not occur in Emacs Lisp, but this package provides @code{cl-defun} and @code{cl-defmacro} -forms which do create the implicit block. +forms, which do create the implicit block. The Common Lisp looping constructs defined by this package, such as @code{cl-loop} and @code{cl-dolist}, also create implicit blocks just as in Common Lisp. -Because they are implemented in terms of Emacs Lisp @code{catch} +Because they are implemented in terms of Emacs Lisp's @code{catch} and @code{throw}, blocks have the same overhead as actual @code{catch} constructs (roughly two function calls). However, the optimizing byte compiler will optimize away the @code{catch} if the block does not in fact contain any @code{cl-return} or @code{cl-return-from} calls that jump to it. This means that @code{cl-do} loops and @code{cl-defun} -functions which don't use @code{cl-return} don't pay the overhead to +functions that don't use @code{cl-return} don't pay the overhead to support it. @end defmac @@ -1581,8 +1584,8 @@ @noindent The macros described here provide more sophisticated, high-level -looping constructs to complement Emacs Lisp's basic @code{while} -loop. +looping constructs to complement Emacs Lisp's basic loop forms +(@pxref{Iteration,,,elisp,GNU Emacs Lisp Reference Manual}). @defmac cl-loop forms@dots{} This package supports both the simple, old-style meaning of @@ -1646,7 +1649,7 @@ in place of @samp{(@var{var})}, again following the analogy with @code{let}. -This example (from Steele) illustrates a loop which applies the +This example (from Steele) illustrates a loop that applies the function @code{f} to successive pairs of values from the lists @code{foo} and @code{bar}; it is equivalent to the call @code{(cl-mapcar 'f foo bar)}. Note that this loop has no body @@ -1683,23 +1686,19 @@ @end defmac @defmac cl-dolist (var list [result]) forms@dots{} -This is a more specialized loop which iterates across the elements -of a list. @var{list} should evaluate to a list; the body @var{forms} -are executed with @var{var} bound to each element of the list in -turn. Finally, the @var{result} form (or @code{nil}) is evaluated -with @var{var} bound to @code{nil} to produce the result returned by -the loop. Unlike with Emacs's built in @code{dolist}, the loop is -surrounded by an implicit @code{nil} block. +This is exactly like the standard Emacs Lisp macro @code{dolist}, +but surrounds the loop with an implicit @code{nil} block. @end defmac @defmac cl-dotimes (var count [result]) forms@dots{} -This is a more specialized loop which iterates a specified number -of times. The body is executed with @var{var} bound to the integers +This is exactly like the standard Emacs Lisp macro @code{dotimes}, +but surrounds the loop with an implicit @code{nil} block. +The body is executed with @var{var} bound to the integers from zero (inclusive) to @var{count} (exclusive), in turn. Then +@c FIXME lispref does not state this part explicitly, could move this there. the @code{result} form is evaluated with @var{var} bound to the total number of iterations that were done (i.e., @code{(max 0 @var{count})}) -to get the return value for the loop form. Unlike with Emacs's built in -@code{dolist}, the loop is surrounded by an implicit @code{nil} block. +to get the return value for the loop form. @end defmac @defmac cl-do-symbols (var [obarray [result]]) forms@dots{} @@ -1798,8 +1797,8 @@ The following sections give some examples of the Loop Macro in action, and describe the particular loop clauses in great detail. -Consult the second edition of Steele's @dfn{Common Lisp, the Language}, -for additional discussion and examples of the @code{loop} macro. +Consult the second edition of Steele for additional discussion +and examples of the @code{loop} macro. @node Loop Examples @subsection Loop Examples ------------------------------------------------------------ revno: 110760 fixes bug: http://debbugs.gnu.org/12771 author: Stephen Berman committer: Chong Yidong branch nick: trunk timestamp: Thu 2012-11-01 10:25:08 +0800 message: Fix for gomoku-display-statistics. * play/gomoku.el (gomoku-display-statistics): Update mode line only if in Gomoku buffer; don't capitalize "won". diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-10-31 10:02:51 +0000 +++ lisp/ChangeLog 2012-11-01 02:25:08 +0000 @@ -1,3 +1,8 @@ +2012-11-01 Stephen Berman + + * play/gomoku.el (gomoku-display-statistics): Update mode line + only if in Gomoku buffer; don't capitalize "won" (Bug#12771). + 2012-10-31 Martin Rudalics * window.el (quit-restore-window): If the window has been === modified file 'lisp/play/gomoku.el' --- lisp/play/gomoku.el 2012-09-01 01:04:26 +0000 +++ lisp/play/gomoku.el 2012-11-01 02:25:08 +0000 @@ -1054,16 +1054,18 @@ (defun gomoku-display-statistics () "Obnoxiously display some statistics about previous games in mode line." - ;; We store this string in the mode-line-process local variable. - ;; This is certainly not the cleanest way out ... - (setq mode-line-process - (format ": Won %d, lost %d%s" - gomoku-number-of-human-wins - gomoku-number-of-emacs-wins - (if (zerop gomoku-number-of-draws) - "" - (format ", drew %d" gomoku-number-of-draws)))) - (force-mode-line-update)) + ;; Update mode line only if Gomoku buffer is current (Bug#12771). + (when (string-equal (buffer-name) gomoku-buffer-name) + ;; We store this string in the mode-line-process local variable. + ;; This is certainly not the cleanest way out ... + (setq mode-line-process + (format ": won %d, lost %d%s" + gomoku-number-of-human-wins + gomoku-number-of-emacs-wins + (if (zerop gomoku-number-of-draws) + "" + (format ", drew %d" gomoku-number-of-draws)))) + (force-mode-line-update))) (defun gomoku-switch-to-window () "Find or create the Gomoku buffer, and display it." ------------------------------------------------------------ revno: 110759 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 21:44:50 -0400 message: * doc/misc/cl.texi: General copyedits for style, line-breaks, etc. Replace "..." by @dots; car by @sc{car}, etc. diff: === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2012-10-31 21:04:28 +0000 +++ doc/misc/ChangeLog 2012-11-01 01:44:50 +0000 @@ -1,3 +1,7 @@ +2012-11-01 Glenn Morris + + * cl.texi: General copyedits for style, line-breaks, etc. + 2012-10-31 Glenn Morris * ert.texi (Introduction, The @code{should} Macro): === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-10-31 21:04:28 +0000 +++ doc/misc/cl.texi 2012-11-01 01:44:50 +0000 @@ -54,27 +54,29 @@ @end ifnottex @menu -* Overview:: Basics, usage, etc. -* Program Structure:: Arglists, @code{cl-eval-when}, @code{defalias}. -* Predicates:: @code{cl-typep} and @code{cl-equalp}. -* Control Structure:: @code{cl-do}, @code{cl-loop}, etc. -* Macros:: Destructuring, @code{cl-define-compiler-macro}. +* Overview:: Basics, usage, organization, naming conventions. +* Program Structure:: Arglists, @code{cl-eval-when}. +* Predicates:: Type predicates and equality predicates. +* Control Structure:: Assignment, conditionals, blocks, looping. +* Macros:: Destructuring, compiler macros. * Declarations:: @code{cl-proclaim}, @code{cl-declare}, etc. -* Symbols:: Property lists, @code{cl-gensym}. +* Symbols:: Property lists, creating symbols. * Numbers:: Predicates, functions, random numbers. * Sequences:: Mapping, functions, searching, sorting. -* Lists:: @code{cl-caddr}, @code{cl-sublis}, @code{cl-member}, @code{cl-assoc}, etc. +* Lists:: Functions, substitution, sets, associations. * Structures:: @code{cl-defstruct}. -* Assertions:: @code{cl-check-type}, @code{cl-assert}. - -* Efficiency Concerns:: Hints and techniques. -* Common Lisp Compatibility:: All known differences with Steele. -* Porting Common Lisp:: Hints for porting Common Lisp code. -* Obsolete Features:: Obsolete features. - +* Assertions:: Assertions and type checking. + +Appendices +* Efficiency Concerns:: Hints and techniques. +* Common Lisp Compatibility:: All known differences with Steele. +* Porting Common Lisp:: Hints for porting Common Lisp code. +* Obsolete Features:: Obsolete features. * GNU Free Documentation License:: The license for this documentation. -* Function Index:: -* Variable Index:: + +Indexes +* Function Index:: An entry for each documented function. +* Variable Index:: An entry for each documented variable. @end menu @node Overview @@ -93,9 +95,9 @@ they write have grown more ambitious, it has become clear that Emacs Lisp could benefit from many of the conveniences of Common Lisp. -The @code{CL} package adds a number of Common Lisp functions and +The @dfn{CL} package adds a number of Common Lisp functions and control structures to Emacs Lisp. While not a 100% complete -implementation of Common Lisp, @code{CL} adds enough functionality +implementation of Common Lisp, it adds enough functionality to make Emacs Lisp programming significantly more convenient. Some Common Lisp features have been omitted from this package @@ -111,8 +113,7 @@ Other features cannot be implemented without modification to the Emacs Lisp interpreter itself, such as multiple return values, case-insensitive symbols, and complex numbers. -The @code{CL} package generally makes no attempt to emulate these -features. +This package generally makes no attempt to emulate these features. @end itemize @@ -124,18 +125,18 @@ file @file{cl-lib.el} and rationalized the namespace for Emacs 24.3. @menu -* Usage:: How to use the CL package. +* Usage:: How to use this package. * Organization:: The package's component files. -* Naming Conventions:: Notes on CL function names. +* Naming Conventions:: Notes on function names. @end menu @node Usage @section Usage @noindent -The @code{CL} package is distributed with Emacs, so there is no need +This package is distributed with Emacs, so there is no need to install any additional files in order to start using it. Lisp code -that uses features from the @code{CL} package should simply include at +that uses features from this package should simply include at the beginning: @example @@ -144,7 +145,7 @@ @noindent You may wish to add such a statement to your init file, if you -make frequent use of CL features. +make frequent use of features from this package. @node Organization @section Organization @@ -183,17 +184,17 @@ needed. There is another file, @file{cl.el}, which was the main entry point to -the CL package prior to Emacs 24.3. Nowadays, it is replaced by +this package prior to Emacs 24.3. Nowadays, it is replaced by @file{cl-lib.el}. The two provide the same features (in most cases), but use different function names (in fact, @file{cl.el} mainly just defines aliases to the @file{cl-lib.el} definitions). Where @file{cl-lib.el} defines a function called, for example, @code{cl-incf}, @file{cl.el} uses the same name but without the -@samp{cl-} prefix, e.g. @code{incf} in this example. There are a few +@samp{cl-} prefix, e.g.@: @code{incf} in this example. There are a few exceptions to this. First, functions such as @code{cl-defun} where the unprefixed version was already used for a standard Emacs Lisp function. In such cases, the @file{cl.el} version adds a @samp{*} -suffix, e.g. @code{defun*}. Second, there are some obsolete features +suffix, e.g.@: @code{defun*}. Second, there are some obsolete features that are only implemented in @file{cl.el}, not in @file{cl-lib.el}, because they are replaced by other standard Emacs Lisp features. Finally, in a very few cases the old @file{cl.el} versions do not @@ -210,7 +211,7 @@ should use @code{cl-lib} rather than @code{cl}. There is one more file, @file{cl-compat.el}, which defines some -routines from the older Quiroz CL package that are not otherwise +routines from the older Quiroz @file{cl.el} package that are not otherwise present in the new package. This file is obsolete and should not be used in new code. @@ -224,42 +225,44 @@ Internal function and variable names in the package are prefixed by @code{cl--}. Here is a complete list of functions prefixed by -@code{cl-} that were not taken from Common Lisp: +@code{cl-} that were @emph{not} taken from Common Lisp: @example -cl-callf cl-callf2 cl-defsubst -cl-floatp-safe cl-letf cl-letf* +cl-callf cl-callf2 cl-defsubst +cl-floatp-safe cl-letf cl-letf* @end example +@c This is not uninteresting I suppose, but is of zero practical relevance +@c to the user, and seems like a hostage to changing implementation details. The following simple functions and macros are defined in @file{cl-lib.el}; they do not cause other components like @file{cl-extra} to be loaded. @example -cl-floatp-safe cl-endp -cl-evenp cl-oddp cl-plusp cl-minusp -cl-caaar .. cl-cddddr -cl-list* cl-ldiff cl-rest cl-first .. cl-tenth -cl-copy-list cl-subst cl-mapcar [2] -cl-adjoin [3] cl-acons cl-pairlis -cl-pushnew [3,4] cl-incf [4] cl-decf [4] -cl-proclaim cl-declaim +cl-evenp cl-oddp cl-minusp +cl-plusp cl-floatp-safe cl-endp +cl-copy-list cl-list* cl-ldiff +cl-rest cl-decf [1] cl-incf [1] +cl-acons cl-adjoin [2] cl-pairlis +cl-pushnew [1,2] cl-declaim cl-proclaim +cl-caaar@dots{}cl-cddddr cl-first@dots{}cl-tenth +cl-subst cl-mapcar [3] @end example @noindent -[2] Only for one sequence argument or two list arguments. +[1] Only when @var{place} is a plain variable name. @noindent -[3] Only if @code{:test} is @code{eq}, @code{equal}, or unspecified, +[2] Only if @code{:test} is @code{eq}, @code{equal}, or unspecified, and @code{:key} is not used. @noindent -[4] Only when @var{place} is a plain variable name. +[3] Only for one sequence argument or two list arguments. @node Program Structure @chapter Program Structure @noindent -This section describes features of the @code{CL} package that have to +This section describes features of this package that have to do with programs as a whole: advanced argument lists for functions, and the @code{cl-eval-when} construct. @@ -283,14 +286,14 @@ Instead, this package defines alternates for several Lisp forms which you must use if you need Common Lisp argument lists. -@defmac cl-defun name arglist body... +@defmac cl-defun name arglist body@dots{} This form is identical to the regular @code{defun} form, except that @var{arglist} is allowed to be a full Common Lisp argument list. Also, the function body is enclosed in an implicit block called @var{name}; @pxref{Blocks and Exits}. @end defmac -@defmac cl-defsubst name arglist body... +@defmac cl-defsubst name arglist body@dots{} This is just like @code{cl-defun}, except that the function that is defined is automatically proclaimed @code{inline}, i.e., calls to it may be expanded into in-line code by the byte compiler. @@ -302,7 +305,7 @@ etc., to be done at compile-time whenever possible. @end defmac -@defmac cl-defmacro name arglist body... +@defmac cl-defmacro name arglist body@dots{} This is identical to the regular @code{defmacro} form, except that @var{arglist} is allowed to be a full Common Lisp argument list. The @code{&environment} keyword is supported as @@ -324,7 +327,7 @@ full Common Lisp argument lists. Note that it is @emph{not} necessary to use @code{cl-defun} in -order to have access to most @code{CL} features in your function. +order to have access to most CL features in your function. These features are always present; @code{cl-defun}'s only difference from @code{defun} is its more flexible argument lists and its implicit block. @@ -332,11 +335,11 @@ The full form of a Common Lisp argument list is @example -(@var{var}... - &optional (@var{var} @var{initform} @var{svar})... +(@var{var}@dots{} + &optional (@var{var} @var{initform} @var{svar})@dots{} &rest @var{var} - &key ((@var{keyword} @var{var}) @var{initform} @var{svar})... - &aux (@var{var} @var{initform})...) + &key ((@var{keyword} @var{var}) @var{initform} @var{svar})@dots{} + &aux (@var{var} @var{initform})@dots{}) @end example Each of the five argument list sections is optional. The @var{svar}, @@ -426,11 +429,11 @@ the ``rest'' argument is bound to the keyword list as it appears in the call. For example: -@smallexample +@example (cl-defun find-thing (thing &rest rest &key need &allow-other-keys) (or (apply 'cl-member thing thing-list :allow-other-keys t rest) (if need (error "Thing not found")))) -@end smallexample +@end example @noindent This function takes a @code{:need} keyword argument, but also @@ -467,7 +470,7 @@ @example (cl-defmacro dolist ((var listform &optional resultform) &rest body) - ...) + @dots{}) @end example This says that the first argument of @code{dolist} must be a list @@ -506,7 +509,7 @@ at compile-time so that later parts of the file can refer to the macros that are defined. -@defmac cl-eval-when (situations...) forms... +@defmac cl-eval-when (situations@dots{}) forms@dots{} This form controls when the body @var{forms} are evaluated. The @var{situations} list may contain any set of the symbols @code{compile}, @code{load}, and @code{eval} (or their long-winded @@ -588,7 +591,7 @@ equivalent to @samp{(cl-eval-when (compile load eval) @dots{})} and so is not itself defined by this package. -@defmac eval-when-compile forms... +@defmac eval-when-compile forms@dots{} The @var{forms} are evaluated at compile-time; at execution time, this form acts like a quoted constant of the resulting value. Used at top-level, @code{eval-when-compile} is just like @samp{eval-when @@ -636,7 +639,7 @@ (insert "This function was executed on: " (current-time-string) ", compiled on: " - '"Wed Jun 23 18:33:43 1993" + '"Wed Oct 31 16:32:28 2012" ", and loaded on: " --temp--)) @end example @@ -748,13 +751,13 @@ error. @end defun -@defmac cl-deftype name arglist forms... +@defmac cl-deftype name arglist forms@dots{} This macro defines a new type called @var{name}. It is similar to @code{defmacro} in many ways; when @var{name} is encountered as a type name, the body @var{forms} are evaluated and should return a type specifier that is equivalent to the type. The @var{arglist} is a Common Lisp argument list of the sort accepted -by @code{cl-defmacro}. The type specifier @samp{(@var{name} @var{args}...)} +by @code{cl-defmacro}. The type specifier @samp{(@var{name} @var{args}@dots{})} is expanded by calling the expander with those arguments; the type symbol @samp{@var{name}} is expanded by calling the expander with no arguments. The @var{arglist} is processed the same as for @@ -873,7 +876,7 @@ A @dfn{generalized variable} or @dfn{place form} is one of the many places in Lisp memory where values can be stored. The simplest place -form is a regular Lisp variable. But the cars and cdrs of lists, +form is a regular Lisp variable. But the @sc{car}s and @sc{cdr}s of lists, elements of arrays, properties of symbols, and many other locations are also places where Lisp values are stored. For basic information, @pxref{Generalized Variables,,,elisp,GNU Emacs Lisp Reference Manual}. @@ -888,17 +891,17 @@ @node Setf Extensions @subsection Setf Extensions -Several standard (e.g. @code{car}) and Emacs-specific -(e.g. @code{window-point}) Lisp functions are @code{setf}-able by default. +Several standard (e.g.@: @code{car}) and Emacs-specific +(e.g.@: @code{window-point}) Lisp functions are @code{setf}-able by default. This package defines @code{setf} handlers for several additional functions: @itemize @item -Functions from @code{CL} itself: -@smallexample -cl-caaar .. cl-cddddr cl-first .. cl-tenth -cl-rest cl-get cl-getf cl-subseq -@end smallexample +Functions from this package: +@example +cl-rest cl-subseq cl-get cl-getf +cl-caaar@dots{}cl-cddddr cl-first@dots{}cl-tenth +@end example @noindent Note that for @code{cl-getf} (as for @code{nthcdr}), the list argument @@ -906,7 +909,7 @@ @item General Emacs Lisp functions: -@smallexample +@example buffer-file-name getenv buffer-modified-p global-key-binding buffer-name local-key-binding @@ -932,7 +935,7 @@ frame-visible-p x-get-secondary-selection frame-width x-get-selection get-register -@end smallexample +@end example Most of these have directly corresponding ``set'' functions, like @code{use-local-map} for @code{current-local-map}, or @code{goto-char} @@ -1146,7 +1149,7 @@ @example (cl-letf (((point) (point-min)) (a 17)) - ...) + @dots{}) @end example @noindent @@ -1486,7 +1489,7 @@ @defmac cl-typecase keyform clause@dots{} This macro is a version of @code{cl-case} that checks for types rather than values. Each @var{clause} is of the form -@samp{(@var{type} @var{body}...)}. @xref{Type Predicates}, +@samp{(@var{type} @var{body}@dots{})}. @xref{Type Predicates}, for a description of type specifiers. For example, @example @@ -1499,7 +1502,7 @@ The type specifier @code{t} matches any type of object; the word @code{otherwise} is also allowed. To make one clause match any of -several types, use an @code{(or ...)} type specifier. +several types, use an @code{(or @dots{})} type specifier. @end defmac @defmac cl-etypecase keyform clause@dots{} @@ -1582,7 +1585,7 @@ loop. @defmac cl-loop forms@dots{} -The @code{CL} package supports both the simple, old-style meaning of +This package supports both the simple, old-style meaning of @code{loop} and the extremely powerful and flexible feature known as the @dfn{Loop Facility} or @dfn{Loop Macro}. This more advanced facility is discussed in the following section; @pxref{Loop Facility}. @@ -2004,7 +2007,7 @@ the successive indices (starting at 0) of the elements. This clause type is taken from older versions of the @code{loop} macro, -and is not present in modern Common Lisp. The @samp{using (sequence ...)} +and is not present in modern Common Lisp. The @samp{using (sequence @dots{})} term of the older macros is not supported. @item for @var{var} being the elements of-ref @var{sequence} @@ -2036,7 +2039,7 @@ more than one @code{for} clause iterating over symbols, hash tables, keymaps, overlays, or intervals in a given @code{cl-loop}. Fortunately, it would rarely if ever be useful to do so. It @emph{is} valid to mix -one of these types of clauses with other clauses like @code{for ... to} +one of these types of clauses with other clauses like @code{for @dots{} to} or @code{while}. @item for @var{var} being the hash-keys of @var{hash-table} @@ -2073,7 +2076,7 @@ and its nested keymaps, where @var{var} takes on values which are vectors. The strings or vectors are reused for each iteration, so you must copy them if you wish to keep -them permanently. You can add a @samp{using (key-bindings ...)} +them permanently. You can add a @samp{using (key-bindings @dots{})} clause to get the command bindings as well. @item for @var{var} being the overlays [of @var{buffer}] @dots{} @@ -2120,8 +2123,8 @@ these two loops are effectively the same: @example -(cl-loop for x on my-list by 'cddr do ...) -(cl-loop for x = my-list then (cddr x) while x do ...) +(cl-loop for x on my-list by 'cddr do @dots{}) +(cl-loop for x = my-list then (cddr x) while x do @dots{}) @end example Note that this type of @code{for} clause does not imply any sort @@ -2200,8 +2203,8 @@ internal temporary variable. The loops @example -(cl-loop repeat (1+ n) do ...) -(cl-loop for temp to n do ...) +(cl-loop repeat (1+ n) do @dots{}) +(cl-loop for temp to n do @dots{}) @end example @noindent @@ -2327,9 +2330,9 @@ loops are basically equivalent: @example -(cl-loop with x = 17 do ...) -(let ((x 17)) (cl-loop do ...)) -(cl-loop for x = 17 then x do ...) +(cl-loop with x = 17 do @dots{}) +(let ((x 17)) (cl-loop do @dots{})) +(cl-loop for x = 17 then x do @dots{}) @end example Naturally, the variable @var{var} might be used for some purpose @@ -2408,7 +2411,7 @@ block surrounding the loop. The @var{name} is the symbol to be used as the block name. -@item initially [do] @var{forms}... +@item initially [do] @var{forms}@dots{} This keyword introduces one or more Lisp forms which will be executed before the loop itself begins (but after any variables requested by @code{for} or @code{with} have been bound to their @@ -2416,7 +2419,7 @@ if there are several, they are executed in the order they appear in the loop. The keyword @code{do} is optional. -@item finally [do] @var{forms}... +@item finally [do] @var{forms}@dots{} This introduces Lisp forms which will be executed after the loop finishes (say, on request of a @code{for} or @code{while}). @code{initially} and @code{finally} clauses may appear anywhere @@ -2431,7 +2434,7 @@ or @code{into} will still contain their final values when @var{form} is executed. -@item do @var{forms}... +@item do @var{forms}@dots{} The word @code{do} may be followed by any number of Lisp expressions which are executed as an implicit @code{progn} in the body of the loop. Many of the examples in this section illustrate the use of @@ -2608,7 +2611,7 @@ This macro is like @code{cl-proclaim}, except that it takes any number of @var{decl-spec} arguments, and the arguments are unevaluated and unquoted. The @code{cl-declaim} macro also puts an @code{(cl-eval-when -(compile load eval) ...)} around the declarations so that they will +(compile load eval) @dots{})} around the declarations so that they will be registered at compile-time as well as at run-time. (This is vital, since normally the declarations are meant to influence the way the compiler treats the rest of the file that contains the @code{cl-declaim} @@ -2691,7 +2694,7 @@ (cl-declaim (inline foo bar)) (cl-eval-when (compile load eval) (cl-proclaim '(inline foo bar))) -(defsubst foo (...) ...) ; instead of defun +(defsubst foo (@dots{}) @dots{}) ; instead of defun @end example @strong{Please note:} this declaration remains in effect after the @@ -2826,7 +2829,7 @@ pair onto the list if the property is not yet present. @example -(put sym prop val) @equiv{} (setf (cl-getf (symbol-plist sym) prop) val) +(put sym prop val) @equiv{} (setf (cl-getf (symbol-plist sym) prop) val) @end example The @code{get} and @code{cl-get} functions are also @code{setf}-able. @@ -3180,9 +3183,9 @@ @menu * Sequence Basics:: Arguments shared by all sequence functions. -* Mapping over Sequences:: @code{cl-mapcar}, @code{cl-mapcan}, @code{cl-map}, @code{cl-every}, etc. +* Mapping over Sequences:: @code{cl-mapcar}, @code{cl-map}, @code{cl-maplist}, etc. * Sequence Functions:: @code{cl-subseq}, @code{cl-remove}, @code{cl-substitute}, etc. -* Searching Sequences:: @code{cl-find}, @code{cl-position}, @code{cl-count}, @code{cl-search}, etc. +* Searching Sequences:: @code{cl-find}, @code{cl-count}, @code{cl-search}, etc. * Sorting Sequences:: @code{cl-sort}, @code{cl-stable-sort}, @code{cl-merge}. @end menu @@ -3198,7 +3201,7 @@ function of one argument. This key function is used as a filter through which the elements of the sequence are seen; for example, @code{(cl-find x y :key 'car)} is similar to @code{(cl-assoc x y)}: -It searches for an element of the list whose @code{car} equals +It searches for an element of the list whose @sc{car} equals @code{x}, rather than for an element which equals @code{x} itself. If @code{:key} is omitted or @code{nil}, the filter is effectively the identity function. @@ -3300,11 +3303,11 @@ @defun cl-maplist function list &rest more-lists This function calls @var{function} on each of its argument lists, -then on the @code{cdr}s of those lists, and so on, until the +then on the @sc{cdr}s of those lists, and so on, until the shortest list runs out. The results are returned in the form of a list. Thus, @code{cl-maplist} is like @code{cl-mapcar} except that it passes in the list pointers themselves rather than the -@code{car}s of the advancing pointers. +@sc{car}s of the advancing pointers. @end defun @defun cl-mapc function seq &rest more-seqs @@ -3630,7 +3633,7 @@ implementation. The @code{cl-sort} function is destructive; it sorts lists by actually -rearranging the @code{cdr} pointers in suitable fashion. +rearranging the @sc{cdr} pointers in suitable fashion. @end defun @defun cl-stable-sort seq predicate @t{&key :key} @@ -3670,7 +3673,7 @@ * List Functions:: @code{cl-caddr}, @code{cl-first}, @code{cl-list*}, etc. * Substitution of Expressions:: @code{cl-subst}, @code{cl-sublis}, etc. * Lists as Sets:: @code{cl-member}, @code{cl-adjoin}, @code{cl-union}, etc. -* Association Lists:: @code{cl-assoc}, @code{cl-rassoc}, @code{cl-acons}, @code{cl-pairlis}. +* Association Lists:: @code{cl-assoc}, @code{cl-acons}, @code{cl-pairlis}, etc. @end menu @node List Functions @@ -3708,14 +3711,14 @@ @defun cl-list-length x This function returns the length of list @var{x}, exactly like @code{(length @var{x})}, except that if @var{x} is a circular -list (where the cdr-chain forms a loop rather than terminating +list (where the @sc{cdr}-chain forms a loop rather than terminating with @code{nil}), this function returns @code{nil}. (The regular @code{length} function would get stuck if given a circular list.) @end defun @defun cl-list* arg &rest others This function constructs a list of its arguments. The final -argument becomes the @code{cdr} of the last cell constructed. +argument becomes the @sc{cdr} of the last cell constructed. Thus, @code{(cl-list* @var{a} @var{b} @var{c})} is equivalent to @code{(cons @var{a} (cons @var{b} @var{c}))}, and @code{(cl-list* @var{a} @var{b} nil)} is equivalent to @@ -3742,8 +3745,8 @@ This function returns a copy of the tree of cons cells @var{x}. @c FIXME? cl-copy-list is not an alias of copy-sequence. Unlike @code{copy-sequence} (and its alias @code{cl-copy-list}), -which copies only along the @code{cdr} direction, this function -copies (recursively) along both the @code{car} and the @code{cdr} +which copies only along the @sc{cdr} direction, this function +copies (recursively) along both the @sc{car} and the @sc{cdr} directions. If @var{x} is not a cons cell, the function simply returns @var{x} unchanged. If the optional @var{vecp} argument is true, this function copies vectors (recursively) as well as @@ -3752,7 +3755,7 @@ @defun cl-tree-equal x y @t{&key :test :test-not :key} This function compares two trees of cons cells. If @var{x} and -@var{y} are both cons cells, their @code{car}s and @code{cdr}s are +@var{y} are both cons cells, their @sc{car}s and @sc{cdr}s are compared recursively. If neither @var{x} nor @var{y} is a cons cell, they are compared by @code{eql}, or according to the specified test. The @code{:key} function, if specified, is @@ -3773,7 +3776,7 @@ tree, which will be a copy except that it may share storage with the argument @var{tree} in parts where no substitutions occurred. The original @var{tree} is not modified. This function recurses -on, and compares against @var{old}, both @code{car}s and @code{cdr}s +on, and compares against @var{old}, both @sc{car}s and @sc{cdr}s of the component cons cells. If @var{old} is itself a cons cell, then matching cells in the tree are substituted as usual without recursively substituting in that cell. Comparisons with @var{old} @@ -3799,9 +3802,9 @@ This function is like @code{cl-subst}, except that it takes an association list @var{alist} of @var{old}-@var{new} pairs. Each element of the tree (after applying the @code{:key} -function, if any), is compared with the @code{car}s of +function, if any), is compared with the @sc{car}s of @var{alist}; if it matches, it is replaced by the corresponding -@code{cdr}. +@sc{cdr}. @end defun @defun cl-nsublis alist tree @t{&key :test :test-not :key} @@ -3817,7 +3820,7 @@ @defun cl-member item list @t{&key :test :test-not :key} This function searches @var{list} for an element matching @var{item}. -If a match is found, it returns the cons cell whose @code{car} was +If a match is found, it returns the cons cell whose @sc{car} was the matching element. Otherwise, it returns @code{nil}. Elements are compared by @code{eql} by default; you can use the @code{:test}, @code{:test-not}, and @code{:key} arguments to modify this behavior. @@ -3836,7 +3839,7 @@ @defun cl-tailp sublist list This function returns @code{t} if @var{sublist} is a sublist of @var{list}, i.e., if @var{sublist} is @code{eql} to @var{list} or to -any of its @code{cdr}s. +any of its @sc{cdr}s. @end defun @defun cl-adjoin item list @t{&key :test :test-not :key} @@ -3916,7 +3919,7 @@ @defun cl-assoc item a-list @t{&key :test :test-not :key} This function searches the association list @var{a-list} for an -element whose @code{car} matches (in the sense of @code{:test}, +element whose @sc{car} matches (in the sense of @code{:test}, @code{:test-not}, and @code{:key}, or by comparison with @code{eql}) a given @var{item}. It returns the matching element, if any, otherwise @code{nil}. It ignores elements of @var{a-list} which @@ -3927,7 +3930,7 @@ @end defun @defun cl-rassoc item a-list @t{&key :test :test-not :key} -This function searches for an element whose @code{cdr} matches +This function searches for an element whose @sc{cdr} matches @var{item}. If @var{a-list} represents a mapping, this applies the inverse of the mapping to @var{item}. @end defun @@ -4609,7 +4612,7 @@ @item Other syntactic features. Common Lisp provides a number of notations beginning with @code{#} that the Emacs Lisp parser -won't understand. For example, @samp{#| ... |#} is an +won't understand. For example, @samp{#| @dots{} |#} is an alternate comment notation, and @samp{#+lucid (foo)} tells the parser to ignore the @code{(foo)} except in Lucid Common Lisp. @@ -4659,7 +4662,7 @@ Lisp @code{format} in this package (under the name @code{cl-format}, of course), it was not deemed worthwhile. It would have required a huge amount of code to implement even a decent subset of -@code{cl-format}, yet the functionality it would provide over +@code{format}, yet the functionality it would provide over Emacs Lisp's @code{format} would rarely be useful. @item @@ -4725,8 +4728,8 @@ these forms: @example -(let ((total 0)) (dolist (x my-list) (cl-incf total x)) total) -(cl-loop for x in my-list sum x) +(let ((total 0)) (dolist (x my-list) (incf total x)) total) +(loop for x in my-list sum x) @end example While this would be mainly a stylistic choice in most Common Lisps, @@ -4888,7 +4891,7 @@ directly inside the @code{flet} form itself. @c Bug#411. -Note that many primitives (e.g. @code{+}) have special byte-compile +Note that many primitives (e.g.@: @code{+}) have special byte-compile handling. Attempts to redefine such functions using @code{flet} will fail if byte-compiled. @c Or cl-flet. @@ -4930,21 +4933,21 @@ described by @var{arglist}. The call @example -(@var{name} @var{place} @var{args}...) +(@var{name} @var{place} @var{args}@dots{}) @end example @noindent will be expanded to @example -(cl-callf @var{func} @var{place} @var{args}...) +(cl-callf @var{func} @var{place} @var{args}@dots{}) @end example @noindent which in turn is roughly equivalent to @example -(setf @var{place} (@var{func} @var{place} @var{args}...)) +(setf @var{place} (@var{func} @var{place} @var{args}@dots{})) @end example For example: ------------------------------------------------------------ revno: 110758 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 17:04:28 -0400 message: * doc/misc/cl.texi (Modify Macros, Function Bindings): Add some xrefs. diff: === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2012-10-31 21:02:51 +0000 +++ doc/misc/ChangeLog 2012-10-31 21:04:28 +0000 @@ -7,6 +7,7 @@ (Obsolete Lexical Binding): Rename section from "Lexical Bindings". (Obsolete Macros): Rename section from "Obsolete Lexical Macros". Reword, and add details of flet and labels. + (Modify Macros, Function Bindings): Add some xrefs. 2012-10-30 Glenn Morris === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-10-31 19:23:06 +0000 +++ doc/misc/cl.texi 2012-10-31 21:04:28 +0000 @@ -1193,6 +1193,9 @@ bound on entry, it is simply made unbound by @code{makunbound} or @code{fmakunbound} on exit. @end ignore + +Note that the @file{cl.el} version of this macro behaves slightly +differently. @xref{Obsolete Macros}. @end defmac @defmac cl-letf* (bindings@dots{}) forms@dots{} @@ -1283,11 +1286,13 @@ the old function definition, or lack thereof, is restored. You can use @code{cl-flet} to disable or modify the behavior of a -function in a temporary fashion. This will even work on Emacs -primitives, although note that some calls to primitive functions -internal to Emacs are made without going through the symbol's -function cell, and so will not be affected by @code{cl-flet}. For -example, +function in a temporary fashion. (Compare this with the idea +of advising functions. +@xref{Advising Functions,,,elisp,GNU Emacs Lisp Reference Manual}.) +This will even work on Emacs primitives, although note that some calls +to primitive functions internal to Emacs are made without going +through the symbol's function cell, and so will not be affected by +@code{cl-flet}. For example, @example (cl-flet ((message (&rest args) (push args saved-msgs))) @@ -1307,6 +1312,9 @@ argument notation supported by @code{cl-defun}; also, the function body is enclosed in an implicit block as if by @code{cl-defun}. @xref{Program Structure}. + +Note that the @file{cl.el} version of this macro behaves slightly +differently. @xref{Obsolete Macros}. @end defmac @defmac cl-labels (bindings@dots{}) forms@dots{} @@ -1327,6 +1335,9 @@ A ``reference'' to a function name is either a call to that function, or a use of its name quoted by @code{quote} or @code{function} to be passed on to, say, @code{mapcar}. + +Note that the @file{cl.el} version of this macro behaves slightly +differently. @xref{Obsolete Macros}. @end defmac @node Macro Bindings ------------------------------------------------------------ revno: 110757 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 17:02:51 -0400 message: Trivial ert.texi update for cl-lib namespace * doc/misc/ert.texi (Introduction, The @code{should} Macro): Refer to "cl-assert" rather than "assert". diff: === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2012-10-31 07:25:18 +0000 +++ doc/misc/ChangeLog 2012-10-31 21:02:51 +0000 @@ -1,5 +1,8 @@ 2012-10-31 Glenn Morris + * ert.texi (Introduction, The @code{should} Macro): + Refer to "cl-assert" rather than "assert". + * cl.texi (Function Bindings): Update for cl-flet and cl-labels. (Obsolete Lexical Binding): Rename section from "Lexical Bindings". (Obsolete Macros): Rename section from "Obsolete Lexical Macros". === modified file 'doc/misc/ert.texi' --- doc/misc/ert.texi 2012-05-02 01:22:26 +0000 +++ doc/misc/ert.texi 2012-10-31 21:02:51 +0000 @@ -130,7 +130,7 @@ will pass if the three calls to @code{equal} all return true (non-nil). -@code{should} is a macro with the same meaning as @code{assert} but +@code{should} is a macro with the same meaning as @code{cl-assert} but better error reporting. @xref{The @code{should} Macro}. Each test should have a name that describes what functionality it tests. @@ -342,7 +342,7 @@ Test bodies can include arbitrary code; but to be useful, they need to check whether the code being tested (or @emph{code under test}) does what it is supposed to do. The macro @code{should} is similar to -@code{assert} from the cl package +@code{cl-assert} from the cl package (@pxref{Assertions,,, cl, Common Lisp Extensions}), but analyzes its argument form and records information that ERT can display to help debugging. ------------------------------------------------------------ revno: 110756 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 17:00:57 -0400 message: * doc/lispref/control.texi (Catch and Throw): Add xref to cl.texi. diff: === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2012-10-31 21:00:13 +0000 +++ doc/lispref/ChangeLog 2012-10-31 21:00:57 +0000 @@ -1,5 +1,7 @@ 2012-10-31 Glenn Morris + * control.texi (Catch and Throw): Add xref to cl.texi. + * lists.texi (Sets And Lists): Point xref to better location. * errors.texi (Standard Errors): === modified file 'doc/lispref/control.texi' --- doc/lispref/control.texi 2012-09-02 04:47:28 +0000 +++ doc/lispref/control.texi 2012-10-31 21:00:57 +0000 @@ -578,7 +578,8 @@ @b{Common Lisp note:} Most other versions of Lisp, including Common Lisp, have several ways of transferring control nonsequentially: @code{return}, @code{return-from}, and @code{go}, for example. Emacs Lisp has only -@code{throw}. +@code{throw}. The @file{cl-lib} library provides versions of some of +these. @xref{Blocks and Exits,,,cl,Common Lisp Extensions}. @end quotation @defspec catch tag body@dots{} ------------------------------------------------------------ revno: 110755 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 17:00:13 -0400 message: * doc/lispref/lists.texi (Sets And Lists): Point xref to better location. diff: === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2012-10-31 20:59:04 +0000 +++ doc/lispref/ChangeLog 2012-10-31 21:00:13 +0000 @@ -1,5 +1,7 @@ 2012-10-31 Glenn Morris + * lists.texi (Sets And Lists): Point xref to better location. + * errors.texi (Standard Errors): * loading.texi (Autoload): Update for cl-lib namespace changes. === modified file 'doc/lispref/lists.texi' --- doc/lispref/lists.texi 2012-10-27 22:42:07 +0000 +++ doc/lispref/lists.texi 2012-10-31 21:00:13 +0000 @@ -1275,7 +1275,8 @@ @b{Common Lisp note:} Common Lisp has functions @code{union} (which avoids duplicate elements) and @code{intersection} for set operations. Although standard GNU Emacs Lisp does not have them, the @file{cl-lib} -library provides versions. @xref{Top,, Overview, cl, Common Lisp Extensions}. +library provides versions. +@xref{Lists as Sets,,, cl, Common Lisp Extensions}. @end quotation @defun memq object list ------------------------------------------------------------ revno: 110754 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 16:59:04 -0400 message: Small lispref update for cl-lib namespace changes * doc/lispref/errors.texi (Standard Errors): * doc/lispref/loading.texi (Autoload): Update for cl-lib namespace changes. diff: === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2012-10-31 20:56:55 +0000 +++ doc/lispref/ChangeLog 2012-10-31 20:59:04 +0000 @@ -1,5 +1,8 @@ 2012-10-31 Glenn Morris + * errors.texi (Standard Errors): + * loading.texi (Autoload): Update for cl-lib namespace changes. + * modes.texi (Defining Minor Modes): "Generalized Variables" section is now in this manual rather than cl.texi. === modified file 'doc/lispref/errors.texi' --- doc/lispref/errors.texi 2012-10-05 05:57:24 +0000 +++ doc/lispref/errors.texi 2012-10-31 20:59:04 +0000 @@ -65,7 +65,7 @@ @item cl-assertion-failed The message is @samp{Assertion failed}. This happens when the -@code{assert} macro fails a test. @xref{Assertions,,, cl, Common Lisp +@code{cl-assert} macro fails a test. @xref{Assertions,,, cl, Common Lisp Extensions}. @item coding-system-error === modified file 'doc/lispref/loading.texi' --- doc/lispref/loading.texi 2012-10-31 19:23:06 +0000 +++ doc/lispref/loading.texi 2012-10-31 20:59:04 +0000 @@ -520,9 +520,9 @@ @table @asis @item Definitions for function or function-like objects: -@code{defun} and @code{defmacro}; also @code{defun*} and -@code{defmacro*} (@pxref{Argument Lists,,,cl,CL Manual}), and -@code{define-overloadable-function} (see the commentary in +@code{defun} and @code{defmacro}; also @code{cl-defun} and +@code{cl-defmacro} (@pxref{Argument Lists,,,cl,Common Lisp Extensions}), +and @code{define-overloadable-function} (see the commentary in @file{mode-local.el}). @item Definitions for major or minor modes: ------------------------------------------------------------ revno: 110753 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 16:56:55 -0400 message: lispref xref update * doc/lispref/modes.texi (Defining Minor Modes): "Generalized Variables" section is now in this manual rather than cl.texi. diff: === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2012-10-31 20:54:19 +0000 +++ doc/lispref/ChangeLog 2012-10-31 20:56:55 +0000 @@ -1,5 +1,8 @@ 2012-10-31 Glenn Morris + * modes.texi (Defining Minor Modes): "Generalized Variables" + section is now in this manual rather than cl.texi. + * eval.texi (Special Forms): No longer special forms: defmacro, defun, save-window-excursion, with-output-to-temp-buffer. * functions.texi (Defining Functions): Defun is now a macro. === modified file 'doc/lispref/modes.texi' --- doc/lispref/modes.texi 2012-10-23 15:06:07 +0000 +++ doc/lispref/modes.texi 2012-10-31 20:56:55 +0000 @@ -1595,7 +1595,7 @@ defined, and any @var{init-value} argument is unused. @var{place} can be a different named variable (which you must define yourself), or anything that can be used with the @code{setf} function -(@pxref{Generalized Variables,,, cl, Common Lisp Extensions}). +(@pxref{Generalized Variables}). @var{place} can also be a cons @code{(@var{get} . @var{set})}, where @var{get} is an expression that returns the current state, and @var{set} is a function of one argument (a state) that sets it. ------------------------------------------------------------ revno: 110752 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 16:54:19 -0400 message: Lispref updates for some things no longer being special forms * doc/lispref/eval.texi (Special Forms): No longer special forms: defmacro, defun, save-window-excursion, with-output-to-temp-buffer. * doc/lispref/functions.texi (Defining Functions): Defun is now a macro. Defalias is a function. diff: === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2012-10-30 07:54:17 +0000 +++ doc/lispref/ChangeLog 2012-10-31 20:54:19 +0000 @@ -1,3 +1,10 @@ +2012-10-31 Glenn Morris + + * eval.texi (Special Forms): No longer special forms: defmacro, + defun, save-window-excursion, with-output-to-temp-buffer. + * functions.texi (Defining Functions): Defun is now a macro. + Defalias is a function. + 2012-10-30 Glenn Morris * variables.texi (Generalized Variables): Fix typo. === modified file 'doc/lispref/eval.texi' --- doc/lispref/eval.texi 2012-09-07 10:36:39 +0000 +++ doc/lispref/eval.texi 2012-10-31 20:54:19 +0000 @@ -450,12 +450,6 @@ @item defconst @pxref{Defining Variables} -@item defmacro -@pxref{Defining Macros} - -@item defun -@pxref{Defining Functions} - @item defvar @pxref{Defining Variables} @@ -492,9 +486,6 @@ @item save-restriction @pxref{Narrowing} -@item save-window-excursion -@pxref{Window Configurations} - @item setq @pxref{Setting Variables} @@ -509,9 +500,6 @@ @item while @pxref{Iteration} - -@item with-output-to-temp-buffer -@pxref{Temporary Displays} @end table @cindex CL note---special forms compared @@ -519,8 +507,7 @@ @b{Common Lisp note:} Here are some comparisons of special forms in GNU Emacs Lisp and Common Lisp. @code{setq}, @code{if}, and @code{catch} are special forms in both Emacs Lisp and Common Lisp. -@code{defun} is a special form in Emacs Lisp, but a macro in Common -Lisp. @code{save-excursion} is a special form in Emacs Lisp, but +@code{save-excursion} is a special form in Emacs Lisp, but doesn't exist in Common Lisp. @code{throw} is a special form in Common Lisp (because it must be able to throw multiple values), but it is a function in Emacs Lisp (which doesn't have multiple === modified file 'doc/lispref/functions.texi' --- doc/lispref/functions.texi 2012-10-23 15:06:07 +0000 +++ doc/lispref/functions.texi 2012-10-31 20:54:19 +0000 @@ -520,7 +520,7 @@ We usually give a name to a function when it is first created. This is called @dfn{defining a function}, and it is done with the -@code{defun} special form. +@code{defun} macro. @defmac defun name args [doc] [declare] [interactive] body@dots{} @code{defun} is the usual way to define new Lisp functions. It @@ -583,7 +583,7 @@ @cindex function aliases @defun defalias name definition &optional doc @anchor{Definition of defalias} -This special form defines the symbol @var{name} as a function, with +This function defines the symbol @var{name} as a function, with definition @var{definition} (which can be any valid Lisp function). Its return value is @emph{undefined}. ------------------------------------------------------------ revno: 110751 committer: Paul Eggert branch nick: trunk timestamp: Wed 2012-10-31 12:23:06 -0700 message: Spelling fixes. diff: === modified file 'doc/lispref/loading.texi' --- doc/lispref/loading.texi 2012-10-30 00:29:37 +0000 +++ doc/lispref/loading.texi 2012-10-31 19:23:06 +0000 @@ -615,7 +615,7 @@ @defun autoload-do-load autoload &optional name macro-only This function performs the loading specified by @var{autoload}, which -whould be an autoload object. The optional argument @var{name}, if +should be an autoload object. The optional argument @var{name}, if non-@code{nil}, should be a symbol whose function value is @var{autoload}; in that case, the return value of this function is the symbol's new function value. If the value of the optional argument === modified file 'doc/lispref/variables.texi' --- doc/lispref/variables.texi 2012-10-30 07:54:17 +0000 +++ doc/lispref/variables.texi 2012-10-31 19:23:06 +0000 @@ -2033,7 +2033,7 @@ @c to standard Common Lisp. @c FIXME I don't think is a particularly good way to do it, -@c but these macros are introduced before gvs are. +@c but these macros are introduced before generalized variables are. The macros @code{push} (@pxref{List Variables}) and @code{pop} (@pxref{List Elements}) can manipulate generalized variables, not just lists. @code{(pop @var{place})} removes and returns the first === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-10-31 07:25:18 +0000 +++ doc/misc/cl.texi 2012-10-31 19:23:06 +0000 @@ -991,7 +991,7 @@ @c FIXME should this be in lispref? It seems self-evident. @c Contrast with the cl-incf example later on. -@c Here it really only serves as a constrast to wrong-order. +@c Here it really only serves as a contrast to wrong-order. The @code{setf} macro takes care to evaluate all subforms in the proper left-to-right order; for example, @@ -5129,4 +5129,3 @@ @printindex vr @bye - === modified file 'src/w32proc.c' --- src/w32proc.c 2012-10-28 17:42:52 +0000 +++ src/w32proc.c 2012-10-31 19:23:06 +0000 @@ -519,7 +519,7 @@ void init_timers (void) { - /* GetThreadTimes is not avaiulable on all versions of Windows, so + /* GetThreadTimes is not available on all versions of Windows, so need to probe for its availability dynamically, and call it through a pointer. */ s_pfn_Get_Thread_Times = NULL; /* in case dumped Emacs comes with a value */ === modified file 'src/xterm.c' --- src/xterm.c 2012-10-21 14:53:28 +0000 +++ src/xterm.c 2012-10-31 19:23:06 +0000 @@ -3448,7 +3448,7 @@ /* Don't stop displaying the initial startup message for a switch-frame event we don't need. */ - /* When run as a deamon, Vterminal_frame is always NIL. */ + /* When run as a daemon, Vterminal_frame is always NIL. */ if ((NILP (Vterminal_frame) || EQ (Fdaemonp(), Qt)) && CONSP (Vframe_list) && !NILP (XCDR (Vframe_list))) ------------------------------------------------------------ revno: 110750 fixes bug: http://debbugs.gnu.org/12697 committer: Paul Eggert branch nick: trunk timestamp: Wed 2012-10-31 10:27:29 -0700 message: Fix crash when using Emacs as commit editor for git. * callproc.c (setpgrp): Remove macro, as we now use setpgid and it is configured in conf_post.h. (Fcall_process): Don't invoke both setsid and setpgid; the former is enough, if it exists. * callproc.c (Fcall_process, child_setup): * process.c (create_process): Use setpgid. * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes for the real thing. * dispnew.c (init_display): Initialize the foreground group if we are running a tty display. * emacs.c (main): Do not worry about setpgrp; init_display does it now. * lisp.h (init_foreground_group): New decl. * sysdep.c (inherited_pgroup): New static var. (init_foreground_group, tcsetpgrp_without_stopping) (narrow_foreground_group, widen_foreground_group): New functions. (init_sys_modes): Narrow foreground group. (reset_sys_modes): Widen foreground group. diff: === modified file 'src/ChangeLog' --- src/ChangeLog 2012-10-31 11:45:40 +0000 +++ src/ChangeLog 2012-10-31 17:27:29 +0000 @@ -1,3 +1,24 @@ +2012-10-31 Paul Eggert + + Fix crash when using Emacs as commit editor for git (Bug#12697). + * callproc.c (setpgrp): Remove macro, as we now use setpgid + and it is configured in conf_post.h. + (Fcall_process): Don't invoke both setsid and setpgid; the former + is enough, if it exists. + * callproc.c (Fcall_process, child_setup): + * process.c (create_process): Use setpgid. + * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes + for the real thing. + * dispnew.c (init_display): Initialize the foreground group + if we are running a tty display. + * emacs.c (main): Do not worry about setpgrp; init_display does it now. + * lisp.h (init_foreground_group): New decl. + * sysdep.c (inherited_pgroup): New static var. + (init_foreground_group, tcsetpgrp_without_stopping) + (narrow_foreground_group, widen_foreground_group): New functions. + (init_sys_modes): Narrow foreground group. + (reset_sys_modes): Widen foreground group. + 2012-10-31 Michael Albinus * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE. === modified file 'src/callproc.c' --- src/callproc.c 2012-10-19 19:25:18 +0000 +++ src/callproc.c 2012-10-31 17:27:29 +0000 @@ -64,13 +64,6 @@ #include "nsterm.h" #endif -#ifdef HAVE_SETPGID -#if !defined (USG) -#undef setpgrp -#define setpgrp setpgid -#endif -#endif - /* Pattern used by call-process-region to make temp files. */ static Lisp_Object Vtemp_file_name_pattern; @@ -618,14 +611,12 @@ { if (fd[0] >= 0) emacs_close (fd[0]); + #ifdef HAVE_SETSID setsid (); +#else + setpgid (0, 0); #endif -#if defined (USG) - setpgrp (); -#else - setpgrp (pid, pid); -#endif /* USG */ /* Emacs ignores SIGPIPE, but the child should not. */ signal (SIGPIPE, SIG_DFL); @@ -1295,13 +1286,9 @@ if (err != in && err != out) emacs_close (err); -#if defined (USG) -#ifndef SETPGRP_RELEASES_CTTY - setpgrp (); /* No arguments but equivalent in this case */ +#if defined HAVE_SETPGID || ! (defined USG && defined SETPGRP_RELEASES_CTTY) + setpgid (pid, pid); #endif -#else /* not USG */ - setpgrp (pid, pid); -#endif /* not USG */ /* setpgrp_of_tty is incorrect here; it uses input_fd. */ tcsetpgrp (0, pid); === modified file 'src/conf_post.h' --- src/conf_post.h 2012-10-19 19:25:18 +0000 +++ src/conf_post.h 2012-10-31 17:27:29 +0000 @@ -112,6 +112,14 @@ #endif /* End of gnulib-related stuff. */ +#ifndef HAVE_SETPGID +# ifdef USG +# define setpgid(pid, pgid) setpgrp () +# else +# define setpgid(pid, pgid) setpgrp (pid, pgid) +# endif +#endif + /* Define one of these for easier conditionals. */ #ifdef HAVE_X_WINDOWS /* We need a little extra space, see ../../lisp/loadup.el and the === modified file 'src/dispnew.c' --- src/dispnew.c 2012-10-17 19:02:44 +0000 +++ src/dispnew.c 2012-10-31 17:27:29 +0000 @@ -6283,6 +6283,8 @@ struct terminal *t; struct frame *f = XFRAME (selected_frame); + init_foreground_group (); + /* Open a display on the controlling tty. */ t = init_tty (0, terminal_type, 1); /* Errors are fatal. */ === modified file 'src/emacs.c' --- src/emacs.c 2012-10-25 04:35:39 +0000 +++ src/emacs.c 2012-10-31 17:27:29 +0000 @@ -1091,19 +1091,14 @@ #endif /* DOS_NT */ } - if (! noninteractive) - { -#if defined (USG5) && defined (INTERRUPT_INPUT) - setpgrp (); -#endif #if defined (HAVE_PTHREAD) && !defined (SYSTEM_MALLOC) && !defined (DOUG_LEA_MALLOC) - { - extern void malloc_enable_thread (void); + if (! noninteractive) + { + extern void malloc_enable_thread (void); - malloc_enable_thread (); - } + malloc_enable_thread (); + } #endif - } init_signals (dumping); === modified file 'src/lisp.h' --- src/lisp.h 2012-10-21 07:23:34 +0000 +++ src/lisp.h 2012-10-31 17:27:29 +0000 @@ -3474,6 +3474,7 @@ extern char *get_current_dir_name (void); #endif extern void stuff_char (char c); +extern void init_foreground_group (void); extern void init_sigio (int); extern void sys_subshell (void); extern void sys_suspend (void); === modified file 'src/process.c' --- src/process.c 2012-10-19 19:25:18 +0000 +++ src/process.c 2012-10-31 17:27:29 +0000 @@ -1759,12 +1759,10 @@ #endif } #else /* not HAVE_SETSID */ -#ifdef USG - /* It's very important to call setpgrp here and no time + /* It's very important to call setpgid here and no time afterwards. Otherwise, we lose our controlling tty which is set when we open the pty. */ - setpgrp (); -#endif /* USG */ + setpgid (0, 0); #endif /* not HAVE_SETSID */ #if defined (LDISC1) if (pty_flag && xforkin >= 0) @@ -1802,11 +1800,7 @@ /* In order to get a controlling terminal on some versions of BSD, it is necessary to put the process in pgrp 0 before it opens the terminal. */ -#ifdef HAVE_SETPGID setpgid (0, 0); -#else - setpgrp (0, 0); -#endif #endif } #endif /* TIOCNOTTY */ === modified file 'src/sysdep.c' --- src/sysdep.c 2012-10-25 04:35:39 +0000 +++ src/sysdep.c 2012-10-31 17:27:29 +0000 @@ -683,6 +683,75 @@ } +/* Saving and restoring the process group of Emacs's terminal. */ + +/* The process group of which Emacs was a member when it initially + started. + + If Emacs was in its own process group (i.e. inherited_pgroup == + getpid ()), then we know we're running under a shell with job + control (Emacs would never be run as part of a pipeline). + Everything is fine. + + If Emacs was not in its own process group, then we know we're + running under a shell (or a caller) that doesn't know how to + separate itself from Emacs (like sh). Emacs must be in its own + process group in order to receive SIGIO correctly. In this + situation, we put ourselves in our own pgroup, forcibly set the + tty's pgroup to our pgroup, and make sure to restore and reinstate + the tty's pgroup just like any other terminal setting. If + inherited_group was not the tty's pgroup, then we'll get a + SIGTTmumble when we try to change the tty's pgroup, and a CONT if + it goes foreground in the future, which is what should happen. */ + +static pid_t inherited_pgroup; + +void +init_foreground_group (void) +{ + pid_t pgrp = EMACS_GETPGRP (0); + inherited_pgroup = getpid () == pgrp ? 0 : pgrp; +} + +/* Safely set a controlling terminal FD's process group to PGID. + If we are not in the foreground already, POSIX requires tcsetpgrp + to deliver a SIGTTOU signal, which would stop us. This is an + annoyance, so temporarily ignore the signal. + + In practice, platforms lacking SIGTTOU also lack tcsetpgrp, so + skip all this unless SIGTTOU is defined. */ +static void +tcsetpgrp_without_stopping (int fd, pid_t pgid) +{ +#ifdef SIGTTOU + signal_handler_t handler; + block_input (); + handler = signal (SIGTTOU, SIG_IGN); + tcsetpgrp (fd, pgid); + signal (SIGTTOU, handler); + unblock_input (); +#endif +} + +/* Split off the foreground process group to Emacs alone. When we are + in the foreground, but not started in our own process group, + redirect the tty device handle FD to point to our own process + group. FD must be the file descriptor of the controlling tty. */ +static void +narrow_foreground_group (int fd) +{ + if (inherited_pgroup && setpgid (0, 0) == 0) + tcsetpgrp_without_stopping (fd, getpid ()); +} + +/* Set the tty to our original foreground group. */ +static void +widen_foreground_group (int fd) +{ + if (inherited_pgroup && setpgid (0, inherited_pgroup) == 0) + tcsetpgrp_without_stopping (fd, inherited_pgroup); +} + /* Getting and setting emacs_tty structures. */ /* Set *TC to the parameters associated with the terminal FD. @@ -799,6 +868,8 @@ if (!tty_out->output) return; /* The tty is suspended. */ + narrow_foreground_group (fileno (tty_out->input)); + if (! tty_out->old_tty) tty_out->old_tty = xmalloc (sizeof *tty_out->old_tty); @@ -1231,6 +1302,7 @@ dos_ttcooked (); #endif + widen_foreground_group (fileno (tty_out->input)); } #ifdef HAVE_PTYS ------------------------------------------------------------ revno: 110749 committer: Michael Albinus branch nick: trunk timestamp: Wed 2012-10-31 12:45:40 +0100 message: * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE. diff: === modified file 'src/ChangeLog' --- src/ChangeLog 2012-10-31 10:02:51 +0000 +++ src/ChangeLog 2012-10-31 11:45:40 +0000 @@ -1,3 +1,7 @@ +2012-10-31 Michael Albinus + + * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE. + 2012-10-31 Martin Rudalics * minibuf.c (read_minibuf): Restore current buffer since @@ -6082,7 +6086,7 @@ * lisp.h (make_formatted_string): New prototype. * alloc.c (make_formatted_string): New function. * buffer.c (Fgenerate_new_buffer_name): Use it. - * dbus.c (syms_of_dbusbind): Likewise. + * dbusbind.c (syms_of_dbusbind): Likewise. * editfns.c (Fcurrent_time_zone): Likewise. * filelock.c (get_boot_time): Likewise. * frame.c (make_terminal_frame, set_term_frame_name) === modified file 'src/dbusbind.c' --- src/dbusbind.c 2012-10-15 10:10:17 +0000 +++ src/dbusbind.c 2012-10-31 11:45:40 +0000 @@ -299,8 +299,8 @@ } \ } while (0) -#if (HAVE_DBUS_VALIDATE_BUS_NAME || HAVE_DBUS_VALIDATE_PATH \ - || XD_DBUS_VALIDATE_OBJECT || HAVE_DBUS_VALIDATE_MEMBER) +#if (HAVE_DBUS_VALIDATE_BUS_NAME || HAVE_DBUS_VALIDATE_PATH \ + || HAVE_DBUS_VALIDATE_INTERFACE || HAVE_DBUS_VALIDATE_MEMBER) #define XD_DBUS_VALIDATE_OBJECT(object, func) \ do { \ if (!NILP (object)) \ ------------------------------------------------------------ revno: 110748 committer: martin rudalics branch nick: trunk timestamp: Wed 2012-10-31 11:02:51 +0100 message: Install fixes for Bug#12764 and Bug#12766. * window.el (quit-restore-window): If the window has been created on an existing frame and ended up as the sole window on that frame, do not delete it (Bug#12764). * minibuf.c (read_minibuf): Restore current buffer since choose_minibuf_frame calling Fset_frame_selected_window may change it (Bug#12766). diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-10-31 03:10:25 +0000 +++ lisp/ChangeLog 2012-10-31 10:02:51 +0000 @@ -1,3 +1,9 @@ +2012-10-31 Martin Rudalics + + * window.el (quit-restore-window): If the window has been + created on an existing frame and ended up as the sole window on + that frame, do not delete it (Bug#12764). + 2012-10-31 Stefan Monnier * progmodes/sh-script.el (sh--inside-noncommand-expression): === modified file 'lisp/window.el' --- lisp/window.el 2012-10-27 08:58:30 +0000 +++ lisp/window.el 2012-10-31 10:02:51 +0000 @@ -3556,7 +3556,12 @@ quad entry) (cond ((and (not prev-buffer) - (memq (nth 1 quit-restore) '(window frame)) + (or (eq (nth 1 quit-restore) 'frame) + (and (eq (nth 1 quit-restore) 'window) + ;; If the window has been created on an existing + ;; frame and ended up as the sole window on that + ;; frame, do not delete it (Bug#12764). + (not (eq window (frame-root-window window))))) (eq (nth 3 quit-restore) buffer) ;; Delete WINDOW if possible. (window--delete window nil (eq bury-or-kill 'kill))) === modified file 'src/ChangeLog' --- src/ChangeLog 2012-10-30 18:28:48 +0000 +++ src/ChangeLog 2012-10-31 10:02:51 +0000 @@ -1,3 +1,9 @@ +2012-10-31 Martin Rudalics + + * minibuf.c (read_minibuf): Restore current buffer since + choose_minibuf_frame calling Fset_frame_selected_window may + change it (Bug#12766). + 2012-10-30 Jan Djärv * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733). === modified file 'src/minibuf.c' --- src/minibuf.c 2012-10-11 16:23:37 +0000 +++ src/minibuf.c 2012-10-31 10:02:51 +0000 @@ -472,6 +472,10 @@ /* Choose the minibuffer window and frame, and take action on them. */ + /* Prepare for restoring the current buffer since choose_minibuf_frame + calling Fset_frame_selected_window may change it (Bug#12766). */ + record_unwind_protect (Fset_buffer, Fcurrent_buffer ()); + choose_minibuf_frame (); record_unwind_protect (choose_minibuf_frame_1, Qnil); ------------------------------------------------------------ revno: 110747 committer: Glenn Morris branch nick: trunk timestamp: Wed 2012-10-31 00:25:18 -0700 message: Document cl-flet and cl-labels in doc/misc/cl.texi * doc/misc/cl.texi (Function Bindings): Update for cl-flet and cl-labels. (Obsolete Lexical Binding): Rename section from "Lexical Bindings". (Obsolete Macros): Rename section from "Obsolete Lexical Macros". Reword, and add details of flet and labels. * etc/NEWS: Related markup. diff: === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2012-10-30 08:03:22 +0000 +++ doc/misc/ChangeLog 2012-10-31 07:25:18 +0000 @@ -1,3 +1,10 @@ +2012-10-31 Glenn Morris + + * cl.texi (Function Bindings): Update for cl-flet and cl-labels. + (Obsolete Lexical Binding): Rename section from "Lexical Bindings". + (Obsolete Macros): Rename section from "Obsolete Lexical Macros". + Reword, and add details of flet and labels. + 2012-10-30 Glenn Morris * cl.texi (Modify Macros): Update for cl-letf changes. === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-10-30 19:23:13 +0000 +++ doc/misc/cl.texi 2012-10-31 07:25:18 +0000 @@ -820,12 +820,10 @@ standard @code{setf} facility, and a number of looping and conditional constructs. -@c FIXME -@c flet is not cl-flet. @menu * Assignment:: The @code{cl-psetq} form. * Generalized Variables:: Extensions to generalized variables. -* Variable Bindings:: @code{cl-progv}, @code{flet}, @code{cl-macrolet}. +* Variable Bindings:: @code{cl-progv}, @code{cl-flet}, @code{cl-macrolet}. * Conditionals:: @code{cl-case}, @code{cl-typecase}. * Blocks and Exits:: @code{cl-block}, @code{cl-return}, @code{cl-return-from}. * Iteration:: @code{cl-do}, @code{cl-dotimes}, @code{cl-dolist}, @code{cl-do-symbols}. @@ -1244,7 +1242,7 @@ @menu * Dynamic Bindings:: The @code{cl-progv} form. -* Function Bindings:: @code{flet} and @code{labels}. +* Function Bindings:: @code{cl-flet} and @code{cl-labels}. * Macro Bindings:: @code{cl-macrolet} and @code{cl-symbol-macrolet}. @end menu @@ -1275,30 +1273,25 @@ These forms make @code{let}-like bindings to functions instead of variables. -@defmac flet (bindings@dots{}) forms@dots{} +@defmac cl-flet (bindings@dots{}) forms@dots{} This form establishes @code{let}-style bindings on the function cells of symbols rather than on the value cells. Each @var{binding} must be a list of the form @samp{(@var{name} @var{arglist} @var{forms}@dots{})}, which defines a function exactly as if it were a @code{cl-defun} form. The function @var{name} is defined -accordingly for the duration of the body of the @code{flet}; then +accordingly for the duration of the body of the @code{cl-flet}; then the old function definition, or lack thereof, is restored. -While @code{flet} in Common Lisp establishes a lexical binding of -@var{name}, Emacs Lisp @code{flet} makes a dynamic binding. The -result is that @code{flet} affects indirect calls to a function as -well as calls directly inside the @code{flet} form itself. - -You can use @code{flet} to disable or modify the behavior of a +You can use @code{cl-flet} to disable or modify the behavior of a function in a temporary fashion. This will even work on Emacs primitives, although note that some calls to primitive functions internal to Emacs are made without going through the symbol's -function cell, and so will not be affected by @code{flet}. For +function cell, and so will not be affected by @code{cl-flet}. For example, @example -(flet ((message (&rest args) (push args saved-msgs))) - (do-something)) +(cl-flet ((message (&rest args) (push args saved-msgs))) + (do-something)) @end example This code attempts to replace the built-in function @code{message} @@ -1310,34 +1303,26 @@ direct C-language calls to the message routines rather than going through the Lisp @code{message} function. -@c Bug#411. -Also note that many primitives (e.g. @code{+}) have special byte-compile -handling. Attempts to redefine such functions using @code{flet} will -fail if byte-compiled. In such cases, use @code{labels} instead. - -Functions defined by @code{flet} may use the full Common Lisp +Functions defined by @code{cl-flet} may use the full Common Lisp argument notation supported by @code{cl-defun}; also, the function body is enclosed in an implicit block as if by @code{cl-defun}. @xref{Program Structure}. @end defmac -@defmac labels (bindings@dots{}) forms@dots{} -The @code{labels} form is like @code{flet}, except that it -makes lexical bindings of the function names rather than -dynamic bindings. (In true Common Lisp, both @code{flet} and -@code{labels} make lexical bindings of slightly different sorts; -since Emacs Lisp is dynamically bound by default, it seemed -more appropriate for @code{flet} also to use dynamic binding. -The @code{labels} form, with its lexical binding, is fully -compatible with Common Lisp.) +@defmac cl-labels (bindings@dots{}) forms@dots{} +The @code{cl-labels} form is like @code{cl-flet}, except that +the function bindings can be recursive. The scoping is lexical, +but you can only capture functions in closures if +@code{lexical-binding} is non-@code{nil}. +@xref{Closures,,,elisp,GNU Emacs Lisp Reference Manual}, and +@ref{Using Lexical Binding,,,elisp,GNU Emacs Lisp Reference Manual}. Lexical scoping means that all references to the named functions must appear physically within the body of the -@code{labels} form. References may appear both in the body -@var{forms} of @code{labels} itself, and in the bodies of -the functions themselves. Thus, @code{labels} can define -local recursive functions, or mutually-recursive sets of -functions. +@code{cl-labels} form. References may appear both in the body +@var{forms} of @code{cl-labels} itself, and in the bodies of +the functions themselves. Thus, @code{cl-labels} can define +local recursive functions, or mutually-recursive sets of functions. A ``reference'' to a function name is either a call to that function, or a use of its name quoted by @code{quote} or @@ -1351,7 +1336,7 @@ These forms create local macros and ``symbol macros''. @defmac cl-macrolet (bindings@dots{}) forms@dots{} -This form is analogous to @code{flet}, but for macros instead of +This form is analogous to @code{cl-flet}, but for macros instead of functions. Each @var{binding} is a list of the same form as the arguments to @code{cl-defmacro} (i.e., a macro name, argument list, and macro-expander forms). The macro is defined accordingly for @@ -4598,7 +4583,7 @@ called. Internally, this package uses lexical binding so that such problems do -not occur. @xref{Lexical Bindings}, for a description of the obsolete +not occur. @xref{Obsolete Lexical Binding}, for a description of the obsolete @code{lexical-let} form that emulates a Common Lisp-style lexical binding when dynamic binding is in use. @@ -4750,13 +4735,13 @@ in exactly the same way. @menu -* Lexical Bindings:: An approximation of lexical binding. -* Obsolete Lexical Macros:: Obsolete macros using lexical-let. +* Obsolete Lexical Binding:: An approximation of lexical binding. +* Obsolete Macros:: Obsolete macros. * Obsolete Setf Customization:: Obsolete ways to customize setf. @end menu -@node Lexical Bindings -@appendixsec Lexical Bindings +@node Obsolete Lexical Binding +@appendixsec Obsolete Lexical Binding The following macros are extensions to Common Lisp, where all bindings are lexical unless declared otherwise. These features are likewise @@ -4871,21 +4856,43 @@ are made sequentially in the manner of @code{let*}. @end defmac -@node Obsolete Lexical Macros -@appendixsec Macros Defined Using Lexical-Let +@node Obsolete Macros +@appendixsec Obsolete Macros -The following macros are defined using @code{lexical-let}. -They are replaced by versions with a @samp{cl-} prefix that use true -lexical binding (and hence rely on @code{lexical-binding} being set to -@code{t} in code using them). +The following macros are obsolete, and are replaced by versions with +a @samp{cl-} prefix that do not behave in exactly the same way. +Consequently, the @file{cl.el} versions are not simply aliases to the +@file{cl-lib.el} versions. @defmac flet (bindings@dots{}) forms@dots{} -Replaced by @code{cl-flet} (@pxref{Function Bindings}) -or @code{cl-letf} (@pxref{Modify Macros}). +This macro is replaced by @code{cl-flet} (@pxref{Function Bindings}), +which behaves the same way as Common Lisp's @code{flet}. +This @code{flet} takes the same arguments as @code{cl-flet}, but does +not behave in precisely the same way. + +While @code{flet} in Common Lisp establishes a lexical function +binding, this @code{flet} makes a dynamic binding (it dates from a +time before Emacs had lexical binding). The result is +that @code{flet} affects indirect calls to a function as well as calls +directly inside the @code{flet} form itself. + +@c Bug#411. +Note that many primitives (e.g. @code{+}) have special byte-compile +handling. Attempts to redefine such functions using @code{flet} will +fail if byte-compiled. +@c Or cl-flet. +@c In such cases, use @code{labels} instead. @end defmac @defmac labels (bindings@dots{}) forms@dots{} -Replaced by @code{cl-labels} (@pxref{Function Bindings}). +This macro is replaced by @code{cl-labels} (@pxref{Function Bindings}), +which behaves the same way as Common Lisp's @code{labels}. +This @code{labels} takes the same arguments as @code{cl-labels}, but +does not behave in precisely the same way. + +This version of @code{labels} uses the obsolete @code{lexical-let} +form (@pxref{Obsolete Lexical Binding}), rather than the true +lexical binding that @code{cl-labels} uses. @end defmac @defmac letf (bindings@dots{}) forms@dots{} === modified file 'etc/NEWS' --- etc/NEWS 2012-10-30 07:34:37 +0000 +++ etc/NEWS 2012-10-31 07:25:18 +0000 @@ -315,9 +315,11 @@ The old `cl' is now deprecated and is just a bunch of aliases that provide the old non-prefixed names. ++++ *** `cl-flet' is not like `flet' (which is deprecated). Instead it obeys the behavior of Common-Lisp's `flet'. ++++ *** `cl-labels' is slightly different from `labels'. The difference is that it relies on the `lexical-binding' machinery (as opposed to the `lexical-let' machinery used previously) to capture definitions in ------------------------------------------------------------ revno: 110746 fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11263 committer: Stefan Monnier branch nick: trunk timestamp: Tue 2012-10-30 23:10:25 -0400 message: * lisp/progmodes/sh-script.el (sh--inside-noncommand-expression): Rename from sh--inside-arithmetic-expression, handle more cases. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-10-31 02:45:34 +0000 +++ lisp/ChangeLog 2012-10-31 03:10:25 +0000 @@ -1,5 +1,9 @@ 2012-10-31 Stefan Monnier + * progmodes/sh-script.el (sh--inside-noncommand-expression): + Rename from sh--inside-arithmetic-expression, handle more cases + (bug#11263). + * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func. (sh-font-lock-open-heredoc): Use it (bug#12770). === modified file 'lisp/progmodes/sh-script.el' --- lisp/progmodes/sh-script.el 2012-10-31 02:45:34 +0000 +++ lisp/progmodes/sh-script.el 2012-10-31 03:10:25 +0000 @@ -940,14 +940,16 @@ (concat "<<-?\\s-*\\\\?\\(\\(?:['\"][^'\"]+['\"]\\|\\sw\\|[-/~._]\\)+\\)" sh-escaped-line-re "\\(\n\\)"))) -(defun sh--inside-arithmetic-expression (pos) +(defun sh--inside-noncommand-expression (pos) (save-excursion (let ((ppss (syntax-ppss pos))) (when (nth 1 ppss) (goto-char (nth 1 ppss)) - (and (eq ?\( (char-after)) - (eq ?\( (char-before)) - (eq ?\$ (char-before (1- (point))))))))) + (pcase (char-after) + ;; $((...)) or $[...] or ${...}. + (`?\( (and (eq ?\( (char-before)) + (eq ?\$ (char-before (1- (point)))))) + ((or `?\{ `?\[) (eq ?\$ (char-before)))))))) (defun sh-font-lock-open-heredoc (start string eol) "Determine the syntax of the \\n after a <)) (sh-in-comment-or-string start) - (sh--inside-arithmetic-expression start)) + (sh--inside-noncommand-expression start)) ;; We're looking at < branch nick: trunk timestamp: Tue 2012-10-30 22:45:34 -0400 message: * lisp/progmodes/sh-script.el (sh--inside-arithmetic-expression): New func. (sh-font-lock-open-heredoc): Use it. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-10-30 08:03:22 +0000 +++ lisp/ChangeLog 2012-10-31 02:45:34 +0000 @@ -1,3 +1,8 @@ +2012-10-31 Stefan Monnier + + * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func. + (sh-font-lock-open-heredoc): Use it (bug#12770). + 2012-10-30 Glenn Morris * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix. === modified file 'lisp/progmodes/sh-script.el' --- lisp/progmodes/sh-script.el 2012-10-29 00:06:39 +0000 +++ lisp/progmodes/sh-script.el 2012-10-31 02:45:34 +0000 @@ -940,6 +940,15 @@ (concat "<<-?\\s-*\\\\?\\(\\(?:['\"][^'\"]+['\"]\\|\\sw\\|[-/~._]\\)+\\)" sh-escaped-line-re "\\(\n\\)"))) +(defun sh--inside-arithmetic-expression (pos) + (save-excursion + (let ((ppss (syntax-ppss pos))) + (when (nth 1 ppss) + (goto-char (nth 1 ppss)) + (and (eq ?\( (char-after)) + (eq ?\( (char-before)) + (eq ?\$ (char-before (1- (point))))))))) + (defun sh-font-lock-open-heredoc (start string eol) "Determine the syntax of the \\n after a <)) - (sh-in-comment-or-string start)) + (sh-in-comment-or-string start) + (sh--inside-arithmetic-expression start)) ;; We're looking at <{filesButNot}} ); === modified file 'test/indent/shell.sh' --- test/indent/shell.sh 2012-10-29 15:14:10 +0000 +++ test/indent/shell.sh 2012-10-31 02:45:34 +0000 @@ -5,6 +5,10 @@ # adsgsdg +echo -n $(( 5 << 2 )) +# This should not be treated as a heredoc (bug#12770). +2 + declare -a VERSION for i in $(ls "$PREFIX/sbin") ; do echo -e $N')' $i ------------------------------------------------------------ revno: 110744 committer: Glenn Morris branch nick: trunk timestamp: Tue 2012-10-30 15:23:13 -0400 message: Fix typo in earlier cl.texi change diff: === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-10-30 08:03:22 +0000 +++ doc/misc/cl.texi 2012-10-30 19:23:13 +0000 @@ -3317,7 +3317,7 @@ collected into a list. The return value of @code{cl-mapc} is @var{seq}, the first sequence. This function is more general than the Emacs primitive @code{mapc}. (Note that this function is called -@code{cl-mapc} even in @file{cl.el}, rather than @code{map*} as you +@code{cl-mapc} even in @file{cl.el}, rather than @code{mapc*} as you might expect.) @c http://debbugs.gnu.org/6575 @end defun ------------------------------------------------------------ revno: 110743 fixes bug: http://debbugs.gnu.org/12733 committer: Jan D. branch nick: trunk timestamp: Tue 2012-10-30 19:28:48 +0100 message: * frame.c (Fframe_pixel_height): Fix documentation. diff: === modified file 'src/ChangeLog' --- src/ChangeLog 2012-10-30 11:38:37 +0000 +++ src/ChangeLog 2012-10-30 18:28:48 +0000 @@ -1,3 +1,7 @@ +2012-10-30 Jan Djärv + + * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733). + 2012-10-30 Kenichi Handa * font.c (Ffont_at): If WINDOW is specified and it is not === modified file 'src/frame.c' --- src/frame.c 2012-10-28 15:52:42 +0000 +++ src/frame.c 2012-10-30 18:28:48 +0000 @@ -2474,11 +2474,8 @@ the minibuffer or echo area), mode line, and header line. It does not include the tool bar or menu bar. -With the Motif or Lucid toolkits, it also includes the tool bar (but -not the menu bar). - -In a graphical version with no toolkit, it includes both the tool bar -and menu bar. +With other graphical versions, it also includes the tool bar and the +menu bar. For a text terminal, it includes the menu bar. In this case, the result is really in characters rather than pixels (i.e., is identical ------------------------------------------------------------ revno: 110742 committer: Michael Albinus + + * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'. + 2012-10-29 Chong Yidong * dired.texi (Shell Commands in Dired): Document changes to the === modified file 'doc/emacs/trouble.texi' --- doc/emacs/trouble.texi 2012-09-22 19:27:25 +0000 +++ doc/emacs/trouble.texi 2012-10-30 12:48:42 +0000 @@ -481,7 +481,8 @@ from Emacs using the @code{debbugs} package, which can be downloaded via the Package Menu (@pxref{Packages}). This package provides the command @kbd{M-x debbugs-gnu} to list bugs, and @kbd{M-x -debbugs-gnu-search} to search for a specific bug. +debbugs-gnu-search} to search for a specific bug. User tags, applied +by the Emacs maintainers, are shown by @kbd{M-x debbugs-gnu-usertags}. @item The @samp{bug-gnu-emacs} mailing list (also available as the newsgroup ------------------------------------------------------------ revno: 110741 [merge] committer: Kenichi Handa branch nick: trunk timestamp: Tue 2012-10-30 20:39:33 +0900 message: font.c (Ffont_at): If WINDOW is specified and it is not displaying the current buffer, signal an error. diff: === modified file 'src/ChangeLog' --- src/ChangeLog 2012-10-30 03:10:52 +0000 +++ src/ChangeLog 2012-10-30 11:38:37 +0000 @@ -1,3 +1,8 @@ +2012-10-30 Kenichi Handa + + * font.c (Ffont_at): If WINDOW is specified and it is not + displaying the current buffer, signal an error. + 2012-10-29 Daniel Colascione * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode): In === modified file 'src/font.c' --- src/font.c 2012-10-23 15:42:29 +0000 +++ src/font.c 2012-10-30 11:14:15 +0000 @@ -4760,14 +4760,22 @@ DEFUN ("font-at", Ffont_at, Sfont_at, 1, 3, 0, doc: /* Return a font-object for displaying a character at POSITION. Optional second arg WINDOW, if non-nil, is a window displaying -the current buffer. It defaults to the currently selected window. */) +the current buffer. It defaults to the currently selected window. +Optional third arg STRING, if non-nil, is a string containing the target +character at index specified by POSITION. */) (Lisp_Object position, Lisp_Object window, Lisp_Object string) { struct window *w; ptrdiff_t pos; + if (NILP (window)) + window = selected_window; + CHECK_LIVE_WINDOW (window); + w = XWINDOW (window); if (NILP (string)) { + if (XBUFFER (w->buffer) != current_buffer) + error ("Specified window is not displaying the current buffer."); CHECK_NUMBER_COERCE_MARKER (position); if (! (BEGV <= XINT (position) && XINT (position) < ZV)) args_out_of_range_3 (position, make_number (BEGV), make_number (ZV)); @@ -4781,10 +4789,6 @@ args_out_of_range (string, position); pos = XINT (position); } - if (NILP (window)) - window = selected_window; - CHECK_LIVE_WINDOW (window); - w = XWINDOW (window); return font_at (-1, pos, NULL, w, string); } ------------------------------------------------------------ revno: 110740 committer: Glenn Morris branch nick: trunk timestamp: Tue 2012-10-30 06:18:56 -0400 message: Auto-commit of loaddefs files. diff: === modified file 'lisp/emacs-lisp/cl-loaddefs.el' --- lisp/emacs-lisp/cl-loaddefs.el 2012-10-25 10:17:47 +0000 +++ lisp/emacs-lisp/cl-loaddefs.el 2012-10-30 10:18:56 +0000 @@ -10,8 +10,8 @@ ;;;;;; cl-truncate cl-ceiling cl-floor cl-isqrt cl-lcm cl-gcd cl--set-frame-visible-p ;;;;;; cl--map-overlays cl--map-intervals cl--map-keymap-recursively ;;;;;; cl-notevery cl-notany cl-every cl-some cl-mapcon cl-mapcan -;;;;;; cl-mapl cl-maplist cl-map cl--mapcar-many cl-equalp cl-coerce) -;;;;;; "cl-extra" "cl-extra.el" "1572ae52fa4fbd9c4bf89b49a068a865") +;;;;;; cl-mapl cl-mapc cl-maplist cl-map cl--mapcar-many cl-equalp +;;;;;; cl-coerce) "cl-extra" "cl-extra.el" "7d7f65d8a05e954a919fe2555b68fb05") ;;; Generated autoloads from cl-extra.el (autoload 'cl-coerce "cl-extra" "\ @@ -46,6 +46,11 @@ \(fn FUNCTION LIST...)" nil nil) +(autoload 'cl-mapc "cl-extra" "\ +Like `cl-mapcar', but does not accumulate values returned by the function. + +\(fn FUNCTION SEQUENCE...)" nil nil) + (autoload 'cl-mapl "cl-extra" "\ Like `cl-maplist', but does not accumulate values returned by the function. ------------------------------------------------------------ revno: 110739 committer: Glenn Morris branch nick: trunk timestamp: Tue 2012-10-30 01:03:22 -0700 message: cl-mapc small fixes * lisp/emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix. * doc/misc/cl.texi (Mapping over Sequences): Mention cl-mapc naming oddity. diff: === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2012-10-30 07:54:17 +0000 +++ doc/misc/ChangeLog 2012-10-30 08:03:22 +0000 @@ -5,6 +5,7 @@ (Setf Extensions): Partially restore note about cl-getf, mainly moved to lispref/variables.texi. (Property Lists): Fix cl-getf typos. + (Mapping over Sequences): Mention cl-mapc naming oddity. 2012-10-29 Glenn Morris === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-10-30 07:54:17 +0000 +++ doc/misc/cl.texi 2012-10-30 08:03:22 +0000 @@ -199,6 +199,8 @@ Finally, in a very few cases the old @file{cl.el} versions do not behave in exactly the same way as the @file{cl-lib.el} versions. @xref{Obsolete Features}. +@c There is also cl-mapc, which was called cl-mapc even before cl-lib.el. +@c But not autoloaded, so maybe not much used? Since the old @file{cl.el} does not use a clean namespace, Emacs has a policy that packages distributed with Emacs must not load @code{cl} at @@ -3309,13 +3311,15 @@ @code{car}s of the advancing pointers. @end defun -@c FIXME does not exist? @defun cl-mapc function seq &rest more-seqs This function is like @code{cl-mapcar}, except that the values returned by @var{function} are ignored and thrown away rather than being collected into a list. The return value of @code{cl-mapc} is @var{seq}, the first sequence. This function is more general than the Emacs -primitive @code{mapc}. +primitive @code{mapc}. (Note that this function is called +@code{cl-mapc} even in @file{cl.el}, rather than @code{map*} as you +might expect.) +@c http://debbugs.gnu.org/6575 @end defun @defun cl-mapl function list &rest more-lists === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-10-30 07:34:37 +0000 +++ lisp/ChangeLog 2012-10-30 08:03:22 +0000 @@ -1,5 +1,7 @@ 2012-10-30 Glenn Morris + * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix. + * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760) 2012-10-29 Chong Yidong === modified file 'lisp/emacs-lisp/cl-extra.el' --- lisp/emacs-lisp/cl-extra.el 2012-09-28 23:30:52 +0000 +++ lisp/emacs-lisp/cl-extra.el 2012-10-30 08:03:22 +0000 @@ -149,8 +149,9 @@ (setq cl-list (cdr cl-list))) (nreverse cl-res)))) +;;;###autoload (defun cl-mapc (cl-func cl-seq &rest cl-rest) - "Like `mapcar', but does not accumulate values returned by the function. + "Like `cl-mapcar', but does not accumulate values returned by the function. \n(fn FUNCTION SEQUENCE...)" (if cl-rest (progn (apply 'cl-map nil cl-func cl-seq cl-rest) ------------------------------------------------------------ revno: 110738 committer: Glenn Morris branch nick: trunk timestamp: Tue 2012-10-30 00:54:17 -0700 message: More small manual updates for cl.texi * doc/misc/cl.texi (Setf Extensions): Partially restore note about cl-getf, mainly moved to lispref/variables.texi. (Property Lists): Fix cl-getf typos. * doc/lispref/variables.texi (Generalized Variables): Fix typo. diff: === modified file 'doc/lispref/ChangeLog' --- doc/lispref/ChangeLog 2012-10-30 00:29:37 +0000 +++ doc/lispref/ChangeLog 2012-10-30 07:54:17 +0000 @@ -1,3 +1,7 @@ +2012-10-30 Glenn Morris + + * variables.texi (Generalized Variables): Fix typo. + 2012-10-30 Chong Yidong * symbols.texi (Symbol Plists): Document function-get. === modified file 'doc/lispref/variables.texi' --- doc/lispref/variables.texi 2012-10-27 22:42:07 +0000 +++ doc/lispref/variables.texi 2012-10-30 07:54:17 +0000 @@ -2025,10 +2025,10 @@ Using any forms other than these in the @var{place} argument to @code{setf} will signal an error. -Note that for @code{nthcdr} and @code{getf}, the list argument -of the function must itself be a valid @var{place} form. For -example, @code{(setf (nthcdr 0 foo) 7)} will set @code{foo} itself -to 7. +@c And for cl-lib's cl-getf. +Note that for @code{nthcdr}, the list argument of the function must +itself be a valid @var{place} form. For example, @code{(setf (nthcdr +0 foo) 7)} will set @code{foo} itself to 7. @c The use of @code{nthcdr} as a @var{place} form is an extension @c to standard Common Lisp. === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2012-10-30 07:34:37 +0000 +++ doc/misc/ChangeLog 2012-10-30 07:54:17 +0000 @@ -2,6 +2,9 @@ * cl.texi (Modify Macros): Update for cl-letf changes. (Obsolete Lexical Macros): Say a little more about letf/cl-letf. + (Setf Extensions): Partially restore note about cl-getf, + mainly moved to lispref/variables.texi. + (Property Lists): Fix cl-getf typos. 2012-10-29 Glenn Morris === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-10-30 07:34:37 +0000 +++ doc/misc/cl.texi 2012-10-30 07:54:17 +0000 @@ -900,6 +900,10 @@ cl-rest cl-get cl-getf cl-subseq @end smallexample +@noindent +Note that for @code{cl-getf} (as for @code{nthcdr}), the list argument +of the function must itself be a valid @var{place} form. + @item General Emacs Lisp functions: @smallexample @@ -2813,10 +2817,10 @@ In particular, @example -(get sym prop) @equiv{} (cl-get (symbol-plist sym) prop) +(get sym prop) @equiv{} (cl-getf (symbol-plist sym) prop) @end example -It is valid to use @code{getf} as a @code{setf} place, in which case +It is valid to use @code{cl-getf} as a @code{setf} place, in which case its @var{place} argument must itself be a valid @code{setf} place. The @var{default} argument, if any, is ignored in this context. The effect is to change (via @code{setcar}) the value cell in the @@ -2824,7 +2828,7 @@ pair onto the list if the property is not yet present. @example -(put sym prop val) @equiv{} (setf (cl-get (symbol-plist sym) prop) val) +(put sym prop val) @equiv{} (setf (cl-getf (symbol-plist sym) prop) val) @end example The @code{get} and @code{cl-get} functions are also @code{setf}-able. @@ -2837,8 +2841,7 @@ Here, symbol @code{foo}'s @code{usage-count} property is incremented if it exists, or set to 1 (an incremented 0) otherwise. -@c FIXME cl-getf? -When not used as a @code{setf} form, @code{getf} is just a regular +When not used as a @code{setf} form, @code{cl-getf} is just a regular function and its @var{place} argument can actually be any Lisp expression. @end defun ------------------------------------------------------------ revno: 110737 committer: Glenn Morris branch nick: trunk timestamp: Tue 2012-10-30 00:34:37 -0700 message: Doc and manual updates for cl-letf and letf Fixes: debbugs:12760 * doc/misc/cl.texi (Modify Macros): Update for cl-letf changes. (Obsolete Lexical Macros): Say a little more about letf/cl-letf. * lisp/emacs-lisp/cl.el (letf): Doc fix. * etc/NEWS: Related edit. diff: === modified file 'doc/misc/ChangeLog' --- doc/misc/ChangeLog 2012-10-29 01:36:29 +0000 +++ doc/misc/ChangeLog 2012-10-30 07:34:37 +0000 @@ -1,3 +1,8 @@ +2012-10-30 Glenn Morris + + * cl.texi (Modify Macros): Update for cl-letf changes. + (Obsolete Lexical Macros): Say a little more about letf/cl-letf. + 2012-10-29 Glenn Morris * cl.texi (Organization): More details on cl-lib.el versus cl.el. === modified file 'doc/misc/cl.texi' --- doc/misc/cl.texi 2012-10-29 01:36:29 +0000 +++ doc/misc/cl.texi 2012-10-30 07:34:37 +0000 @@ -882,7 +882,7 @@ @menu * Setf Extensions:: Additional @code{setf} places. -* Modify Macros:: @code{cl-incf}, @code{cl-rotatef}, @code{letf}, @code{cl-callf}, etc. +* Modify Macros:: @code{cl-incf}, @code{cl-rotatef}, @code{cl-letf}, @code{cl-callf}, etc. @end menu @node Setf Extensions @@ -1127,7 +1127,7 @@ The following macros were invented for this package; they have no analogues in Common Lisp. -@defmac letf (bindings@dots{}) forms@dots{} +@defmac cl-letf (bindings@dots{}) forms@dots{} This macro is analogous to @code{let}, but for generalized variables rather than just symbols. Each @var{binding} should be of the form @code{(@var{place} @var{value})}; the original contents of the @@ -1140,47 +1140,59 @@ For example, @example -(letf (((point) (point-min)) - (a 17)) - ...) +(cl-letf (((point) (point-min)) + (a 17)) + ...) @end example @noindent -moves ``point'' in the current buffer to the beginning of the buffer, +moves point in the current buffer to the beginning of the buffer, and also binds @code{a} to 17 (as if by a normal @code{let}, since @code{a} is just a regular variable). After the body exits, @code{a} is set back to its original value and point is moved back to its original position. -Note that @code{letf} on @code{(point)} is not quite like a +Note that @code{cl-letf} on @code{(point)} is not quite like a @code{save-excursion}, as the latter effectively saves a marker which tracks insertions and deletions in the buffer. Actually, -a @code{letf} of @code{(point-marker)} is much closer to this +a @code{cl-letf} of @code{(point-marker)} is much closer to this behavior. (@code{point} and @code{point-marker} are equivalent as @code{setf} places; each will accept either an integer or a marker as the stored value.) Since generalized variables look like lists, @code{let}'s shorthand of using @samp{foo} for @samp{(foo nil)} as a @var{binding} would -be ambiguous in @code{letf} and is not allowed. +be ambiguous in @code{cl-letf} and is not allowed. However, a @var{binding} specifier may be a one-element list @samp{(@var{place})}, which is similar to @samp{(@var{place} @var{place})}. In other words, the @var{place} is not disturbed -on entry to the body, and the only effect of the @code{letf} is -to restore the original value of @var{place} afterwards. (The -redundant access-and-store suggested by the @code{(@var{place} +on entry to the body, and the only effect of the @code{cl-letf} is +to restore the original value of @var{place} afterwards. +@c I suspect this may no longer be true; either way it's +@c implementation detail and so not essential to document. +@ignore +(The redundant access-and-store suggested by the @code{(@var{place} @var{place})} example does not actually occur.) +@end ignore -In most cases, the @var{place} must have a well-defined value on -entry to the @code{letf} form. The only exceptions are plain -variables and calls to @code{symbol-value} and @code{symbol-function}. -If the symbol is not bound on entry, it is simply made unbound by -@code{makunbound} or @code{fmakunbound} on exit. +Note that in this case, and in fact almost every case, @var{place} +must have a well-defined value outside the @code{cl-letf} body. +There is essentially only one exception to this, which is @var{place} +a plain variable with a specified @var{value} (such as @code{(a 17)} +in the above example). +@c See http://debbugs.gnu.org/12758 +@c Some or all of this was true for cl.el, but not for cl-lib.el. +@ignore +The only exceptions are plain variables and calls to +@code{symbol-value} and @code{symbol-function}. If the symbol is not +bound on entry, it is simply made unbound by @code{makunbound} or +@code{fmakunbound} on exit. +@end ignore @end defmac @defmac cl-letf* (bindings@dots{}) forms@dots{} -This macro is to @code{letf} what @code{let*} is to @code{let}: +This macro is to @code{cl-letf} what @code{let*} is to @code{let}: It does the bindings in sequential rather than parallel order. @end defmac @@ -1210,7 +1222,7 @@ The @code{cl-callf} and @code{cl-callf2} macros serve as building blocks for other macros like @code{cl-incf}, and @code{cl-pushnew}. -The @code{letf} and @code{cl-letf*} macros are used in the processing +The @code{cl-letf} and @code{cl-letf*} macros are used in the processing of symbol macros; @pxref{Macro Bindings}. @@ -1221,7 +1233,7 @@ These Lisp forms make bindings to variables and function names, analogous to Lisp's built-in @code{let} form. -@xref{Modify Macros}, for the @code{letf} and @code{cl-letf*} forms which +@xref{Modify Macros}, for the @code{cl-letf} and @code{cl-letf*} forms which are also related to variable bindings. @menu @@ -1370,7 +1382,7 @@ @code{(setf foo 4)}, which in turn expands to @code{(setf (car bar) 4)}. Likewise, a @code{let} or @code{let*} binding a symbol macro is -treated like a @code{letf} or @code{cl-letf*}. This differs from true +treated like a @code{cl-letf} or @code{cl-letf*}. This differs from true @c FIXME does it work like this in Emacs with lexical-binding = t? Common Lisp, where the rules of lexical scoping cause a @code{let} binding to shadow a @code{cl-symbol-macrolet} binding. In this package, @@ -4870,7 +4882,10 @@ @end defmac @defmac letf (bindings@dots{}) forms@dots{} -Replaced by @code{cl-letf} (@pxref{Modify Macros}). +This macro is almost exactly the same as @code{cl-letf}, which +replaces it (@pxref{Modify Macros}). The only difference is in +details that relate to some deprecated usage of @code{symbol-function} +in place forms. @end defmac @node Obsolete Setf Customization === modified file 'etc/NEWS' --- etc/NEWS 2012-10-30 00:29:37 +0000 +++ etc/NEWS 2012-10-30 07:34:37 +0000 @@ -323,7 +323,10 @@ to the `lexical-let' machinery used previously) to capture definitions in closures, so such closures will only work if `lexical-binding' is in use. ++++ *** `cl-letf' is not exactly like `letf'. +The only difference is in details that relate to some deprecated usage +of `symbol-function' in place forms. +++ *** `progv' was rewritten to use the `let' machinery. === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-10-29 23:20:24 +0000 +++ lisp/ChangeLog 2012-10-30 07:34:37 +0000 @@ -1,3 +1,7 @@ +2012-10-30 Glenn Morris + + * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760) + 2012-10-29 Chong Yidong * isearch.el (isearch-other-meta-char): Ensure that a reprocessed === modified file 'lisp/emacs-lisp/cl.el' --- lisp/emacs-lisp/cl.el 2012-10-29 13:50:05 +0000 +++ lisp/emacs-lisp/cl.el 2012-10-30 07:34:37 +0000 @@ -511,7 +511,9 @@ (defmacro letf (bindings &rest body) "Dynamically scoped let-style bindings for places. -Like `cl-letf', but with some extra backward compatibility." +For more details, see `cl-letf'. This macro behaves like that one +in almost every respect (apart from details that relate to some +deprecated usage of `symbol-function' in place forms)." ; bug#12760 (declare (indent 1) (debug cl-letf)) ;; Like cl-letf, but with special handling of symbol-function. `(cl-letf ,(mapcar (lambda (x) (if (eq (car-safe (car x)) 'symbol-function) ------------------------------------------------------------ revno: 110736 committer: Chong Yidong branch nick: trunk timestamp: Tue 2012-10-30 14:23:31 +0800 message: Add a comment for the last isearch.el change. diff: === modified file 'lisp/isearch.el' --- lisp/isearch.el 2012-10-29 23:20:24 +0000 +++ lisp/isearch.el 2012-10-30 06:23:31 +0000 @@ -2159,6 +2159,8 @@ (if (and (integerp key) (>= key ?\s) (/= key 127) (< key 256)) (progn + ;; Ensure that the processed char is recorded in + ;; the keyboard macro, if any (Bug#4894) (store-kbd-macro-event key) (isearch-process-search-char key) (setq keylist (cdr keylist))) ------------------------------------------------------------ Use --include-merged or -n0 to see merged revisions.