From 64de2916ca9a68bed19ea24115231b7c457760ec Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 28 Jun 2014 19:17:17 -0700 Subject: [PATCH 01/38] Update idlwave url * doc/misc/idlwave.texi (Introduction): Comment out dead http screenshot links. * lisp/progmodes/idlwave.el (idlwave): Update url-link for custom group. (idlwave-mode): Doc URL update. --- doc/misc/ChangeLog | 4 ++++ doc/misc/idlwave.texi | 13 ++++++++----- lisp/ChangeLog | 5 +++++ lisp/progmodes/idlw-complete-structtag.el | 4 ++-- lisp/progmodes/idlw-help.el | 2 +- lisp/progmodes/idlw-shell.el | 6 +++--- lisp/progmodes/idlw-toolbar.el | 2 +- lisp/progmodes/idlwave.el | 9 +++++---- 8 files changed, 29 insertions(+), 16 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9237a748a0d..d26d3a85b03 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2014-06-29 Glenn Morris + + * idlwave.texi (Introduction): Comment out dead http screenshot links. + 2014-06-23 Leo Liu * dired-x.texi (Omitting Files in Dired, Omitting Variables): Fix diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 40c98a358cf..b1ed47ed7b7 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi @@ -239,24 +239,27 @@ Examining variables and expressions with a mouse click. And much, much more... @end itemize +@c Dead links, 2014/06. +@ignore @ifnottex @cindex Screenshots Here are a number of screenshots showing IDLWAVE in action: @itemize @bullet @item -@uref{http://idlwave.org/screenshots/emacs_21_nav.gif,An IDLWAVE buffer} +@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_nav.gif,An IDLWAVE buffer} @item -@uref{http://idlwave.org/screenshots/emacs_21_keys.gif,A keyword being completed} +@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_keys.gif,A keyword being completed} @item -@uref{http://idlwave.org/screenshots/emacs_21_help.gif,Online help text.} +@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_help.gif,Online help text.} @item -@uref{http://idlwave.org/screenshots/emacs_21_ri.gif,Routine information displayed} +@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_ri.gif,Routine information displayed} @item -@uref{http://idlwave.org/screenshots/emacs_21_bp.gif,Debugging code +@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_bp.gif,Debugging code stopped at a breakpoint} @end itemize @end ifnottex +@end ignore IDLWAVE is the distant successor to the @file{idl.el} and @file{idl-shell.el} files written by Chris Chase. The modes and files diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d393ae4de51..90cb951681c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-06-29 Glenn Morris + + * progmodes/idlwave.el (idlwave): Update url-link for custom group. + (idlwave-mode): Doc URL update. + 2014-06-27 Stephen Berman * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el index 39951730ab3..6cb04a03b7e 100644 --- a/lisp/progmodes/idlw-complete-structtag.el +++ b/lisp/progmodes/idlw-complete-structtag.el @@ -49,14 +49,14 @@ ;; ;; New versions of IDLWAVE, documentation, and more information available ;; from: -;; http://idlwave.org +;; http://github.com/jdtsmith/idlwave ;; ;; INSTALLATION ;; ============ ;; Put this file on the emacs load path and load it with the following ;; line in your init file: ;; -;; (add-hook 'idlwave-load-hook +;; (add-hook 'idlwave-load-hook ;; (lambda () (require 'idlw-complete-structtag))) ;; ;; DESCRIPTION diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index e8a950c1fae..cd17600182f 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el @@ -32,7 +32,7 @@ ;; along with new versions of IDLWAVE, documentation, and more ;; information, at: ;; -;; http://idlwave.org +;; http://github.com/jdtsmith/idlwave ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index e7bf3792e5f..5d43edc2fc8 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -40,7 +40,7 @@ ;; ;; New versions of IDLWAVE, documentation, and more information ;; available from: -;; http://idlwave.org +;; http://github.com/jdtsmith/idlwave ;; ;; INSTALLATION: ;; ============= @@ -58,7 +58,7 @@ ;; The newest version of this file can be found on the maintainers ;; web site. ;; -;; http://idlwave.org +;; http://github.com/jdtsmith/idlwave ;; ;; DOCUMENTATION ;; ============= @@ -922,7 +922,7 @@ IDL has currently stepped.") Info documentation for this package is available. Use \\[idlwave-info] to display (complain to your sysadmin if that does not work). For PostScript and HTML versions of the documentation, check IDLWAVE's - homepage at URL `http://idlwave.org'. + homepage at URL `http://github.com/jdtsmith/idlwave'. IDLWAVE has customize support - see the group `idlwave'. 8. Keybindings diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 7844890c22a..45672be7d97 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el @@ -29,7 +29,7 @@ ;; New versions of IDLWAVE, documentation, and more information ;; available from: -;; http://idlwave.org +;; http://github.com/jdtsmith/idlwave ;;; Code: diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 86a16036e10..e66c9655df1 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -44,7 +44,7 @@ ;; ;; New versions of IDLWAVE, documentation, and more information ;; available from: -;; http://idlwave.org +;; http://github.com/jdtsmith/idlwave ;; ;; INSTALLATION ;; ============ @@ -64,7 +64,7 @@ ;; The newest version of this file is available from the maintainer's ;; Webpage: ;; -;; http://idlwave.org +;; http://github.com/jdtsmith/idlwave ;; ;; DOCUMENTATION ;; ============= @@ -179,7 +179,7 @@ "Major mode for editing IDL .pro files." :tag "IDLWAVE" :link '(url-link :tag "Home Page" - "http://idlwave.org") + "http://github.com/jdtsmith/idlwave") :link '(emacs-commentary-link :tag "Commentary in idlw-shell.el" "idlw-shell.el") :link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el") @@ -1878,7 +1878,8 @@ The main features of this mode are Info documentation for this package is available. Use \\[idlwave-info] to display (complain to your sysadmin if that does not work). For Postscript, PDF, and HTML versions of the - documentation, check IDLWAVE's homepage at URL `http://idlwave.org'. + documentation, check IDLWAVE's homepage at URL + `http://github.com/jdtsmith/idlwave'. IDLWAVE has customize support - see the group `idlwave'. 10.Keybindings From a27e8c78c03a911db68885f0beffb69250fc75fe Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 28 Jun 2014 19:33:50 -0700 Subject: [PATCH 02/38] Doc and comment fixes re "online" help * doc/emacs/help.texi (Misc Help): * doc/emacs/trouble.texi (Checklist): * doc/lispintro/emacs-lisp-intro.texi (Note for Novices, Finding More) (Conclusion): * doc/lispref/help.texi (Help Functions): * doc/misc/info.texi, doc/misc/mh-e.texi: * etc/refcards/calccard.tex (section{Getting Help}): * lisp/cus-edit.el (help): * lisp/finder.el (finder-known-keywords): * lisp/help.el (help-for-help-internal): * lisp/vc/ediff-mult.el (ediff-meta-buffer-verbose-message) (ediff-redraw-registry-buffer): * lisp/vc/ediff-ptch.el (ediff-patch-file-internal): Doc fixes re "online" help. Fixes: debbugs:17803 --- doc/emacs/ChangeLog | 6 ++++++ doc/emacs/help.texi | 3 +-- doc/emacs/trouble.texi | 2 +- doc/lispintro/ChangeLog | 5 +++++ doc/lispintro/emacs-lisp-intro.texi | 8 ++++---- doc/lispref/ChangeLog | 5 +++++ doc/lispref/help.texi | 2 +- doc/misc/ChangeLog | 3 +++ doc/misc/info.texi | 6 +++--- doc/misc/mh-e.texi | 22 +++++++++++----------- etc/ChangeLog | 5 +++++ etc/refcards/calccard.tex | 2 +- lisp/ChangeLog | 8 ++++++++ lisp/cus-edit.el | 2 +- lisp/ehelp.el | 2 +- lisp/emulation/viper.el | 2 +- lisp/finder.el | 2 +- lisp/help.el | 10 +++++----- lisp/progmodes/f90.el | 4 ++-- lisp/progmodes/pascal.el | 4 ++-- lisp/vc/ediff-mult.el | 4 ++-- lisp/vc/ediff-ptch.el | 2 +- lisp/vc/ediff.el | 2 +- 23 files changed, 71 insertions(+), 40 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7c85d3a617e..5457f2d1f42 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,9 @@ +2014-06-29 Glenn Morris + + * help.texi (Misc Help): + * trouble.texi (Checklist): "Online" help doesn't mean what it + used to any more. + 2014-06-08 Glenn Morris * entering.texi (Entering Emacs): Small fix re initial-buffer-choice. diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index db5448692f9..da831d76124 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -490,8 +490,7 @@ currently in use. @xref{Coding Systems}. @kindex C-h i @findex info @cindex Info -@cindex manuals, on-line -@cindex on-line manuals +@cindex manuals, included @kbd{C-h i} (@code{info}) runs the Info program, which browses structured documentation files. The entire Emacs manual is available within Info, along with many other manuals for the GNU system. Type diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index f0cbbcc5721..09260a1e5a9 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -847,7 +847,7 @@ conclusion from our observations. @item If the bug is that the Emacs Manual or the Emacs Lisp Reference Manual fails to describe the actual behavior of Emacs, or that the text is -confusing, copy in the text from the online manual which you think is +confusing, copy in the text from the manual which you think is at fault. If the section is small, just the section name is enough. @item diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 6ca9eb4c93f..ee3af3ff3d1 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,8 @@ +2014-06-29 Glenn Morris + + * emacs-lisp-intro.texi (Note for Novices, Finding More, Conclusion): + "Online" help doesn't mean what it used to any more. + 2014-02-25 Glenn Morris * emacs-lisp-intro.texi (X11 Colors): Don't use setq with hooks. diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index f181569ca75..4c85e67f7f3 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -903,7 +903,7 @@ file, @file{cl.el}, that adds many Common Lisp features to Emacs Lisp.) If you don't know GNU Emacs, you can still read this document profitably. However, I recommend you learn Emacs, if only to learn to move around your computer screen. You can teach yourself how to use -Emacs with the on-line tutorial. To use it, type @kbd{C-h t}. (This +Emacs with the built-in tutorial. To use it, type @kbd{C-h t}. (This means you press and release the @key{CTRL} key and the @kbd{h} at the same time, and then press and release @kbd{t}.) @@ -4657,7 +4657,7 @@ specialized library, such as a law library or an engineering library, rather than a general library. Each library, or file, contains functions that relate to a particular topic or activity, such as @file{abbrev.el} for handling abbreviations and other typing -shortcuts, and @file{help.el} for on-line help. (Sometimes several +shortcuts, and @file{help.el} for help. (Sometimes several libraries provide code for a single activity, as the various @file{rmail@dots{}} files provide code for reading electronic mail.) In @cite{The GNU Emacs Manual}, you will see sentences such as ``The @@ -18685,9 +18685,9 @@ easy-to-read description of Emacs Lisp. It is written not only for experts, but for people who know what you know. (The @cite{Reference Manual} comes with the standard GNU Emacs distribution. Like this introduction, it comes as a Texinfo source file, so you can read it -on-line and as a typeset, printed book.) +on your computer and as a typeset, printed book.) -Go to the other on-line help that is part of GNU Emacs: the on-line +Go to the other built-in help that is part of GNU Emacs: the built-in documentation for all functions and variables, and @code{find-tag}, the program that takes you to sources. diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6b673e7f329..2464eda28cb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2014-06-29 Glenn Morris + + * help.texi (Help Functions): "Online" help doesn't mean what it + used to any more. + 2014-06-26 Glenn Morris * minibuf.texi (Intro to Minibuffers): Batch mode is basic. diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 9a763b60938..20fb0e651f9 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -508,7 +508,7 @@ non-@code{nil}, the return value is always a vector. @node Help Functions @section Help Functions - Emacs provides a variety of on-line help functions, all accessible to + Emacs provides a variety of built-in help functions, all accessible to the user as subcommands of the prefix @kbd{C-h}. For more information about them, see @ref{Help, , Help, emacs, The GNU Emacs Manual}. Here we describe some program-level interfaces to the same information. diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d26d3a85b03..8547299aafc 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,5 +1,8 @@ 2014-06-29 Glenn Morris + * info.texi, mh-e.texi: "Online help" doesn't mean what it + used to any more. + * idlwave.texi (Introduction): Comment out dead http screenshot links. 2014-06-23 Leo Liu diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 87e7794c61e..a3a14a35b80 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi @@ -12,7 +12,7 @@ @comment %**end of header @copying -This file describes how to use Info, the on-line, menu-driven GNU +This file describes how to use Info, the menu-driven GNU documentation system. Copyright @copyright{} 1989, 1992, 1996--2014 Free Software Foundation, Inc. @@ -51,7 +51,7 @@ modify this GNU manual.'' @node Top @top Info: An Introduction -The GNU Project distributes most of its on-line manuals in the +The GNU Project distributes most of its manuals in the @dfn{Info format}, which you read using an @dfn{Info reader}. You are probably using an Info reader to read this now. @@ -98,7 +98,7 @@ program on a computer, so that you can try Info commands while reading about them. Reading it on paper or with an HTML browser is less effective, since you must take it on faith that the commands described really do what the manual says. By all means go through this manual -now that you have it; but please try going through the on-line version +now that you have it; but please try going through the Info version as well. @cindex Info reader, how to invoke diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index a5766e346e3..b4538f89db5 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi @@ -227,7 +227,7 @@ have, see @ref{Getting Started}. @kindex C-h t If you don't already use GNU Emacs but want to learn more, you can -read an online tutorial by starting GNU Emacs and typing @kbd{C-h t} +read a built-in tutorial by starting GNU Emacs and typing @kbd{C-h t} (@code{help-with-tutorial}). (To learn about this notation, see @ref{Conventions}.) If you want to take the plunge, consult the @iftex @@ -1066,9 +1066,9 @@ This chapter begins the meat of the manual which goes into more detail about every MH-E command and option. @cindex Emacs, info -@cindex Emacs, online help +@cindex Emacs, built-in help @cindex info -@cindex online help +@cindex built-in help @findex describe-mode @findex mh-help @kindex ? @@ -1083,12 +1083,12 @@ summaries at the beginning of each chapter. In case you have or would like to rebind the keys, the command summaries also list the associated Emacs Lisp function. Furthermore, even if you're stranded on a desert island with a laptop and are without your manuals, you can -get a summary of all these commands with GNU Emacs online help: use +get a summary of all these commands with GNU Emacs built-in help: use @kbd{C-h m} (@code{describe-mode}) for a brief summary of commands, @kbd{?} (@code{mh-help}) for an even briefer summary@footnote{This help appears in a buffer called @file{*MH-E Help*} (@pxref{Miscellaneous}).} (@kbd{C-c ?} in MH-Letter mode), or @kbd{C-h -i} to read this manual via Info. The online help is quite good; try +i} to read this manual via Info. The built-in help is quite good; try running @kbd{C-h C-h}. This brings up a list of available help topics, one of which displays the documentation for a given key (like @kbd{C-h k C-n}). Another useful help feature is to view the manual section @@ -1120,21 +1120,21 @@ exist, @c Yes, some of the stuff in the following sections is redundant, but @c TeX barfs if the @ifs are inside the @footnote. @iftex -@footnote{The @cite{GNU Emacs Lisp Reference Manual} may be available -online in the Info system by typing @kbd{C-h i m Emacs Lisp +@footnote{The @cite{GNU Emacs Lisp Reference Manual} should be available +via the Info system by typing @kbd{C-h i m Emacs Lisp @key{RET}}. It is also available online at @* @uref{http://www.gnu.org/software/emacs/manual/elisp.html}.} @end iftex @ifinfo @footnote{@xref{Top, The GNU Emacs Lisp Reference Manual, , elisp, GNU -Emacs Lisp Reference Manual}, which may be available online in the +Emacs Lisp Reference Manual}, which should be available via the Info system. It is also available online at @uref{http://www.gnu.org/software/emacs/manual/elisp.html}.} @end ifinfo @ifhtml @footnote{The @uref{http://www.gnu.org/software/emacs/manual/elisp.html, -The GNU Emacs Lisp Reference Manual} may also be available online in +The GNU Emacs Lisp Reference Manual} should be available via the Info system by typing @kbd{C-h i m Emacs Lisp @key{RET}}.} @end ifhtml and you can look at the code itself for examples. Look in the Emacs @@ -1142,7 +1142,7 @@ Lisp directory on your system (such as @file{/usr/local/share/emacs/lisp/mh-e}) and find all the @file{mh-*.el} files there. When calling MH-E and other Emacs Lisp functions directly from Emacs Lisp code, you'll need to know the correct arguments. Use -the online help for this. For example, try @kbd{C-h f +the built-in help for this. For example, try @kbd{C-h f mh-execute-commands @key{RET}}. If you write your own functions, please do not prefix your symbols (variables and functions) with @samp{mh-}. This prefix is reserved for the MH-E package. To avoid @@ -6405,7 +6405,7 @@ see the section The Menu Bar} in @cite{The GNU Emacs Manual}. @end ifhtml -The Emacs manual describes how to get online help for a particular +The Emacs manual describes how to get help for a particular menu item. You can also look up a menu item in the index of this manual in two ways: all of the menu items are listed alphabetically, and you can also browse all of the items under the index entry diff --git a/etc/ChangeLog b/etc/ChangeLog index e040d8fd51a..9493fc0a64f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-29 Glenn Morris + + * refcards/calccard.tex (section{Getting Help}): + Meaning of "on-line" has changed. + 2014-06-27 Glenn Morris * publicsuffix.txt: Update from source. diff --git a/etc/refcards/calccard.tex b/etc/refcards/calccard.tex index 982382ecd89..03bc37d8856 100644 --- a/etc/refcards/calccard.tex +++ b/etc/refcards/calccard.tex @@ -297,7 +297,7 @@ \section{Getting Help} \key{describe key briefly}{h c} \key{describe key fully}{h k} \key{describe function or command}{h f} -\key{read on-line manual}{h i{\rm\enskip or\enskip}\calcprefix i} +\key{read Info manual}{h i{\rm\enskip or\enskip}\calcprefix i} \key{read full Calc summary}{h s{\rm\enskip or\enskip}\calcprefix s} \section{Error Recovery} diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90cb951681c..1a1f91b0e3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2014-06-29 Glenn Morris + * cus-edit.el (help): + * finder.el (finder-known-keywords): + * help.el (help-for-help-internal): + * vc/ediff-mult.el (ediff-meta-buffer-verbose-message) + (ediff-redraw-registry-buffer): + * vc/ediff-ptch.el (ediff-patch-file-internal): + Doc fixes re "online" help. (Bug#17803) + * progmodes/idlwave.el (idlwave): Update url-link for custom group. (idlwave-mode): Doc URL update. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 212e29069eb..b54898a171c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -324,7 +324,7 @@ :group 'emacs) (defgroup help nil - "Support for on-line help systems." + "Support for Emacs help systems." :group 'emacs) (defgroup multimedia nil diff --git a/lisp/ehelp.el b/lisp/ehelp.el index dd6c6c4cb28..46db552c3f5 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -25,7 +25,7 @@ ;;; Commentary: ;; This package provides a pre-packaged `Electric Help Mode' for -;; browsing on-line help screens. There is one entry point, +;; browsing Emacs help screens. There is one entry point, ;; `with-electric-help'; all you have to give it is a no-argument ;; function that generates the actual text of the help into the current ;; buffer. diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 650b8acbb81..d1353bdc8fa 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -107,7 +107,7 @@ ;; ---------------- ;; Bug reports and ideas contributed by many users have helped ;; improve Viper and the various versions of VIP. -;; See the on-line manual for a complete list of contributors. +;; See the manual for a complete list of contributors. ;; ;; ;;; Notes: diff --git a/lisp/finder.el b/lisp/finder.el index 092a2ddd8a4..bb5b441e26d 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -52,7 +52,7 @@ (frames . "Emacs frames and window systems") (games . "games, jokes and amusements") (hardware . "interfacing with system hardware") - (help . "on-line help systems") + (help . "Emacs help systems") (hypermedia . "links between text or other media types") (i18n . "internationalization and character-set support") (internal . "code for Emacs internals, build process, defaults") diff --git a/lisp/help.el b/lisp/help.el index 72a95244716..fa2a4f207e0 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -23,7 +23,7 @@ ;;; Commentary: -;; This code implements GNU Emacs's on-line help system, the one invoked by +;; This code implements GNU Emacs's built-in help system, the one invoked by ;; `M-x help-for-help'. ;;; Code: @@ -202,13 +202,13 @@ d PATTERN Show a list of functions, variables, and other items whose documentation matches the PATTERN (a list of words or a regexp). e Go to the *Messages* buffer which logs echo-area messages. f FUNCTION Display documentation for the given function. -F COMMAND Show the on-line manual's section that describes the command. +F COMMAND Show the Emacs manual's section that describes the command. g Display information about the GNU project. h Display the HELLO file which illustrates various scripts. -i Start the Info documentation reader: read on-line manuals. +i Start the Info documentation reader: read included manuals. I METHOD Describe a specific input method, or RET for current. k KEYS Display the full documentation for the key sequence. -K KEYS Show the on-line manual's section for the command bound to KEYS. +K KEYS Show the Emacs manual's section for the command bound to KEYS. l Show last 300 input keystrokes (lossage). L LANG-ENV Describes a specific language environment, or RET for current. m Display documentation of current minor modes and current major mode, @@ -218,7 +218,7 @@ p TOPIC Find packages matching a given topic keyword. P PACKAGE Describe the given Emacs Lisp package. r Display the Emacs manual in Info mode. s Display contents of current syntax table, plus explanations. -S SYMBOL Show the section for the given symbol in the on-line manual +S SYMBOL Show the section for the given symbol in the Info manual for the programming language used in this buffer. t Start the Emacs learn-by-doing tutorial. v VARIABLE Display the given variable's documentation and value. diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 6aee713dd86..215b8d8358e 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -71,8 +71,8 @@ ;; For example: ;; (add-to-list 'auto-mode-alist '("\\.f\\'" . f90-mode)) -;; Once you have entered f90-mode, you may get more info by using -;; the command describe-mode (C-h m). For online help use +;; Once you have entered f90-mode, you can get more info by using +;; the command describe-mode (C-h m). For help use ;; C-h f , or ;; C-h v . diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index cedc2986eda..f32d4641af0 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el @@ -26,8 +26,8 @@ ;; ===== ;; Emacs should enter Pascal mode when you find a Pascal source file. -;; When you have entered Pascal mode, you may get more info by pressing -;; C-h m. You may also get online help describing various functions by: +;; When you have entered Pascal mode, you can get more info by pressing +;; C-h m. You can also get help describing various functions by: ;; C-h f ;; If you want to customize Pascal mode to fit you better, you may add diff --git a/lisp/vc/ediff-mult.el b/lisp/vc/ediff-mult.el index 9837c20b84d..56ff13fbbb6 100644 --- a/lisp/vc/ediff-mult.el +++ b/lisp/vc/ediff-mult.el @@ -140,7 +140,7 @@ Useful commands (type ? to hide them and free up screen): uh/um:\tunmark all sessions marked for hiding/operation n,SPC:\tnext session p,DEL:\tprevious session - E:\tbrowse Ediff on-line manual + E:\tbrowse Ediff manual T:\ttoggle truncation of long file names q:\tquit this session group ") @@ -1464,7 +1464,7 @@ Useful commands: R in any Ediff session: display session registry n,SPC: next session p,DEL: previous session - E: browse Ediff on-line manual + E: browse Ediff manual q: bury registry diff --git a/lisp/vc/ediff-ptch.el b/lisp/vc/ediff-ptch.el index d1332351a74..bb6ab1062c1 100644 --- a/lisp/vc/ediff-ptch.el +++ b/lisp/vc/ediff-ptch.el @@ -735,7 +735,7 @@ The second problem might be due to an incompatibility among these settings: ediff-patch-program = %S ediff-patch-options = %S ediff-backup-extension = %S ediff-backup-specs = %S -See Ediff on-line manual for more details on these variables. +See Ediff manual for more details on these variables. In particular, check the documentation for `ediff-backup-specs'. In any of the above cases, Ediff doesn't compare files automatically. diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 927a3ba7fb6..5418039143f 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el @@ -64,7 +64,7 @@ ;; compressed files. Details are given below. ;; Finally, Ediff supports directory-level comparison, merging and patching. -;; See the on-line manual for details. +;; See the Ediff manual for details. ;; This package builds upon the ideas borrowed from emerge.el and several ;; Ediff's functions are adaptations from emerge.el. Much of the functionality From becc9e3c3f8b6df40f159eb01a89d5c7374fa23d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 29 Jun 2014 22:48:55 +0200 Subject: [PATCH 03/38] * vc/vc-git.el (vc-git-checkin): When operating on the whole tree pass "-a". --- lisp/ChangeLog | 5 +++++ lisp/vc/vc-git.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a1f91b0e3d..b0648996b13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-06-29 Andreas Schwab + + * vc/vc-git.el (vc-git-checkin): When operating on the whole tree + pass "-a". + 2014-06-29 Glenn Morris * cus-edit.el (help): diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index c7cae8359bf..9c8ab3ba393 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -674,7 +674,7 @@ It is based on `log-edit-mode', and has Git-specific extensions.") (cl-flet ((boolean-arg-fn (argument) (lambda (value) (when (equal value "yes") (list argument))))) - ;; When operating on the whole tree, better pass nil than ".", since "." + ;; When operating on the whole tree, better pass "-a" than ".", since "." ;; fails when we're committing a merge. (apply 'vc-git-command nil 0 (if only files) (nconc (list "commit" "-m") @@ -684,7 +684,7 @@ It is based on `log-edit-mode', and has Git-specific extensions.") ("Amend" . ,(boolean-arg-fn "--amend")) ("Sign-Off" . ,(boolean-arg-fn "--signoff"))) comment) - (if only (list "--only" "--"))))))) + (if only (list "--only" "--") '("-a"))))))) (defun vc-git-find-revision (file rev buffer) (let* (process-file-side-effects From 1e23f9f308be761ca3b1bb992c7983a4585d9174 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 30 Jun 2014 19:45:38 +0300 Subject: [PATCH 04/38] Fix bug #17875 with changing TTY frame size, then selecting new frame. src/frame.c (do_switch_frame): When switching to another TTY frame, make sure FrameCols and FrameRows are in sync with the new frame's data. --- src/ChangeLog | 6 ++++++ src/frame.c | 16 +++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index eac62eef7a7..6d1e23b40fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2014-06-30 Eli Zaretskii + + * frame.c (do_switch_frame): When switching to another TTY frame, + make sure FrameCols and FrameRows are in sync with the new frame's + data. (Bug#17875) + 2014-06-28 Andreas Schwab * coding.c (encode_coding_utf_8): Correctly count produced_chars diff --git a/src/frame.c b/src/frame.c index 35c926ce7ef..0c130164352 100644 --- a/src/frame.c +++ b/src/frame.c @@ -46,6 +46,7 @@ along with GNU Emacs. If not, see . */ #ifdef HAVE_WINDOW_SYSTEM #include "fontset.h" #endif +#include "cm.h" #ifdef MSDOS #include "msdos.h" #include "dosfns.h" @@ -851,7 +852,9 @@ do_switch_frame (Lisp_Object frame, int track, int for_deletion, Lisp_Object nor if (FRAME_TERMCAP_P (XFRAME (frame)) || FRAME_MSDOS_P (XFRAME (frame))) { - Lisp_Object top_frame = FRAME_TTY (XFRAME (frame))->top_frame; + struct frame *f = XFRAME (frame); + struct tty_display_info *tty = FRAME_TTY (f); + Lisp_Object top_frame = tty->top_frame; /* Don't mark the frame garbaged and/or obscured if we are switching to the frame that is already the top frame of that @@ -861,9 +864,16 @@ do_switch_frame (Lisp_Object frame, int track, int for_deletion, Lisp_Object nor if (FRAMEP (top_frame)) /* Mark previously displayed frame as now obscured. */ SET_FRAME_VISIBLE (XFRAME (top_frame), 2); - SET_FRAME_VISIBLE (XFRAME (frame), 1); + SET_FRAME_VISIBLE (f, 1); + /* If the new TTY frame changed dimensions, we need to + resync term.c's idea of the frame size with the new + frame's data. */ + if (FRAME_COLS (f) != FrameCols (tty)) + FrameCols (tty) = FRAME_COLS (f); + if (FRAME_LINES (f) != FrameRows (tty)) + FrameRows (tty) = FRAME_LINES (f); } - FRAME_TTY (XFRAME (frame))->top_frame = frame; + tty->top_frame = frame; } selected_frame = frame; From 64c11219d16ae5f971d51f1fb19405b0e24f9269 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 30 Jun 2014 22:25:52 -0400 Subject: [PATCH 05/38] * lisp/ps-def.el (ps-generate-postscript-with-faces1): Don't mess with buffer-invisibility-spec. Fixes: debbugs:17867 --- lisp/ChangeLog | 5 +++++ lisp/ps-def.el | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0648996b13..c01480ef857 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-01 Stefan Monnier + + * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with + buffer-invisibility-spec (bug#17867). + 2014-06-29 Andreas Schwab * vc/vc-git.el (vc-git-checkin): When operating on the whole tree diff --git a/lisp/ps-def.el b/lisp/ps-def.el index 92a2e0b38cd..db0694549e1 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el @@ -325,8 +325,6 @@ ;; Emacs (property-change from) (overlay-change from) - (save-buffer-invisibility-spec buffer-invisibility-spec) - (buffer-invisibility-spec nil) before-string after-string) (while (< from to) (and (< property-change to) ; Don't search for property change From 3acd6262d993cb445a3656808ce544cf68754f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Tue, 1 Jul 2014 00:54:11 -0300 Subject: [PATCH 06/38] * lisp/progmodes/python.el (python-indent-post-self-insert-function): Enhancements to electric indentation behavior inside parens. * test/automated/python-tests.el (python-tests-self-insert): New function. (python-triple-quote-pairing): Use it. (python-util-forward-comment-1): New test. (Bug#17658) --- lisp/ChangeLog | 6 ++ lisp/progmodes/python.el | 28 +++++--- test/ChangeLog | 7 ++ test/automated/python-tests.el | 114 +++++++++++++++++++++++++-------- 4 files changed, 122 insertions(+), 33 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c01480ef857..4d186b585dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2014-07-01 Fabián Ezequiel Gallina + + * progmodes/python.el (python-indent-post-self-insert-function): + Enhancements to electric indentation behavior inside + parens. (Bug#17658) + 2014-07-01 Stefan Monnier * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f99a580b376..2301db8ecf6 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1097,16 +1097,28 @@ the line will be re-indented automatically if needed." (when (and electric-indent-mode (eq (char-before) last-command-event)) (cond - ((and (not (bolp)) - (memq (char-after) '(?\) ?\] ?\}))) + ;; Electric indent inside parens + ((and + (not (bolp)) + (let ((paren-start (python-syntax-context 'paren))) + ;; Check that point is inside parens. + (when paren-start + (not + ;; Filter the case where input is happening in the same + ;; line where the open paren is. + (= (line-number-at-pos) + (line-number-at-pos paren-start))))) + ;; When content has been added before the closing paren or a + ;; comma has been inserted, it's ok to do the trick. + (or + (memq (char-after) '(?\) ?\] ?\})) + (eq (char-before) ?,))) (save-excursion (goto-char (line-beginning-position)) - ;; If after going to the beginning of line the point - ;; is still inside a paren it's ok to do the trick - (when (python-syntax-context 'paren) - (let ((indentation (python-indent-calculate-indentation))) - (when (< (current-indentation) indentation) - (indent-line-to indentation)))))) + (let ((indentation (python-indent-calculate-indentation))) + (when (< (current-indentation) indentation) + (indent-line-to indentation))))) + ;; Electric colon ((and (eq ?: last-command-event) (memq ?: electric-indent-chars) (not current-prefix-arg) diff --git a/test/ChangeLog b/test/ChangeLog index dea6f4a9264..f93b553f341 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,10 @@ +2014-07-01 Fabián Ezequiel Gallina + + * automated/python-tests.el + (python-tests-self-insert): New function. + (python-triple-quote-pairing): Use it. + (python-util-forward-comment-1): New test. (Bug#17658) + 2014-06-28 Leo Liu * automated/calc-tests.el: New file and add tests for math-bignum. diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index f580e946b8f..a35242fe882 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el @@ -86,6 +86,24 @@ STRING, it is skipped so the next STRING occurrence is selected." found-point (and restore-point (goto-char starting-point))))) +(defun python-tests-self-insert (char-or-str) + "Call `self-insert-command' for chars in CHAR-OR-STR." + (let ((chars + (cond + ((characterp char-or-str) + (list char-or-str)) + ((stringp char-or-str) + (string-to-list char-or-str)) + ((not + (cl-remove-if #'characterp char-or-str)) + char-or-str) + (t (error "CHAR-OR-STR must be a char, string, or list of char"))))) + (mapc + (lambda (char) + (let ((last-command-event char)) + (call-interactively 'self-insert-command))) + chars))) + ;;; Tests for your tests, so you can test while you test. @@ -2715,9 +2733,6 @@ def foo(a, b, c): (should (string= (python-util-strip-string "\n \t \n\r ") "")) (should (string= (python-util-strip-string "") ""))) - -;;; Electricity - (ert-deftest python-util-forward-comment-1 () (python-tests-with-temp-buffer (concat @@ -2730,36 +2745,85 @@ def foo(a, b, c): (python-util-forward-comment -1) (should (= (point) (point-min))))) + +;;; Electricity + +(ert-deftest python-parens-electric-indent-1 () + (require 'electric) + (let ((eim electric-indent-mode)) + (unwind-protect + (progn + (python-tests-with-temp-buffer + " +from django.conf.urls import patterns, include, url + +from django.contrib import admin + +from myapp import views + + +urlpatterns = patterns('', + url(r'^$', views.index +) +" + (electric-indent-mode 1) + (python-tests-look-at "views.index") + (end-of-line) + + ;; Inserting commas within the same line should leave + ;; indentation unchanged. + (python-tests-self-insert ",") + (should (= (current-indentation) 4)) + + ;; As well as any other input happening within the same + ;; set of parens. + (python-tests-self-insert " name='index')") + (should (= (current-indentation) 4)) + + ;; But a comma outside it, should trigger indentation. + (python-tests-self-insert ",") + (should (= (current-indentation) 23)) + + ;; Newline indents to the first argument column + (python-tests-self-insert "\n") + (should (= (current-indentation) 23)) + + ;; All this input must not change indentation + (indent-line-to 4) + (python-tests-self-insert "url(r'^/login$', views.login)") + (should (= (current-indentation) 4)) + + ;; But this comma does + (python-tests-self-insert ",") + (should (= (current-indentation) 23)))) + (or eim (electric-indent-mode -1))))) + (ert-deftest python-triple-quote-pairing () (require 'electric) (let ((epm electric-pair-mode)) (unwind-protect (progn (python-tests-with-temp-buffer - "\"\"\n" - (or epm (electric-pair-mode 1)) - (goto-char (1- (point-max))) - (let ((last-command-event ?\")) - (call-interactively 'self-insert-command)) - (should (string= (buffer-string) - "\"\"\"\"\"\"\n")) - (should (= (point) 4))) + "\"\"\n" + (or epm (electric-pair-mode 1)) + (goto-char (1- (point-max))) + (python-tests-self-insert ?\") + (should (string= (buffer-string) + "\"\"\"\"\"\"\n")) + (should (= (point) 4))) (python-tests-with-temp-buffer - "\n" - (let ((last-command-event ?\")) - (dotimes (i 3) - (call-interactively 'self-insert-command))) - (should (string= (buffer-string) - "\"\"\"\"\"\"\n")) - (should (= (point) 4))) + "\n" + (python-tests-self-insert (list ?\" ?\" ?\")) + (should (string= (buffer-string) + "\"\"\"\"\"\"\n")) + (should (= (point) 4))) (python-tests-with-temp-buffer - "\"\n\"\"\n" - (goto-char (1- (point-max))) - (let ((last-command-event ?\")) - (call-interactively 'self-insert-command)) - (should (= (point) (1- (point-max)))) - (should (string= (buffer-string) - "\"\n\"\"\"\n")))) + "\"\n\"\"\n" + (goto-char (1- (point-max))) + (python-tests-self-insert ?\") + (should (= (point) (1- (point-max)))) + (should (string= (buffer-string) + "\"\n\"\"\"\n")))) (or epm (electric-pair-mode -1))))) From 3f4d0f042ac4a6749e08a02d09f57269cef47aa6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 1 Jul 2014 00:00:46 -0700 Subject: [PATCH 07/38] * lisp/vc/log-edit.el (log-edit-hook): Add missing :version. --- lisp/ChangeLog | 4 ++++ lisp/vc/log-edit.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d186b585dd..8f4aa0c608e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-07-01 Glenn Morris + + * vc/log-edit.el (log-edit-hook): Add missing :version. + 2014-07-01 Fabián Ezequiel Gallina * progmodes/python.el (python-indent-post-self-insert-function): diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index e6bd897f4ac..2e09af86d22 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -132,6 +132,8 @@ This applies when its SETUP argument is non-nil." log-edit-insert-changelog log-edit-show-files) "Hook run at the end of `log-edit'." + ;; Added log-edit-insert-message-template, moved log-edit-show-files. + :version "24.4" :group 'log-edit :type '(hook :options (log-edit-insert-message-template log-edit-insert-cvs-rcstemplate From 34ac10a87beb0b801e2ca979e98fb40099656c2c Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Tue, 1 Jul 2014 11:30:33 +0400 Subject: [PATCH 08/38] * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889). --- src/ChangeLog | 4 ++++ src/xfaces.c | 16 +++------------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 6d1e23b40fd..a94bf5dbb46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-07-01 Dmitry Antipov + + * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889). + 2014-06-30 Eli Zaretskii * frame.c (do_switch_frame): When switching to another TTY frame, diff --git a/src/xfaces.c b/src/xfaces.c index 4271e47c36f..ac67c7b7be4 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -680,19 +680,9 @@ init_frame_faces (struct frame *f) } #endif /* HAVE_WINDOW_SYSTEM */ - /* Realize basic faces. Must have enough information in frame - parameters to realize basic faces at this point. */ -#ifdef HAVE_X_WINDOWS - if (!FRAME_X_P (f) || FRAME_X_WINDOW (f)) -#endif -#ifdef HAVE_NTGUI - if (!FRAME_WINDOW_P (f) || FRAME_W32_WINDOW (f)) -#endif -#ifdef HAVE_NS - if (!FRAME_NS_P (f) || FRAME_NS_WINDOW (f)) -#endif - if (!realize_basic_faces (f)) - emacs_abort (); + /* Realize faces early (Bug#17889). */ + if (!realize_basic_faces (f)) + emacs_abort (); } From 9714dfd285f404df791d862e242cc726a09c2f85 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Tue, 1 Jul 2014 12:07:32 +0400 Subject: [PATCH 09/38] * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crash caused by xw_popup_dialog in daemon mode (Bug#17891). --- src/ChangeLog | 2 ++ src/menu.c | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index a94bf5dbb46..e733c2820ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,8 @@ 2014-07-01 Dmitry Antipov * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889). + * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crash + caused by xw_popup_dialog in daemon mode (Bug#17891). 2014-06-30 Eli Zaretskii diff --git a/src/menu.c b/src/menu.c index 468f2814eb4..654be0db9c7 100644 --- a/src/menu.c +++ b/src/menu.c @@ -1554,6 +1554,11 @@ for instance using the window manager, then this produces a quit and but I don't want to make one now. */ CHECK_WINDOW (window); + /* Note that xw_popup_dialog can call menu code, so + Vmenu_updating_frame should be set (Bug#17891). */ + eassert (f && FRAME_LIVE_P (f)); + XSETFRAME (Vmenu_updating_frame, f); + /* Force a redisplay before showing the dialog. If a frame is created just before showing the dialog, its contents may not have been fully drawn, as this depends on timing of events from the X server. Redisplay From b14d27ca8fedbe4db9b73da8c2a5477121350ff0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 1 Jul 2014 07:19:31 -0400 Subject: [PATCH 10/38] Auto-commit of loaddefs files. --- lisp/ldefs-boot.el | 1538 ++++++++++++++++++++------------------------ 1 file changed, 709 insertions(+), 829 deletions(-) diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index ce00cc34b87..e1359306e1d 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -3,7 +3,7 @@ ;;; Code: -;;;### (autoloads nil "5x5" "play/5x5.el" (21291 53104 431149 0)) +;;;### (autoloads nil "5x5" "play/5x5.el" (21291 53104 0 0)) ;;; Generated autoloads from play/5x5.el (autoload '5x5 "5x5" "\ @@ -66,7 +66,7 @@ should return a grid vector array that is the new solution. ;;;*** ;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/ada-mode.el (autoload 'ada-add-extensions "ada-mode" "\ @@ -86,7 +86,7 @@ Ada mode is the major mode for editing Ada code. ;;;*** ;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/ada-stmt.el (autoload 'ada-header "ada-stmt" "\ @@ -97,7 +97,7 @@ Insert a descriptive header at the top of the file. ;;;*** ;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/ada-xref.el (autoload 'ada-find-file "ada-xref" "\ @@ -108,8 +108,7 @@ Completion is available. ;;;*** -;;;### (autoloads nil "add-log" "vc/add-log.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "add-log" "vc/add-log.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/add-log.el (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) @@ -239,7 +238,7 @@ old-style time formats for entries are supported. ;;;*** ;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/advice.el (defvar ad-redefinition-action 'warn "\ @@ -374,7 +373,7 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) ;;;*** -;;;### (autoloads nil "align" "align.el" (21418 19288 912946 0)) +;;;### (autoloads nil "align" "align.el" (21417 24123 550487 0)) ;;; Generated autoloads from align.el (autoload 'align "align" "\ @@ -477,7 +476,7 @@ A replacement function for `newline-and-indent', aligning as it goes. ;;;*** -;;;### (autoloads nil "allout" "allout.el" (21291 53104 431149 0)) +;;;### (autoloads nil "allout" "allout.el" (21291 53104 0 0)) ;;; Generated autoloads from allout.el (push (purecopy '(allout 2 3)) package--builtin-versions) @@ -838,7 +837,7 @@ for details on preparing Emacs for automatic allout activation. ;;;*** ;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (21346 -;;;;;; 62196 327729 0)) +;;;;;; 62196 0 0)) ;;; Generated autoloads from allout-widgets.el (push (purecopy '(allout-widgets 1 0)) package--builtin-versions) @@ -896,7 +895,7 @@ outline hot-spot navigation (see `allout-mode'). ;;;*** -;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (21291 53104 431149 +;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from net/ange-ftp.el @@ -918,7 +917,7 @@ directory, so that Emacs will know its current contents. ;;;*** -;;;### (autoloads nil "animate" "play/animate.el" (21291 53104 431149 +;;;### (autoloads nil "animate" "play/animate.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from play/animate.el @@ -951,7 +950,7 @@ the buffer *Birthday-Present-for-Name*. ;;;*** -;;;### (autoloads nil "ansi-color" "ansi-color.el" (21291 53104 431149 +;;;### (autoloads nil "ansi-color" "ansi-color.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from ansi-color.el (push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) @@ -979,7 +978,7 @@ This is a good function to put in `comint-output-filter-functions'. ;;;*** ;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/antlr-mode.el (push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) @@ -1015,8 +1014,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. ;;;*** -;;;### (autoloads nil "appt" "calendar/appt.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "appt" "calendar/appt.el" (21291 53104 0 0)) ;;; Generated autoloads from calendar/appt.el (autoload 'appt-add "appt" "\ @@ -1037,8 +1035,7 @@ ARG is positive, otherwise off. ;;;*** -;;;### (autoloads nil "apropos" "apropos.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "apropos" "apropos.el" (21291 53104 0 0)) ;;; Generated autoloads from apropos.el (autoload 'apropos-read-pattern "apropos" "\ @@ -1153,8 +1150,7 @@ Returns list of symbols and documentation found. ;;;*** -;;;### (autoloads nil "arc-mode" "arc-mode.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "arc-mode" "arc-mode.el" (21291 53104 0 0)) ;;; Generated autoloads from arc-mode.el (autoload 'archive-mode "arc-mode" "\ @@ -1174,7 +1170,7 @@ archive. ;;;*** -;;;### (autoloads nil "array" "array.el" (21291 53104 431149 0)) +;;;### (autoloads nil "array" "array.el" (21291 53104 0 0)) ;;; Generated autoloads from array.el (autoload 'array-mode "array" "\ @@ -1246,7 +1242,7 @@ Entering array mode calls the function `array-mode-hook'. ;;;*** ;;;### (autoloads nil "artist" "textmodes/artist.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/artist.el (push (purecopy '(artist 1 2 6)) package--builtin-versions) @@ -1452,8 +1448,8 @@ Keymap summary ;;;*** -;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (21419 46255 -;;;;;; 468379 0)) +;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (21419 27241 +;;;;;; 500420 0)) ;;; Generated autoloads from progmodes/asm-mode.el (autoload 'asm-mode "asm-mode" "\ @@ -1481,7 +1477,7 @@ Special commands: ;;;*** ;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from gnus/auth-source.el (defvar auth-source-cache-expiry 7200 "\ @@ -1493,8 +1489,7 @@ let-binding.") ;;;*** -;;;### (autoloads nil "autoarg" "autoarg.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "autoarg" "autoarg.el" (21291 53104 0 0)) ;;; Generated autoloads from autoarg.el (defvar autoarg-mode nil "\ @@ -1555,7 +1550,7 @@ This is similar to `autoarg-mode' but rebinds the keypad keys ;;;*** ;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/autoconf.el (autoload 'autoconf-mode "autoconf" "\ @@ -1565,7 +1560,7 @@ Major mode for editing Autoconf configure.ac files. ;;;*** -;;;### (autoloads nil "autoinsert" "autoinsert.el" (21291 53104 431149 +;;;### (autoloads nil "autoinsert" "autoinsert.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from autoinsert.el @@ -1605,7 +1600,7 @@ insert a template for the file depending on the mode of the buffer. ;;;*** ;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/autoload.el (put 'generated-autoload-file 'safe-local-variable 'stringp) @@ -1654,7 +1649,7 @@ should be non-nil). ;;;*** -;;;### (autoloads nil "autorevert" "autorevert.el" (21310 8261 281810 +;;;### (autoloads nil "autorevert" "autorevert.el" (21310 8261 0 ;;;;;; 0)) ;;; Generated autoloads from autorevert.el @@ -1743,7 +1738,7 @@ specifies in the mode line. ;;;*** -;;;### (autoloads nil "avoid" "avoid.el" (21372 5105 739240 0)) +;;;### (autoloads nil "avoid" "avoid.el" (21372 35662 356409 0)) ;;; Generated autoloads from avoid.el (defvar mouse-avoidance-mode nil "\ @@ -1782,7 +1777,7 @@ definition of \"random distance\".) ;;;*** ;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/bat-mode.el (add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) @@ -1800,8 +1795,7 @@ Run script using `bat-run' and `bat-run-args'. ;;;*** -;;;### (autoloads nil "battery" "battery.el" (21341 23900 988149 -;;;;;; 0)) +;;;### (autoloads nil "battery" "battery.el" (21341 23900 0 0)) ;;; Generated autoloads from battery.el (put 'battery-mode-line-string 'risky-local-variable t) @@ -1837,7 +1831,7 @@ seconds. ;;;*** ;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/benchmark.el (autoload 'benchmark-run "benchmark" "\ @@ -1874,7 +1868,7 @@ For non-interactive use see also `benchmark-run' and ;;;*** ;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/bibtex.el (autoload 'bibtex-initialize "bibtex" "\ @@ -1966,7 +1960,7 @@ A prefix arg negates the value of `bibtex-search-entry-globally'. ;;;*** ;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from textmodes/bibtex-style.el (autoload 'bibtex-style-mode "bibtex-style" "\ @@ -1976,8 +1970,7 @@ Major mode for editing BibTeX style files. ;;;*** -;;;### (autoloads nil "binhex" "mail/binhex.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "binhex" "mail/binhex.el" (21291 53104 0 0)) ;;; Generated autoloads from mail/binhex.el (defconst binhex-begin-line "^:...............................................................$" "\ @@ -2002,7 +1995,7 @@ Binhex decode region between START and END. ;;;*** ;;;### (autoloads nil "blackbox" "play/blackbox.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from play/blackbox.el (autoload 'blackbox "blackbox" "\ @@ -2121,7 +2114,7 @@ a reflection. ;;;*** -;;;### (autoloads nil "bookmark" "bookmark.el" (21396 5125 546680 +;;;### (autoloads nil "bookmark" "bookmark.el" (21396 17985 27631 ;;;;;; 0)) ;;; Generated autoloads from bookmark.el (define-key ctl-x-r-map "b" 'bookmark-jump) @@ -2314,8 +2307,8 @@ Incremental search of bookmarks, hiding the non-matches as we go. ;;;*** -;;;### (autoloads nil "browse-url" "net/browse-url.el" (21362 56326 -;;;;;; 483293 0)) +;;;### (autoloads nil "browse-url" "net/browse-url.el" (21361 65337 +;;;;;; 555586 0)) ;;; Generated autoloads from net/browse-url.el (defvar browse-url-browser-function 'browse-url-default-browser "\ @@ -2630,7 +2623,7 @@ from `browse-url-elinks-wrapper'. ;;;*** -;;;### (autoloads nil "bs" "bs.el" (21291 53104 431149 0)) +;;;### (autoloads nil "bs" "bs.el" (21291 53104 0 0)) ;;; Generated autoloads from bs.el (push (purecopy '(bs 1 17)) package--builtin-versions) @@ -2671,7 +2664,7 @@ name of buffer configuration. ;;;*** -;;;### (autoloads nil "bubbles" "play/bubbles.el" (21291 53104 431149 +;;;### (autoloads nil "bubbles" "play/bubbles.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from play/bubbles.el @@ -2694,7 +2687,7 @@ columns on its right towards the left. ;;;*** ;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 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))))) @@ -2715,7 +2708,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings. ;;;*** ;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 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) @@ -2836,7 +2829,7 @@ and corresponding effects. ;;;*** ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from calendar/cal-china.el (put 'calendar-chinese-time-zone 'risky-local-variable t) @@ -2846,7 +2839,7 @@ and corresponding effects. ;;;*** ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from calendar/cal-dst.el (put 'calendar-daylight-savings-starts 'risky-local-variable t) @@ -2858,7 +2851,7 @@ and corresponding effects. ;;;*** ;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from calendar/cal-hebrew.el (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ @@ -2872,7 +2865,7 @@ from the cursor position. ;;;*** -;;;### (autoloads nil "calc" "calc/calc.el" (21421 999 106354 0)) +;;;### (autoloads nil "calc" "calc/calc.el" (21421 21182 542043 0)) ;;; Generated autoloads from calc/calc.el (define-key ctl-x-map "*" 'calc-dispatch) @@ -2957,7 +2950,7 @@ See Info node `(calc)Defining Functions'. ;;;*** ;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from calc/calc-undo.el (autoload 'calc-undo "calc-undo" "\ @@ -2967,7 +2960,7 @@ See Info node `(calc)Defining Functions'. ;;;*** -;;;### (autoloads nil "calculator" "calculator.el" (21291 53104 431149 +;;;### (autoloads nil "calculator" "calculator.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from calculator.el @@ -2980,7 +2973,7 @@ See the documentation for `calculator-mode' for more information. ;;;*** ;;;### (autoloads nil "calendar" "calendar/calendar.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from calendar/calendar.el (autoload 'calendar "calendar" "\ @@ -3023,7 +3016,7 @@ This function is suitable for execution in an init file. ;;;*** -;;;### (autoloads nil "canlock" "gnus/canlock.el" (21291 53104 431149 +;;;### (autoloads nil "canlock" "gnus/canlock.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from gnus/canlock.el @@ -3042,7 +3035,7 @@ it fails. ;;;*** ;;;### (autoloads nil "cap-words" "progmodes/cap-words.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/cap-words.el (autoload 'capitalized-words-mode "cap-words" "\ @@ -3082,14 +3075,14 @@ Obsoletes `c-forward-into-nomenclature'. ;;;*** ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/cc-compat.el (put 'c-indent-level 'safe-local-variable 'integerp) ;;;*** ;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/cc-engine.el (autoload 'c-guess-basic-syntax "cc-engine" "\ @@ -3100,7 +3093,7 @@ Return the syntactic context of the current line. ;;;*** ;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (21307 46976 -;;;;;; 832220 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/cc-guess.el (defvar c-guess-guessed-offsets-alist nil "\ @@ -3199,7 +3192,7 @@ the absolute file name of the file if STYLE-NAME is nil. ;;;*** ;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/cc-mode.el (autoload 'c-initialize-cc-mode "cc-mode" "\ @@ -3357,7 +3350,7 @@ Key bindings: ;;;*** ;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/cc-styles.el (autoload 'c-set-style "cc-styles" "\ @@ -3409,7 +3402,7 @@ and exists only for compatibility reasons. ;;;*** ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/cc-vars.el (put 'c-basic-offset 'safe-local-variable 'integerp) (put 'c-backslash-column 'safe-local-variable 'integerp) @@ -3417,7 +3410,7 @@ and exists only for compatibility reasons. ;;;*** -;;;### (autoloads nil "ccl" "international/ccl.el" (21291 53104 431149 +;;;### (autoloads nil "ccl" "international/ccl.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from international/ccl.el @@ -3679,7 +3672,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. ;;;*** ;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/cconv.el (autoload 'cconv-closure-convert "cconv" "\ @@ -3698,15 +3691,14 @@ Add the warnings that closure conversion would encounter. ;;;*** -;;;### (autoloads nil "cedet" "cedet/cedet.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "cedet" "cedet/cedet.el" (21291 53104 0 0)) ;;; Generated autoloads from cedet/cedet.el (push (purecopy '(cedet 2 0)) package--builtin-versions) ;;;*** ;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/cfengine.el (push (purecopy '(cfengine 1 3)) package--builtin-versions) @@ -3737,14 +3729,14 @@ on the buffer contents ;;;*** ;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/chart.el (push (purecopy '(chart 0 2)) package--builtin-versions) ;;;*** ;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from emacs-lisp/check-declare.el (autoload 'check-declare-file "check-declare" "\ @@ -3762,7 +3754,7 @@ Returns non-nil if any false statements are found. ;;;*** ;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/checkdoc.el (push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) @@ -3963,7 +3955,7 @@ checking of documentation strings. ;;;*** ;;;### (autoloads nil "china-util" "language/china-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from language/china-util.el (autoload 'decode-hz-region "china-util" "\ @@ -4000,8 +3992,7 @@ Encode the text in the current buffer to HZ. ;;;*** -;;;### (autoloads nil "chistory" "chistory.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "chistory" "chistory.el" (21291 53104 0 0)) ;;; Generated autoloads from chistory.el (autoload 'repeat-matching-complex-command "chistory" "\ @@ -4041,7 +4032,7 @@ and runs the normal hook `command-history-hook'. ;;;*** ;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/cl-indent.el (autoload 'common-lisp-indent-function "cl-indent" "\ @@ -4120,7 +4111,7 @@ For example, the function `case' has an indent property ;;;*** ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/cl-lib.el (push (purecopy '(cl-lib 1 0)) package--builtin-versions) @@ -4151,7 +4142,7 @@ a future Emacs interpreter will be able to use it.") ;;;*** ;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/cmacexp.el (autoload 'c-macro-expand "cmacexp" "\ @@ -4171,8 +4162,7 @@ For use inside Lisp programs, see also `c-macro-expansion'. ;;;*** -;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (21291 53104 0 0)) ;;; Generated autoloads from cmuscheme.el (autoload 'run-scheme "cmuscheme" "\ @@ -4192,7 +4182,7 @@ is run). ;;;*** -;;;### (autoloads nil "color" "color.el" (21291 53104 431149 0)) +;;;### (autoloads nil "color" "color.el" (21291 53104 0 0)) ;;; Generated autoloads from color.el (autoload 'color-name-to-rgb "color" "\ @@ -4211,7 +4201,7 @@ If FRAME cannot display COLOR, return nil. ;;;*** -;;;### (autoloads nil "comint" "comint.el" (21341 23900 988149 0)) +;;;### (autoloads nil "comint" "comint.el" (21341 23900 0 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) "\ @@ -4311,7 +4301,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. ;;;*** ;;;### (autoloads nil "compare-w" "vc/compare-w.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from vc/compare-w.el (autoload 'compare-windows "compare-w" "\ @@ -4344,8 +4334,8 @@ on third call it again advances points to the next difference and so on. ;;;*** -;;;### (autoloads nil "compile" "progmodes/compile.el" (21358 35866 -;;;;;; 898057 0)) +;;;### (autoloads nil "compile" "progmodes/compile.el" (21356 47422 +;;;;;; 369946 0)) ;;; Generated autoloads from progmodes/compile.el (defvar compilation-mode-hook nil "\ @@ -4526,7 +4516,7 @@ This is the value of `next-error-function' in Compilation buffers. ;;;*** -;;;### (autoloads nil "completion" "completion.el" (21291 53104 431149 +;;;### (autoloads nil "completion" "completion.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from completion.el @@ -4550,7 +4540,7 @@ if ARG is omitted or nil. ;;;*** ;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from textmodes/conf-mode.el (autoload 'conf-mode "conf-mode" "\ @@ -4705,7 +4695,7 @@ For details see `conf-mode'. Example: ;;;*** -;;;### (autoloads nil "cookie1" "play/cookie1.el" (21291 53104 431149 +;;;### (autoloads nil "cookie1" "play/cookie1.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from play/cookie1.el @@ -4735,7 +4725,7 @@ and subsequent calls on the same file won't go to disk. ;;;*** ;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 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) @@ -4774,7 +4764,7 @@ If FIX is non-nil, run `copyright-fix-years' instead. ;;;*** ;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/cperl-mode.el (put 'cperl-indent-level 'safe-local-variable 'integerp) (put 'cperl-brace-offset 'safe-local-variable 'integerp) @@ -4972,8 +4962,7 @@ Run a `perldoc' on the word around point. ;;;*** -;;;### (autoloads nil "cpp" "progmodes/cpp.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "cpp" "progmodes/cpp.el" (21291 53104 0 0)) ;;; Generated autoloads from progmodes/cpp.el (autoload 'cpp-highlight-buffer "cpp" "\ @@ -4991,7 +4980,7 @@ Edit display information for cpp conditionals. ;;;*** -;;;### (autoloads nil "crisp" "emulation/crisp.el" (21291 53104 431149 +;;;### (autoloads nil "crisp" "emulation/crisp.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from emulation/crisp.el @@ -5017,8 +5006,7 @@ if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (21291 53104 0 0)) ;;; Generated autoloads from emacs-lisp/crm.el (autoload 'completing-read-multiple "crm" "\ @@ -5045,7 +5033,7 @@ with empty strings removed. ;;;*** ;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/css-mode.el (autoload 'css-mode "css-mode" "\ @@ -5056,7 +5044,7 @@ Major mode to edit Cascading Style Sheets. ;;;*** ;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emulation/cua-base.el (defvar cua-mode nil "\ @@ -5102,7 +5090,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. ;;;*** ;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emulation/cua-rect.el (autoload 'cua-rectangle-mark-mode "cua-rect" "\ @@ -5113,7 +5101,7 @@ Activates the region if needed. Only lasts until the region is deactivated. ;;;*** -;;;### (autoloads nil "cus-edit" "cus-edit.el" (21291 53104 431149 +;;;### (autoloads nil "cus-edit" "cus-edit.el" (21423 62909 33477 ;;;;;; 0)) ;;; Generated autoloads from cus-edit.el @@ -5426,8 +5414,7 @@ The format is suitable for use with `easy-menu-define'. ;;;*** -;;;### (autoloads nil "cus-theme" "cus-theme.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "cus-theme" "cus-theme.el" (21291 53104 0 0)) ;;; Generated autoloads from cus-theme.el (autoload 'customize-create-theme "cus-theme" "\ @@ -5461,7 +5448,7 @@ omitted, a buffer named *Custom Themes* is used. ;;;*** ;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from vc/cvs-status.el (autoload 'cvs-status-mode "cvs-status" "\ @@ -5471,7 +5458,7 @@ Mode used for cvs status output. ;;;*** -;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (21291 53104 431149 +;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from progmodes/cwarn.el (push (purecopy '(cwarn 1 3 1)) package--builtin-versions) @@ -5517,7 +5504,7 @@ See `cwarn-mode' for more information on Cwarn mode. ;;;*** ;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from language/cyril-util.el (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ @@ -5545,8 +5532,7 @@ If the argument is nil, we return the display table to its standard state. ;;;*** -;;;### (autoloads nil "dabbrev" "dabbrev.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "dabbrev" "dabbrev.el" (21291 53104 0 0)) ;;; Generated autoloads from dabbrev.el (put 'dabbrev-case-fold-search 'risky-local-variable t) (put 'dabbrev-case-replace 'risky-local-variable t) @@ -5593,7 +5579,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. ;;;*** ;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from cedet/data-debug.el (autoload 'data-debug-new-buffer "data-debug" "\ @@ -5603,7 +5589,7 @@ Create a new data-debug buffer with NAME. ;;;*** -;;;### (autoloads nil "dbus" "net/dbus.el" (21405 56335 157417 0)) +;;;### (autoloads nil "dbus" "net/dbus.el" (21406 53815 191813 0)) ;;; Generated autoloads from net/dbus.el (autoload 'dbus-handle-event "dbus" "\ @@ -5617,7 +5603,7 @@ If the HANDLER returns a `dbus-error', it is propagated as return message. ;;;*** ;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/dcl-mode.el (autoload 'dcl-mode "dcl-mode" "\ @@ -5744,7 +5730,7 @@ There is some minimal font-lock support (see vars ;;;*** ;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/debug.el (setq debugger 'debug) @@ -5788,7 +5774,7 @@ To specify a nil argument interactively, exit with an empty minibuffer. ;;;*** ;;;### (autoloads nil "decipher" "play/decipher.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from play/decipher.el (autoload 'decipher "decipher" "\ @@ -5816,8 +5802,7 @@ The most useful commands are: ;;;*** -;;;### (autoloads nil "delim-col" "delim-col.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "delim-col" "delim-col.el" (21291 53104 0 0)) ;;; Generated autoloads from delim-col.el (push (purecopy '(delim-col 2 1)) package--builtin-versions) @@ -5842,7 +5827,7 @@ START and END delimits the corners of text rectangle. ;;;*** -;;;### (autoloads nil "delsel" "delsel.el" (21410 64156 350465 0)) +;;;### (autoloads nil "delsel" "delsel.el" (21409 30011 484411 0)) ;;; Generated autoloads from delsel.el (defalias 'pending-delete-mode 'delete-selection-mode) @@ -5871,7 +5856,7 @@ point regardless of any selection. ;;;*** ;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/derived.el (autoload 'define-derived-mode "derived" "\ @@ -5937,7 +5922,7 @@ the first time the mode is used. ;;;*** -;;;### (autoloads nil "descr-text" "descr-text.el" (21291 53104 431149 +;;;### (autoloads nil "descr-text" "descr-text.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from descr-text.el @@ -5972,7 +5957,7 @@ relevant to POS. ;;;*** -;;;### (autoloads nil "desktop" "desktop.el" (21418 19288 912946 +;;;### (autoloads nil "desktop" "desktop.el" (21418 44988 932893 ;;;;;; 0)) ;;; Generated autoloads from desktop.el @@ -6178,7 +6163,7 @@ Revert to the last loaded desktop. ;;;*** ;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/deuglify.el (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ @@ -6211,7 +6196,7 @@ Deuglify broken Outlook (Express) articles and redisplay. ;;;*** ;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from calendar/diary-lib.el (autoload 'diary "diary-lib" "\ @@ -6253,7 +6238,7 @@ Major mode for editing the diary file. ;;;*** -;;;### (autoloads nil "diff" "vc/diff.el" (21291 53104 431149 0)) +;;;### (autoloads nil "diff" "vc/diff.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/diff.el (defvar diff-switches (purecopy "-c") "\ @@ -6302,7 +6287,7 @@ This requires the external program `diff' to be in your `exec-path'. ;;;*** ;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from vc/diff-mode.el (autoload 'diff-mode "diff-mode" "\ @@ -6334,7 +6319,7 @@ the mode if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "dig" "net/dig.el" (21291 53104 431149 0)) +;;;### (autoloads nil "dig" "net/dig.el" (21291 53104 0 0)) ;;; Generated autoloads from net/dig.el (autoload 'dig "dig" "\ @@ -6345,7 +6330,7 @@ Optional arguments are passed to `dig-invoke'. ;;;*** -;;;### (autoloads nil "dired" "dired.el" (21410 64156 350465 0)) +;;;### (autoloads nil "dired" "dired.el" (21409 30011 484411 0)) ;;; Generated autoloads from dired.el (defvar dired-listing-switches (purecopy "-al") "\ @@ -6465,8 +6450,7 @@ Keybindings: ;;;*** -;;;### (autoloads nil "dirtrack" "dirtrack.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "dirtrack" "dirtrack.el" (21291 53104 0 0)) ;;; Generated autoloads from dirtrack.el (autoload 'dirtrack-mode "dirtrack" "\ @@ -6497,7 +6481,7 @@ from `default-directory'. ;;;*** ;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/disass.el (autoload 'disassemble "disass" "\ @@ -6511,7 +6495,7 @@ redefine OBJECT if it is a symbol. ;;;*** -;;;### (autoloads nil "disp-table" "disp-table.el" (21291 53104 431149 +;;;### (autoloads nil "disp-table" "disp-table.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from disp-table.el @@ -6634,7 +6618,7 @@ in `.emacs'. ;;;*** ;;;### (autoloads nil "dissociate" "play/dissociate.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from play/dissociate.el (autoload 'dissociated-press "dissociate" "\ @@ -6650,7 +6634,7 @@ Default is 2. ;;;*** -;;;### (autoloads nil "dnd" "dnd.el" (21291 53104 431149 0)) +;;;### (autoloads nil "dnd" "dnd.el" (21291 53104 0 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)) "\ @@ -6671,7 +6655,7 @@ if some action was made, or nil if the URL is ignored.") ;;;*** ;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/dns-mode.el (autoload 'dns-mode "dns-mode" "\ @@ -6694,8 +6678,7 @@ Locate SOA record and increment the serial field. ;;;*** -;;;### (autoloads nil "doc-view" "doc-view.el" (21312 16713 303543 -;;;;;; 0)) +;;;### (autoloads nil "doc-view" "doc-view.el" (21312 16713 0 0)) ;;; Generated autoloads from doc-view.el (autoload 'doc-view-mode-p "doc-view" "\ @@ -6741,8 +6724,7 @@ See the command `doc-view-mode' for more information on this mode. ;;;*** -;;;### (autoloads nil "doctor" "play/doctor.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "doctor" "play/doctor.el" (21291 53104 0 0)) ;;; Generated autoloads from play/doctor.el (autoload 'doctor "doctor" "\ @@ -6752,7 +6734,7 @@ Switch to *doctor* buffer and start giving psychotherapy. ;;;*** -;;;### (autoloads nil "double" "double.el" (21291 53104 431149 0)) +;;;### (autoloads nil "double" "double.el" (21291 53104 0 0)) ;;; Generated autoloads from double.el (autoload 'double-mode "double" "\ @@ -6768,8 +6750,7 @@ strings when pressed twice. See `double-map' for details. ;;;*** -;;;### (autoloads nil "dunnet" "play/dunnet.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "dunnet" "play/dunnet.el" (21291 53104 0 0)) ;;; Generated autoloads from play/dunnet.el (push (purecopy '(dunnet 2 1)) package--builtin-versions) @@ -6781,7 +6762,7 @@ Switch to *dungeon* buffer and start game. ;;;*** ;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/easy-mmode.el (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) @@ -6921,7 +6902,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). ;;;*** ;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/easymenu.el (autoload 'easy-menu-define "easymenu" "\ @@ -7060,7 +7041,7 @@ To implement dynamic menus, either call this from ;;;*** ;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/ebnf2ps.el (push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) @@ -7326,7 +7307,7 @@ See `ebnf-style-database' documentation. ;;;*** ;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/ebrowse.el (autoload 'ebrowse-tree-mode "ebrowse" "\ @@ -7474,7 +7455,7 @@ Display statistics for a class tree. ;;;*** -;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (21291 53104 431149 +;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from ebuff-menu.el @@ -7507,8 +7488,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. ;;;*** -;;;### (autoloads nil "echistory" "echistory.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "echistory" "echistory.el" (21291 53104 0 0)) ;;; Generated autoloads from echistory.el (autoload 'Electric-command-history-redo-expression "echistory" "\ @@ -7520,7 +7500,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. ;;;*** ;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/ecomplete.el (autoload 'ecomplete-setup "ecomplete" "\ @@ -7530,7 +7510,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. ;;;*** -;;;### (autoloads nil "ede" "cedet/ede.el" (21346 62196 327729 0)) +;;;### (autoloads nil "ede" "cedet/ede.el" (21346 62196 0 0)) ;;; Generated autoloads from cedet/ede.el (push (purecopy '(ede 1 2)) package--builtin-versions) @@ -7557,7 +7537,7 @@ an EDE controlled project. ;;;*** ;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/edebug.el (defvar edebug-all-defs nil "\ @@ -7621,7 +7601,7 @@ Toggle edebugging of all forms. ;;;*** -;;;### (autoloads nil "ediff" "vc/ediff.el" (21307 46976 832220 0)) +;;;### (autoloads nil "ediff" "vc/ediff.el" (21423 62909 33477 0)) ;;; Generated autoloads from vc/ediff.el (push (purecopy '(ediff 2 81 4)) package--builtin-versions) @@ -7894,7 +7874,7 @@ With optional NODE, goes to that node. ;;;*** ;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from vc/ediff-help.el (autoload 'ediff-customize "ediff-help" "\ @@ -7904,8 +7884,8 @@ With optional NODE, goes to that node. ;;;*** -;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (21291 53104 -;;;;;; 431149 0)) +;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (21423 62909 +;;;;;; 33477 0)) ;;; Generated autoloads from vc/ediff-mult.el (autoload 'ediff-show-registry "ediff-mult" "\ @@ -7918,7 +7898,7 @@ Display Ediff's registry. ;;;*** ;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21349 10841 -;;;;;; 977368 0)) +;;;;;; 0 0)) ;;; Generated autoloads from vc/ediff-util.el (autoload 'ediff-toggle-multiframe "ediff-util" "\ @@ -7937,8 +7917,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see. ;;;*** -;;;### (autoloads nil "edmacro" "edmacro.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "edmacro" "edmacro.el" (21291 53104 0 0)) ;;; Generated autoloads from edmacro.el (push (purecopy '(edmacro 2 1)) package--builtin-versions) @@ -7987,8 +7966,7 @@ or nil, use a compact 80-column format. ;;;*** -;;;### (autoloads nil "edt" "emulation/edt.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "edt" "emulation/edt.el" (21291 53104 0 0)) ;;; Generated autoloads from emulation/edt.el (autoload 'edt-set-scroll-margins "edt" "\ @@ -8005,7 +7983,7 @@ Turn on EDT Emulation. ;;;*** -;;;### (autoloads nil "ehelp" "ehelp.el" (21291 53104 431149 0)) +;;;### (autoloads nil "ehelp" "ehelp.el" (21423 62909 33477 0)) ;;; Generated autoloads from ehelp.el (autoload 'with-electric-help "ehelp" "\ @@ -8041,15 +8019,15 @@ BUFFER is put back into its original major mode. ;;;*** -;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21365 34831 -;;;;;; 786505 0)) +;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (21364 41525 +;;;;;; 730218 0)) ;;; Generated autoloads from emacs-lisp/eieio.el (push (purecopy '(eieio 1 4)) package--builtin-versions) ;;;*** ;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/eieio-core.el (push (purecopy '(eieio-core 1 4)) package--builtin-versions) @@ -8066,7 +8044,7 @@ It creates an autoload function for CNAME's constructor. ;;;*** ;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/eldoc.el (defvar eldoc-minor-mode-string (purecopy " ElDoc") "\ @@ -8109,8 +8087,7 @@ Emacs Lisp mode) that support ElDoc.") ;;;*** -;;;### (autoloads nil "elec-pair" "elec-pair.el" (21341 23900 988149 -;;;;;; 0)) +;;;### (autoloads nil "elec-pair" "elec-pair.el" (21341 23900 0 0)) ;;; Generated autoloads from elec-pair.el (defvar electric-pair-text-pairs '((34 . 34)) "\ @@ -8145,7 +8122,7 @@ closing parenthesis. (Likewise for brackets, etc.). ;;;*** -;;;### (autoloads nil "elide-head" "elide-head.el" (21291 53104 431149 +;;;### (autoloads nil "elide-head" "elide-head.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from elide-head.el @@ -8162,7 +8139,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. ;;;*** ;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/elint.el (autoload 'elint-file "elint" "\ @@ -8197,8 +8174,7 @@ optional prefix argument REINIT is non-nil. ;;;*** -;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (21291 53104 0 0)) ;;; Generated autoloads from emacs-lisp/elp.el (autoload 'elp-instrument-function "elp" "\ @@ -8232,7 +8208,7 @@ displayed. ;;;*** -;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (21291 53104 431149 +;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from emacs-lock.el @@ -8260,7 +8236,7 @@ Other values are interpreted as usual. ;;;*** -;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (21295 7741 571176 +;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (21295 7741 0 ;;;;;; 0)) ;;; Generated autoloads from mail/emacsbug.el @@ -8272,8 +8248,8 @@ Prompts for bug subject. Leaves you in a mail buffer. ;;;*** -;;;### (autoloads nil "emerge" "vc/emerge.el" (21363 5094 196397 -;;;;;; 745000)) +;;;### (autoloads nil "emerge" "vc/emerge.el" (21363 20664 637808 +;;;;;; 0)) ;;; Generated autoloads from vc/emerge.el (autoload 'emerge-files "emerge" "\ @@ -8334,7 +8310,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor. ;;;*** ;;;### (autoloads nil "enriched" "textmodes/enriched.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/enriched.el (autoload 'enriched-mode "enriched" "\ @@ -8369,7 +8345,7 @@ Commands: ;;;*** -;;;### (autoloads nil "epa" "epa.el" (21291 53104 431149 0)) +;;;### (autoloads nil "epa" "epa.el" (21291 53104 0 0)) ;;; Generated autoloads from epa.el (autoload 'epa-list-keys "epa" "\ @@ -8547,8 +8523,7 @@ Insert selected KEYS after the point. ;;;*** -;;;### (autoloads nil "epa-dired" "epa-dired.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "epa-dired" "epa-dired.el" (21291 53104 0 0)) ;;; Generated autoloads from epa-dired.el (autoload 'epa-dired-do-decrypt "epa-dired" "\ @@ -8573,8 +8548,7 @@ Encrypt marked files. ;;;*** -;;;### (autoloads nil "epa-file" "epa-file.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "epa-file" "epa-file.el" (21291 53104 0 0)) ;;; Generated autoloads from epa-file.el (autoload 'epa-file-handler "epa-file" "\ @@ -8594,8 +8568,7 @@ Encrypt marked files. ;;;*** -;;;### (autoloads nil "epa-mail" "epa-mail.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "epa-mail" "epa-mail.el" (21291 53104 0 0)) ;;; Generated autoloads from epa-mail.el (autoload 'epa-mail-mode "epa-mail" "\ @@ -8672,7 +8645,7 @@ if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "epg" "epg.el" (21291 53104 431149 0)) +;;;### (autoloads nil "epg" "epg.el" (21291 53104 0 0)) ;;; Generated autoloads from epg.el (push (purecopy '(epg 1 0 0)) package--builtin-versions) @@ -8683,7 +8656,7 @@ Return a context object. ;;;*** -;;;### (autoloads nil "epg-config" "epg-config.el" (21291 53104 431149 +;;;### (autoloads nil "epg-config" "epg-config.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from epg-config.el @@ -8704,7 +8677,7 @@ Look at CONFIG and try to expand GROUP. ;;;*** -;;;### (autoloads nil "erc" "erc/erc.el" (21291 53104 431149 0)) +;;;### (autoloads nil "erc" "erc/erc.el" (21291 53104 0 0)) ;;; Generated autoloads from erc/erc.el (push (purecopy '(erc 5 3)) package--builtin-versions) @@ -8754,35 +8727,34 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. ;;;*** ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-autoaway.el (autoload 'erc-autoaway-mode "erc-autoaway") ;;;*** ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-button.el (autoload 'erc-button-mode "erc-button" nil t) ;;;*** ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-capab.el (autoload 'erc-capab-identify-mode "erc-capab" nil t) ;;;*** ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-compat.el (autoload 'erc-define-minor-mode "erc-compat") ;;;*** -;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (21291 53104 0 0)) ;;; Generated autoloads from erc/erc-dcc.el (autoload 'erc-dcc-mode "erc-dcc") @@ -8812,14 +8784,14 @@ that subcommand. ;;;*** ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from erc/erc-desktop-notifications.el (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t) ;;;*** ;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-ezbounce.el (autoload 'erc-cmd-ezb "erc-ezbounce" "\ @@ -8881,7 +8853,7 @@ Add EZBouncer convenience functions to ERC. ;;;*** -;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (21291 53104 431149 +;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from erc/erc-fill.el (autoload 'erc-fill-mode "erc-fill" nil t) @@ -8895,7 +8867,7 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. ;;;*** ;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-identd.el (autoload 'erc-identd-mode "erc-identd") @@ -8917,7 +8889,7 @@ system. ;;;*** ;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-imenu.el (autoload 'erc-create-imenu-index "erc-imenu" "\ @@ -8927,22 +8899,21 @@ system. ;;;*** -;;;### (autoloads nil "erc-join" "erc/erc-join.el" (21291 53104 431149 +;;;### (autoloads nil "erc-join" "erc/erc-join.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from erc/erc-join.el (autoload 'erc-autojoin-mode "erc-join" nil t) ;;;*** -;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21307 46976 832220 +;;;### (autoloads nil "erc-list" "erc/erc-list.el" (21307 46976 0 ;;;;;; 0)) ;;; Generated autoloads from erc/erc-list.el (autoload 'erc-list-mode "erc-list") ;;;*** -;;;### (autoloads nil "erc-log" "erc/erc-log.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "erc-log" "erc/erc-log.el" (21291 53104 0 0)) ;;; Generated autoloads from erc/erc-log.el (autoload 'erc-log-mode "erc-log" nil t) @@ -8972,7 +8943,7 @@ You can save every individual message by putting this function on ;;;*** ;;;### (autoloads nil "erc-match" "erc/erc-match.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-match.el (autoload 'erc-match-mode "erc-match") @@ -9018,7 +8989,7 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'. ;;;*** -;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (21291 53104 431149 +;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from erc/erc-menu.el (autoload 'erc-menu-mode "erc-menu" nil t) @@ -9026,7 +8997,7 @@ Delete dangerous-host interactively to `erc-dangerous-hosts'. ;;;*** ;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-netsplit.el (autoload 'erc-netsplit-mode "erc-netsplit") @@ -9038,7 +9009,7 @@ Show who's gone. ;;;*** ;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-networks.el (autoload 'erc-determine-network "erc-networks" "\ @@ -9056,7 +9027,7 @@ Interactively select a server to connect to using `erc-server-alist'. ;;;*** ;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-notify.el (autoload 'erc-notify-mode "erc-notify" nil t) @@ -9074,7 +9045,7 @@ with args, toggle notify status of people. ;;;*** -;;;### (autoloads nil "erc-page" "erc/erc-page.el" (21291 53104 431149 +;;;### (autoloads nil "erc-page" "erc/erc-page.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from erc/erc-page.el (autoload 'erc-page-mode "erc-page") @@ -9082,20 +9053,20 @@ with args, toggle notify status of people. ;;;*** ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-pcomplete.el (autoload 'erc-completion-mode "erc-pcomplete" nil t) ;;;*** ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-replace.el (autoload 'erc-replace-mode "erc-replace") ;;;*** -;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (21291 53104 431149 +;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from erc/erc-ring.el (autoload 'erc-ring-mode "erc-ring" nil t) @@ -9103,7 +9074,7 @@ with args, toggle notify status of people. ;;;*** ;;;### (autoloads nil "erc-services" "erc/erc-services.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-services.el (autoload 'erc-services-mode "erc-services" nil t) @@ -9121,14 +9092,14 @@ When called interactively, read the password using `read-passwd'. ;;;*** ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-sound.el (autoload 'erc-sound-mode "erc-sound") ;;;*** ;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-speedbar.el (autoload 'erc-speedbar-browser "erc-speedbar" "\ @@ -9140,21 +9111,21 @@ This will add a speedbar major display mode. ;;;*** ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-spelling.el (autoload 'erc-spelling-mode "erc-spelling" nil t) ;;;*** ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-stamp.el (autoload 'erc-timestamp-mode "erc-stamp" nil t) ;;;*** ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from erc/erc-track.el (defvar erc-track-minor-mode nil "\ @@ -9180,7 +9151,7 @@ keybindings will not do anything useful. ;;;*** ;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from erc/erc-truncate.el (autoload 'erc-truncate-mode "erc-truncate" nil t) @@ -9199,7 +9170,7 @@ Meant to be used in hooks, like `erc-insert-post-hook'. ;;;*** -;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (21291 53104 431149 +;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from erc/erc-xdcc.el (autoload 'erc-xdcc-mode "erc-xdcc") @@ -9211,8 +9182,7 @@ Add a file to `erc-xdcc-files'. ;;;*** -;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (21291 53104 0 0)) ;;; Generated autoloads from emacs-lisp/ert.el (autoload 'ert-deftest "ert" "\ @@ -9278,7 +9248,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test). ;;;*** ;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/ert-x.el (put 'ert-with-test-buffer 'lisp-indent-function 1) @@ -9291,7 +9261,7 @@ Kill all test buffers that are still live. ;;;*** ;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from eshell/esh-mode.el (autoload 'eshell-mode "esh-mode" "\ @@ -9301,7 +9271,7 @@ Emacs shell interactive mode. ;;;*** -;;;### (autoloads nil "eshell" "eshell/eshell.el" (21291 53104 431149 +;;;### (autoloads nil "eshell" "eshell/eshell.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from eshell/eshell.el (push (purecopy '(eshell 2 4 2)) package--builtin-versions) @@ -9337,7 +9307,7 @@ corresponding to a successful execution. ;;;*** -;;;### (autoloads nil "etags" "progmodes/etags.el" (21291 53104 431149 +;;;### (autoloads nil "etags" "progmodes/etags.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from progmodes/etags.el @@ -9647,7 +9617,7 @@ for \\[find-tag] (which see). ;;;*** ;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from language/ethio-util.el (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ @@ -9815,7 +9785,7 @@ With ARG, insert that many delimiters. ;;;*** -;;;### (autoloads nil "eudc" "net/eudc.el" (21291 53104 431149 0)) +;;;### (autoloads nil "eudc" "net/eudc.el" (21291 53104 0 0)) ;;; Generated autoloads from net/eudc.el (autoload 'eudc-set-server "eudc" "\ @@ -9869,7 +9839,7 @@ This does nothing except loading eudc by autoload side-effect. ;;;*** -;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (21291 53104 431149 +;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from net/eudc-bob.el @@ -9906,7 +9876,7 @@ Display a button for the JPEG DATA. ;;;*** ;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from net/eudc-export.el (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ @@ -9923,7 +9893,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. ;;;*** ;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from net/eudc-hotlist.el (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ @@ -9933,7 +9903,7 @@ Edit the hotlist of directory servers in a specialized buffer. ;;;*** -;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (21291 53104 431149 +;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/ewoc.el @@ -9960,7 +9930,7 @@ fourth arg NOSEP non-nil inhibits this. ;;;*** -;;;### (autoloads nil "eww" "net/eww.el" (21420 54160 358217 0)) +;;;### (autoloads nil "eww" "net/eww.el" (21420 48935 113702 389000)) ;;; Generated autoloads from net/eww.el (autoload 'eww "eww" "\ @@ -9984,7 +9954,7 @@ Render a file using EWW. ;;;*** ;;;### (autoloads nil "executable" "progmodes/executable.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/executable.el (autoload 'executable-command-find-posix-p "executable" "\ @@ -10025,7 +9995,7 @@ file modes. ;;;*** -;;;### (autoloads nil "expand" "expand.el" (21291 53104 431149 0)) +;;;### (autoloads nil "expand" "expand.el" (21291 53104 0 0)) ;;; Generated autoloads from expand.el (autoload 'expand-add-abbrevs "expand" "\ @@ -10074,7 +10044,7 @@ This is used only in conjunction with `expand-add-abbrevs'. ;;;*** -;;;### (autoloads nil "f90" "progmodes/f90.el" (21291 53104 431149 +;;;### (autoloads nil "f90" "progmodes/f90.el" (21423 62909 33477 ;;;;;; 0)) ;;; Generated autoloads from progmodes/f90.el @@ -10142,7 +10112,7 @@ with no args, if that value is non-nil. ;;;*** -;;;### (autoloads nil "face-remap" "face-remap.el" (21291 53104 431149 +;;;### (autoloads nil "face-remap" "face-remap.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from face-remap.el @@ -10303,7 +10273,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'. ;;;*** ;;;### (autoloads nil "feedmail" "mail/feedmail.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/feedmail.el (push (purecopy '(feedmail 11)) package--builtin-versions) @@ -10357,7 +10327,7 @@ you can set `feedmail-queue-reminder-alist' to nil. ;;;*** -;;;### (autoloads nil "ffap" "ffap.el" (21291 53104 431149 0)) +;;;### (autoloads nil "ffap" "ffap.el" (21291 53104 0 0)) ;;; Generated autoloads from ffap.el (autoload 'ffap-next "ffap" "\ @@ -10420,8 +10390,7 @@ Evaluate the forms in variable `ffap-bindings'. ;;;*** -;;;### (autoloads nil "filecache" "filecache.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "filecache" "filecache.el" (21291 53104 0 0)) ;;; Generated autoloads from filecache.el (autoload 'file-cache-add-directory "filecache" "\ @@ -10478,7 +10447,7 @@ the name is considered already unique; only the second substitution ;;;*** -;;;### (autoloads nil "filenotify" "filenotify.el" (21291 53104 431149 +;;;### (autoloads nil "filenotify" "filenotify.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from filenotify.el @@ -10491,8 +10460,7 @@ Otherwise, signal a `file-notify-error'. ;;;*** -;;;### (autoloads nil "files-x" "files-x.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "files-x" "files-x.el" (21291 53104 0 0)) ;;; Generated autoloads from files-x.el (autoload 'add-file-local-variable "files-x" "\ @@ -10557,8 +10525,7 @@ Copy directory-local variables to the -*- line. ;;;*** -;;;### (autoloads nil "filesets" "filesets.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "filesets" "filesets.el" (21291 53104 0 0)) ;;; Generated autoloads from filesets.el (autoload 'filesets-init "filesets" "\ @@ -10569,8 +10536,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu. ;;;*** -;;;### (autoloads nil "find-cmd" "find-cmd.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "find-cmd" "find-cmd.el" (21291 53104 0 0)) ;;; Generated autoloads from find-cmd.el (push (purecopy '(find-cmd 0 6)) package--builtin-versions) @@ -10590,7 +10556,7 @@ result is a string that should be ready for the command line. ;;;*** -;;;### (autoloads nil "find-dired" "find-dired.el" (21291 53104 431149 +;;;### (autoloads nil "find-dired" "find-dired.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from find-dired.el @@ -10631,8 +10597,7 @@ use in place of \"-ls\" as the final argument. ;;;*** -;;;### (autoloads nil "find-file" "find-file.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "find-file" "find-file.el" (21291 53104 0 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)))) "\ @@ -10723,7 +10688,7 @@ Visit the file you click on in another window. ;;;*** ;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/find-func.el (autoload 'find-library "find-func" "\ @@ -10881,8 +10846,7 @@ Define some key bindings for the find-function family of functions. ;;;*** -;;;### (autoloads nil "find-lisp" "find-lisp.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "find-lisp" "find-lisp.el" (21291 53104 0 0)) ;;; Generated autoloads from find-lisp.el (autoload 'find-lisp-find-dired "find-lisp" "\ @@ -10902,7 +10866,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP. ;;;*** -;;;### (autoloads nil "finder" "finder.el" (21291 53104 431149 0)) +;;;### (autoloads nil "finder" "finder.el" (21423 62909 33477 0)) ;;; Generated autoloads from finder.el (push (purecopy '(finder 1 0)) package--builtin-versions) @@ -10924,8 +10888,7 @@ Find packages matching a given keyword. ;;;*** -;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (21291 53104 0 0)) ;;; Generated autoloads from flow-ctrl.el (autoload 'enable-flow-control "flow-ctrl" "\ @@ -10947,7 +10910,7 @@ to get the effect of a C-q. ;;;*** ;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/flow-fill.el (autoload 'fill-flowed-encode "flow-fill" "\ @@ -10963,7 +10926,7 @@ to get the effect of a C-q. ;;;*** ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/flymake.el (push (purecopy '(flymake 0 3)) package--builtin-versions) @@ -10994,7 +10957,7 @@ Turn flymake mode off. ;;;*** ;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/flyspell.el (autoload 'flyspell-prog-mode "flyspell" "\ @@ -11064,14 +11027,13 @@ Flyspell whole buffer. ;;;*** -;;;### (autoloads nil "foldout" "foldout.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "foldout" "foldout.el" (21291 53104 0 0)) ;;; Generated autoloads from foldout.el (push (purecopy '(foldout 1 10)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "follow" "follow.el" (21291 53104 431149 0)) +;;;### (autoloads nil "follow" "follow.el" (21291 53104 0 0)) ;;; Generated autoloads from follow.el (autoload 'turn-on-follow-mode "follow" "\ @@ -11140,7 +11102,7 @@ selected if the original window is the first one in the frame. ;;;*** ;;;### (autoloads nil "footnote" "mail/footnote.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/footnote.el (push (purecopy '(footnote 0 19)) package--builtin-versions) @@ -11159,7 +11121,7 @@ play around with the following keys: ;;;*** -;;;### (autoloads nil "forms" "forms.el" (21291 53104 431149 0)) +;;;### (autoloads nil "forms" "forms.el" (21291 53104 0 0)) ;;; Generated autoloads from forms.el (autoload 'forms-mode "forms" "\ @@ -11196,7 +11158,7 @@ Visit a file in Forms mode in other window. ;;;*** ;;;### (autoloads nil "fortran" "progmodes/fortran.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/fortran.el (autoload 'fortran-mode "fortran" "\ @@ -11273,7 +11235,7 @@ with no args, if that value is non-nil. ;;;*** -;;;### (autoloads nil "fortune" "play/fortune.el" (21291 53104 431149 +;;;### (autoloads nil "fortune" "play/fortune.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from play/fortune.el @@ -11322,8 +11284,7 @@ and choose the directory as the fortune-file. ;;;*** -;;;### (autoloads nil "frameset" "frameset.el" (21300 58261 85827 -;;;;;; 0)) +;;;### (autoloads nil "frameset" "frameset.el" (21300 58261 0 0)) ;;; Generated autoloads from frameset.el (defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\ @@ -11504,14 +11465,14 @@ Interactively, reads the register using `register-read-with-preview'. ;;;*** ;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from play/gamegrid.el (push (purecopy '(gamegrid 1 2)) package--builtin-versions) ;;;*** ;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (21346 62196 -;;;;;; 327729 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/gdb-mi.el (defvar gdb-enable-debug nil "\ @@ -11589,7 +11550,7 @@ detailed description of this mode. ;;;*** ;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/generic.el (defvar generic-mode-list nil "\ @@ -11670,7 +11631,7 @@ regular expression that can be used as an element of ;;;*** ;;;### (autoloads nil "glasses" "progmodes/glasses.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/glasses.el (autoload 'glasses-mode "glasses" "\ @@ -11685,7 +11646,7 @@ add virtual separators (like underscores) at places they belong to. ;;;*** ;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gmm-utils.el (autoload 'gmm-regexp-concat "gmm-utils" "\ @@ -11739,7 +11700,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. ;;;*** -;;;### (autoloads nil "gnus" "gnus/gnus.el" (21291 53104 431149 0)) +;;;### (autoloads nil "gnus" "gnus/gnus.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/gnus.el (push (purecopy '(gnus 5 13)) package--builtin-versions) (when (fboundp 'custom-autoload) @@ -11790,7 +11751,7 @@ prompt the user for the name of an NNTP server to use. ;;;*** ;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-agent.el (autoload 'gnus-unplugged "gnus-agent" "\ @@ -11881,7 +11842,7 @@ CLEAN is obsolete and ignored. ;;;*** ;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-art.el (autoload 'gnus-article-prepare-display "gnus-art" "\ @@ -11892,7 +11853,7 @@ Make the current buffer look like a nice article. ;;;*** ;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from gnus/gnus-bookmark.el (autoload 'gnus-bookmark-set "gnus-bookmark" "\ @@ -11916,7 +11877,7 @@ deletion, or > if it is flagged for displaying. ;;;*** ;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-cache.el (autoload 'gnus-jog-cache "gnus-cache" "\ @@ -11958,7 +11919,7 @@ supported. ;;;*** ;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-delay.el (autoload 'gnus-delay-article "gnus-delay" "\ @@ -11994,7 +11955,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. ;;;*** ;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-diary.el (autoload 'gnus-user-format-function-d "gnus-diary" "\ @@ -12010,7 +11971,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. ;;;*** ;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-dired.el (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ @@ -12021,7 +11982,7 @@ Convenience method to turn on gnus-dired-mode. ;;;*** ;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-draft.el (autoload 'gnus-draft-reminder "gnus-draft" "\ @@ -12031,8 +11992,8 @@ Reminder user if there are unsent drafts. ;;;*** -;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (21352 23381 -;;;;;; 760641 862000)) +;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (21352 50356 +;;;;;; 891885 0)) ;;; Generated autoloads from gnus/gnus-fun.el (autoload 'gnus-random-x-face "gnus-fun" "\ @@ -12077,7 +12038,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to ;;;*** ;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from gnus/gnus-gravatar.el (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ @@ -12095,7 +12056,7 @@ If gravatars are already displayed, remove them. ;;;*** ;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-group.el (autoload 'gnus-fetch-group "gnus-group" "\ @@ -12113,7 +12074,7 @@ Pop up a frame and enter GROUP. ;;;*** ;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-html.el (autoload 'gnus-article-html "gnus-html" "\ @@ -12129,7 +12090,7 @@ Pop up a frame and enter GROUP. ;;;*** ;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-kill.el (defalias 'gnus-batch-kill 'gnus-batch-score) @@ -12142,7 +12103,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score ;;;*** -;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (21291 53104 431149 +;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from gnus/gnus-ml.el @@ -12167,7 +12128,7 @@ Minor mode for providing mailing-list commands. ;;;*** ;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-mlspl.el (autoload 'gnus-group-split-setup "gnus-mlspl" "\ @@ -12268,7 +12229,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: ;;;*** ;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-msg.el (autoload 'gnus-msg-mail "gnus-msg" "\ @@ -12295,7 +12256,7 @@ Like `message-reply'. ;;;*** ;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from gnus/gnus-notifications.el (autoload 'gnus-notifications "gnus-notifications" "\ @@ -12312,7 +12273,7 @@ This is typically a function to add in ;;;*** ;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-picon.el (autoload 'gnus-treat-from-picon "gnus-picon" "\ @@ -12336,7 +12297,7 @@ If picons are already displayed, remove them. ;;;*** ;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-range.el (autoload 'gnus-sorted-difference "gnus-range" "\ @@ -12404,7 +12365,7 @@ Add NUM into sorted LIST by side effect. ;;;*** ;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (21346 -;;;;;; 62196 327729 0)) +;;;;;; 62196 0 0)) ;;; Generated autoloads from gnus/gnus-registry.el (autoload 'gnus-registry-initialize "gnus-registry" "\ @@ -12420,7 +12381,7 @@ Install the registry hooks. ;;;*** ;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-sieve.el (autoload 'gnus-sieve-update "gnus-sieve" "\ @@ -12448,7 +12409,7 @@ See the documentation for these variables and functions for details. ;;;*** ;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-spec.el (autoload 'gnus-update-format "gnus-spec" "\ @@ -12459,7 +12420,7 @@ Update the format specification near point. ;;;*** ;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-start.el (autoload 'gnus-declare-backend "gnus-start" "\ @@ -12470,7 +12431,7 @@ Declare back end NAME with ABILITIES as a Gnus back end. ;;;*** ;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-sum.el (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ @@ -12482,7 +12443,7 @@ BOOKMARK is a bookmark name or a bookmark record. ;;;*** ;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-sync.el (autoload 'gnus-sync-initialize "gnus-sync" "\ @@ -12498,7 +12459,7 @@ Install the sync hooks. ;;;*** ;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-win.el (autoload 'gnus-add-configuration "gnus-win" "\ @@ -12508,8 +12469,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'. ;;;*** -;;;### (autoloads nil "gnutls" "net/gnutls.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "gnutls" "net/gnutls.el" (21291 53104 0 0)) ;;; Generated autoloads from net/gnutls.el (defvar gnutls-min-prime-bits 256 "\ @@ -12525,8 +12485,7 @@ A value of nil says to use the default GnuTLS value.") ;;;*** -;;;### (autoloads nil "gomoku" "play/gomoku.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "gomoku" "play/gomoku.el" (21291 53104 0 0)) ;;; Generated autoloads from play/gomoku.el (autoload 'gomoku "gomoku" "\ @@ -12553,7 +12512,7 @@ Use \\[describe-mode] for more info. ;;;*** ;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from net/goto-addr.el (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") @@ -12595,7 +12554,7 @@ Like `goto-address-mode', but only for comments and strings. ;;;*** ;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/gravatar.el (autoload 'gravatar-retrieve "gravatar" "\ @@ -12611,8 +12570,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it. ;;;*** -;;;### (autoloads nil "grep" "progmodes/grep.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "grep" "progmodes/grep.el" (21291 53104 0 0)) ;;; Generated autoloads from progmodes/grep.el (defvar grep-window-height nil "\ @@ -12776,7 +12734,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'. ;;;*** -;;;### (autoloads nil "gs" "gs.el" (21291 53104 431149 0)) +;;;### (autoloads nil "gs" "gs.el" (21291 53104 0 0)) ;;; Generated autoloads from gs.el (autoload 'gs-load-image "gs" "\ @@ -12789,8 +12747,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. ;;;*** -;;;### (autoloads nil "gud" "progmodes/gud.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "gud" "progmodes/gud.el" (21291 53104 0 0)) ;;; Generated autoloads from progmodes/gud.el (autoload 'gud-gdb "gud" "\ @@ -12878,7 +12835,7 @@ it if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21386 29521 774249 +;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (21387 3002 678518 ;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/gv.el @@ -12982,7 +12939,7 @@ binding mode. ;;;*** ;;;### (autoloads nil "handwrite" "play/handwrite.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from play/handwrite.el (autoload 'handwrite "handwrite" "\ @@ -12999,8 +12956,7 @@ Variables: `handwrite-linespace' (default 12) ;;;*** -;;;### (autoloads nil "hanoi" "play/hanoi.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "hanoi" "play/hanoi.el" (21291 53104 0 0)) ;;; Generated autoloads from play/hanoi.el (autoload 'hanoi "hanoi" "\ @@ -13028,7 +12984,7 @@ to be updated. ;;;*** ;;;### (autoloads nil "hashcash" "mail/hashcash.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/hashcash.el (autoload 'hashcash-insert-payment "hashcash" "\ @@ -13070,7 +13026,7 @@ Prefix arg sets default accept amount temporarily. ;;;*** -;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (21291 53104 431149 +;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from help-at-pt.el @@ -13198,7 +13154,7 @@ different regions. With numeric argument ARG, behaves like ;;;*** -;;;### (autoloads nil "help-fns" "help-fns.el" (21418 19288 912946 +;;;### (autoloads nil "help-fns" "help-fns.el" (21418 44988 932893 ;;;;;; 0)) ;;; Generated autoloads from help-fns.el @@ -13278,7 +13234,7 @@ Produce a texinfo buffer with sorted doc-strings from the DOC file. ;;;*** -;;;### (autoloads nil "help-macro" "help-macro.el" (21291 53104 431149 +;;;### (autoloads nil "help-macro" "help-macro.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from help-macro.el @@ -13293,8 +13249,7 @@ gives the window that lists the options.") ;;;*** -;;;### (autoloads nil "help-mode" "help-mode.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "help-mode" "help-mode.el" (21291 53104 0 0)) ;;; Generated autoloads from help-mode.el (autoload 'help-mode "help-mode" "\ @@ -13394,7 +13349,7 @@ BOOKMARK is a bookmark name or a bookmark record. ;;;*** ;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/helper.el (autoload 'Helper-describe-bindings "helper" "\ @@ -13409,7 +13364,7 @@ Provide help for current mode. ;;;*** -;;;### (autoloads nil "hexl" "hexl.el" (21291 53104 431149 0)) +;;;### (autoloads nil "hexl" "hexl.el" (21291 53104 0 0)) ;;; Generated autoloads from hexl.el (autoload 'hexl-mode "hexl" "\ @@ -13503,8 +13458,7 @@ This discards the buffer's undo information. ;;;*** -;;;### (autoloads nil "hi-lock" "hi-lock.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "hi-lock" "hi-lock.el" (21291 53104 0 0)) ;;; Generated autoloads from hi-lock.el (autoload 'hi-lock-mode "hi-lock" "\ @@ -13671,8 +13625,8 @@ be found in variable `hi-lock-interactive-patterns'. ;;;*** -;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21420 54160 -;;;;;; 358217 0)) +;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21420 27972 +;;;;;; 753649 0)) ;;; Generated autoloads from progmodes/hideif.el (autoload 'hide-ifdef-mode "hideif" "\ @@ -13716,7 +13670,7 @@ Several variables affect how the hiding is done: ;;;*** ;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 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))) "\ @@ -13778,8 +13732,7 @@ Unconditionally turn off `hs-minor-mode'. ;;;*** -;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (21291 53104 0 0)) ;;; Generated autoloads from hilit-chg.el (autoload 'highlight-changes-mode "hilit-chg" "\ @@ -13910,8 +13863,8 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode. ;;;*** -;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (21377 1451 96610 -;;;;;; 0)) +;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (21375 36695 783701 +;;;;;; 621000)) ;;; Generated autoloads from hippie-exp.el (push (purecopy '(hippie-exp 1 6)) package--builtin-versions) @@ -13943,8 +13896,7 @@ argument VERBOSE non-nil makes the function verbose. ;;;*** -;;;### (autoloads nil "hl-line" "hl-line.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "hl-line" "hl-line.el" (21291 53104 0 0)) ;;; Generated autoloads from hl-line.el (autoload 'hl-line-mode "hl-line" "\ @@ -13994,7 +13946,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and ;;;*** ;;;### (autoloads nil "holidays" "calendar/holidays.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from calendar/holidays.el (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1") @@ -14142,8 +14094,8 @@ The optional LABEL is used to label the buffer created. ;;;*** -;;;### (autoloads nil "html2text" "gnus/html2text.el" (21415 30982 -;;;;;; 815536 0)) +;;;### (autoloads nil "html2text" "gnus/html2text.el" (21416 3260 +;;;;;; 930862 0)) ;;; Generated autoloads from gnus/html2text.el (autoload 'html2text "html2text" "\ @@ -14154,7 +14106,7 @@ Convert HTML to plain text in the current buffer. ;;;*** ;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (21341 23900 -;;;;;; 988149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from htmlfontify.el (push (purecopy '(htmlfontify 0 21)) package--builtin-versions) @@ -14187,8 +14139,7 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'. ;;;*** -;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (21291 53104 0 0)) ;;; Generated autoloads from ibuf-macs.el (autoload 'define-ibuffer-column "ibuf-macs" "\ @@ -14276,8 +14227,7 @@ bound to the current value of the filter. ;;;*** -;;;### (autoloads nil "ibuffer" "ibuffer.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "ibuffer" "ibuffer.el" (21291 53104 0 0)) ;;; Generated autoloads from ibuffer.el (autoload 'ibuffer-list-buffers "ibuffer" "\ @@ -14317,7 +14267,7 @@ FORMATS is the value to use for `ibuffer-formats'. ;;;*** ;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from calendar/icalendar.el (push (purecopy '(icalendar 0 19)) package--builtin-versions) @@ -14370,8 +14320,7 @@ buffer `*icalendar-errors*'. ;;;*** -;;;### (autoloads nil "icomplete" "icomplete.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "icomplete" "icomplete.el" (21291 53104 0 0)) ;;; Generated autoloads from icomplete.el (defvar icomplete-mode nil "\ @@ -14406,8 +14355,7 @@ completions: ;;;*** -;;;### (autoloads nil "icon" "progmodes/icon.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "icon" "progmodes/icon.el" (21291 53104 0 0)) ;;; Generated autoloads from progmodes/icon.el (autoload 'icon-mode "icon" "\ @@ -14447,8 +14395,8 @@ with no args, if that value is non-nil. ;;;*** -;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (21291 -;;;;;; 53104 431149 0)) +;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (21423 +;;;;;; 62909 33477 0)) ;;; Generated autoloads from progmodes/idlw-shell.el (autoload 'idlwave-shell "idlw-shell" "\ @@ -14473,8 +14421,8 @@ See also the variable `idlwave-shell-prompt-pattern'. ;;;*** -;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21341 23900 -;;;;;; 988149 0)) +;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21423 62909 +;;;;;; 33477 0)) ;;; Generated autoloads from progmodes/idlwave.el (push (purecopy '(idlwave 6 1 22)) package--builtin-versions) @@ -14587,7 +14535,8 @@ The main features of this mode are Info documentation for this package is available. Use \\[idlwave-info] to display (complain to your sysadmin if that does not work). For Postscript, PDF, and HTML versions of the - documentation, check IDLWAVE's homepage at URL `http://idlwave.org'. + documentation, check IDLWAVE's homepage at URL + `http://github.com/jdtsmith/idlwave'. IDLWAVE has customize support - see the group `idlwave'. 10.Keybindings @@ -14602,7 +14551,7 @@ The main features of this mode are ;;;*** -;;;### (autoloads nil "ido" "ido.el" (21291 53104 431149 0)) +;;;### (autoloads nil "ido" "ido.el" (21291 53104 0 0)) ;;; Generated autoloads from ido.el (defvar ido-mode nil "\ @@ -14864,7 +14813,7 @@ DEF, if non-nil, is the default value. ;;;*** -;;;### (autoloads nil "ielm" "ielm.el" (21291 53104 431149 0)) +;;;### (autoloads nil "ielm" "ielm.el" (21291 53104 0 0)) ;;; Generated autoloads from ielm.el (autoload 'ielm "ielm" "\ @@ -14876,7 +14825,7 @@ See `inferior-emacs-lisp-mode' for details. ;;;*** -;;;### (autoloads nil "iimage" "iimage.el" (21291 53104 431149 0)) +;;;### (autoloads nil "iimage" "iimage.el" (21291 53104 0 0)) ;;; Generated autoloads from iimage.el (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1") @@ -14892,7 +14841,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. ;;;*** -;;;### (autoloads nil "image" "image.el" (21291 53104 431149 0)) +;;;### (autoloads nil "image" "image.el" (21291 53104 0 0)) ;;; Generated autoloads from image.el (autoload 'image-type-from-data "image" "\ @@ -15086,7 +15035,7 @@ If Emacs is compiled without ImageMagick support, this does nothing. ;;;*** ;;;### (autoloads nil "image-dired" "image-dired.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from image-dired.el (push (purecopy '(image-dired 0 4 11)) package--builtin-versions) @@ -15223,7 +15172,7 @@ easy-to-use form. ;;;*** -;;;### (autoloads nil "image-file" "image-file.el" (21291 53104 431149 +;;;### (autoloads nil "image-file" "image-file.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from image-file.el @@ -15286,7 +15235,7 @@ An image file is one whose name has an extension in ;;;*** -;;;### (autoloads nil "image-mode" "image-mode.el" (21291 53104 431149 +;;;### (autoloads nil "image-mode" "image-mode.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from image-mode.el @@ -15334,7 +15283,7 @@ on these modes. ;;;*** -;;;### (autoloads nil "imenu" "imenu.el" (21291 53104 431149 0)) +;;;### (autoloads nil "imenu" "imenu.el" (21291 53104 0 0)) ;;; Generated autoloads from imenu.el (defvar imenu-sort-function nil "\ @@ -15473,7 +15422,7 @@ for more information. ;;;*** ;;;### (autoloads nil "ind-util" "language/ind-util.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from language/ind-util.el (autoload 'indian-compose-region "ind-util" "\ @@ -15504,7 +15453,7 @@ Convert old Emacs Devanagari characters to UCS. ;;;*** ;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/inf-lisp.el (autoload 'inferior-lisp "inf-lisp" "\ @@ -15522,7 +15471,7 @@ of `inferior-lisp-program'). Runs the hooks from ;;;*** -;;;### (autoloads nil "info" "info.el" (21291 53104 431149 0)) +;;;### (autoloads nil "info" "info.el" (21291 53104 0 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))))) "\ @@ -15733,8 +15682,7 @@ Otherwise, visit the manual in a new Info buffer. ;;;*** -;;;### (autoloads nil "info-look" "info-look.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "info-look" "info-look.el" (21291 53104 0 0)) ;;; Generated autoloads from info-look.el (autoload 'info-lookup-reset "info-look" "\ @@ -15781,8 +15729,7 @@ Perform completion on file preceding point. ;;;*** -;;;### (autoloads nil "info-xref" "info-xref.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "info-xref" "info-xref.el" (21291 53104 0 0)) ;;; Generated autoloads from info-xref.el (push (purecopy '(info-xref 3)) package--builtin-versions) @@ -15865,8 +15812,7 @@ the sources handy. ;;;*** -;;;### (autoloads nil "informat" "informat.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "informat" "informat.el" (21291 53104 0 0)) ;;; Generated autoloads from informat.el (autoload 'Info-tagify "informat" "\ @@ -15912,7 +15858,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" ;;;*** ;;;### (autoloads nil "inversion" "cedet/inversion.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from cedet/inversion.el (push (purecopy '(inversion 1 3)) package--builtin-versions) @@ -15925,7 +15871,7 @@ Only checks one based on which kind of Emacs is being run. ;;;*** ;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from international/isearch-x.el (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ @@ -15945,8 +15891,7 @@ Toggle input method in interactive search. ;;;*** -;;;### (autoloads nil "isearchb" "isearchb.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "isearchb" "isearchb.el" (21291 53104 0 0)) ;;; Generated autoloads from isearchb.el (push (purecopy '(isearchb 1 5)) package--builtin-versions) @@ -15961,7 +15906,7 @@ accessed via isearchb. ;;;*** ;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from international/iso-cvt.el (autoload 'iso-spanish "iso-cvt" "\ @@ -16052,7 +15997,7 @@ Add submenus to the File menu, to convert to and from various formats. ;;;*** ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 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) @@ -16060,7 +16005,7 @@ Add submenus to the File menu, to convert to and from various formats. ;;;*** ;;;### (autoloads nil "ispell" "textmodes/ispell.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/ispell.el (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) @@ -16294,7 +16239,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to ;;;*** ;;;### (autoloads nil "japan-util" "language/japan-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from language/japan-util.el (autoload 'setup-japanese-environment-internal "japan-util" "\ @@ -16371,8 +16316,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. ;;;*** -;;;### (autoloads nil "jka-compr" "jka-compr.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "jka-compr" "jka-compr.el" (21291 53104 0 0)) ;;; Generated autoloads from jka-compr.el (defvar jka-compr-inhibit nil "\ @@ -16395,8 +16339,7 @@ by `jka-compr-installed'. ;;;*** -;;;### (autoloads nil "js" "progmodes/js.el" (21387 48819 906838 -;;;;;; 0)) +;;;### (autoloads nil "js" "progmodes/js.el" (21387 3002 678518 0)) ;;; Generated autoloads from progmodes/js.el (push (purecopy '(js 9)) package--builtin-versions) @@ -16408,14 +16351,14 @@ Major mode for editing JavaScript. ;;;*** -;;;### (autoloads nil "json" "json.el" (21291 53104 431149 0)) +;;;### (autoloads nil "json" "json.el" (21291 53104 0 0)) ;;; Generated autoloads from json.el (push (purecopy '(json 1 4)) package--builtin-versions) ;;;*** ;;;### (autoloads nil "keypad" "emulation/keypad.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emulation/keypad.el (defvar keypad-setup nil "\ @@ -16471,7 +16414,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' ;;;*** ;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from international/kinsoku.el (autoload 'kinsoku "kinsoku" "\ @@ -16492,7 +16435,7 @@ the context of text formatting. ;;;*** -;;;### (autoloads nil "kkc" "international/kkc.el" (21291 53104 431149 +;;;### (autoloads nil "kkc" "international/kkc.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from international/kkc.el @@ -16515,7 +16458,7 @@ and the return value is the length of the conversion. ;;;*** -;;;### (autoloads nil "kmacro" "kmacro.el" (21291 53104 431149 0)) +;;;### (autoloads nil "kmacro" "kmacro.el" (21291 53104 0 0)) ;;; Generated autoloads from kmacro.el (global-set-key "\C-x(" 'kmacro-start-macro) (global-set-key "\C-x)" 'kmacro-end-macro) @@ -16628,7 +16571,7 @@ If kbd macro currently being defined end it before activating it. ;;;*** ;;;### (autoloads nil "korea-util" "language/korea-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from language/korea-util.el (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\ @@ -16642,8 +16585,8 @@ The kind of Korean keyboard for Korean input method. ;;;*** -;;;### (autoloads nil "landmark" "play/landmark.el" (21415 30982 -;;;;;; 815536 0)) +;;;### (autoloads nil "landmark" "play/landmark.el" (21414 47927 +;;;;;; 641973 0)) ;;; Generated autoloads from play/landmark.el (defalias 'landmark-repeat 'landmark-test-run) @@ -16674,7 +16617,7 @@ Use \\[describe-mode] for more info. ;;;*** ;;;### (autoloads nil "lao-util" "language/lao-util.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from language/lao-util.el (autoload 'lao-compose-string "lao-util" "\ @@ -16712,7 +16655,7 @@ Transcribe Romanized Lao string STR to Lao character string. ;;;*** ;;;### (autoloads nil "latexenc" "international/latexenc.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 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))) "\ @@ -16744,7 +16687,7 @@ coding system names is determined from `latex-inputenc-coding-alist'. ;;;*** ;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from international/latin1-disp.el (defvar latin1-display nil "\ @@ -16786,7 +16729,7 @@ use either \\[customize] or the function `latin1-display'.") ;;;*** ;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/ld-script.el (autoload 'ld-script-mode "ld-script" "\ @@ -16796,7 +16739,7 @@ A major mode to edit GNU ld script files ;;;*** -;;;### (autoloads nil "life" "play/life.el" (21291 53104 431149 0)) +;;;### (autoloads nil "life" "play/life.el" (21291 53104 0 0)) ;;; Generated autoloads from play/life.el (autoload 'life "life" "\ @@ -16809,7 +16752,7 @@ generations (this defaults to 1). ;;;*** -;;;### (autoloads nil "linum" "linum.el" (21291 53104 431149 0)) +;;;### (autoloads nil "linum" "linum.el" (21291 53104 0 0)) ;;; Generated autoloads from linum.el (push (purecopy '(linum 0 9 24)) package--builtin-versions) @@ -16846,8 +16789,7 @@ See `linum-mode' for more information on Linum mode. ;;;*** -;;;### (autoloads nil "loadhist" "loadhist.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "loadhist" "loadhist.el" (21291 53104 0 0)) ;;; Generated autoloads from loadhist.el (autoload 'unload-feature "loadhist" "\ @@ -16878,7 +16820,7 @@ something strange, such as redefining an Emacs function. ;;;*** -;;;### (autoloads nil "locate" "locate.el" (21291 53104 431149 0)) +;;;### (autoloads nil "locate" "locate.el" (21291 53104 0 0)) ;;; Generated autoloads from locate.el (defvar locate-ls-subdir-switches (purecopy "-al") "\ @@ -16930,7 +16872,7 @@ except that FILTER is not optional. ;;;*** -;;;### (autoloads nil "log-edit" "vc/log-edit.el" (21291 53104 431149 +;;;### (autoloads nil "log-edit" "vc/log-edit.el" (21426 39108 202017 ;;;;;; 0)) ;;; Generated autoloads from vc/log-edit.el @@ -16962,7 +16904,7 @@ done. Otherwise, it uses the current buffer. ;;;*** -;;;### (autoloads nil "log-view" "vc/log-view.el" (21291 53104 431149 +;;;### (autoloads nil "log-view" "vc/log-view.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from vc/log-view.el @@ -16973,7 +16915,7 @@ Major mode for browsing CVS log output. ;;;*** -;;;### (autoloads nil "lpr" "lpr.el" (21291 53104 431149 0)) +;;;### (autoloads nil "lpr" "lpr.el" (21291 53104 0 0)) ;;; Generated autoloads from lpr.el (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\ @@ -17068,8 +17010,7 @@ for further customization of the printer command. ;;;*** -;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (21291 53104 0 0)) ;;; Generated autoloads from ls-lisp.el (defvar ls-lisp-support-shell-wildcards t "\ @@ -17080,7 +17021,7 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") ;;;*** -;;;### (autoloads nil "lunar" "calendar/lunar.el" (21291 53104 431149 +;;;### (autoloads nil "lunar" "calendar/lunar.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from calendar/lunar.el @@ -17096,7 +17037,7 @@ This function is suitable for execution in an init file. ;;;*** ;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/m4-mode.el (autoload 'm4-mode "m4-mode" "\ @@ -17106,7 +17047,7 @@ A major mode to edit m4 macro files. ;;;*** -;;;### (autoloads nil "macros" "macros.el" (21291 53104 431149 0)) +;;;### (autoloads nil "macros" "macros.el" (21291 53104 0 0)) ;;; Generated autoloads from macros.el (autoload 'name-last-kbd-macro "macros" "\ @@ -17196,7 +17137,7 @@ and then select the region of un-tablified names and use ;;;*** ;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/mail-extr.el (autoload 'mail-extract-address-components "mail-extr" "\ @@ -17227,7 +17168,7 @@ Convert mail domain DOMAIN to the country it corresponds to. ;;;*** ;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/mail-hist.el (autoload 'mail-hist-define-keys "mail-hist" "\ @@ -17257,7 +17198,7 @@ This function normally would be called when the message is sent. ;;;*** ;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/mail-utils.el (defvar mail-use-rfc822 nil "\ @@ -17332,7 +17273,7 @@ matches may be returned from the message body. ;;;*** ;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/mailabbrev.el (defvar mail-abbrevs-mode nil "\ @@ -17382,7 +17323,7 @@ double-quotes. ;;;*** ;;;### (autoloads nil "mailalias" "mail/mailalias.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/mailalias.el (defvar mail-complete-style 'angles "\ @@ -17436,7 +17377,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any. ;;;*** ;;;### (autoloads nil "mailclient" "mail/mailclient.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/mailclient.el (autoload 'mailclient-send-it "mailclient" "\ @@ -17449,7 +17390,7 @@ The mail client is taken to be the handler of mailto URLs. ;;;*** ;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/make-mode.el (autoload 'makefile-mode "make-mode" "\ @@ -17566,8 +17507,7 @@ An adapted `makefile-mode' that knows about imake. ;;;*** -;;;### (autoloads nil "makesum" "makesum.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "makesum" "makesum.el" (21291 53104 0 0)) ;;; Generated autoloads from makesum.el (autoload 'make-command-summary "makesum" "\ @@ -17578,7 +17518,7 @@ Previous contents of that buffer are killed first. ;;;*** -;;;### (autoloads nil "man" "man.el" (21291 53104 431149 0)) +;;;### (autoloads nil "man" "man.el" (21291 53104 0 0)) ;;; Generated autoloads from man.el (defalias 'manual-entry 'man) @@ -17632,7 +17572,7 @@ Default bookmark handler for Man buffers. ;;;*** -;;;### (autoloads nil "master" "master.el" (21291 53104 431149 0)) +;;;### (autoloads nil "master" "master.el" (21291 53104 0 0)) ;;; Generated autoloads from master.el (push (purecopy '(master 1 0 2)) package--builtin-versions) @@ -17655,8 +17595,7 @@ yourself the value of `master-of' by calling `master-show-slave'. ;;;*** -;;;### (autoloads nil "mb-depth" "mb-depth.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "mb-depth" "mb-depth.el" (21291 53104 0 0)) ;;; Generated autoloads from mb-depth.el (defvar minibuffer-depth-indicate-mode nil "\ @@ -17683,13 +17622,13 @@ recursion depth in the minibuffer prompt. This is only useful if ;;;*** -;;;### (autoloads nil "md4" "md4.el" (21291 53104 431149 0)) +;;;### (autoloads nil "md4" "md4.el" (21291 53104 0 0)) ;;; Generated autoloads from md4.el (push (purecopy '(md4 1 0)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "message" "gnus/message.el" (21291 53104 431149 +;;;### (autoloads nil "message" "gnus/message.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from gnus/message.el @@ -17856,7 +17795,7 @@ which specify the range to operate on. ;;;*** ;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/meta-mode.el (push (purecopy '(meta-mode 1 0)) package--builtin-versions) @@ -17873,7 +17812,7 @@ Major mode for editing MetaPost sources. ;;;*** ;;;### (autoloads nil "metamail" "mail/metamail.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/metamail.el (autoload 'metamail-interpret-header "metamail" "\ @@ -17916,7 +17855,7 @@ redisplayed as output is inserted. ;;;*** -;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (21291 53104 431149 +;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from mh-e/mh-comp.el @@ -18007,7 +17946,7 @@ delete the draft message. ;;;*** -;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (21291 53104 431149 0)) +;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (21291 53104 0 0)) ;;; Generated autoloads from mh-e/mh-e.el (push (purecopy '(mh-e 8 5 -4)) package--builtin-versions) @@ -18025,7 +17964,7 @@ Display version information about MH-E and the MH mail handling system. ;;;*** ;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mh-e/mh-folder.el (autoload 'mh-rmail "mh-folder" "\ @@ -18106,8 +18045,7 @@ perform the operation on all messages in that region. ;;;*** -;;;### (autoloads nil "midnight" "midnight.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "midnight" "midnight.el" (21291 53104 0 0)) ;;; Generated autoloads from midnight.el (autoload 'clean-buffer-list "midnight" "\ @@ -18134,7 +18072,7 @@ to its second argument TM. ;;;*** ;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from minibuf-eldef.el (defvar minibuffer-electric-default-mode nil "\ @@ -18163,7 +18101,7 @@ is modified to remove the default indication. ;;;*** -;;;### (autoloads nil "misc" "misc.el" (21291 53104 431149 0)) +;;;### (autoloads nil "misc" "misc.el" (21291 53104 0 0)) ;;; Generated autoloads from misc.el (autoload 'butterfly "misc" "\ @@ -18191,8 +18129,7 @@ The return value is always nil. ;;;*** -;;;### (autoloads nil "misearch" "misearch.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "misearch" "misearch.el" (21291 53104 0 0)) ;;; Generated autoloads from misearch.el (add-hook 'isearch-mode-hook 'multi-isearch-setup) @@ -18274,7 +18211,7 @@ whose file names match the specified wildcard. ;;;*** ;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/mixal-mode.el (push (purecopy '(mixal-mode 0 1)) package--builtin-versions) @@ -18286,7 +18223,7 @@ Major mode for the mixal asm language. ;;;*** ;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/mm-encode.el (autoload 'mm-default-file-encoding "mm-encode" "\ @@ -18297,7 +18234,7 @@ Return a default encoding for FILE. ;;;*** ;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/mm-extern.el (autoload 'mm-extern-cache-contents "mm-extern" "\ @@ -18316,7 +18253,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. ;;;*** ;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/mm-partial.el (autoload 'mm-inline-partial "mm-partial" "\ @@ -18329,8 +18266,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. ;;;*** -;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/mm-url.el (autoload 'mm-url-insert-file-contents "mm-url" "\ @@ -18346,8 +18282,7 @@ Insert file contents of URL using `mm-url-program'. ;;;*** -;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/mm-uu.el (autoload 'mm-uu-dissect "mm-uu" "\ @@ -18366,7 +18301,7 @@ Assume text has been decoded if DECODED is non-nil. ;;;*** -;;;### (autoloads nil "mml" "gnus/mml.el" (21291 53104 431149 0)) +;;;### (autoloads nil "mml" "gnus/mml.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/mml.el (autoload 'mml-to-mime "mml" "\ @@ -18391,7 +18326,7 @@ body) or \"attachment\" (separate from the body). ;;;*** -;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (21291 53104 431149 +;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from gnus/mml1991.el @@ -18407,7 +18342,7 @@ body) or \"attachment\" (separate from the body). ;;;*** -;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (21291 53104 431149 +;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from gnus/mml2015.el @@ -18449,7 +18384,7 @@ body) or \"attachment\" (separate from the body). ;;;*** ;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from cedet/mode-local.el (put 'define-overloadable-function 'doc-string-elt 3) @@ -18457,7 +18392,7 @@ body) or \"attachment\" (separate from the body). ;;;*** ;;;### (autoloads nil "modula2" "progmodes/modula2.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/modula2.el (defalias 'modula-2-mode 'm2-mode) @@ -18490,8 +18425,7 @@ followed by the first character of the construct. ;;;*** -;;;### (autoloads nil "morse" "play/morse.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "morse" "play/morse.el" (21291 53104 0 0)) ;;; Generated autoloads from play/morse.el (autoload 'morse-region "morse" "\ @@ -18516,7 +18450,7 @@ Convert NATO phonetic alphabet in region to ordinary ASCII text. ;;;*** -;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (21291 53104 431149 +;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from mouse-drag.el @@ -18564,7 +18498,7 @@ To test this function, evaluate: ;;;*** -;;;### (autoloads nil "mpc" "mpc.el" (21346 62196 327729 0)) +;;;### (autoloads nil "mpc" "mpc.el" (21346 62196 0 0)) ;;; Generated autoloads from mpc.el (autoload 'mpc "mpc" "\ @@ -18574,7 +18508,7 @@ Main entry point for MPC. ;;;*** -;;;### (autoloads nil "mpuz" "play/mpuz.el" (21291 53104 431149 0)) +;;;### (autoloads nil "mpuz" "play/mpuz.el" (21291 53104 0 0)) ;;; Generated autoloads from play/mpuz.el (autoload 'mpuz "mpuz" "\ @@ -18584,7 +18518,7 @@ Multiplication puzzle with GNU Emacs. ;;;*** -;;;### (autoloads nil "msb" "msb.el" (21291 53104 431149 0)) +;;;### (autoloads nil "msb" "msb.el" (21291 53104 0 0)) ;;; Generated autoloads from msb.el (defvar msb-mode nil "\ @@ -18610,7 +18544,7 @@ different buffer menu using the function `msb'. ;;;*** ;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from international/mule-diag.el (autoload 'list-character-sets "mule-diag" "\ @@ -18743,7 +18677,7 @@ The default is 20. If LIMIT is negative, do not limit the listing. ;;;*** ;;;### (autoloads nil "mule-util" "international/mule-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from international/mule-util.el (defsubst string-to-list (string) "\ @@ -18875,7 +18809,7 @@ per-character basis, this may not be accurate. ;;;*** ;;;### (autoloads nil "net-utils" "net/net-utils.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from net/net-utils.el (autoload 'ifconfig "net-utils" "\ @@ -18969,8 +18903,7 @@ Open a network connection to HOST on PORT. ;;;*** -;;;### (autoloads nil "netrc" "net/netrc.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "netrc" "net/netrc.el" (21291 53104 0 0)) ;;; Generated autoloads from net/netrc.el (autoload 'netrc-credentials "netrc" "\ @@ -18983,7 +18916,7 @@ listed in the PORTS list. ;;;*** ;;;### (autoloads nil "network-stream" "net/network-stream.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from net/network-stream.el (autoload 'open-network-stream "network-stream" "\ @@ -19077,7 +19010,7 @@ a greeting from the server. ;;;*** ;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from net/newst-backend.el (autoload 'newsticker-running-p "newst-backend" "\ @@ -19099,7 +19032,7 @@ Run `newsticker-start-hook' if newsticker was not running already. ;;;*** ;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from net/newst-plainview.el (autoload 'newsticker-plainview "newst-plainview" "\ @@ -19110,7 +19043,7 @@ Start newsticker plainview. ;;;*** ;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from net/newst-reader.el (autoload 'newsticker-show-news "newst-reader" "\ @@ -19121,7 +19054,7 @@ Start reading news. You may want to bind this to a key. ;;;*** ;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from net/newst-ticker.el (autoload 'newsticker-ticker-running-p "newst-ticker" "\ @@ -19142,7 +19075,7 @@ running already. ;;;*** ;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from net/newst-treeview.el (autoload 'newsticker-treeview "newst-treeview" "\ @@ -19153,13 +19086,13 @@ Start newsticker treeview. ;;;*** ;;;### (autoloads nil "newsticker" "net/newsticker.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from net/newsticker.el (push (purecopy '(newsticker 1 99)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (21291 53104 431149 +;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from gnus/nndiary.el @@ -19170,8 +19103,7 @@ Generate NOV databases in all nndiary directories. ;;;*** -;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/nndoc.el (autoload 'nndoc-add-type "nndoc" "\ @@ -19186,7 +19118,7 @@ symbol in the alist. ;;;*** ;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/nnfolder.el (autoload 'nnfolder-generate-active-file "nnfolder" "\ @@ -19197,7 +19129,7 @@ This command does not work if you use short group names. ;;;*** -;;;### (autoloads nil "nnml" "gnus/nnml.el" (21291 53104 431149 0)) +;;;### (autoloads nil "nnml" "gnus/nnml.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/nnml.el (autoload 'nnml-generate-nov-databases "nnml" "\ @@ -19207,7 +19139,7 @@ Generate NOV databases in all nnml directories. ;;;*** -;;;### (autoloads nil "novice" "novice.el" (21291 53104 431149 0)) +;;;### (autoloads nil "novice" "novice.el" (21291 53104 0 0)) ;;; Generated autoloads from novice.el (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") @@ -19240,7 +19172,7 @@ future sessions. ;;;*** ;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from textmodes/nroff-mode.el (autoload 'nroff-mode "nroff-mode" "\ @@ -19254,14 +19186,14 @@ closing requests for requests that are used in matched pairs. ;;;*** -;;;### (autoloads nil "ntlm" "net/ntlm.el" (21291 53104 431149 0)) +;;;### (autoloads nil "ntlm" "net/ntlm.el" (21291 53104 0 0)) ;;; Generated autoloads from net/ntlm.el (push (purecopy '(ntlm 1 0)) package--builtin-versions) ;;;*** ;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (21291 57968 -;;;;;; 313602 751000)) +;;;;;; 0 0)) ;;; Generated autoloads from nxml/nxml-glyph.el (autoload 'nxml-glyph-display-string "nxml-glyph" "\ @@ -19273,8 +19205,8 @@ Return nil if the face cannot display a glyph for N. ;;;*** -;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21373 39620 -;;;;;; 652244 0)) +;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (21373 1839 +;;;;;; 721535 649000)) ;;; Generated autoloads from nxml/nxml-mode.el (autoload 'nxml-mode "nxml-mode" "\ @@ -19335,7 +19267,7 @@ Many aspects this mode can be customized using ;;;*** ;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (21291 57968 -;;;;;; 313602 751000)) +;;;;;; 0 0)) ;;; Generated autoloads from nxml/nxml-uchnm.el (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\ @@ -19348,7 +19280,7 @@ the variable `nxml-enabled-unicode-blocks'. ;;;*** ;;;### (autoloads nil "octave" "progmodes/octave.el" (21321 34341 -;;;;;; 175457 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/octave.el (autoload 'octave-mode "octave" "\ @@ -19386,7 +19318,7 @@ startup file, `~/.emacs-octave'. ;;;*** ;;;### (autoloads nil "opascal" "progmodes/opascal.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/opascal.el (define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4") @@ -19421,7 +19353,7 @@ Coloring: ;;;*** -;;;### (autoloads nil "org" "org/org.el" (21341 23900 988149 0)) +;;;### (autoloads nil "org" "org/org.el" (21341 23900 0 0)) ;;; Generated autoloads from org/org.el (autoload 'org-babel-do-load-languages "org" "\ @@ -19643,7 +19575,7 @@ Call the customize function with org as argument. ;;;*** ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21341 23900 -;;;;;; 988149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from org/org-agenda.el (autoload 'org-toggle-sticky-agenda "org-agenda" "\ @@ -19917,7 +19849,7 @@ to override `appt-message-warning-time'. ;;;*** ;;;### (autoloads nil "org-capture" "org/org-capture.el" (21341 23900 -;;;;;; 988149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from org/org-capture.el (autoload 'org-capture-string "org-capture" "\ @@ -19960,7 +19892,7 @@ Set `org-capture-templates' to be similar to `org-remember-templates'. ;;;*** ;;;### (autoloads nil "org-colview" "org/org-colview.el" (21341 23900 -;;;;;; 988149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from org/org-colview.el (autoload 'org-columns-remove-overlays "org-colview" "\ @@ -20024,7 +19956,7 @@ Turn on or update column view in the agenda. ;;;*** ;;;### (autoloads nil "org-compat" "org/org-compat.el" (21341 23900 -;;;;;; 988149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from org/org-compat.el (autoload 'org-check-version "org-compat" "\ @@ -20034,7 +19966,7 @@ Try very hard to provide sensible version strings. ;;;*** -;;;### (autoloads nil "org-macs" "org/org-macs.el" (21291 53104 431149 +;;;### (autoloads nil "org-macs" "org/org-macs.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from org/org-macs.el @@ -20046,7 +19978,7 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a ;;;*** ;;;### (autoloads nil "org-version" "org/org-version.el" (21341 23900 -;;;;;; 988149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from org/org-version.el (autoload 'org-release "org-version" "\ @@ -20063,8 +19995,7 @@ The Git version of org-mode. ;;;*** -;;;### (autoloads nil "outline" "outline.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "outline" "outline.el" (21291 53104 0 0)) ;;; Generated autoloads from outline.el (put 'outline-regexp 'safe-local-variable 'stringp) (put 'outline-heading-end-regexp 'safe-local-variable 'stringp) @@ -20125,8 +20056,8 @@ See the command `outline-mode' for more information on this mode. ;;;*** -;;;### (autoloads nil "package" "emacs-lisp/package.el" (21420 54160 -;;;;;; 358217 0)) +;;;### (autoloads nil "package" "emacs-lisp/package.el" (21420 27972 +;;;;;; 753649 0)) ;;; Generated autoloads from emacs-lisp/package.el (push (purecopy '(package 1 0 1)) package--builtin-versions) @@ -20198,7 +20129,7 @@ The list is displayed in a buffer named `*Packages*'. ;;;*** -;;;### (autoloads nil "paren" "paren.el" (21291 53104 431149 0)) +;;;### (autoloads nil "paren" "paren.el" (21291 53104 0 0)) ;;; Generated autoloads from paren.el (defvar show-paren-mode nil "\ @@ -20225,7 +20156,7 @@ matching parenthesis is highlighted in `show-paren-style' after ;;;*** ;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from calendar/parse-time.el (put 'parse-time-rules 'risky-local-variable t) @@ -20238,8 +20169,8 @@ unknown are returned as nil. ;;;*** -;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21319 19378 -;;;;;; 69506 0)) +;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21423 62909 +;;;;;; 33477 0)) ;;; Generated autoloads from progmodes/pascal.el (autoload 'pascal-mode "pascal" "\ @@ -20289,7 +20220,7 @@ See also the user variables `pascal-type-keywords', `pascal-start-keywords' and ;;;*** ;;;### (autoloads nil "password-cache" "password-cache.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from password-cache.el (defvar password-cache t "\ @@ -20311,7 +20242,7 @@ Check if KEY is in the cache. ;;;*** ;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/pcase.el (autoload 'pcase "pcase" "\ @@ -20372,8 +20303,7 @@ of the form (UPAT EXP). ;;;*** -;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (21291 53104 0 0)) ;;; Generated autoloads from pcmpl-cvs.el (autoload 'pcomplete/cvs "pcmpl-cvs" "\ @@ -20383,8 +20313,7 @@ Completion rules for the `cvs' command. ;;;*** -;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (21291 53104 0 0)) ;;; Generated autoloads from pcmpl-gnu.el (autoload 'pcomplete/gzip "pcmpl-gnu" "\ @@ -20412,7 +20341,7 @@ Completion for the GNU tar utility. ;;;*** ;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from pcmpl-linux.el (autoload 'pcomplete/kill "pcmpl-linux" "\ @@ -20432,8 +20361,7 @@ Completion for GNU/Linux `mount'. ;;;*** -;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (21291 53104 0 0)) ;;; Generated autoloads from pcmpl-rpm.el (autoload 'pcomplete/rpm "pcmpl-rpm" "\ @@ -20443,7 +20371,7 @@ Completion for the `rpm' command. ;;;*** -;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (21291 53104 431149 +;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from pcmpl-unix.el @@ -20499,8 +20427,7 @@ Includes files as well as host names followed by a colon. ;;;*** -;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (21291 53104 0 0)) ;;; Generated autoloads from pcmpl-x.el (autoload 'pcomplete/tlmgr "pcmpl-x" "\ @@ -20524,8 +20451,7 @@ Completion for the `ag' command. ;;;*** -;;;### (autoloads nil "pcomplete" "pcomplete.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "pcomplete" "pcomplete.el" (21291 53104 0 0)) ;;; Generated autoloads from pcomplete.el (autoload 'pcomplete "pcomplete" "\ @@ -20582,7 +20508,7 @@ Setup `shell-mode' to use pcomplete. ;;;*** -;;;### (autoloads nil "pcvs" "vc/pcvs.el" (21291 53104 431149 0)) +;;;### (autoloads nil "pcvs" "vc/pcvs.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/pcvs.el (autoload 'cvs-checkout "pcvs" "\ @@ -20658,7 +20584,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d ;;;*** ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 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)) "\ @@ -20667,7 +20593,7 @@ Global menu used by PCL-CVS.") ;;;*** ;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21341 -;;;;;; 23900 988149 0)) +;;;;;; 23900 0 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) @@ -20728,8 +20654,8 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. ;;;*** -;;;### (autoloads nil "picture" "textmodes/picture.el" (21419 46255 -;;;;;; 468379 0)) +;;;### (autoloads nil "picture" "textmodes/picture.el" (21419 27241 +;;;;;; 500420 0)) ;;; Generated autoloads from textmodes/picture.el (autoload 'picture-mode "picture" "\ @@ -20809,7 +20735,7 @@ they are not by default assigned to keys. ;;;*** -;;;### (autoloads nil "plstore" "gnus/plstore.el" (21291 53104 431149 +;;;### (autoloads nil "plstore" "gnus/plstore.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from gnus/plstore.el @@ -20825,8 +20751,7 @@ Major mode for editing PLSTORE files. ;;;*** -;;;### (autoloads nil "po" "textmodes/po.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "po" "textmodes/po.el" (21291 53104 0 0)) ;;; Generated autoloads from textmodes/po.el (autoload 'po-find-file-coding-system "po" "\ @@ -20837,7 +20762,7 @@ Called through `file-coding-system-alist', before the file is visited for real. ;;;*** -;;;### (autoloads nil "pong" "play/pong.el" (21291 53104 431149 0)) +;;;### (autoloads nil "pong" "play/pong.el" (21291 53104 0 0)) ;;; Generated autoloads from play/pong.el (autoload 'pong "pong" "\ @@ -20853,7 +20778,7 @@ pong-mode keybindings:\\ ;;;*** -;;;### (autoloads nil "pop3" "gnus/pop3.el" (21291 53104 431149 0)) +;;;### (autoloads nil "pop3" "gnus/pop3.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/pop3.el (autoload 'pop3-movemail "pop3" "\ @@ -20864,8 +20789,7 @@ Use streaming commands. ;;;*** -;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21291 53104 0 0)) ;;; Generated autoloads from emacs-lisp/pp.el (autoload 'pp-to-string "pp" "\ @@ -20915,8 +20839,8 @@ Ignores leading comment characters. ;;;*** -;;;### (autoloads nil "printing" "printing.el" (21358 40001 706245 -;;;;;; 561000)) +;;;### (autoloads nil "printing" "printing.el" (21359 23622 725850 +;;;;;; 0)) ;;; Generated autoloads from printing.el (push (purecopy '(printing 6 9 3)) package--builtin-versions) @@ -21504,7 +21428,7 @@ are both set to t. ;;;*** -;;;### (autoloads nil "proced" "proced.el" (21291 53104 431149 0)) +;;;### (autoloads nil "proced" "proced.el" (21291 53104 0 0)) ;;; Generated autoloads from proced.el (autoload 'proced "proced" "\ @@ -21522,8 +21446,7 @@ Proced buffers. ;;;*** -;;;### (autoloads nil "profiler" "profiler.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "profiler" "profiler.el" (21291 53104 0 0)) ;;; Generated autoloads from profiler.el (autoload 'profiler-start "profiler" "\ @@ -21552,7 +21475,7 @@ Open profile FILENAME. ;;;*** ;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21346 62196 -;;;;;; 327729 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/prolog.el (autoload 'prolog-mode "prolog" "\ @@ -21585,7 +21508,7 @@ With prefix argument ARG, restart the Prolog process if running before. ;;;*** -;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (21291 53104 431149 0)) +;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (21291 53104 0 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")) "\ @@ -21597,7 +21520,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") ;;;*** ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/ps-mode.el (push (purecopy '(ps-mode 1 1 9)) package--builtin-versions) @@ -21644,8 +21567,8 @@ Typing \\\\[ps-run-goto-error] when the cursor is at the number ;;;*** -;;;### (autoloads nil "ps-print" "ps-print.el" (21358 40055 584873 -;;;;;; 719000)) +;;;### (autoloads nil "ps-print" "ps-print.el" (21359 23622 725850 +;;;;;; 0)) ;;; Generated autoloads from ps-print.el (push (purecopy '(ps-print 7 3 5)) package--builtin-versions) @@ -21842,15 +21765,14 @@ If EXTENSION is any other symbol, it is ignored. ;;;*** -;;;### (autoloads nil "pulse" "cedet/pulse.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "pulse" "cedet/pulse.el" (21291 53104 0 0)) ;;; Generated autoloads from cedet/pulse.el (push (purecopy '(pulse 1 0)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "python" "progmodes/python.el" (21413 57672 -;;;;;; 614849 0)) +;;;### (autoloads nil "python" "progmodes/python.el" (21426 39108 +;;;;;; 202017 0)) ;;; Generated autoloads from progmodes/python.el (push (purecopy '(python 0 24 2)) package--builtin-versions) @@ -21884,7 +21806,7 @@ Major mode for editing Python files. ;;;*** -;;;### (autoloads nil "qp" "gnus/qp.el" (21291 53104 431149 0)) +;;;### (autoloads nil "qp" "gnus/qp.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/qp.el (autoload 'quoted-printable-decode-region "qp" "\ @@ -21904,7 +21826,7 @@ them into characters should be done separately. ;;;*** ;;;### (autoloads nil "quail" "international/quail.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from international/quail.el (autoload 'quail-title "quail" "\ @@ -22135,7 +22057,7 @@ of each directory. ;;;*** ;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from leim/quail/hangul.el (autoload 'hangul-input-method-activate "quail/hangul" "\ @@ -22148,7 +22070,7 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'. ;;;*** ;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from leim/quail/uni-input.el (autoload 'ucs-input-activate "quail/uni-input" "\ @@ -22162,7 +22084,7 @@ While this input method is active, the variable ;;;*** -;;;### (autoloads nil "quickurl" "net/quickurl.el" (21291 53104 431149 +;;;### (autoloads nil "quickurl" "net/quickurl.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from net/quickurl.el @@ -22234,8 +22156,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. ;;;*** -;;;### (autoloads nil "rcirc" "net/rcirc.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "rcirc" "net/rcirc.el" (21291 53104 0 0)) ;;; Generated autoloads from net/rcirc.el (autoload 'rcirc "rcirc" "\ @@ -22274,7 +22195,7 @@ if ARG is omitted or nil. ;;;*** ;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/re-builder.el (defalias 'regexp-builder 're-builder) @@ -22292,8 +22213,7 @@ matching parts of the target buffer will be highlighted. ;;;*** -;;;### (autoloads nil "recentf" "recentf.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "recentf" "recentf.el" (21291 53104 0 0)) ;;; Generated autoloads from recentf.el (defvar recentf-mode nil "\ @@ -22319,7 +22239,7 @@ were operated on recently. ;;;*** -;;;### (autoloads nil "rect" "rect.el" (21291 53104 431149 0)) +;;;### (autoloads nil "rect" "rect.el" (21291 53104 0 0)) ;;; Generated autoloads from rect.el (autoload 'delete-rectangle "rect" "\ @@ -22460,7 +22380,7 @@ Activates the region if needed. Only lasts until the region is deactivated. ;;;*** ;;;### (autoloads nil "refill" "textmodes/refill.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/refill.el (autoload 'refill-mode "refill" "\ @@ -22481,7 +22401,7 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead. ;;;*** ;;;### (autoloads nil "reftex" "textmodes/reftex.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/reftex.el (autoload 'turn-on-reftex "reftex" "\ @@ -22531,7 +22451,7 @@ This enforces rescanning the buffer on next use. ;;;*** ;;;### (autoloads nil "reftex-cite" "textmodes/reftex-cite.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from textmodes/reftex-cite.el (autoload 'reftex-citation "reftex-cite" "\ @@ -22561,7 +22481,7 @@ While entering the regexp, completion on knows citation keys is possible. ;;;*** ;;;### (autoloads nil "reftex-global" "textmodes/reftex-global.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from textmodes/reftex-global.el (autoload 'reftex-isearch-minor-mode "reftex-global" "\ @@ -22578,7 +22498,7 @@ With no argument, this command toggles ;;;*** ;;;### (autoloads nil "reftex-index" "textmodes/reftex-index.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from textmodes/reftex-index.el (autoload 'reftex-index-phrases-mode "reftex-index" "\ @@ -22611,7 +22531,7 @@ Here are all local bindings. ;;;*** ;;;### (autoloads nil "reftex-parse" "textmodes/reftex-parse.el" -;;;;;; (21346 62196 327729 0)) +;;;;;; (21346 62196 0 0)) ;;; Generated autoloads from textmodes/reftex-parse.el (autoload 'reftex-all-document-files "reftex-parse" "\ @@ -22624,7 +22544,7 @@ of master file. ;;;*** ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 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)))) @@ -22634,7 +22554,7 @@ of master file. ;;;*** ;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/regexp-opt.el (autoload 'regexp-opt "regexp-opt" "\ @@ -22663,7 +22583,7 @@ This means the number of non-shy regexp grouping constructs ;;;*** -;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (21291 53104 431149 +;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/regi.el (push (purecopy '(regi 1 8)) package--builtin-versions) @@ -22671,7 +22591,7 @@ This means the number of non-shy regexp grouping constructs ;;;*** ;;;### (autoloads nil "remember" "textmodes/remember.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/remember.el (push (purecopy '(remember 2 0)) package--builtin-versions) @@ -22725,7 +22645,7 @@ to turn the *scratch* buffer into your notes buffer. ;;;*** -;;;### (autoloads nil "repeat" "repeat.el" (21291 53104 431149 0)) +;;;### (autoloads nil "repeat" "repeat.el" (21291 53104 0 0)) ;;; Generated autoloads from repeat.el (push (purecopy '(repeat 0 51)) package--builtin-versions) @@ -22749,7 +22669,7 @@ recently executed command not bound to an input event\". ;;;*** ;;;### (autoloads nil "reporter" "mail/reporter.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/reporter.el (autoload 'reporter-submit-bug-report "reporter" "\ @@ -22780,7 +22700,7 @@ mail-sending package is used for editing and sending the message. ;;;*** -;;;### (autoloads nil "reposition" "reposition.el" (21291 53104 431149 +;;;### (autoloads nil "reposition" "reposition.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from reposition.el @@ -22807,7 +22727,7 @@ first comment line visible (if point is in a comment). ;;;*** -;;;### (autoloads nil "reveal" "reveal.el" (21291 53104 431149 0)) +;;;### (autoloads nil "reveal" "reveal.el" (21291 53104 0 0)) ;;; Generated autoloads from reveal.el (autoload 'reveal-mode "reveal" "\ @@ -22842,7 +22762,7 @@ the mode if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (21291 53104 431149 +;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/ring.el @@ -22858,8 +22778,7 @@ Make a ring that can contain SIZE elements. ;;;*** -;;;### (autoloads nil "rlogin" "net/rlogin.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "rlogin" "net/rlogin.el" (21291 53104 0 0)) ;;; Generated autoloads from net/rlogin.el (autoload 'rlogin "rlogin" "\ @@ -22903,8 +22822,7 @@ variable. ;;;*** -;;;### (autoloads nil "rmail" "mail/rmail.el" (21349 10841 977368 -;;;;;; 0)) +;;;### (autoloads nil "rmail" "mail/rmail.el" (21349 10841 0 0)) ;;; Generated autoloads from mail/rmail.el (defvar rmail-file-name (purecopy "~/RMAIL") "\ @@ -23102,7 +23020,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. ;;;*** ;;;### (autoloads nil "rmailout" "mail/rmailout.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/rmailout.el (put 'rmail-output-file-alist 'risky-local-variable t) @@ -23167,7 +23085,7 @@ than appending to it. Deletes the message after writing if ;;;*** ;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (21319 19378 -;;;;;; 69506 0)) +;;;;;; 0 0)) ;;; Generated autoloads from nxml/rng-cmpct.el (autoload 'rng-c-load-schema "rng-cmpct" "\ @@ -23179,7 +23097,7 @@ Return a pattern. ;;;*** ;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (21291 57968 -;;;;;; 317602 643000)) +;;;;;; 0 0)) ;;; Generated autoloads from nxml/rng-nxml.el (autoload 'rng-nxml-mode-init "rng-nxml" "\ @@ -23192,7 +23110,7 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil. ;;;*** ;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (21291 57968 -;;;;;; 317602 643000)) +;;;;;; 0 0)) ;;; Generated autoloads from nxml/rng-valid.el (autoload 'rng-validate-mode "rng-valid" "\ @@ -23222,8 +23140,8 @@ to use for finding the schema. ;;;*** -;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (21291 57968 317602 -;;;;;; 643000)) +;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (21291 57968 0 +;;;;;; 0)) ;;; Generated autoloads from nxml/rng-xsd.el (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile) @@ -23251,7 +23169,7 @@ must be equal. ;;;*** ;;;### (autoloads nil "robin" "international/robin.el" (20627 28607 -;;;;;; 829638 0)) +;;;;;; 0 0)) ;;; Generated autoloads from international/robin.el (autoload 'robin-define-package "robin" "\ @@ -23283,7 +23201,7 @@ Start using robin package NAME, which is a string. ;;;*** -;;;### (autoloads nil "rot13" "rot13.el" (21291 53104 431149 0)) +;;;### (autoloads nil "rot13" "rot13.el" (21291 53104 0 0)) ;;; Generated autoloads from rot13.el (autoload 'rot13 "rot13" "\ @@ -23320,8 +23238,7 @@ Toggle the use of ROT13 encoding for the current window. ;;;*** -;;;### (autoloads nil "rst" "textmodes/rst.el" (21343 47921 549108 -;;;;;; 0)) +;;;### (autoloads nil "rst" "textmodes/rst.el" (21343 47921 0 0)) ;;; Generated autoloads from textmodes/rst.el (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) @@ -23351,8 +23268,8 @@ for modes derived from Text mode, like Mail mode. ;;;*** -;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21410 -;;;;;; 64156 350465 0)) +;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21406 +;;;;;; 53815 191813 0)) ;;; Generated autoloads from progmodes/ruby-mode.el (push (purecopy '(ruby-mode 1 2)) package--builtin-versions) @@ -23369,7 +23286,7 @@ Major mode for editing Ruby code. ;;;*** -;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (21419 46255 468379 +;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (21419 27241 500420 ;;;;;; 0)) ;;; Generated autoloads from ruler-mode.el (push (purecopy '(ruler-mode 1 6)) package--builtin-versions) @@ -23388,8 +23305,7 @@ if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (21291 53104 0 0)) ;;; Generated autoloads from emacs-lisp/rx.el (autoload 'rx-to-string "rx" "\ @@ -23701,14 +23617,13 @@ enclosed in `(and ...)'. ;;;*** ;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from net/sasl-ntlm.el (push (purecopy '(sasl 1 0)) package--builtin-versions) ;;;*** -;;;### (autoloads nil "savehist" "savehist.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "savehist" "savehist.el" (21291 53104 0 0)) ;;; Generated autoloads from savehist.el (push (purecopy '(savehist 24)) package--builtin-versions) @@ -23740,8 +23655,8 @@ histories, which is probably undesirable. ;;;*** -;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21372 5105 -;;;;;; 739240 0)) +;;;### (autoloads nil "scheme" "progmodes/scheme.el" (21372 35662 +;;;;;; 356409 0)) ;;; Generated autoloads from progmodes/scheme.el (autoload 'scheme-mode "scheme" "\ @@ -23781,7 +23696,7 @@ that variable's value is a string. ;;;*** ;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/score-mode.el (autoload 'gnus-score-mode "score-mode" "\ @@ -23794,7 +23709,7 @@ This mode is an extended emacs-lisp mode. ;;;*** -;;;### (autoloads nil "scroll-all" "scroll-all.el" (21291 53104 431149 +;;;### (autoloads nil "scroll-all" "scroll-all.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from scroll-all.el @@ -23821,7 +23736,7 @@ one window apply to all visible windows in the same frame. ;;;*** ;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from scroll-lock.el (autoload 'scroll-lock-mode "scroll-lock" "\ @@ -23837,8 +23752,7 @@ vertically fixed relative to window boundaries during scrolling. ;;;*** -;;;### (autoloads nil "secrets" "net/secrets.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "secrets" "net/secrets.el" (21291 53104 0 0)) ;;; Generated autoloads from net/secrets.el (when (featurep 'dbusbind) (autoload 'secrets-show-secrets "secrets" nil t)) @@ -23846,7 +23760,7 @@ vertically fixed relative to window boundaries during scrolling. ;;;*** ;;;### (autoloads nil "semantic" "cedet/semantic.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from cedet/semantic.el (push (purecopy '(semantic 2 2)) package--builtin-versions) @@ -23904,7 +23818,7 @@ Semantic mode. ;;;*** ;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from cedet/semantic/bovine/grammar.el (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ @@ -23915,7 +23829,7 @@ Major mode for editing Bovine grammars. ;;;*** ;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from cedet/semantic/wisent/grammar.el (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ @@ -23926,7 +23840,7 @@ Major mode for editing Wisent grammars. ;;;*** ;;;### (autoloads nil "sendmail" "mail/sendmail.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/sendmail.el (defvar mail-from-style 'default "\ @@ -24207,7 +24121,7 @@ Like `mail' command, but display mail buffer in another frame. ;;;*** -;;;### (autoloads nil "server" "server.el" (21291 53104 431149 0)) +;;;### (autoloads nil "server" "server.el" (21291 53104 0 0)) ;;; Generated autoloads from server.el (put 'server-host 'risky-local-variable t) @@ -24274,7 +24188,7 @@ only these files will be asked to be saved. ;;;*** -;;;### (autoloads nil "ses" "ses.el" (21291 53104 431149 0)) +;;;### (autoloads nil "ses" "ses.el" (21291 53104 0 0)) ;;; Generated autoloads from ses.el (autoload 'ses-mode "ses" "\ @@ -24319,7 +24233,7 @@ formula: ;;;*** ;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from textmodes/sgml-mode.el (autoload 'sgml-mode "sgml-mode" "\ @@ -24385,7 +24299,7 @@ To work around that, do: ;;;*** ;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21418 -;;;;;; 19288 912946 0)) +;;;;;; 44988 932893 0)) ;;; Generated autoloads from progmodes/sh-script.el (push (purecopy '(sh-script 2 0 6)) package--builtin-versions) (put 'sh-shell 'safe-local-variable 'symbolp) @@ -24450,7 +24364,7 @@ with your script for an edit-interpret-debug cycle. ;;;*** ;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/shadow.el (autoload 'list-load-path-shadows "shadow" "\ @@ -24499,7 +24413,7 @@ function, `load-path-shadows-find'. ;;;*** -;;;### (autoloads nil "shadowfile" "shadowfile.el" (21291 53104 431149 +;;;### (autoloads nil "shadowfile" "shadowfile.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from shadowfile.el @@ -24538,7 +24452,7 @@ Set up file shadowing. ;;;*** -;;;### (autoloads nil "shell" "shell.el" (21313 65162 603703 543000)) +;;;### (autoloads nil "shell" "shell.el" (21313 65162 0 0)) ;;; Generated autoloads from shell.el (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\ @@ -24586,7 +24500,7 @@ Otherwise, one argument `-i' is passed to the shell. ;;;*** -;;;### (autoloads nil "shr" "net/shr.el" (21341 23900 988149 0)) +;;;### (autoloads nil "shr" "net/shr.el" (21341 23900 0 0)) ;;; Generated autoloads from net/shr.el (autoload 'shr-render-region "shr" "\ @@ -24603,8 +24517,7 @@ DOM should be a parse tree as generated by ;;;*** -;;;### (autoloads nil "sieve" "gnus/sieve.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "sieve" "gnus/sieve.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/sieve.el (autoload 'sieve-manage "sieve" "\ @@ -24630,7 +24543,7 @@ DOM should be a parse tree as generated by ;;;*** ;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/sieve-mode.el (autoload 'sieve-mode "sieve-mode" "\ @@ -24646,7 +24559,7 @@ Turning on Sieve mode runs `sieve-mode-hook'. ;;;*** ;;;### (autoloads nil "simula" "progmodes/simula.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/simula.el (autoload 'simula-mode "simula" "\ @@ -24694,7 +24607,7 @@ with no arguments, if that value is non-nil. ;;;*** -;;;### (autoloads nil "skeleton" "skeleton.el" (21415 30982 815536 +;;;### (autoloads nil "skeleton" "skeleton.el" (21416 3260 930862 ;;;;;; 0)) ;;; Generated autoloads from skeleton.el @@ -24814,7 +24727,7 @@ symmetrical ones, and the same character twice for the others. ;;;*** ;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from vc/smerge-mode.el (autoload 'smerge-ediff "smerge-mode" "\ @@ -24841,8 +24754,7 @@ If no conflict maker is found, turn off `smerge-mode'. ;;;*** -;;;### (autoloads nil "smiley" "gnus/smiley.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "smiley" "gnus/smiley.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/smiley.el (autoload 'smiley-region "smiley" "\ @@ -24860,7 +24772,7 @@ interactively. If there's no argument, do it at the current buffer. ;;;*** ;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/smtpmail.el (autoload 'smtpmail-send-it "smtpmail" "\ @@ -24875,8 +24787,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'. ;;;*** -;;;### (autoloads nil "snake" "play/snake.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "snake" "play/snake.el" (21291 53104 0 0)) ;;; Generated autoloads from play/snake.el (autoload 'snake "snake" "\ @@ -24900,7 +24811,7 @@ Snake mode keybindings: ;;;*** ;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from net/snmp-mode.el (autoload 'snmp-mode "snmp-mode" "\ @@ -24929,7 +24840,7 @@ then `snmpv2-mode-hook'. ;;;*** -;;;### (autoloads nil "solar" "calendar/solar.el" (21291 53104 431149 +;;;### (autoloads nil "solar" "calendar/solar.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from calendar/solar.el @@ -24946,7 +24857,7 @@ This function is suitable for execution in an init file. ;;;*** ;;;### (autoloads nil "solitaire" "play/solitaire.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from play/solitaire.el (autoload 'solitaire "solitaire" "\ @@ -25021,7 +24932,7 @@ Pick your favorite shortcuts: ;;;*** -;;;### (autoloads nil "sort" "sort.el" (21291 53104 431149 0)) +;;;### (autoloads nil "sort" "sort.el" (21291 53104 0 0)) ;;; Generated autoloads from sort.el (put 'sort-fold-case 'safe-local-variable 'booleanp) @@ -25196,7 +25107,7 @@ is non-nil, it also prints a message describing the number of deletions. ;;;*** -;;;### (autoloads nil "spam" "gnus/spam.el" (21291 53104 431149 0)) +;;;### (autoloads nil "spam" "gnus/spam.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/spam.el (autoload 'spam-initialize "spam" "\ @@ -25211,7 +25122,7 @@ installed through `spam-necessary-extra-headers'. ;;;*** ;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from gnus/spam-report.el (autoload 'spam-report-process-queue "spam-report" "\ @@ -25253,8 +25164,7 @@ Spam reports will be queued with the method used when ;;;*** -;;;### (autoloads nil "speedbar" "speedbar.el" (21341 23900 988149 -;;;;;; 0)) +;;;### (autoloads nil "speedbar" "speedbar.el" (21341 23900 0 0)) ;;; Generated autoloads from speedbar.el (defalias 'speedbar 'speedbar-frame-mode) @@ -25278,8 +25188,7 @@ selected. If the speedbar frame is active, then select the attached frame. ;;;*** -;;;### (autoloads nil "spook" "play/spook.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "spook" "play/spook.el" (21291 53104 0 0)) ;;; Generated autoloads from play/spook.el (autoload 'spook "spook" "\ @@ -25294,8 +25203,7 @@ Return a vector containing the lines from `spook-phrases-file'. ;;;*** -;;;### (autoloads nil "sql" "progmodes/sql.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "sql" "progmodes/sql.el" (21291 53104 0 0)) ;;; Generated autoloads from progmodes/sql.el (push (purecopy '(sql 3 4)) package--builtin-versions) @@ -25756,7 +25664,7 @@ buffer. ;;;*** -;;;### (autoloads nil "srecode" "cedet/srecode.el" (21291 53104 431149 +;;;### (autoloads nil "srecode" "cedet/srecode.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from cedet/srecode.el (push (purecopy '(srecode 1 2)) package--builtin-versions) @@ -25764,7 +25672,7 @@ buffer. ;;;*** ;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from cedet/srecode/srt-mode.el (autoload 'srecode-template-mode "srecode/srt-mode" "\ @@ -25777,7 +25685,7 @@ Major-mode for writing SRecode macros. ;;;*** ;;;### (autoloads nil "starttls" "gnus/starttls.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from gnus/starttls.el (autoload 'starttls-open-stream "starttls" "\ @@ -25800,8 +25708,7 @@ GnuTLS requires a port number. ;;;*** -;;;### (autoloads nil "strokes" "strokes.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "strokes" "strokes.el" (21291 53104 0 0)) ;;; Generated autoloads from strokes.el (autoload 'strokes-global-set-stroke "strokes" "\ @@ -25914,8 +25821,7 @@ Read a complex stroke and insert its glyph into the current buffer. ;;;*** -;;;### (autoloads nil "studly" "play/studly.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "studly" "play/studly.el" (21291 53104 0 0)) ;;; Generated autoloads from play/studly.el (autoload 'studlify-region "studly" "\ @@ -25936,7 +25842,7 @@ Studlify-case the current buffer. ;;;*** ;;;### (autoloads nil "subword" "progmodes/subword.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from progmodes/subword.el (autoload 'subword-mode "subword" "\ @@ -26031,7 +25937,7 @@ See `superword-mode' for more information on Superword mode. ;;;*** ;;;### (autoloads nil "supercite" "mail/supercite.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/supercite.el (autoload 'sc-cite-original "supercite" "\ @@ -26063,8 +25969,7 @@ and `sc-post-hook' is run after the guts of this function. ;;;*** -;;;### (autoloads nil "t-mouse" "t-mouse.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "t-mouse" "t-mouse.el" (21291 53104 0 0)) ;;; Generated autoloads from t-mouse.el (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") @@ -26092,7 +25997,7 @@ It relies on the `gpm' daemon being activated. ;;;*** -;;;### (autoloads nil "tabify" "tabify.el" (21291 53104 431149 0)) +;;;### (autoloads nil "tabify" "tabify.el" (21291 53104 0 0)) ;;; Generated autoloads from tabify.el (autoload 'untabify "tabify" "\ @@ -26121,7 +26026,7 @@ The variable `tab-width' controls the spacing of tab stops. ;;;*** -;;;### (autoloads nil "table" "textmodes/table.el" (21291 53104 431149 +;;;### (autoloads nil "table" "textmodes/table.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from textmodes/table.el @@ -26714,7 +26619,7 @@ converts a table into plain text without frames. It is a companion to ;;;*** -;;;### (autoloads nil "talk" "talk.el" (21291 53104 431149 0)) +;;;### (autoloads nil "talk" "talk.el" (21291 53104 0 0)) ;;; Generated autoloads from talk.el (autoload 'talk-connect "talk" "\ @@ -26729,8 +26634,7 @@ Connect to the Emacs talk group from the current X display or tty frame. ;;;*** -;;;### (autoloads nil "tar-mode" "tar-mode.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "tar-mode" "tar-mode.el" (21291 53104 0 0)) ;;; Generated autoloads from tar-mode.el (autoload 'tar-mode "tar-mode" "\ @@ -26753,8 +26657,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. ;;;*** -;;;### (autoloads nil "tcl" "progmodes/tcl.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "tcl" "progmodes/tcl.el" (21291 53104 0 0)) ;;; Generated autoloads from progmodes/tcl.el (autoload 'tcl-mode "tcl" "\ @@ -26802,8 +26705,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. ;;;*** -;;;### (autoloads nil "telnet" "net/telnet.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "telnet" "net/telnet.el" (21291 53104 0 0)) ;;; Generated autoloads from net/telnet.el (autoload 'telnet "telnet" "\ @@ -26828,7 +26730,7 @@ Normally input is edited in Emacs and sent a line at a time. ;;;*** -;;;### (autoloads nil "term" "term.el" (21341 23900 988149 0)) +;;;### (autoloads nil "term" "term.el" (21341 23900 0 0)) ;;; Generated autoloads from term.el (autoload 'make-term "term" "\ @@ -26871,7 +26773,7 @@ use in that buffer. ;;;*** ;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/testcover.el (autoload 'testcover-this-defun "testcover" "\ @@ -26881,8 +26783,7 @@ Start coverage on function under point. ;;;*** -;;;### (autoloads nil "tetris" "play/tetris.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "tetris" "play/tetris.el" (21291 53104 0 0)) ;;; Generated autoloads from play/tetris.el (push (purecopy '(tetris 2 1)) package--builtin-versions) @@ -26908,7 +26809,7 @@ tetris-mode keybindings: ;;;*** ;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/tex-mode.el (defvar tex-shell-file-name nil "\ @@ -27210,7 +27111,7 @@ Major mode to edit DocTeX files. ;;;*** ;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/texinfmt.el (autoload 'texinfo-format-buffer "texinfmt" "\ @@ -27249,8 +27150,8 @@ if large. You can use `Info-split' to do this manually. ;;;*** -;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (21412 28481 -;;;;;; 677015 0)) +;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (21412 6211 +;;;;;; 413773 0)) ;;; Generated autoloads from textmodes/texinfo.el (defvar texinfo-open-quote (purecopy "``") "\ @@ -27335,7 +27236,7 @@ value of `texinfo-mode-hook'. ;;;*** ;;;### (autoloads nil "thai-util" "language/thai-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from language/thai-util.el (autoload 'thai-compose-region "thai-util" "\ @@ -27362,8 +27263,7 @@ Compose Thai characters in the current buffer. ;;;*** -;;;### (autoloads nil "thingatpt" "thingatpt.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "thingatpt" "thingatpt.el" (21291 53104 0 0)) ;;; Generated autoloads from thingatpt.el (autoload 'forward-thing "thingatpt" "\ @@ -27427,7 +27327,7 @@ Return the Lisp list at point, or nil if none is found. ;;;*** -;;;### (autoloads nil "thumbs" "thumbs.el" (21291 53104 431149 0)) +;;;### (autoloads nil "thumbs" "thumbs.el" (21291 53104 0 0)) ;;; Generated autoloads from thumbs.el (autoload 'thumbs-find-thumb "thumbs" "\ @@ -27462,7 +27362,7 @@ In dired, call the setroot program on the image at point. ;;;*** ;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from language/tibet-util.el (autoload 'tibetan-char-p "tibet-util" "\ @@ -27536,7 +27436,7 @@ See also docstring of the function tibetan-compose-region. ;;;*** ;;;### (autoloads nil "tildify" "textmodes/tildify.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from textmodes/tildify.el (push (purecopy '(tildify 4 5)) package--builtin-versions) @@ -27560,7 +27460,7 @@ This function performs no refilling of the changed text. ;;;*** -;;;### (autoloads nil "time" "time.el" (21291 53104 431149 0)) +;;;### (autoloads nil "time" "time.el" (21291 53104 0 0)) ;;; Generated autoloads from time.el (defvar display-time-day-and-date nil "\ @@ -27623,7 +27523,7 @@ Return a string giving the duration of the Emacs initialization. ;;;*** ;;;### (autoloads nil "time-date" "calendar/time-date.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from calendar/time-date.el (autoload 'date-to-time "time-date" "\ @@ -27734,7 +27634,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'. ;;;*** -;;;### (autoloads nil "time-stamp" "time-stamp.el" (21291 53104 431149 +;;;### (autoloads nil "time-stamp" "time-stamp.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from time-stamp.el (put 'time-stamp-format 'safe-local-variable 'stringp) @@ -27776,7 +27676,7 @@ With ARG, turn time stamping on if and only if arg is positive. ;;;*** ;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from calendar/timeclock.el (push (purecopy '(timeclock 2 6 1)) package--builtin-versions) @@ -27886,7 +27786,7 @@ relative only to the time worked today, and not to past time. ;;;*** ;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from international/titdic-cnv.el (autoload 'titdic-convert "titdic-cnv" "\ @@ -27908,7 +27808,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". ;;;*** -;;;### (autoloads nil "tmm" "tmm.el" (21291 53104 431149 0)) +;;;### (autoloads nil "tmm" "tmm.el" (21291 53104 0 0)) ;;; Generated autoloads from tmm.el (define-key global-map "\M-`" 'tmm-menubar) (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) @@ -27950,8 +27850,8 @@ Its value should be an event that has a binding in MENU. ;;;*** -;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21420 -;;;;;; 54160 358217 0)) +;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21422 +;;;;;; 42044 967072 0)) ;;; Generated autoloads from calendar/todo-mode.el (autoload 'todo-show "todo-mode" "\ @@ -28018,8 +27918,7 @@ Mode for displaying and reprioritizing top priority Todo. ;;;*** -;;;### (autoloads nil "tool-bar" "tool-bar.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "tool-bar" "tool-bar.el" (21291 53104 0 0)) ;;; Generated autoloads from tool-bar.el (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ @@ -28090,7 +27989,7 @@ holds a keymap. ;;;*** ;;;### (autoloads nil "tpu-edt" "emulation/tpu-edt.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emulation/tpu-edt.el (push (purecopy '(tpu-edt 4 5)) package--builtin-versions) @@ -28121,7 +28020,7 @@ Turn on TPU/edt emulation. ;;;*** ;;;### (autoloads nil "tpu-mapper" "emulation/tpu-mapper.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emulation/tpu-mapper.el (autoload 'tpu-mapper "tpu-mapper" "\ @@ -28155,8 +28054,7 @@ your local X guru can try to figure out why the key is being ignored. ;;;*** -;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (21291 53104 0 0)) ;;; Generated autoloads from emacs-lisp/tq.el (autoload 'tq-create "tq" "\ @@ -28170,7 +28068,7 @@ to a tcp server on another machine. ;;;*** ;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/trace.el (defvar trace-buffer "*trace-output*" "\ @@ -28215,7 +28113,7 @@ the output buffer or changing the window configuration. ;;;*** -;;;### (autoloads nil "tramp" "net/tramp.el" (21391 16284 875808 +;;;### (autoloads nil "tramp" "net/tramp.el" (21389 44725 461529 ;;;;;; 0)) ;;; Generated autoloads from net/tramp.el @@ -28332,7 +28230,7 @@ Discard Tramp from loading remote files. ;;;*** ;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from net/tramp-ftp.el (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ @@ -28342,8 +28240,7 @@ Discard Tramp from loading remote files. ;;;*** -;;;### (autoloads nil "tutorial" "tutorial.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "tutorial" "tutorial.el" (21291 53104 0 0)) ;;; Generated autoloads from tutorial.el (autoload 'help-with-tutorial "tutorial" "\ @@ -28368,7 +28265,7 @@ resumed later. ;;;*** ;;;### (autoloads nil "tv-util" "language/tv-util.el" (20352 35897 -;;;;;; 183049 0)) +;;;;;; 0 0)) ;;; Generated autoloads from language/tv-util.el (autoload 'tai-viet-composition-function "tv-util" "\ @@ -28379,7 +28276,7 @@ resumed later. ;;;*** ;;;### (autoloads nil "two-column" "textmodes/two-column.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from textmodes/two-column.el (autoload '2C-command "two-column" () t 'keymap) (global-set-key "\C-x6" '2C-command) @@ -28426,7 +28323,7 @@ First column's text sSs Second column's text ;;;*** -;;;### (autoloads nil "type-break" "type-break.el" (21291 53104 431149 +;;;### (autoloads nil "type-break" "type-break.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from type-break.el @@ -28559,7 +28456,7 @@ FRAC should be the inverse of the fractional value; for example, a value of ;;;*** -;;;### (autoloads nil "uce" "mail/uce.el" (21291 53104 431149 0)) +;;;### (autoloads nil "uce" "mail/uce.el" (21291 53104 0 0)) ;;; Generated autoloads from mail/uce.el (autoload 'uce-reply-to-uce "uce" "\ @@ -28573,7 +28470,7 @@ You might need to set `uce-mail-reader' before using this. ;;;*** ;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el" -;;;;;; (21291 53104 431149 0)) +;;;;;; (21291 53104 0 0)) ;;; Generated autoloads from international/ucs-normalize.el (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ @@ -28639,7 +28536,7 @@ Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus. ;;;*** ;;;### (autoloads nil "underline" "textmodes/underline.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from textmodes/underline.el (autoload 'underline-region "underline" "\ @@ -28659,7 +28556,7 @@ which specify the range to operate on. ;;;*** -;;;### (autoloads nil "unrmail" "mail/unrmail.el" (21291 53104 431149 +;;;### (autoloads nil "unrmail" "mail/unrmail.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from mail/unrmail.el @@ -28681,7 +28578,7 @@ The variable `unrmail-mbox-format' controls which mbox format to use. ;;;*** ;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/unsafep.el (autoload 'unsafep "unsafep" "\ @@ -28693,7 +28590,7 @@ UNSAFEP-VARS is a list of symbols with local bindings. ;;;*** -;;;### (autoloads nil "url" "url/url.el" (21291 53104 431149 0)) +;;;### (autoloads nil "url" "url/url.el" (21291 53104 0 0)) ;;; Generated autoloads from url/url.el (autoload 'url-retrieve "url" "\ @@ -28740,7 +28637,7 @@ no further processing). URL is either a string or a parsed URL. ;;;*** -;;;### (autoloads nil "url-auth" "url/url-auth.el" (21291 53104 431149 +;;;### (autoloads nil "url-auth" "url/url-auth.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from url/url-auth.el @@ -28783,7 +28680,7 @@ RATING a rating between 1 and 10 of the strength of the authentication. ;;;*** ;;;### (autoloads nil "url-cache" "url/url-cache.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from url/url-cache.el (autoload 'url-store-in-cache "url-cache" "\ @@ -28804,8 +28701,7 @@ Extract FNAM from the local disk cache. ;;;*** -;;;### (autoloads nil "url-cid" "url/url-cid.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "url-cid" "url/url-cid.el" (21291 53104 0 0)) ;;; Generated autoloads from url/url-cid.el (autoload 'url-cid "url-cid" "\ @@ -28815,8 +28711,7 @@ Extract FNAM from the local disk cache. ;;;*** -;;;### (autoloads nil "url-dav" "url/url-dav.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "url-dav" "url/url-dav.el" (21291 53104 0 0)) ;;; Generated autoloads from url/url-dav.el (autoload 'url-dav-supported-p "url-dav" "\ @@ -28850,7 +28745,7 @@ added to this list, so most requests can just pass in nil. ;;;*** -;;;### (autoloads nil "url-file" "url/url-file.el" (21291 53104 431149 +;;;### (autoloads nil "url-file" "url/url-file.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from url/url-file.el @@ -28861,8 +28756,7 @@ Handle file: and ftp: URLs. ;;;*** -;;;### (autoloads nil "url-gw" "url/url-gw.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "url-gw" "url/url-gw.el" (21291 53104 0 0)) ;;; Generated autoloads from url/url-gw.el (autoload 'url-gateway-nslookup-host "url-gw" "\ @@ -28880,8 +28774,8 @@ Might do a non-blocking connection; use `process-status' to check. ;;;*** -;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21419 -;;;;;; 46255 468379 0)) +;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (21420 +;;;;;; 315 511456 0)) ;;; Generated autoloads from url/url-handlers.el (defvar url-handler-mode nil "\ @@ -28935,7 +28829,7 @@ accessible. ;;;*** -;;;### (autoloads nil "url-http" "url/url-http.el" (21419 46255 468379 +;;;### (autoloads nil "url-http" "url/url-http.el" (21420 315 511456 ;;;;;; 0)) ;;; Generated autoloads from url/url-http.el (autoload 'url-default-expander "url-expand") @@ -28948,8 +28842,7 @@ accessible. ;;;*** -;;;### (autoloads nil "url-irc" "url/url-irc.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "url-irc" "url/url-irc.el" (21291 53104 0 0)) ;;; Generated autoloads from url/url-irc.el (autoload 'url-irc "url-irc" "\ @@ -28959,7 +28852,7 @@ accessible. ;;;*** -;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (21291 53104 431149 +;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from url/url-ldap.el @@ -28974,7 +28867,7 @@ URL can be a URL string, or a URL vector of the type returned by ;;;*** ;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from url/url-mailto.el (autoload 'url-mail "url-mailto" "\ @@ -28989,7 +28882,7 @@ Handle the mailto: URL syntax. ;;;*** -;;;### (autoloads nil "url-misc" "url/url-misc.el" (21291 53104 431149 +;;;### (autoloads nil "url-misc" "url/url-misc.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from url/url-misc.el @@ -29021,7 +28914,7 @@ Fetch a data URL (RFC 2397). ;;;*** -;;;### (autoloads nil "url-news" "url/url-news.el" (21291 53104 431149 +;;;### (autoloads nil "url-news" "url/url-news.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from url/url-news.el @@ -29037,8 +28930,7 @@ Fetch a data URL (RFC 2397). ;;;*** -;;;### (autoloads nil "url-ns" "url/url-ns.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "url-ns" "url/url-ns.el" (21291 53104 0 0)) ;;; Generated autoloads from url/url-ns.el (autoload 'isPlainHostName "url-ns" "\ @@ -29079,7 +28971,7 @@ Fetch a data URL (RFC 2397). ;;;*** ;;;### (autoloads nil "url-parse" "url/url-parse.el" (21346 62196 -;;;;;; 327729 0)) +;;;;;; 0 0)) ;;; Generated autoloads from url/url-parse.el (autoload 'url-recreate-url "url-parse" "\ @@ -29131,7 +29023,7 @@ parses to ;;;*** ;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from url/url-privacy.el (autoload 'url-setup-privacy-info "url-privacy" "\ @@ -29142,7 +29034,7 @@ Setup variables that expose info about you and your system. ;;;*** ;;;### (autoloads nil "url-queue" "url/url-queue.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from url/url-queue.el (autoload 'url-queue-retrieve "url-queue" "\ @@ -29156,7 +29048,7 @@ The variable `url-queue-timeout' sets a timeout. ;;;*** -;;;### (autoloads nil "url-util" "url/url-util.el" (21291 53104 431149 +;;;### (autoloads nil "url-util" "url/url-util.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from url/url-util.el @@ -29325,8 +29217,7 @@ This uses `url-current-object', set locally to the buffer. ;;;*** -;;;### (autoloads nil "userlock" "userlock.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "userlock" "userlock.el" (21291 53104 0 0)) ;;; Generated autoloads from userlock.el (autoload 'ask-user-about-lock "userlock" "\ @@ -29355,7 +29246,7 @@ The buffer in question is current when this function is called. ;;;*** ;;;### (autoloads nil "utf-7" "international/utf-7.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from international/utf-7.el (autoload 'utf-7-post-read-conversion "utf-7" "\ @@ -29380,7 +29271,7 @@ The buffer in question is current when this function is called. ;;;*** -;;;### (autoloads nil "utf7" "gnus/utf7.el" (21291 53104 431149 0)) +;;;### (autoloads nil "utf7" "gnus/utf7.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/utf7.el (autoload 'utf7-encode "utf7" "\ @@ -29391,7 +29282,7 @@ Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil. ;;;*** ;;;### (autoloads nil "uudecode" "mail/uudecode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from mail/uudecode.el (autoload 'uudecode-decode-region-external "uudecode" "\ @@ -29415,7 +29306,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. ;;;*** -;;;### (autoloads nil "vc" "vc/vc.el" (21291 53104 431149 0)) +;;;### (autoloads nil "vc" "vc/vc.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/vc.el (defvar vc-checkout-hook nil "\ @@ -29697,7 +29588,7 @@ Return the branch part of a revision number REV. ;;;*** ;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from vc/vc-annotate.el (autoload 'vc-annotate "vc-annotate" "\ @@ -29734,8 +29625,7 @@ mode-specific menu. `vc-annotate-color-map' and ;;;*** -;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/vc-arch.el (defun vc-arch-registered (file) (if (vc-find-root file "{arch}/=tagging-method") @@ -29745,8 +29635,7 @@ mode-specific menu. `vc-annotate-color-map' and ;;;*** -;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/vc-bzr.el (defconst vc-bzr-admin-dirname ".bzr" "\ @@ -29762,8 +29651,7 @@ Name of the format file in a .bzr directory.") ;;;*** -;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/vc-cvs.el (defun vc-cvs-registered (f) "Return non-nil if file F is registered with CVS." @@ -29774,8 +29662,7 @@ Name of the format file in a .bzr directory.") ;;;*** -;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/vc-dir.el (autoload 'vc-dir "vc-dir" "\ @@ -29800,7 +29687,7 @@ These are the commands available for use in the file status buffer: ;;;*** ;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from vc/vc-dispatcher.el (autoload 'vc-do-command "vc-dispatcher" "\ @@ -29823,7 +29710,7 @@ case, and the process object in the asynchronous case. ;;;*** -;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21291 53104 431149 +;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21425 18234 73199 ;;;;;; 0)) ;;; Generated autoloads from vc/vc-git.el (defun vc-git-registered (file) @@ -29835,7 +29722,7 @@ case, and the process object in the asynchronous case. ;;;*** -;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (21393 64365 929177 0)) +;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (21394 62654 575695 0)) ;;; Generated autoloads from vc/vc-hg.el (defun vc-hg-registered (file) "Return non-nil if FILE is registered with hg." @@ -29846,8 +29733,7 @@ case, and the process object in the asynchronous case. ;;;*** -;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/vc-mtn.el (defconst vc-mtn-admin-dir "_MTN" "\ @@ -29863,7 +29749,7 @@ Name of the monotone directory's format file.") ;;;*** -;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (21371 31054 820435 +;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (21372 35662 356409 ;;;;;; 0)) ;;; Generated autoloads from vc/vc-rcs.el @@ -29877,8 +29763,7 @@ For a description of possible values, see `vc-check-master-templates'.") ;;;*** -;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/vc-sccs.el (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ @@ -29896,8 +29781,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) ;;;*** -;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (21291 53104 0 0)) ;;; Generated autoloads from vc/vc-svn.el (defun vc-svn-registered (f) (let ((admin-dir (cond ((and (eq system-type 'windows-nt) @@ -29911,7 +29795,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) ;;;*** ;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/vera-mode.el (push (purecopy '(vera-mode 2 28)) package--builtin-versions) (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode)) @@ -29970,7 +29854,7 @@ Key bindings: ;;;*** ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" -;;;;;; (21346 62196 327729 0)) +;;;;;; (21346 62196 0 0)) ;;; Generated autoloads from progmodes/verilog-mode.el (autoload 'verilog-mode "verilog-mode" "\ @@ -30110,7 +29994,7 @@ Key bindings specific to `verilog-mode-map' are: ;;;*** ;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/vhdl-mode.el (autoload 'vhdl-mode "vhdl-mode" "\ @@ -30664,8 +30548,7 @@ Key bindings: ;;;*** -;;;### (autoloads nil "vi" "emulation/vi.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vi" "emulation/vi.el" (21291 53104 0 0)) ;;; Generated autoloads from emulation/vi.el (autoload 'vi-mode "vi" "\ @@ -30718,7 +30601,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs. ;;;*** ;;;### (autoloads nil "viet-util" "language/viet-util.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from language/viet-util.el (autoload 'viet-encode-viscii-char "viet-util" "\ @@ -30762,7 +30645,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. ;;;*** -;;;### (autoloads nil "view" "view.el" (21291 53104 431149 0)) +;;;### (autoloads nil "view" "view.el" (21291 53104 0 0)) ;;; Generated autoloads from view.el (defvar view-remove-frame-by-deleting t "\ @@ -31018,8 +30901,7 @@ Exit View mode and make the current buffer editable. ;;;*** -;;;### (autoloads nil "vip" "emulation/vip.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "vip" "emulation/vip.el" (21291 53104 0 0)) ;;; Generated autoloads from emulation/vip.el (autoload 'vip-setup "vip" "\ @@ -31034,7 +30916,7 @@ Turn on VIP emulation of VI. ;;;*** -;;;### (autoloads nil "viper" "emulation/viper.el" (21291 53104 431149 +;;;### (autoloads nil "viper" "emulation/viper.el" (21423 62909 33477 ;;;;;; 0)) ;;; Generated autoloads from emulation/viper.el (push (purecopy '(viper 3 14 1)) package--builtin-versions) @@ -31053,7 +30935,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. ;;;*** ;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from emacs-lisp/warnings.el (defvar warning-prefix-function nil "\ @@ -31143,7 +31025,7 @@ this is equivalent to `display-warning', using ;;;*** -;;;### (autoloads nil "wdired" "wdired.el" (21291 53104 431149 0)) +;;;### (autoloads nil "wdired" "wdired.el" (21291 53104 0 0)) ;;; Generated autoloads from wdired.el (push (purecopy '(wdired 2 0)) package--builtin-versions) @@ -31161,8 +31043,7 @@ See `wdired-mode'. ;;;*** -;;;### (autoloads nil "webjump" "net/webjump.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "webjump" "net/webjump.el" (21291 53104 0 0)) ;;; Generated autoloads from net/webjump.el (autoload 'webjump "webjump" "\ @@ -31179,7 +31060,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke ;;;*** ;;;### (autoloads nil "which-func" "progmodes/which-func.el" (21291 -;;;;;; 53104 431149 0)) +;;;;;; 53104 0 0)) ;;; Generated autoloads from progmodes/which-func.el (put 'which-func-format 'risky-local-variable t) (put 'which-func-current 'risky-local-variable t) @@ -31209,7 +31090,7 @@ in certain major modes. ;;;*** -;;;### (autoloads nil "whitespace" "whitespace.el" (21291 53104 431149 +;;;### (autoloads nil "whitespace" "whitespace.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from whitespace.el (push (purecopy '(whitespace 13 2 2)) package--builtin-versions) @@ -31609,7 +31490,7 @@ cleaning up these problems. ;;;*** -;;;### (autoloads nil "wid-browse" "wid-browse.el" (21291 53104 431149 +;;;### (autoloads nil "wid-browse" "wid-browse.el" (21291 53104 0 ;;;;;; 0)) ;;; Generated autoloads from wid-browse.el @@ -31638,8 +31519,7 @@ if ARG is omitted or nil. ;;;*** -;;;### (autoloads nil "wid-edit" "wid-edit.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "wid-edit" "wid-edit.el" (21291 53104 0 0)) ;;; Generated autoloads from wid-edit.el (autoload 'widgetp "wid-edit" "\ @@ -31681,8 +31561,7 @@ Setup current buffer so editing string widgets works. ;;;*** -;;;### (autoloads nil "windmove" "windmove.el" (21291 53104 431149 -;;;;;; 0)) +;;;### (autoloads nil "windmove" "windmove.el" (21291 53104 0 0)) ;;; Generated autoloads from windmove.el (autoload 'windmove-left "windmove" "\ @@ -31734,7 +31613,7 @@ Default MODIFIER is 'shift. ;;;*** -;;;### (autoloads nil "winner" "winner.el" (21291 53104 431149 0)) +;;;### (autoloads nil "winner" "winner.el" (21291 53104 0 0)) ;;; Generated autoloads from winner.el (defvar winner-mode nil "\ @@ -31757,7 +31636,7 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. ;;;*** -;;;### (autoloads nil "woman" "woman.el" (21291 53104 431149 0)) +;;;### (autoloads nil "woman" "woman.el" (21291 53104 0 0)) ;;; Generated autoloads from woman.el (push (purecopy '(woman 0 551)) package--builtin-versions) @@ -31807,7 +31686,7 @@ Default bookmark handler for Woman buffers. ;;;*** ;;;### (autoloads nil "ws-mode" "emulation/ws-mode.el" (21291 53104 -;;;;;; 431149 0)) +;;;;;; 0 0)) ;;; Generated autoloads from emulation/ws-mode.el (push (purecopy '(ws-mode 0 7)) package--builtin-versions) @@ -31828,7 +31707,7 @@ Emacs-like. ;;;*** -;;;### (autoloads nil "xml" "xml.el" (21291 53104 431149 0)) +;;;### (autoloads nil "xml" "xml.el" (21291 53104 0 0)) ;;; Generated autoloads from xml.el (autoload 'xml-parse-file "xml" "\ @@ -31884,8 +31763,7 @@ Both features can be combined by providing a cons cell ;;;*** -;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21341 23900 988149 -;;;;;; 0)) +;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (21341 23900 0 0)) ;;; Generated autoloads from nxml/xmltok.el (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ @@ -31903,7 +31781,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. ;;;*** -;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21410 64156 350465 +;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21410 50877 492638 ;;;;;; 0)) ;;; Generated autoloads from xt-mouse.el @@ -31933,7 +31811,7 @@ down the SHIFT key while pressing the mouse button. ;;;*** -;;;### (autoloads nil "yenc" "gnus/yenc.el" (21291 53104 431149 0)) +;;;### (autoloads nil "yenc" "gnus/yenc.el" (21291 53104 0 0)) ;;; Generated autoloads from gnus/yenc.el (autoload 'yenc-decode-region "yenc" "\ @@ -31948,7 +31826,7 @@ Extract file name from an yenc header. ;;;*** -;;;### (autoloads nil "zone" "play/zone.el" (21291 53104 431149 0)) +;;;### (autoloads nil "zone" "play/zone.el" (21291 53104 0 0)) ;;; Generated autoloads from play/zone.el (autoload 'zone "zone" "\ @@ -31964,33 +31842,34 @@ Zone out, completely. ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el" ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" -;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el" -;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el" -;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el" -;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" -;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" -;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el" -;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" -;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" -;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el" -;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el" -;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el" -;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" -;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el" -;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el" -;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el" -;;;;;; "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" -;;;;;; "cedet/ede/cpp-root.el" "cedet/ede/custom.el" "cedet/ede/dired.el" -;;;;;; "cedet/ede/emacs.el" "cedet/ede/files.el" "cedet/ede/generic.el" -;;;;;; "cedet/ede/linux.el" "cedet/ede/locate.el" "cedet/ede/make.el" -;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el" -;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" -;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" -;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" -;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el" -;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el" -;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el" -;;;;;; "cedet/ede/util.el" "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" +;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el" +;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el" +;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el" +;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" +;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" +;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" +;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" +;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" +;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el" +;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" +;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el" +;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" +;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" +;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el" +;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el" +;;;;;; "cedet/cedet-idutils.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" +;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el" +;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el" +;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/loaddefs.el" +;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el" +;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" +;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" +;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" +;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" +;;;;;; "cedet/ede/proj.el" "cedet/ede/project-am.el" "cedet/ede/shell.el" +;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el" +;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el" +;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el" ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el" ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el" ;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el" @@ -32010,13 +31889,13 @@ Zone out, completely. ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" -;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" -;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" -;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" -;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" -;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el" -;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el" -;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" +;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el" +;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el" +;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" +;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el" +;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el" +;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el" +;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el" ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" @@ -32028,34 +31907,35 @@ Zone out, completely. ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el" ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el" ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.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" -;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el" -;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el" +;;;;;; "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" "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/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" -;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el" -;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el" -;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" -;;;;;; "emacs-lisp/package-x.el" "emacs-lisp/smie.el" "emacs-lisp/subr-x.el" -;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" -;;;;;; "emulation/cua-gmrk.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" -;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el" -;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" -;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" -;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el" -;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el" -;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" -;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" -;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" -;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" -;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" -;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" -;;;;;; "eshell/esh-ext.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" "format-spec.el" "fringe.el" -;;;;;; "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.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-custom.el" "emacs-lisp/eieio-datadebug.el" +;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el" +;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" +;;;;;; "emacs-lisp/smie.el" "emacs-lisp/subr-x.el" "emacs-lisp/tcover-ses.el" +;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/edt-lk201.el" +;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" +;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" +;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" +;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el" +;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el" +;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" +;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" +;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" +;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" +;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-tramp.el" +;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" +;;;;;; "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" "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-icalendar.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" @@ -32145,14 +32025,14 @@ Zone out, completely. ;;;;;; "org/org-faces.el" "org/org-feed.el" "org/org-footnote.el" ;;;;;; "org/org-gnus.el" "org/org-habit.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-list.el" "org/org-macro.el" "org/org-mhe.el" -;;;;;; "org/org-mobile.el" "org/org-mouse.el" "org/org-pcomplete.el" -;;;;;; "org/org-plot.el" "org/org-protocol.el" "org/org-rmail.el" -;;;;;; "org/org-src.el" "org/org-table.el" "org/org-timer.el" "org/org-w3m.el" -;;;;;; "org/ox-ascii.el" "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el" -;;;;;; "org/ox-latex.el" "org/ox-man.el" "org/ox-md.el" "org/ox-odt.el" -;;;;;; "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" -;;;;;; "play/gametree.el" "progmodes/ada-prj.el" "progmodes/cc-align.el" +;;;;;; "org/org-irc.el" "org/org-list.el" "org/org-loaddefs.el" +;;;;;; "org/org-macro.el" "org/org-mhe.el" "org/org-mobile.el" "org/org-mouse.el" +;;;;;; "org/org-pcomplete.el" "org/org-plot.el" "org/org-protocol.el" +;;;;;; "org/org-rmail.el" "org/org-src.el" "org/org-table.el" "org/org-timer.el" +;;;;;; "org/org-w3m.el" "org/ox-ascii.el" "org/ox-beamer.el" "org/ox-html.el" +;;;;;; "org/ox-icalendar.el" "org/ox-latex.el" "org/ox-man.el" "org/ox-md.el" +;;;;;; "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" +;;;;;; "org/ox.el" "play/gametree.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" @@ -32174,8 +32054,8 @@ Zone out, completely. ;;;;;; "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") (21421 1249 285545 -;;;;;; 440000)) +;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21426 39167 845163 +;;;;;; 447000)) ;;;*** From 005f996739e9b59e01b3c10f153efb4c4e54353d Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 1 Jul 2014 16:06:11 +0200 Subject: [PATCH 11/38] * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): Prefer utf-8 coding. (Bug#17859) --- lisp/ChangeLog | 5 +++++ lisp/net/tramp-sh.el | 13 ++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b90c3c98ad..776925f28b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-01 Michael Albinus + + * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): + Prefer utf-8 coding. (Bug#17859) + 2014-06-30 Fabián Ezequiel Gallina * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 68f1ef472f1..d906cc67674 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -3964,15 +3964,16 @@ process to set up. VEC specifies the connection." ;; Try to set up the coding system correctly. ;; CCC this can't be the right way to do it. Hm. (tramp-message vec 5 "Determining coding system") - (tramp-send-command vec "echo foo ; echo bar" t) (with-current-buffer (process-buffer proc) - (goto-char (point-min)) (if (featurep 'mule) ;; Use MULE to select the right EOL convention for communicating ;; with the process. - (let* ((cs (or (tramp-compat-funcall 'process-coding-system proc) - (cons 'undecided 'undecided))) - cs-decode cs-encode) + (let ((cs (or (when (string-match + "utf8" (or (tramp-get-remote-locale vec) "")) + (cons 'utf-8 'utf-8)) + (tramp-compat-funcall 'process-coding-system proc) + (cons 'undecided 'undecided))) + cs-decode cs-encode) (when (symbolp cs) (setq cs (cons cs cs))) (setq cs-decode (car cs)) (setq cs-encode (cdr cs)) @@ -3980,6 +3981,8 @@ process to set up. VEC specifies the connection." (unless cs-encode (setq cs-encode 'undecided)) (setq cs-encode (tramp-compat-coding-system-change-eol-conversion cs-encode 'unix)) + (tramp-send-command vec "echo foo ; echo bar" t) + (goto-char (point-min)) (when (search-forward "\r" nil t) (setq cs-decode (tramp-compat-coding-system-change-eol-conversion cs-decode 'dos))) From 39a61a22ed89dee97a0bc61c07b4cae3ab7f98ae Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Tue, 1 Jul 2014 18:51:26 +0400 Subject: [PATCH 12/38] Fix ChangeLog entry --- src/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e733c2820ab..4d3037d683c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2014-07-01 Dmitry Antipov - * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889). + * xfaces.c (init_frame_faces): Always realize basic faces (Bug#17889). * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crash caused by xw_popup_dialog in daemon mode (Bug#17891). From 3737a8efcf3a705c99a807e9c8574a89036dc3f3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 1 Jul 2014 11:15:03 -0400 Subject: [PATCH 13/38] * lisp/vc/log-edit.el (log-edit-goto-eoh): New function. (log-edit--match-first-line): Use it. Fixes: debbugs:17861 --- lisp/ChangeLog | 5 +++++ lisp/vc/log-edit.el | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f4aa0c608e..017c7adad28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-01 Stefan Monnier + + * vc/log-edit.el (log-edit-goto-eoh): New function. + (log-edit--match-first-line): Use it (bug#17861). + 2014-07-01 Glenn Morris * vc/log-edit.el (log-edit-hook): Add missing :version. diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index 2e09af86d22..1d75411ec1f 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -357,9 +357,15 @@ The first subexpression is the actual text of the field.") (set-match-data (list start (point))) (point)))) +(defun log-edit-goto-eoh () ;FIXME: Almost rfc822-goto-eoh! + (goto-char (point-min)) + (when (re-search-forward + "^\\([^[:alpha:]]\\|[[:alnum:]-]+[^[:alnum:]-:]\\)" nil 'move) + (goto-char (match-beginning 0)))) + (defun log-edit--match-first-line (limit) (let ((start (point))) - (rfc822-goto-eoh) + (log-edit-goto-eoh) (skip-chars-forward "\n") (and (< start (line-end-position)) (< (point) limit) From 854b22ea18090cc226703c4a828a3fc0bfaa0ccd Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 1 Jul 2014 12:10:02 -0400 Subject: [PATCH 14/38] * lisp/xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal) (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal is suspended. Fixes: debbugs:17857 --- lisp/ChangeLog | 9 +++++++-- lisp/xt-mouse.el | 19 ++++++++++++++++--- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 776925f28b4..054bef5697d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2014-07-01 Stefan Monnier + + * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal) + (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal + is suspended (bug#17857). + 2014-07-01 Michael Albinus * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): @@ -40,8 +46,7 @@ Don't call c-parse-state when c++-template-syntax-table is active. * progmodes/cc-engine.el (c-guess-continued-construct CASE G) (c-guess-basic-syntax CASE 5D.3): Rearrange so that - c-syntactic-skip-backwards isn't called with the pertinent syntax - table. + c-syntactic-skip-backwards isn't called with the pertinent syntax table. 2014-06-28 Stephen Berman diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index f9e89880dae..e5e77405b02 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -312,7 +312,8 @@ terminals that support it.") "Enable xterm mouse tracking on TERMINAL." (when (and xterm-mouse-mode (eq t (terminal-live-p terminal)) ;; Avoid the initial terminal which is not a termcap device. - ;; FIXME: is there more elegant way to detect the initial terminal? + ;; FIXME: is there more elegant way to detect the initial + ;; terminal? (not (string= (terminal-name terminal) "initial_terminal"))) (unless (terminal-parameter terminal 'xterm-mouse-mode) ;; Simulate selecting a terminal by selecting one of its frames @@ -320,7 +321,13 @@ terminals that support it.") (with-selected-frame (car (frames-on-display-list terminal)) (define-key input-decode-map "\e[M" 'xterm-mouse-translate) (define-key input-decode-map "\e[<" 'xterm-mouse-translate-extended)) - (send-string-to-terminal xterm-mouse-tracking-enable-sequence terminal) + (condition-case err + (send-string-to-terminal xterm-mouse-tracking-enable-sequence + terminal) + ;; FIXME: This should use a dedicated error signal. + (error (if (equal (cadr err) "Terminal is currently suspended") + nil ;The sequence will be sent upon resume. + (signal (car err) (cdr err))))) (push xterm-mouse-tracking-enable-sequence (terminal-parameter nil 'tty-mode-set-strings)) (push xterm-mouse-tracking-disable-sequence @@ -338,7 +345,13 @@ terminals that support it.") ;; command too many times (or to catch an unintended key sequence), than ;; to send it too few times (or to fail to let xterm-mouse events ;; pass by untranslated). - (send-string-to-terminal xterm-mouse-tracking-disable-sequence terminal) + (condition-case err + (send-string-to-terminal xterm-mouse-tracking-disable-sequence + terminal) + ;; FIXME: This should use a dedicated error signal. + (error (if (equal (cadr err) "Terminal is currently suspended") + nil + (signal (car err) (cdr err))))) (setf (terminal-parameter nil 'tty-mode-set-strings) (remq xterm-mouse-tracking-enable-sequence (terminal-parameter nil 'tty-mode-set-strings))) From ff6e6a42fcf9a3c7d42bd305d6a1f5c9079764ee Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 1 Jul 2014 20:07:24 +0300 Subject: [PATCH 15/38] Fix bug #17892 with mode/header line and display margins. src/dispnew.c (prepare_desired_row): Accept 2 additional arguments: the window whose glyph row is being prepared and a flag whether it is for mode/header line. Make sure the glyph row's marginal areas are in sync with what the window wants. src/xdisp.c (display_line, display_mode_line): Call prepare_desired_row with additional arguments, as appropriate. src/dispextern.h (prepare_desired_row): Adjust prototype. src/window.h: Improve commentary of the marginal columns. --- src/ChangeLog | 13 ++++++++++++ src/dispextern.h | 2 +- src/dispnew.c | 52 +++++++++++++++++++++++++++++++++++++++++------- src/window.h | 6 ++++-- src/xdisp.c | 4 ++-- 5 files changed, 65 insertions(+), 12 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4d3037d683c..f84fe133c7e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2014-07-01 Eli Zaretskii + + * dispnew.c (prepare_desired_row): Accept 2 additional arguments: + the window whose glyph row is being prepared and a flag whether it + is for mode/header line. Make sure the glyph row's marginal areas + are in sync with what the window wants. + (Bug#17892) + + * xdisp.c (display_line, display_mode_line): Call + prepare_desired_row with additional arguments, as appropriate. + + * dispextern.h (prepare_desired_row): Adjust prototype. + 2014-07-01 Dmitry Antipov * xfaces.c (init_frame_faces): Always realize basic faces (Bug#17889). diff --git a/src/dispextern.h b/src/dispextern.h index 6027d5ee7ed..46ed99844e7 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3473,7 +3473,7 @@ void increment_matrix_positions (struct glyph_matrix *, void blank_row (struct window *, struct glyph_row *, int); void clear_glyph_matrix_rows (struct glyph_matrix *, int, int); void clear_glyph_row (struct glyph_row *); -void prepare_desired_row (struct glyph_row *); +void prepare_desired_row (struct window *, struct glyph_row *, bool); void update_single_window (struct window *, bool); void do_pending_window_change (bool); void change_frame_size (struct frame *, int, int, bool, bool, bool, bool); diff --git a/src/dispnew.c b/src/dispnew.c index 163780952a6..e20d592e19e 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -449,7 +449,8 @@ adjust_glyph_matrix (struct window *w, struct glyph_matrix *matrix, int x, int y + x); if (w == NULL - || row == matrix->rows + dim.height - 1 + || (row == matrix->rows + dim.height - 1 + && WINDOW_WANTS_MODELINE_P (w)) || (row == matrix->rows && matrix->header_line_p)) { row->glyphs[TEXT_AREA] @@ -492,8 +493,9 @@ adjust_glyph_matrix (struct window *w, struct glyph_matrix *matrix, int x, int y = xnrealloc (row->glyphs[LEFT_MARGIN_AREA], dim.width, sizeof (struct glyph)); - /* The mode line never has marginal areas. */ - if (row == matrix->rows + dim.height - 1 + /* The mode line, if displayed, never has marginal areas. */ + if ((row == matrix->rows + dim.height - 1 + && !(w && WINDOW_WANTS_MODELINE_P (w))) || (row == matrix->rows && matrix->header_line_p)) { row->glyphs[TEXT_AREA] @@ -1049,13 +1051,16 @@ find_glyph_row_slice (struct glyph_matrix *window_matrix, #endif /* 0 */ -/* Prepare ROW for display. Desired rows are cleared lazily, - i.e. they are only marked as to be cleared by setting their +/* Prepare ROW for display in windows W. Desired rows are cleared + lazily, i.e. they are only marked as to be cleared by setting their enabled_p flag to zero. When a row is to be displayed, a prior - call to this function really clears it. */ + call to this function really clears it. In addition, this function + makes sure the marginal areas of ROW are in sync with the window's + display margins. MODE_LINE_P non-zero means we are preparing a + glyph row for header line or mode line. */ void -prepare_desired_row (struct glyph_row *row) +prepare_desired_row (struct window *w, struct glyph_row *row, bool mode_line_p) { if (!row->enabled_p) { @@ -1065,6 +1070,39 @@ prepare_desired_row (struct glyph_row *row) row->enabled_p = true; row->reversed_p = rp; } + if (mode_line_p) + { + /* Mode and header lines, if displayed, never have marginal + areas. If we are called with MODE_LINE_P non-zero, we are + displaying the mode/header line in this widnow, and so the + marginal areas of this glyph row should be eliminated. This + is needed when the mode/header line is switched on in a + window that has display margins. */ + if (w->left_margin_cols > 0) + row->glyphs[TEXT_AREA] = row->glyphs[LEFT_MARGIN_AREA]; + if (w->right_margin_cols > 0) + row->glyphs[RIGHT_MARGIN_AREA] = row->glyphs[LAST_AREA]; + } + else if (row == MATRIX_MODE_LINE_ROW (w->desired_matrix) + || row == MATRIX_HEADER_LINE_ROW (w->desired_matrix)) + { + /* The real number of glyphs reserved for the margins is + recorded in the glyph matrix, and can be different from + window's left_margin_cols and right_margin_cols; see + margin_glyphs_to_reserve for when that happens. */ + int left = w->desired_matrix->left_margin_glyphs; + int right = w->desired_matrix->right_margin_glyphs; + + /* Make sure the marginal areas of this row are in sync with + what the window wants, when the 1st/last row of the matrix + actually displays text and not header/mode line. */ + if (w->left_margin_cols > 0 + && (left != row->glyphs[TEXT_AREA] - row->glyphs[LEFT_MARGIN_AREA])) + row->glyphs[TEXT_AREA] = row->glyphs[LEFT_MARGIN_AREA] + left; + if (w->right_margin_cols > 0 + && (right != row->glyphs[LAST_AREA] - row->glyphs[RIGHT_MARGIN_AREA])) + row->glyphs[RIGHT_MARGIN_AREA] = row->glyphs[LAST_AREA] - right; + } } diff --git a/src/window.h b/src/window.h index bdc5dddb7e5..b9c2b1f5ba8 100644 --- a/src/window.h +++ b/src/window.h @@ -271,8 +271,10 @@ struct window int left_fringe_width; int right_fringe_width; - /* Width of left and right marginal areas in columns. - A value of 0 means no margin. */ + /* Requested width of left and right marginal areas in columns. A + value of 0 means no margin. The actual values are recorded in + the window's glyph matrix, in the left_margin_glyphs and + right_margin_glyphs members. */ int left_margin_cols; int right_margin_cols; diff --git a/src/xdisp.c b/src/xdisp.c index 1106e6fe25f..459edf4367f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -19896,7 +19896,7 @@ display_line (struct it *it) } /* Clear the result glyph row and enable it. */ - prepare_desired_row (row); + prepare_desired_row (it->w, row, false); row->y = it->current_y; row->start = it->start; @@ -21535,7 +21535,7 @@ display_mode_line (struct window *w, enum face_id face_id, Lisp_Object format) /* Don't extend on a previously drawn mode-line. This may happen if called from pos_visible_p. */ it.glyph_row->enabled_p = false; - prepare_desired_row (it.glyph_row); + prepare_desired_row (w, it.glyph_row, true); it.glyph_row->mode_line_p = 1; From cdadeecf05ab8a4bf5a513959f1fab2ef0d6323b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 1 Jul 2014 21:00:29 +0300 Subject: [PATCH 16/38] src/dispnew.c: Fix a typo in a comment. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index e20d592e19e..2d137b4abbd 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1074,7 +1074,7 @@ prepare_desired_row (struct window *w, struct glyph_row *row, bool mode_line_p) { /* Mode and header lines, if displayed, never have marginal areas. If we are called with MODE_LINE_P non-zero, we are - displaying the mode/header line in this widnow, and so the + displaying the mode/header line in this window, and so the marginal areas of this glyph row should be eliminated. This is needed when the mode/header line is switched on in a window that has display margins. */ From 6372fc12fe9c5d22a825e2c812c4a788cda175f6 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 1 Jul 2014 14:13:28 -0400 Subject: [PATCH 17/38] * lisp/simple.el (deactivate-mark, set-mark-command, handle-shift-selection): Don't keep transient-mark-mode buffer-local when not needed. Fixes: debbugs:6316 --- lisp/ChangeLog | 3 +++ lisp/simple.el | 10 +++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 054bef5697d..6f279c7b454 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-07-01 Stefan Monnier + * simple.el (deactivate-mark, set-mark-command, handle-shift-selection): + Don't keep transient-mark-mode buffer-local when not needed (bug#6316). + * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal) (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal is suspended (bug#17857). diff --git a/lisp/simple.el b/lisp/simple.el index a8689aaf2e3..6fd50197a10 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4527,9 +4527,11 @@ run `deactivate-mark-hook'." (when mark-active (force-mode-line-update)) ;Refresh toolbar (bug#16382). (cond ((eq (car-safe transient-mark-mode) 'only) - (setq transient-mark-mode (cdr transient-mark-mode))) + (setq transient-mark-mode (cdr transient-mark-mode)) + (if (eq transient-mark-mode (default-value 'transient-mark-mode)) + (kill-local-variable 'transient-mark-mode))) ((eq transient-mark-mode 'lambda) - (setq transient-mark-mode nil))) + (kill-local-variable 'transient-mark-mode))) (setq mark-active nil) (run-hooks 'deactivate-mark-hook) (redisplay--update-region-highlight (selected-window)))) @@ -4756,7 +4758,7 @@ Novice Emacs Lisp programmers often try to use the mark for the wrong purposes. See the documentation of `set-mark' for more information." (interactive "P") (cond ((eq transient-mark-mode 'lambda) - (setq transient-mark-mode nil)) + (kill-local-variable 'transient-mark-mode)) ((eq (car-safe transient-mark-mode) 'only) (deactivate-mark))) (cond @@ -4894,6 +4896,8 @@ its earlier value." (push-mark nil nil t))) ((eq (car-safe transient-mark-mode) 'only) (setq transient-mark-mode (cdr transient-mark-mode)) + (if (eq transient-mark-mode (default-value 'transient-mark-mode)) + (kill-local-variable 'transient-mark-mode)) (deactivate-mark)))) (define-minor-mode transient-mark-mode From dd72a0ca5519d4b0c635aebcd537232ca007cde0 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 1 Jul 2014 20:48:24 +0200 Subject: [PATCH 18/38] * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of customization option `gnutls-verify-error. --- lisp/ChangeLog | 5 +++++ lisp/net/gnutls.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f279c7b454..1300cd7b8b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-01 Mario Lang + + * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of + cosutomization option `gnutls-verify-error'. + 2014-07-01 Stefan Monnier * simple.el (deactivate-mark, set-mark-command, handle-shift-selection): diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index ea4c0351be7..0c650f38d95 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el @@ -214,7 +214,7 @@ defaults to GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT." (cl-mapcan (lambda (check) (when (string-match (car check) hostname) - (cdr check))) + (copy-sequence (cdr check)))) gnutls-verify-error)) ;; else it's nil (t nil)))) From a4b0fffe25592751c19b618ba06f2faaa6490ff9 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 2 Jul 2014 02:54:59 +0300 Subject: [PATCH 19/38] Display man pages immediately and use process-filter to format them asynchronously. * lisp/man.el (Man-width): Doc fix. (man): Doc fix. (Man-start-calling): Use `with-selected-window' to get `frame-width' and `window-width'. (Man-getpage-in-background): Call `Man-notify-when-ready' immediately after creating a new buffer. Call `Man-mode' and set `mode-line-process' in the created buffer. Set process-filter to `Man-bgproc-filter' in start-process branch. In call-process branch call either `Man-fontify-manpage' or `Man-cleanup-manpage'. Use `Man-start-calling' inside `with-current-buffer'. (Man-fontify-manpage): Don't print messages. Fix boundary condition. (Man-cleanup-manpage): Don't print messages. (Man-bgproc-filter): New function. (Man-bgproc-sentinel): Add `save-excursion' to keep point when user moved it during asynchronous formatting. Move calls of `Man-fontify-manpage' and `Man-cleanup-manpage' to `Man-bgproc-filter'. Move the call of `Man-mode' to `Man-getpage-in-background'. Use `quit-restore-window' instead of `kill-buffer'. Use `message' instead of `error' because errors are catched by process sentinel. (Man-mode): Move calls of `Man-build-page-list', `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831) --- lisp/ChangeLog | 28 ++++++ lisp/man.el | 261 +++++++++++++++++++++++++++++-------------------- 2 files changed, 183 insertions(+), 106 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1300cd7b8b8..c35bc73cdc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,31 @@ +2014-07-01 Juri Linkov + + * man.el: Display man pages immediately and use process-filter + to format them asynchronously. + (Man-width): Doc fix. + (man): Doc fix. + (Man-start-calling): Use `with-selected-window' to get + `frame-width' and `window-width'. + (Man-getpage-in-background): Call `Man-notify-when-ready' + immediately after creating a new buffer. Call `Man-mode' and set + `mode-line-process' in the created buffer. Set process-filter to + `Man-bgproc-filter' in start-process branch. In call-process branch + call either `Man-fontify-manpage' or `Man-cleanup-manpage'. + Use `Man-start-calling' inside `with-current-buffer'. + (Man-fontify-manpage): Don't print messages. Fix boundary condition. + (Man-cleanup-manpage): Don't print messages. + (Man-bgproc-filter): New function. + (Man-bgproc-sentinel): Add `save-excursion' to keep point when + user moved it during asynchronous formatting. Move calls of + `Man-fontify-manpage' and `Man-cleanup-manpage' to + `Man-bgproc-filter'. Move the call of `Man-mode' to + `Man-getpage-in-background'. Use `quit-restore-window' + instead of `kill-buffer'. Use `message' instead of `error' + because errors are catched by process sentinel. + (Man-mode): Move calls of `Man-build-page-list', + `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to + `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831) + 2014-07-01 Mario Lang * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of diff --git a/lisp/man.el b/lisp/man.el index 35fab2040a5..c14231212d0 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -173,13 +173,12 @@ Any other value of `Man-notify-method' is equivalent to `meek'." (defcustom Man-width nil "Number of columns for which manual pages should be formatted. -If nil, the width of the window selected at the moment of man -invocation is used. If non-nil, the width of the frame selected -at the moment of man invocation is used. The value also can be a -positive integer." +If nil, use the width of the window where the manpage is displayed. +If non-nil, use the width of the frame where the manpage is displayed. +The value also can be a positive integer for a fixed width." :type '(choice (const :tag "Window width" nil) (const :tag "Frame width" t) - (integer :tag "Specific width" :value 65)) + (integer :tag "Fixed width" :value 65)) :group 'man) (defcustom Man-frame-parameters nil @@ -930,12 +929,14 @@ test/automated/man-tests.el in the emacs bzr repository." ;;;###autoload (defun man (man-args) "Get a Un*x manual page and put it in a buffer. -This command is the top-level command in the man package. It -runs a Un*x command to retrieve and clean a manpage in the +This command is the top-level command in the man package. +It runs a Un*x command to retrieve and clean a manpage in the background and places the results in a `Man-mode' browsing -buffer. See variable `Man-notify-method' for what happens when -the buffer is ready. If a buffer already exists for this man -page, it will display immediately. +buffer. The variable `Man-width' defines the number of columns in +formatted manual pages. The buffer is displayed immediately. +The variable `Man-notify-method' defines how the buffer is displayed. +If a buffer already exists for this man page, it will be displayed +without running the man command. For a manpage from a particular section, use either of the following. \"cat(1)\" is how cross-references appear and is @@ -1030,15 +1031,22 @@ names or descriptions. The pattern argument is usually an ;; ther is available). (when (or window-system (not (or (getenv "MANWIDTH") (getenv "COLUMNS")))) - ;; This isn't strictly correct, since we don't know how - ;; the page will actually be displayed, but it seems - ;; reasonable. + ;; Since the page buffer is displayed beforehand, + ;; we can select its window and get the window/frame width. (setenv "COLUMNS" (number-to-string (cond ((and (integerp Man-width) (> Man-width 0)) Man-width) - (Man-width (frame-width)) - ((window-width)))))) + (Man-width + (if (window-live-p (get-buffer-window (current-buffer) t)) + (with-selected-window (get-buffer-window (current-buffer) t) + (frame-width)) + (frame-width))) + (t + (if (window-live-p (get-buffer-window (current-buffer) t)) + (with-selected-window (get-buffer-window (current-buffer) t) + (window-width)) + (window-width))))))) ;; Since man-db 2.4.3-1, man writes plain text with no escape ;; sequences when stdout is not a tty. In 2.5.0, the following ;; env-var was added to allow control of this (see Debian Bug#340673). @@ -1057,33 +1065,45 @@ Return the buffer in which the manpage will appear." (message "Invoking %s %s in the background" manual-program man-args) (setq buffer (generate-new-buffer bufname)) (with-current-buffer buffer + (Man-notify-when-ready buffer) (setq buffer-undo-list t) (setq Man-original-frame (selected-frame)) - (setq Man-arguments man-args)) - (Man-start-calling - (if (fboundp 'start-process) - (set-process-sentinel - (start-process manual-program buffer - (if (memq system-type '(cygwin windows-nt)) - shell-file-name - "sh") - shell-command-switch - (format (Man-build-man-command) man-args)) - 'Man-bgproc-sentinel) - (let ((exit-status - (call-process shell-file-name nil (list buffer nil) nil - shell-command-switch - (format (Man-build-man-command) man-args))) - (msg "")) - (or (and (numberp exit-status) - (= exit-status 0)) - (and (numberp exit-status) - (setq msg - (format "exited abnormally with code %d" - exit-status))) - (setq msg exit-status)) - (Man-bgproc-sentinel bufname msg))))) - buffer)) + (setq Man-arguments man-args) + (Man-mode) + (setq mode-line-process + (concat " " (propertize (if Man-fontify-manpage-flag + "[formatting...]" + "[cleaning...]") + 'face 'mode-line-emphasis))) + (Man-start-calling + (if (fboundp 'start-process) + (let ((proc (start-process + manual-program buffer + (if (memq system-type '(cygwin windows-nt)) + shell-file-name + "sh") + shell-command-switch + (format (Man-build-man-command) man-args)))) + (set-process-sentinel proc 'Man-bgproc-sentinel) + (set-process-filter proc 'Man-bgproc-filter)) + (let* ((inhibit-read-only t) + (exit-status + (call-process shell-file-name nil (list buffer nil) nil + shell-command-switch + (format (Man-build-man-command) man-args))) + (msg "")) + (or (and (numberp exit-status) + (= exit-status 0)) + (and (numberp exit-status) + (setq msg + (format "exited abnormally with code %d" + exit-status))) + (setq msg exit-status)) + (if Man-fontify-manpage-flag + (Man-fontify-manpage) + (Man-cleanup-manpage)) + (Man-bgproc-sentinel bufname msg)))))) + buffer)) (defun Man-update-manpage () "Reformat current manpage by calling the man command again synchronously." @@ -1168,7 +1188,6 @@ See the variable `Man-notify-method' for the different notification behaviors." "Convert overstriking and underlining to the correct fonts. Same for the ANSI bold and normal escape sequences." (interactive) - (message "Please wait: formatting the %s man page..." Man-arguments) (goto-char (point-min)) ;; Fontify ANSI escapes. (let ((ansi-color-apply-face-function @@ -1183,7 +1202,7 @@ Same for the ANSI bold and normal escape sequences." ;; Multibyte characters exist. (progn (goto-char (point-min)) - (while (search-forward "__\b\b" nil t) + (while (and (search-forward "__\b\b" nil t) (not (eobp))) (backward-delete-char 4) (put-text-property (point) (1+ (point)) 'face 'Man-underline)) (goto-char (point-min)) @@ -1191,7 +1210,7 @@ Same for the ANSI bold and normal escape sequences." (backward-delete-char 4) (put-text-property (1- (point)) (point) 'face 'Man-underline)))) (goto-char (point-min)) - (while (search-forward "_\b" nil t) + (while (and (search-forward "_\b" nil t) (not (eobp))) (backward-delete-char 2) (put-text-property (point) (1+ (point)) 'face 'Man-underline)) (goto-char (point-min)) @@ -1223,8 +1242,7 @@ Same for the ANSI bold and normal escape sequences." (while (re-search-forward Man-heading-regexp nil t) (put-text-property (match-beginning 0) (match-end 0) - 'face 'Man-overstrike))) - (message "%s man page formatted" (Man-page-from-arguments Man-arguments))) + 'face 'Man-overstrike)))) (defun Man-highlight-references (&optional xref-man-type) "Highlight the references on mouse-over. @@ -1286,8 +1304,6 @@ Normally skip any jobs that should have been done by the sed script, but when called interactively, do those jobs even if the sed script would have done them." (interactive "p") - (message "Please wait: cleaning up the %s man page..." - Man-arguments) (if (or interactive (not Man-sed-script)) (progn (goto-char (point-min)) @@ -1309,8 +1325,35 @@ script would have done them." ;; their preceding chars (but don't put Man-overstrike). (Bug#5566) (goto-char (point-min)) (while (re-search-forward ".\b" nil t) (backward-delete-char 2)) - (Man-softhyphen-to-minus) - (message "%s man page cleaned up" Man-arguments)) + (Man-softhyphen-to-minus)) + +(defun Man-bgproc-filter (process string) + "Manpage background process filter. +When manpage command is run asynchronously, PROCESS is the process +object for the manpage command; when manpage command is run +synchronously, PROCESS is the name of the buffer where the manpage +command is run. Second argument STRING is the entire string of output." + (save-excursion + (let ((Man-buffer (process-buffer process))) + (if (null (buffer-name Man-buffer)) ;; deleted buffer + (set-process-buffer process nil) + + (with-current-buffer Man-buffer + (let ((inhibit-read-only t) + (beg (marker-position (process-mark process)))) + (save-excursion + (goto-char beg) + (insert string) + (save-restriction + (narrow-to-region + (save-excursion + (goto-char beg) + (line-beginning-position)) + (point)) + (if Man-fontify-manpage-flag + (Man-fontify-manpage) + (Man-cleanup-manpage))) + (set-marker (process-mark process) (point-max))))))))) (defun Man-bgproc-sentinel (process msg) "Manpage background process sentinel. @@ -1329,63 +1372,74 @@ manpage command." (set-process-buffer process nil)) (with-current-buffer Man-buffer - (let ((case-fold-search nil)) - (goto-char (point-min)) - (cond ((or (looking-at "No \\(manual \\)*entry for") - (looking-at "[^\n]*: nothing appropriate$")) - (setq err-mess (buffer-substring (point) - (progn - (end-of-line) (point))) - delete-buff t)) + (save-excursion + (let ((case-fold-search nil)) + (goto-char (point-min)) + (cond ((or (looking-at "No \\(manual \\)*entry for") + (looking-at "[^\n]*: nothing appropriate$")) + (setq err-mess (buffer-substring (point) + (progn + (end-of-line) (point))) + delete-buff t)) - ;; "-k foo", successful exit, but no output (from man-db) - ;; ENHANCE-ME: share the check for -k with - ;; `Man-highlight-references'. The \\s- bits here are - ;; meant to allow for multiple options with -k among them. - ((and (string-match "\\(\\`\\|\\s-\\)-k\\s-" Man-arguments) - (eq (process-status process) 'exit) - (= (process-exit-status process) 0) - (= (point-min) (point-max))) - (setq err-mess (format "%s: no matches" Man-arguments) - delete-buff t)) + ;; "-k foo", successful exit, but no output (from man-db) + ;; ENHANCE-ME: share the check for -k with + ;; `Man-highlight-references'. The \\s- bits here are + ;; meant to allow for multiple options with -k among them. + ((and (string-match "\\(\\`\\|\\s-\\)-k\\s-" Man-arguments) + (eq (process-status process) 'exit) + (= (process-exit-status process) 0) + (= (point-min) (point-max))) + (setq err-mess (format "%s: no matches" Man-arguments) + delete-buff t)) - ((or (stringp process) - (not (and (eq (process-status process) 'exit) - (= (process-exit-status process) 0)))) - (or (zerop (length msg)) - (progn - (setq err-mess - (concat (buffer-name Man-buffer) - ": process " - (let ((eos (1- (length msg)))) - (if (= (aref msg eos) ?\n) - (substring msg 0 eos) msg)))) - (goto-char (point-max)) - (insert (format "\nprocess %s" msg)))) - )) - (if delete-buff - (kill-buffer Man-buffer) - (if Man-fontify-manpage-flag - (Man-fontify-manpage) - (Man-cleanup-manpage)) + ((or (stringp process) + (not (and (eq (process-status process) 'exit) + (= (process-exit-status process) 0)))) + (or (zerop (length msg)) + (progn + (setq err-mess + (concat (buffer-name Man-buffer) + ": process " + (let ((eos (1- (length msg)))) + (if (= (aref msg eos) ?\n) + (substring msg 0 eos) msg)))) + (goto-char (point-max)) + (insert (format "\nprocess %s" msg)))) + )) + (if delete-buff + (if (window-live-p (get-buffer-window Man-buffer t)) + (quit-restore-window + (get-buffer-window Man-buffer t) 'kill) + (kill-buffer Man-buffer)) - (run-hooks 'Man-cooked-hook) - (Man-mode) + (run-hooks 'Man-cooked-hook) - (if (not Man-page-list) - (let ((args Man-arguments)) - (kill-buffer (current-buffer)) - (user-error "Can't find the %s manpage" - (Man-page-from-arguments args))) - (set-buffer-modified-p nil)))) - ;; Restore case-fold-search before calling - ;; Man-notify-when-ready because it may switch buffers. + (Man-build-page-list) + (Man-strip-page-headers) + (Man-unindent) + (Man-goto-page 1 t) - (if (not delete-buff) - (Man-notify-when-ready Man-buffer)) + (if (not Man-page-list) + (let ((args Man-arguments)) + (if (window-live-p (get-buffer-window (current-buffer) t)) + (quit-restore-window + (get-buffer-window (current-buffer) t) 'kill) + (kill-buffer (current-buffer))) + (message "Can't find the %s manpage" + (Man-page-from-arguments args))) + + (if Man-fontify-manpage-flag + (message "%s man page formatted" + (Man-page-from-arguments Man-arguments)) + (message "%s man page cleaned up" Man-arguments)) + (unless (and (processp process) + (not (eq (process-status process) 'exit))) + (setq mode-line-process nil)) + (set-buffer-modified-p nil))))) (if err-mess - (error "%s" err-mess)) + (message "%s" err-mess)) )))) (defun Man-page-from-arguments (args) @@ -1429,7 +1483,7 @@ The following man commands are available in the buffer. Try The following variables may be of some use. Try \"\\[describe-variable] RET\" for more information: -`Man-notify-method' What happens when manpage formatting is done. +`Man-notify-method' What happens when manpage is ready to display. `Man-downcase-section-letters-flag' Force section letters to lower case. `Man-circular-pages-flag' Treat multiple manpage list as circular. `Man-section-translations-alist' List of section numbers and their Un*x equiv. @@ -1458,11 +1512,7 @@ The following key bindings are currently in effect in the buffer: (set (make-local-variable 'outline-regexp) Man-heading-regexp) (set (make-local-variable 'outline-level) (lambda () 1)) (set (make-local-variable 'bookmark-make-record-function) - 'Man-bookmark-make-record) - (Man-build-page-list) - (Man-strip-page-headers) - (Man-unindent) - (Man-goto-page 1 t)) + 'Man-bookmark-make-record)) (defsubst Man-build-section-alist () "Build the list of manpage sections." @@ -1516,7 +1566,6 @@ The following key bindings are currently in effect in the buffer: (page-end (point-max)) (header "")) (goto-char page-start) - ;; (switch-to-buffer (current-buffer))(debug) (while (not (eobp)) (setq header (if (looking-at Man-page-header-regexp) From 8b3c1354a94cc7533e65a691053090b9096e69d7 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 2 Jul 2014 03:57:53 +0300 Subject: [PATCH 20/38] * lisp/man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments' for the message about the man page cleaned up. --- lisp/ChangeLog | 5 ++++- lisp/man.el | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c35bc73cdc0..107f95f352c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -21,11 +21,14 @@ `Man-bgproc-filter'. Move the call of `Man-mode' to `Man-getpage-in-background'. Use `quit-restore-window' instead of `kill-buffer'. Use `message' instead of `error' - because errors are catched by process sentinel. + because errors are caught by process sentinel. (Man-mode): Move calls of `Man-build-page-list', `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831) + * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments' + for the message about the man page cleaned up. + 2014-07-01 Mario Lang * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of diff --git a/lisp/man.el b/lisp/man.el index c14231212d0..4b235302f8b 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -1432,7 +1432,8 @@ manpage command." (if Man-fontify-manpage-flag (message "%s man page formatted" (Man-page-from-arguments Man-arguments)) - (message "%s man page cleaned up" Man-arguments)) + (message "%s man page cleaned up" + (Man-page-from-arguments Man-arguments))) (unless (and (processp process) (not (eq (process-status process) 'exit))) (setq mode-line-process nil)) From 1dc6f7e738e3ffe130626814f721c83c448fe9a8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 1 Jul 2014 21:49:31 -0400 Subject: [PATCH 21/38] * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries. (Scanning Keymaps): Reword the `noindirect' argument. * src/keymap.c (get_keyelt): Simplify. (copy_keymap_item): Remove left-over code for when we had key-shortcut caches. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/keymaps.texi | 29 +++++---------------------- src/ChangeLog | 9 +++++++-- src/keymap.c | 42 +++------------------------------------- 4 files changed, 20 insertions(+), 65 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4302b53a63a..93372203009 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2014-07-02 Stefan Monnier + + * keymaps.texi (Key Lookup): Remove mention of indirect entries. + (Scanning Keymaps): Reword the `noindirect' argument. + 2014-06-28 Glenn Morris * minibuf.texi (Intro to Minibuffers): Batch mode is basic. diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 7cc2b393456..e652da03385 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -1043,22 +1043,6 @@ lambda expression. This is presumed to be a function, and is treated as such (see above). In order to execute properly as a key binding, this function must be a command---it must have an @code{interactive} specification. @xref{Defining Commands}. - -@item -If the @sc{car} of @var{list} is a keymap and the @sc{cdr} is an event -type, then this is an @dfn{indirect entry}: - -@example -(@var{othermap} . @var{othertype}) -@end example - -When key lookup encounters an indirect entry, it looks up instead the -binding of @var{othertype} in @var{othermap} and uses that. - -This feature permits you to define one key as an alias for another key. -For example, an entry whose @sc{car} is the keymap called @code{esc-map} -and whose @sc{cdr} is 32 (the code for @key{SPC}) means, ``Use the global -binding of @kbd{Meta-@key{SPC}}, whatever that may be''. @end itemize @item @var{symbol} @@ -1066,9 +1050,7 @@ binding of @kbd{Meta-@key{SPC}}, whatever that may be''. The function definition of @var{symbol} is used in place of @var{symbol}. If that too is a symbol, then this process is repeated, any number of times. Ultimately this should lead to an object that is -a keymap, a command, or a keyboard macro. A list is allowed if it is a -keymap or a command, but indirect entries are not understood when found -via symbols. +a keymap, a command, or a keyboard macro. Note that keymaps and keyboard macros (strings and vectors) are not valid functions, so a symbol with a keymap, string, or vector as its @@ -1097,8 +1079,7 @@ binding is not executable as a command. @end table In short, a keymap entry may be a keymap, a command, a keyboard -macro, a symbol that leads to one of them, or an indirection or -@code{nil}. +macro, a symbol that leads to one of them, or @code{nil}. @node Functions for Key Lookup @section Functions for Key Lookup @@ -1945,9 +1926,9 @@ entirely of @acronym{ASCII} characters (or meta variants of @acronym{ASCII} characters) are preferred to all other key sequences and that the return value can never be a menu binding. -If @var{noindirect} is non-@code{nil}, @code{where-is-internal} doesn't -follow indirect keymap bindings. This makes it possible to search for -an indirect definition itself. +If @var{noindirect} is non-@code{nil}, @code{where-is-internal} doesn't look +inside menu-items to find their commands. This makes it possible to search for +a menu-item itself. The fifth argument, @var{no-remap}, determines how this function treats command remappings (@pxref{Remapping Commands}). There are two diff --git a/src/ChangeLog b/src/ChangeLog index 17dbd106df3..7eb789ca341 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2014-07-02 Stefan Monnier + + * keymap.c (get_keyelt): Simplify. + (copy_keymap_item): Remove left-over code for when we had + key-shortcut caches. + 2014-06-30 Jan Djärv * nsterm.m (judge): EmacsScroller: Move dealloc code here. @@ -19,8 +25,7 @@ (mouseMoved:): Set any_help_event_p to YES if help event is generated. Remove else with empty help event that triggered redisplay for every mouse move. - (windowDidResignKey:): If any_help_event_p, generate empty help - event. + (windowDidResignKey:): If any_help_event_p, generate empty help event. 2014-06-29 Dmitry Antipov diff --git a/src/keymap.c b/src/keymap.c index 0b2b61dcc05..76119606643 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -727,11 +727,6 @@ get_keyelt (Lisp_Object object, bool autoload) /* This is really the value. */ return object; - /* If the keymap contents looks like (keymap ...) or (lambda ...) - then use itself. */ - else if (EQ (XCAR (object), Qkeymap) || EQ (XCAR (object), Qlambda)) - return object; - /* If the keymap contents looks like (menu-item name . DEFN) or (menu-item name DEFN ...) then use DEFN. This is a new format menu item. */ @@ -768,25 +763,8 @@ get_keyelt (Lisp_Object object, bool autoload) Keymap alist elements like (CHAR MENUSTRING . DEFN) will be used by HierarKey menus. */ else if (STRINGP (XCAR (object))) - { - object = XCDR (object); - /* Also remove a menu help string, if any, - following the menu item name. */ - if (CONSP (object) && STRINGP (XCAR (object))) - object = XCDR (object); - /* Also remove the sublist that caches key equivalences, if any. */ - if (CONSP (object) && CONSP (XCAR (object))) - { - Lisp_Object carcar; - carcar = XCAR (XCAR (object)); - if (NILP (carcar) || VECTORP (carcar)) - object = XCDR (object); - } - } + object = XCDR (object); - /* If the contents are (KEYMAP . ELEMENT), go indirect. */ - else if (KEYMAPP (XCAR (object))) - error ("Wow, indirect keymap entry!!"); else return object; } @@ -990,9 +968,6 @@ copy_keymap_item (Lisp_Object elt) if (CONSP (tem) && EQ (XCAR (tem), Qkeymap)) XSETCAR (elt, Fcopy_keymap (tem)); tem = XCDR (elt); - if (CONSP (tem) && CONSP (XCAR (tem))) - /* Delete cache for key equivalences. */ - XSETCDR (elt, XCDR (tem)); } } else @@ -1011,16 +986,6 @@ copy_keymap_item (Lisp_Object elt) elt = XCDR (elt); tem = XCDR (elt); } - /* There may also be a list that caches key equivalences. - Just delete it for the new keymap. */ - if (CONSP (tem) - && CONSP (XCAR (tem)) - && (NILP (XCAR (XCAR (tem))) - || VECTORP (XCAR (XCAR (tem))))) - { - XSETCDR (elt, XCDR (tem)); - tem = XCDR (tem); - } if (CONSP (tem) && EQ (XCAR (tem), Qkeymap)) XSETCDR (elt, Fcopy_keymap (tem)); } @@ -2572,9 +2537,8 @@ If FIRSTONLY has another non-nil value, prefer bindings that use the modifier key specified in `where-is-preferred-modifier' \(or their meta variants) and entirely reject menu bindings. -If optional 4th arg NOINDIRECT is non-nil, don't follow indirections -to other keymaps or slots. This makes it possible to search for an -indirect definition itself. +If optional 4th arg NOINDIRECT is non-nil, don't extract the commands inside +menu-items. This makes it possible to search for a menu-item itself. The optional 5th arg NO-REMAP alters how command remapping is handled: From 477daa5b533af8f62c9b6893e2d522b93d9c2853 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Wed, 2 Jul 2014 07:26:19 +0400 Subject: [PATCH 22/38] Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects. * lisp.h (struct Lisp_Sub_Char_Table): Use C integers for depth and min_char slots. Adjust comment. (enum char_table_specials): Rename from CHAR_TABLE_STANDARD_SLOTS. Add SUB_CHAR_TABLE_OFFSET member. (make_uninit_sub_char_table): New function. * alloc.c (mark_char_table): Add extra argument to denote char table subtype. Adjust to match new layout of sub char-table. (mark_object): Always mark sub char-tables with mark_char_table. * chartab.c (make_sub_char_table, copy_sub_char_table) (sub_char_table_ref, sub_char_table_ref_and_range, sub_char_table_set) (sub_char_table_set_range, optimize_sub_char_table, map_sub_char_table) (map_sub_char_table_for_charset, uniprop_table_uncompress): All related users changed. * lread.c (read1): Adjust to match new layout of sub char-table. --- src/ChangeLog | 18 ++++++++++++++++++ src/alloc.c | 14 ++++++++------ src/chartab.c | 47 +++++++++++++++++------------------------------ src/lisp.h | 41 ++++++++++++++++++++++++++++++----------- src/lread.c | 41 +++++++++++++++++++++++++++++------------ src/print.c | 2 +- 6 files changed, 103 insertions(+), 60 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7eb789ca341..3df37a69527 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2014-07-02 Dmitry Antipov + + Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects. + * lisp.h (struct Lisp_Sub_Char_Table): Use C integers for depth and + min_char slots. Adjust comment. + (enum char_table_specials): Rename from CHAR_TABLE_STANDARD_SLOTS. + Add SUB_CHAR_TABLE_OFFSET member. + (make_uninit_sub_char_table): New function. + * alloc.c (mark_char_table): Add extra argument to denote char table + subtype. Adjust to match new layout of sub char-table. + (mark_object): Always mark sub char-tables with mark_char_table. + * chartab.c (make_sub_char_table, copy_sub_char_table) + (sub_char_table_ref, sub_char_table_ref_and_range, sub_char_table_set) + (sub_char_table_set_range, optimize_sub_char_table, map_sub_char_table) + (map_sub_char_table_for_charset, uniprop_table_uncompress): + All related users changed. + * lread.c (read1): Adjust to match new layout of sub char-table. + 2014-07-02 Stefan Monnier * keymap.c (get_keyelt): Simplify. diff --git a/src/alloc.c b/src/alloc.c index e2213db853d..6eb2e756ed1 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -5958,14 +5958,15 @@ mark_vectorlike (struct Lisp_Vector *ptr) symbols. */ static void -mark_char_table (struct Lisp_Vector *ptr) +mark_char_table (struct Lisp_Vector *ptr, enum pvec_type pvectype) { int size = ptr->header.size & PSEUDOVECTOR_SIZE_MASK; - int i; + /* Consult the Lisp_Sub_Char_Table layout before changing this. */ + int i, idx = (pvectype == PVEC_SUB_CHAR_TABLE ? SUB_CHAR_TABLE_OFFSET : 0); eassert (!VECTOR_MARKED_P (ptr)); VECTOR_MARK (ptr); - for (i = 0; i < size; i++) + for (i = idx; i < size; i++) { Lisp_Object val = ptr->contents[i]; @@ -5974,7 +5975,7 @@ mark_char_table (struct Lisp_Vector *ptr) if (SUB_CHAR_TABLE_P (val)) { if (! VECTOR_MARKED_P (XVECTOR (val))) - mark_char_table (XVECTOR (val)); + mark_char_table (XVECTOR (val), PVEC_SUB_CHAR_TABLE); } else mark_object (val); @@ -6320,7 +6321,8 @@ mark_object (Lisp_Object arg) break; case PVEC_CHAR_TABLE: - mark_char_table (ptr); + case PVEC_SUB_CHAR_TABLE: + mark_char_table (ptr, (enum pvec_type) pvectype); break; case PVEC_BOOL_VECTOR: @@ -7218,7 +7220,7 @@ The time is in seconds as a floating point value. */); union { enum CHARTAB_SIZE_BITS CHARTAB_SIZE_BITS; - enum CHAR_TABLE_STANDARD_SLOTS CHAR_TABLE_STANDARD_SLOTS; + enum char_table_specials char_table_specials; enum char_bits char_bits; enum CHECK_LISP_OBJECT_TYPE CHECK_LISP_OBJECT_TYPE; enum DEFAULT_HASH_SIZE DEFAULT_HASH_SIZE; diff --git a/src/chartab.c b/src/chartab.c index 4d4e6381b19..3906ad30b37 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -140,15 +140,11 @@ the char-table has no extra slot. */) static Lisp_Object make_sub_char_table (int depth, int min_char, Lisp_Object defalt) { - Lisp_Object table; - int size = (PSEUDOVECSIZE (struct Lisp_Sub_Char_Table, contents) - + chartab_size[depth]); - - table = Fmake_vector (make_number (size), defalt); - XSETPVECTYPE (XVECTOR (table), PVEC_SUB_CHAR_TABLE); - XSUB_CHAR_TABLE (table)->depth = make_number (depth); - XSUB_CHAR_TABLE (table)->min_char = make_number (min_char); + int i; + Lisp_Object table = make_uninit_sub_char_table (depth, min_char); + for (i = 0; i < chartab_size[depth]; i++) + XSUB_CHAR_TABLE (table)->contents[i] = defalt; return table; } @@ -172,8 +168,8 @@ char_table_ascii (Lisp_Object table) static Lisp_Object copy_sub_char_table (Lisp_Object table) { - int depth = XINT (XSUB_CHAR_TABLE (table)->depth); - int min_char = XINT (XSUB_CHAR_TABLE (table)->min_char); + int depth = XSUB_CHAR_TABLE (table)->depth; + int min_char = XSUB_CHAR_TABLE (table)->min_char; Lisp_Object copy = make_sub_char_table (depth, min_char, Qnil); int i; @@ -220,10 +216,8 @@ static Lisp_Object sub_char_table_ref (Lisp_Object table, int c, bool is_uniprop) { struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); - int depth = XINT (tbl->depth); - int min_char = XINT (tbl->min_char); Lisp_Object val; - int idx = CHARTAB_IDX (c, depth, min_char); + int idx = CHARTAB_IDX (c, tbl->depth, tbl->min_char); val = tbl->contents[idx]; if (is_uniprop && UNIPROP_COMPRESSED_FORM_P (val)) @@ -265,8 +259,7 @@ sub_char_table_ref_and_range (Lisp_Object table, int c, int *from, int *to, Lisp_Object defalt, bool is_uniprop) { struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); - int depth = XINT (tbl->depth); - int min_char = XINT (tbl->min_char); + int depth = tbl->depth, min_char = tbl->min_char; int chartab_idx = CHARTAB_IDX (c, depth, min_char), idx; Lisp_Object val; @@ -402,8 +395,7 @@ static void sub_char_table_set (Lisp_Object table, int c, Lisp_Object val, bool is_uniprop) { struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); - int depth = XINT ((tbl)->depth); - int min_char = XINT ((tbl)->min_char); + int depth = tbl->depth, min_char = tbl->min_char; int i = CHARTAB_IDX (c, depth, min_char); Lisp_Object sub; @@ -458,8 +450,7 @@ sub_char_table_set_range (Lisp_Object table, int from, int to, Lisp_Object val, bool is_uniprop) { struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); - int depth = XINT ((tbl)->depth); - int min_char = XINT ((tbl)->min_char); + int depth = tbl->depth, min_char = tbl->min_char; int chars_in_block = chartab_chars[depth]; int i, c, lim = chartab_size[depth]; @@ -689,9 +680,8 @@ static Lisp_Object optimize_sub_char_table (Lisp_Object table, Lisp_Object test) { struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); - int depth = XINT (tbl->depth); + int i, depth = tbl->depth; Lisp_Object elt, this; - int i; bool optimizable; elt = XSUB_CHAR_TABLE (table)->contents[0]; @@ -778,8 +768,8 @@ map_sub_char_table (void (*c_function) (Lisp_Object, Lisp_Object, Lisp_Object), { struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); - depth = XINT (tbl->depth); - min_char = XINT (tbl->min_char); + depth = tbl->depth; + min_char = tbl->min_char; max_char = min_char + chartab_chars[depth - 1] - 1; } else @@ -973,12 +963,10 @@ map_sub_char_table_for_charset (void (*c_function) (Lisp_Object, Lisp_Object), unsigned from, unsigned to) { struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); - int depth = XINT (tbl->depth); - int c, i; + int i, c = tbl->min_char, depth = tbl->depth; if (depth < 3) - for (i = 0, c = XINT (tbl->min_char); i < chartab_size[depth]; - i++, c += chartab_chars[depth]) + for (i = 0; i < chartab_size[depth]; i++, c += chartab_chars[depth]) { Lisp_Object this; @@ -1000,7 +988,7 @@ map_sub_char_table_for_charset (void (*c_function) (Lisp_Object, Lisp_Object), } } else - for (i = 0, c = XINT (tbl->min_char); i < chartab_size[depth]; i++, c ++) + for (i = 0; i < chartab_size[depth]; i++, c++) { Lisp_Object this; unsigned code; @@ -1147,8 +1135,7 @@ static Lisp_Object uniprop_table_uncompress (Lisp_Object table, int idx) { Lisp_Object val = XSUB_CHAR_TABLE (table)->contents[idx]; - int min_char = (XINT (XSUB_CHAR_TABLE (table)->min_char) - + chartab_chars[2] * idx); + int min_char = XSUB_CHAR_TABLE (table)->min_char + chartab_chars[2] * idx; Lisp_Object sub = make_sub_char_table (3, min_char, Qnil); const unsigned char *p, *pend; diff --git a/src/lisp.h b/src/lisp.h index fb832b80940..3c4845ec79b 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1407,10 +1407,11 @@ gc_aset (Lisp_Object array, ptrdiff_t idx, Lisp_Object val) sense to handle a char-table with type struct Lisp_Vector. An element of a char table can be any Lisp objects, but if it is a sub char-table, we treat it a table that contains information of a - specific range of characters. A sub char-table has the same - structure as a vector. A sub char table appears only in an element - of a char-table, and there's no way to access it directly from - Emacs Lisp program. */ + specific range of characters. A sub char-table is like a vector but + with two integer fields between the header and Lisp data, which means + that it has to be marked with some precautions (see mark_char_table + in alloc.c). A sub char-table appears only in an element of a char-table, + and there's no way to access it directly from Emacs Lisp program. */ enum CHARTAB_SIZE_BITS { @@ -1465,10 +1466,10 @@ struct Lisp_Sub_Char_Table contains 32 elements, and each element covers 128 characters. A sub char-table of depth 3 contains 128 elements, and each element is for one character. */ - Lisp_Object depth; + int depth; /* Minimum character covered by the sub char-table. */ - Lisp_Object min_char; + int min_char; /* Use set_sub_char_table_contents to set this. */ Lisp_Object contents[FLEXIBLE_ARRAY_MEMBER]; @@ -1539,12 +1540,16 @@ struct Lisp_Subr const char *doc; }; -/* This is the number of slots that every char table must have. This - counts the ordinary slots and the top, defalt, parent, and purpose - slots. */ -enum CHAR_TABLE_STANDARD_SLOTS +enum char_table_specials { - CHAR_TABLE_STANDARD_SLOTS = PSEUDOVECSIZE (struct Lisp_Char_Table, extras) + /* This is the number of slots that every char table must have. This + counts the ordinary slots and the top, defalt, parent, and purpose + slots. */ + CHAR_TABLE_STANDARD_SLOTS = PSEUDOVECSIZE (struct Lisp_Char_Table, extras), + + /* This is an index of first Lisp_Object field in Lisp_Sub_Char_Table + when the latter is treated as an ordinary Lisp_Vector. */ + SUB_CHAR_TABLE_OFFSET = PSEUDOVECSIZE (struct Lisp_Sub_Char_Table, contents) }; /* Return the number of "extra" slots in the char table CT. */ @@ -3723,6 +3728,20 @@ make_uninit_vector (ptrdiff_t size) return v; } +/* Like above, but special for sub char-tables. */ + +INLINE Lisp_Object +make_uninit_sub_char_table (int depth, int min_char) +{ + int slots = SUB_CHAR_TABLE_OFFSET + chartab_size[depth]; + Lisp_Object v = make_uninit_vector (slots); + + XSETPVECTYPE (XVECTOR (v), PVEC_SUB_CHAR_TABLE); + XSUB_CHAR_TABLE (v)->depth = depth; + XSUB_CHAR_TABLE (v)->min_char = min_char; + return v; +} + extern struct Lisp_Vector *allocate_pseudovector (int, int, enum pvec_type); #define ALLOCATE_PSEUDOVECTOR(typ,field,tag) \ ((typ*) \ diff --git a/src/lread.c b/src/lread.c index f252993207d..639d574ac6b 100644 --- a/src/lread.c +++ b/src/lread.c @@ -2619,21 +2619,38 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list) c = READCHAR; if (c == '[') { - Lisp_Object tmp; - int depth; - ptrdiff_t size; + /* Sub char-table can't be read as a regular + vector because of a two C integer fields. */ + Lisp_Object tbl, tmp = read_list (1, readcharfun); + ptrdiff_t size = XINT (Flength (tmp)); + int i, depth, min_char; + struct Lisp_Cons *cell; - tmp = read_vector (readcharfun, 0); - size = ASIZE (tmp); if (size == 0) - error ("Invalid size char-table"); - if (! RANGED_INTEGERP (1, AREF (tmp, 0), 3)) - error ("Invalid depth in char-table"); - depth = XINT (AREF (tmp, 0)); + error ("Zero-sized sub char-table"); + + if (! RANGED_INTEGERP (1, XCAR (tmp), 3)) + error ("Invalid depth in sub char-table"); + depth = XINT (XCAR (tmp)); if (chartab_size[depth] != size - 2) - error ("Invalid size char-table"); - XSETPVECTYPE (XVECTOR (tmp), PVEC_SUB_CHAR_TABLE); - return tmp; + error ("Invalid size in sub char-table"); + cell = XCONS (tmp), tmp = XCDR (tmp), size--; + free_cons (cell); + + if (! RANGED_INTEGERP (0, XCAR (tmp), MAX_CHAR)) + error ("Invalid minimum character in sub-char-table"); + min_char = XINT (XCAR (tmp)); + cell = XCONS (tmp), tmp = XCDR (tmp), size--; + free_cons (cell); + + tbl = make_uninit_sub_char_table (depth, min_char); + for (i = 0; i < size; i++) + { + XSUB_CHAR_TABLE (tbl)->contents[i] = XCAR (tmp); + cell = XCONS (tmp), tmp = XCDR (tmp); + free_cons (cell); + } + return tbl; } invalid_syntax ("#^^"); } diff --git a/src/print.c b/src/print.c index 9050a0cb773..9b3620765a8 100644 --- a/src/print.c +++ b/src/print.c @@ -1968,7 +1968,7 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag) Otherwise we'll make a line extremely long, which results in slow redisplay. */ if (SUB_CHAR_TABLE_P (obj) - && XINT (XSUB_CHAR_TABLE (obj)->depth) == 3) + && XSUB_CHAR_TABLE (obj)->depth == 3) PRINTCHAR ('\n'); PRINTCHAR ('#'); PRINTCHAR ('^'); From fe1c6a42c96d79106a0ffcc87165148fe7614797 Mon Sep 17 00:00:00 2001 From: Luke Lee Date: Wed, 2 Jul 2014 12:25:21 +0800 Subject: [PATCH 23/38] * lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add the forgotten :version "24.5". --- lisp/progmodes/hideif.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index 6585668b927..f6562f32e94 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -138,7 +138,8 @@ (defcustom hide-ifdef-exclude-define-regexp nil "Ignore #define names if those names match this exclusion pattern." - :type 'string) + :type 'string + :version "24.5") (defvar hide-ifdef-mode-submap ;; Set up the submap that goes after the prefix key. From cc4f9c83bccac43a1463769286f0f6b10864ef15 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Wed, 2 Jul 2014 13:05:50 +0800 Subject: [PATCH 24/38] * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp): Support lexical-binding. --- lisp/ChangeLog | 5 +++++ lisp/emacs-lisp/pp.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 017c7adad28..df299ec1341 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-02 Leo Liu + + * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp): + Support lexical-binding. + 2014-07-01 Stefan Monnier * vc/log-edit.el (log-edit-goto-eoh): New function. diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 0e4139e1aeb..dd012fab9da 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el @@ -129,7 +129,7 @@ Also add the value to the front of the list in the variable `values'." (interactive (list (read--expression "Eval: "))) (message "Evaluating...") - (setq values (cons (eval expression) values)) + (setq values (cons (eval expression lexical-binding) values)) (pp-display-expression (car values) "*Pp Eval Output*")) ;;;###autoload @@ -165,7 +165,7 @@ With argument, pretty-print output into current buffer. Ignores leading comment characters." (interactive "P") (if arg - (insert (pp-to-string (eval (pp-last-sexp)))) + (insert (pp-to-string (eval (pp-last-sexp) lexical-binding))) (pp-eval-expression (pp-last-sexp)))) ;;;###autoload From 15c1107a30c274e0d5451b4428efc613edabbdce Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Wed, 2 Jul 2014 18:00:41 +0400 Subject: [PATCH 25/38] * print.c (print_object): Adjust to match new layout of sub char-table (Bug#17898). --- src/ChangeLog | 1 + src/print.c | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3df37a69527..05916477140 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -15,6 +15,7 @@ (map_sub_char_table_for_charset, uniprop_table_uncompress): All related users changed. * lread.c (read1): Adjust to match new layout of sub char-table. + * print.c (print_object): Likewise (Bug#17898). 2014-07-02 Stefan Monnier diff --git a/src/print.c b/src/print.c index 9b3620765a8..2f52f5d03ec 100644 --- a/src/print.c +++ b/src/print.c @@ -1981,16 +1981,24 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag) PRINTCHAR ('['); { - register int i; + int i, idx = SUB_CHAR_TABLE_P (obj) ? SUB_CHAR_TABLE_OFFSET : 0; register Lisp_Object tem; ptrdiff_t real_size = size; + /* For a sub char-table, print heading non-Lisp data first. */ + if (SUB_CHAR_TABLE_P (obj)) + { + i = sprintf (buf, "%d %d", XSUB_CHAR_TABLE (obj)->depth, + XSUB_CHAR_TABLE (obj)->min_char); + strout (buf, i, i, printcharfun); + } + /* Don't print more elements than the specified maximum. */ if (NATNUMP (Vprint_length) && XFASTINT (Vprint_length) < size) size = XFASTINT (Vprint_length); - for (i = 0; i < size; i++) + for (i = idx; i < size; i++) { if (i) PRINTCHAR (' '); tem = AREF (obj, i); From 4991d13037d4154b3c52d1a2f516714fbcf0e6eb Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 2 Jul 2014 10:42:00 -0400 Subject: [PATCH 26/38] * mouse.el (mouse-yank-primary, mouse-yank-secondary): Use insert-for-yank. Fixes: debbugs:17271 --- lisp/ChangeLog | 5 +++++ lisp/mouse.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df299ec1341..d9224d0b747 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-02 Stefan Monnier + + * mouse.el (mouse-yank-primary, mouse-yank-secondary): + Use insert-for-yank (bug#17271). + 2014-07-02 Leo Liu * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp): diff --git a/lisp/mouse.el b/lisp/mouse.el index 8cb42dfb455..ce691748cac 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1101,7 +1101,7 @@ regardless of where you click." (unless primary (error "No selection is available")) (push-mark (point)) - (insert primary))) + (insert-for-yank primary))) (defun mouse-kill-ring-save (click) "Copy the region between point and the mouse click in the kill ring. @@ -1383,7 +1383,7 @@ regardless of where you click." (or mouse-yank-at-point (mouse-set-point click)) (let ((secondary (x-get-selection 'SECONDARY))) (if secondary - (insert secondary) + (insert-for-yank secondary) (error "No secondary selection")))) (defun mouse-kill-secondary () From e993f8d5d39431545ac0071655071a740534917b Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Wed, 2 Jul 2014 19:22:49 +0400 Subject: [PATCH 27/38] * lisp.h (toplevel): Add compile-time assert to verify suitable member layout in Lisp_Sub_Char_Table. --- src/ChangeLog | 2 ++ src/lisp.h | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 05916477140..bb514753bdb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,6 +6,8 @@ (enum char_table_specials): Rename from CHAR_TABLE_STANDARD_SLOTS. Add SUB_CHAR_TABLE_OFFSET member. (make_uninit_sub_char_table): New function. + (toplevel): Add compile-time assert to verify suitable member layout + in Lisp_Sub_Char_Table. * alloc.c (mark_char_table): Add extra argument to denote char table subtype. Adjust to match new layout of sub char-table. (mark_object): Always mark sub char-tables with mark_char_table. diff --git a/src/lisp.h b/src/lisp.h index 3c4845ec79b..6af390604d6 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1561,7 +1561,11 @@ CHAR_TABLE_EXTRA_SLOTS (struct Lisp_Char_Table *ct) - CHAR_TABLE_STANDARD_SLOTS); } - +/* Make sure that sub char-table contents slot + is aligned on a multiple of Lisp_Objects. */ +verify ((offsetof (struct Lisp_Sub_Char_Table, contents) + - offsetof (struct Lisp_Sub_Char_Table, depth)) % word_size == 0); + /*********************************************************************** Symbols ***********************************************************************/ From cbb6a7aeff3b901645ee8e4f2c4abeceafdfc073 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 3 Jul 2014 02:45:12 +0300 Subject: [PATCH 28/38] * lisp/desktop.el (desktop-save): Rename arg `auto-save' to `only-if-changed'. Doc fix. Fixes: debbugs:17873 --- lisp/ChangeLog | 5 +++++ lisp/desktop.el | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d9224d0b747..73f1f286c43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-02 Juri Linkov + + * desktop.el (desktop-save): Rename arg `auto-save' to + `only-if-changed'. Doc fix. (Bug#17873) + 2014-07-02 Stefan Monnier * mouse.el (mouse-yank-primary, mouse-yank-secondary): diff --git a/lisp/desktop.el b/lisp/desktop.el index 26d288bf9cd..4bb6fba3532 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -942,12 +942,13 @@ Frames with a non-nil `desktop-dont-save' parameter are not saved." :predicate #'desktop--check-dont-save)))) ;;;###autoload -(defun desktop-save (dirname &optional release auto-save) +(defun desktop-save (dirname &optional release only-if-changed) "Save the desktop in a desktop file. Parameter DIRNAME specifies where to save the desktop file. Optional parameter RELEASE says whether we're done with this desktop. -If AUTO-SAVE is non-nil, compare the saved contents to the one last saved, -and don't save the buffer if they are the same." +If ONLY-IF-CHANGED is non-nil, compare the current desktop information +to that in the desktop file, and if the desktop information has not +changed since it was last saved then do not rewrite the file." (interactive (list ;; Or should we just use (car desktop-path)? (let ((default (if (member "." desktop-path) @@ -1020,7 +1021,7 @@ and don't save the buffer if they are the same." (setq default-directory desktop-dirname) ;; When auto-saving, avoid writing if nothing has changed since the last write. - (let* ((beg (and auto-save + (let* ((beg (and only-if-changed (save-excursion (goto-char (point-min)) ;; Don't check the header with changing timestamp From 57b02816a8e12b1dd3a280bced92d73ed699de8c Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 3 Jul 2014 11:10:05 +0200 Subject: [PATCH 29/38] * trampver.texi: Update release number. --- doc/misc/ChangeLog | 4 ++++ doc/misc/trampver.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 6f448d22ff6..6726007c6d8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2014-07-03 Michael Albinus + + * trampver.texi: Update release number. + 2014-07-03 Glenn Morris * info.texi, mh-e.texi: "Online help" doesn't mean what it diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index b98903972f7..cfcb6640183 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -5,10 +5,10 @@ @c Copyright (C) 2003-2014 Free Software Foundation, Inc. @c See file doclicense.texi for copying conditions. -@c In the Tramp CVS, the version number is auto-frobbed from +@c In the Tramp GIT, the version number is auto-frobbed from @c configure.ac, so you should edit that file and run @c "autoconf && ./configure" to change the version number. -@set trampver 2.2.10 +@set trampver 2.2.11-pre @c Other flags from configuration @set instprefix /usr/local From 95268e987c484b98aac3de54cf91d65db16f4c22 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 3 Jul 2014 11:27:02 +0200 Subject: [PATCH 30/38] * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'. * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime) (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'. * net/tramp.el (tramp-call-process): Handle error strings. * net/trampver.el: Update release number. --- lisp/ChangeLog | 11 +++++++++++ lisp/net/tramp-adb.el | 4 +--- lisp/net/tramp-sh.el | 6 ++---- lisp/net/tramp.el | 10 ++++++---- lisp/net/trampver.el | 6 +++--- 5 files changed, 23 insertions(+), 14 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c71395f8b9..450eac3f48d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2014-07-03 Michael Albinus + + * net/tramp.el (tramp-call-process): Handle error strings. + + * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'. + + * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime) + (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'. + + * net/trampver.el: Update release number. + 2014-07-03 Juri Linkov * desktop.el (desktop-save): Rename arg `auto-save' to diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el index 4f6d5807ba5..16017eebba3 100644 --- a/lisp/net/tramp-adb.el +++ b/lisp/net/tramp-adb.el @@ -458,9 +458,7 @@ Emacs dired can't find files." (insert " " (mapconcat 'identity sorted-lines "\n "))) ;; Add final newline. (goto-char (point-max)) - (unless (= (point) (line-beginning-position)) - (insert "\n")))) - + (unless (bolp) (insert "\n")))) (defun tramp-adb-ls-output-time-less-p (a b) "Sort \"ls\" output by time, descending." diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index d906cc67674..315bc08d0ef 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -1265,8 +1265,7 @@ target of the symlink differ." (format "%s -ild %s" (tramp-get-ls-command v) (tramp-shell-quote-argument localname))) - (setq attr (buffer-substring (point) - (progn (end-of-line) (point))))) + (setq attr (buffer-substring (point) (point-at-eol)))) (tramp-set-file-property v localname "visited-file-modtime-ild" attr)) (when (boundp 'last-coding-system-used) @@ -1317,8 +1316,7 @@ of." (tramp-get-ls-command v) (tramp-shell-quote-argument localname))) (with-current-buffer (tramp-get-buffer v) - (setq attr (buffer-substring - (point) (progn (end-of-line) (point))))) + (setq attr (buffer-substring (point) (point-at-eol)))) (equal attr (tramp-get-file-property diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 6be737eb3f0..921c70135df 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -4127,10 +4127,9 @@ ALIST is of the form ((FROM . TO) ...)." (defun tramp-call-process (vec program &optional infile destination display &rest args) "Calls `call-process' on the local host. -This is needed because for some Emacs flavors Tramp has -defadvised `call-process' to behave like `process-file'. The -Lisp error raised when PROGRAM is nil is trapped also, returning 1. -Furthermore, traces are written with verbosity of 6." +It always returns a return code. The Lisp error raised when +PROGRAM is nil is trapped also, returning 1. Furthermore, traces +are written with verbosity of 6." (let ((v (or vec (vector tramp-current-method tramp-current-user tramp-current-host nil nil))) @@ -4144,6 +4143,9 @@ Furthermore, traces are written with verbosity of 6." (setq result (apply 'call-process program infile (or destination t) display args)) + ;; `result' could also be an error string. + (when (stringp result) + (signal 'file-error (list result))) (with-current-buffer (if (bufferp destination) destination (current-buffer)) (tramp-message v 6 "%d\n%s" result (buffer-string)))) diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 9c0beb114bc..065c3f33ebe 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -24,14 +24,14 @@ ;;; Code: -;; In the Tramp CVS repository, the version number and the bug report +;; In the Tramp GIT repository, the version number and the bug report ;; address are auto-frobbed from configure.ac, so you should edit that ;; file and run "autoconf && ./configure" to change them. (X)Emacs ;; version check is defined in macro AC_EMACS_INFO of aclocal.m4; ;; should be changed only there. ;;;###tramp-autoload -(defconst tramp-version "2.2.10" +(defconst tramp-version "2.2.11-pre" "This version of Tramp.") ;;;###tramp-autoload @@ -44,7 +44,7 @@ (= emacs-major-version 21) (>= emacs-minor-version 4))) "ok" - (format "Tramp 2.2.10 is not fit for %s" + (format "Tramp 2.2.11-pre is not fit for %s" (when (string-match "^.*$" (emacs-version)) (match-string 0 (emacs-version))))))) (unless (string-match "\\`ok\\'" x) (error "%s" x))) From 60ab579771527dcc29547119f2c1b7099eda4d55 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Thu, 3 Jul 2014 16:20:00 +0400 Subject: [PATCH 31/38] Use convenient alists to manage per-frame font driver-specific data. * frame.h (struct frame): Rename font_data_list to... [HAVE_XFT || HAVE_FREETYPE]: ... font_data, which is a Lisp_Object now. * font.h (struct font_data_list): Remove; no longer need a special data type. (font_put_frame_data, font_get_frame_data) [HAVE_XFT || HAVE_FREETYPE]: Adjust prototypes. * font.c (font_put_frame_data, font_get_frame_data) [HAVE_XFT || HAVE_FREETYPE]: Prefer alist functions to ad-hoc list management. * xftfont.c (xftfont_get_xft_draw, xftfont_end_for_frame): Related users changed. * ftxfont.c (ftxfont_get_gcs, ftxfont_end_for_frame): Likewise. Prefer convenient xmalloc and xfree. --- src/ChangeLog | 17 +++++++++++++++++ src/font.c | 53 +++++++++++++++++---------------------------------- src/font.h | 23 ++++------------------ src/frame.h | 8 +++++--- src/ftxfont.c | 24 ++++++++--------------- src/xftfont.c | 8 ++++---- 6 files changed, 55 insertions(+), 78 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 0f9b7431462..7fb620fc533 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2014-07-03 Dmitry Antipov + + Use convenient alists to manage per-frame font driver-specific data. + * frame.h (struct frame): Rename font_data_list to... + [HAVE_XFT || HAVE_FREETYPE]: ... font_data, which is a Lisp_Object now. + * font.h (struct font_data_list): Remove; no longer need a special + data type. + (font_put_frame_data, font_get_frame_data) [HAVE_XFT || HAVE_FREETYPE]: + Adjust prototypes. + * font.c (font_put_frame_data, font_get_frame_data) + [HAVE_XFT || HAVE_FREETYPE]: Prefer alist functions to ad-hoc list + management. + * xftfont.c (xftfont_get_xft_draw, xftfont_end_for_frame): + Related users changed. + * ftxfont.c (ftxfont_get_gcs, ftxfont_end_for_frame): Likewise. + Prefer convenient xmalloc and xfree. + 2014-07-03 Eli Zaretskii * dispnew.c (prepare_desired_row): Accept 2 additional arguments: diff --git a/src/font.c b/src/font.c index 251d43ba8b2..7b9edcd3fb8 100644 --- a/src/font.c +++ b/src/font.c @@ -3539,53 +3539,34 @@ font_update_drivers (struct frame *f, Lisp_Object new_drivers) return active_drivers; } -int -font_put_frame_data (struct frame *f, struct font_driver *driver, void *data) +#if defined (HAVE_XFT) || defined (HAVE_FREETYPE) + +void +font_put_frame_data (struct frame *f, Lisp_Object driver, void *data) { - struct font_data_list *list, *prev; + Lisp_Object val = assq_no_quit (driver, f->font_data); - for (prev = NULL, list = f->font_data_list; list; - prev = list, list = list->next) - if (list->driver == driver) - break; - if (! data) + if (!data) + f->font_data = Fdelq (val, f->font_data); + else { - if (list) - { - if (prev) - prev->next = list->next; - else - f->font_data_list = list->next; - xfree (list); - } - return 0; + if (NILP (val)) + f->font_data = Fcons (Fcons (driver, make_save_ptr (data)), + f->font_data); + else + XSETCDR (val, make_save_ptr (data)); } - - if (! list) - { - list = xmalloc (sizeof *list); - list->driver = driver; - list->next = f->font_data_list; - f->font_data_list = list; - } - list->data = data; - return 0; } - void * -font_get_frame_data (struct frame *f, struct font_driver *driver) +font_get_frame_data (struct frame *f, Lisp_Object driver) { - struct font_data_list *list; + Lisp_Object val = assq_no_quit (driver, f->font_data); - for (list = f->font_data_list; list; list = list->next) - if (list->driver == driver) - break; - if (! list) - return NULL; - return list->data; + return NILP (val) ? NULL : XSAVE_POINTER (XCDR (val), 0); } +#endif /* HAVE_XFT || HAVE_FREETYPE */ /* Sets attributes on a font. Any properties that appear in ALIST and BOOLEAN_PROPERTIES or NON_BOOLEAN_PROPERTIES are set on the font. diff --git a/src/font.h b/src/font.h index 42137deeaa4..a41762db975 100644 --- a/src/font.h +++ b/src/font.h @@ -723,20 +723,6 @@ struct font_driver_list struct font_driver_list *next; }; - -/* Chain of arbitrary data specific to each font driver. - Each frame has its own font data list at F->font_data_list. */ - -struct font_data_list -{ - /* Pointer to the font driver. */ - struct font_driver *driver; - /* Data specific to the font driver. */ - void *data; - /* Pointer to the next element of the chain. */ - struct font_data_list *next; -}; - extern Lisp_Object copy_font_spec (Lisp_Object); extern Lisp_Object merge_font_spec (Lisp_Object, Lisp_Object); @@ -809,11 +795,10 @@ extern void font_fill_lglyph_metrics (Lisp_Object, Lisp_Object); extern Lisp_Object font_put_extra (Lisp_Object font, Lisp_Object prop, Lisp_Object val); -extern int font_put_frame_data (struct frame *f, - struct font_driver *driver, - void *data); -extern void *font_get_frame_data (struct frame *f, - struct font_driver *driver); +#if defined (HAVE_XFT) || defined (HAVE_FREETYPE) +extern void font_put_frame_data (struct frame *, Lisp_Object, void *); +extern void *font_get_frame_data (struct frame *f, Lisp_Object); +#endif /* HAVE_XFT || HAVE_FREETYPE */ extern void font_filter_properties (Lisp_Object font, Lisp_Object alist, diff --git a/src/frame.h b/src/frame.h index 2da9fff2d4a..4fb98278a51 100644 --- a/src/frame.h +++ b/src/frame.h @@ -159,6 +159,11 @@ struct frame tool bar only supports top. */ Lisp_Object tool_bar_position; +#if defined (HAVE_XFT) || defined (HAVE_FREETYPE) + /* List of data specific to font-driver and frame, but common to faces. */ + Lisp_Object font_data; +#endif + /* Beyond here, there should be no more Lisp_Object components. */ /* Cache of realized faces. */ @@ -328,9 +333,6 @@ struct frame /* List of font-drivers available on the frame. */ struct font_driver_list *font_driver_list; - /* List of data specific to font-driver and frame, but common to - faces. */ - struct font_data_list *font_data_list; /* Total width of fringes reserved for drawing truncation bitmaps, continuation bitmaps and alike. The width is in canonical char diff --git a/src/ftxfont.c b/src/ftxfont.c index 53f2616bb62..63e3477ebf4 100644 --- a/src/ftxfont.c +++ b/src/ftxfont.c @@ -59,7 +59,7 @@ ftxfont_get_gcs (struct frame *f, unsigned long foreground, unsigned long backgr XColor color; XGCValues xgcv; int i; - struct ftxfont_frame_data *data = font_get_frame_data (f, &ftxfont_driver); + struct ftxfont_frame_data *data = font_get_frame_data (f, Qftx); struct ftxfont_frame_data *prev = NULL, *this = NULL, *new; if (data) @@ -78,19 +78,11 @@ ftxfont_get_gcs (struct frame *f, unsigned long foreground, unsigned long backgr } } - new = malloc (sizeof *new); - if (! new) - return NULL; + new = xmalloc (sizeof *new); new->next = this; if (prev) - { prev->next = new; - } - else if (font_put_frame_data (f, &ftxfont_driver, new) < 0) - { - free (new); - return NULL; - } + font_put_frame_data (f, Qftx, new); new->colors[0].pixel = background; new->colors[1].pixel = foreground; @@ -123,8 +115,8 @@ ftxfont_get_gcs (struct frame *f, unsigned long foreground, unsigned long backgr if (prev) prev->next = new->next; else if (data) - font_put_frame_data (f, &ftxfont_driver, new->next); - free (new); + font_put_frame_data (f, Qftx, new->next); + xfree (new); return NULL; } return new->gcs; @@ -337,7 +329,7 @@ ftxfont_draw (struct glyph_string *s, int from, int to, int x, int y, static int ftxfont_end_for_frame (struct frame *f) { - struct ftxfont_frame_data *data = font_get_frame_data (f, &ftxfont_driver); + struct ftxfont_frame_data *data = font_get_frame_data (f, Qftx); block_input (); while (data) @@ -347,11 +339,11 @@ ftxfont_end_for_frame (struct frame *f) for (i = 0; i < 6; i++) XFreeGC (FRAME_X_DISPLAY (f), data->gcs[i]); - free (data); + xfree (data); data = next; } unblock_input (); - font_put_frame_data (f, &ftxfont_driver, NULL); + font_put_frame_data (f, Qftx, NULL); return 0; } diff --git a/src/xftfont.c b/src/xftfont.c index 2b4ec065734..bd3f2c92142 100644 --- a/src/xftfont.c +++ b/src/xftfont.c @@ -593,7 +593,7 @@ xftfont_text_extents (struct font *font, unsigned int *code, int nglyphs, struct static XftDraw * xftfont_get_xft_draw (struct frame *f) { - XftDraw *xft_draw = font_get_frame_data (f, &xftfont_driver); + XftDraw *xft_draw = font_get_frame_data (f, Qxft); if (! xft_draw) { @@ -604,7 +604,7 @@ xftfont_get_xft_draw (struct frame *f) FRAME_X_COLORMAP (f)); unblock_input (); eassert (xft_draw != NULL); - font_put_frame_data (f, &xftfont_driver, xft_draw); + font_put_frame_data (f, Qxft, xft_draw); } return xft_draw; } @@ -680,14 +680,14 @@ xftfont_end_for_frame (struct frame *f) /* Don't do anything if display is dead */ if (FRAME_X_DISPLAY (f) == NULL) return 0; - xft_draw = font_get_frame_data (f, &xftfont_driver); + xft_draw = font_get_frame_data (f, Qxft); if (xft_draw) { block_input (); XftDrawDestroy (xft_draw); unblock_input (); - font_put_frame_data (f, &xftfont_driver, NULL); + font_put_frame_data (f, Qxft, NULL); } return 0; } From 046d53d46e0b619d5504bad92ab9e7c98a7b1c61 Mon Sep 17 00:00:00 2001 From: Kelvin White Date: Thu, 3 Jul 2014 08:30:26 -0400 Subject: [PATCH 32/38] Fix nick duplication in format-@nick --- lisp/erc/erc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 8d2ea62b231..d43be54de2b 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -9,7 +9,7 @@ ;; Andreas Fuchs (afs@void.at) ;; Gergely Nagy (algernon@midgard.debian.net) ;; David Edmondson (dme@dme.org) -;; Kelvin White +;; Kelvin White (kwhite@gnu.org) ;; Maintainer: emacs-devel@gnu.org ;; Keywords: IRC, chat, client, Internet ;; Version: 5.3 @@ -4252,7 +4252,7 @@ also `erc-format-nick-function'." (let ((nick (erc-server-user-nickname user))) (concat (erc-propertize (erc-get-user-mode-prefix nick) - 'face 'erc-nick-prefix-face) nick nick)))) + 'face 'erc-nick-prefix-face) nick)))) (defun erc-format-my-nick () "Return the beginning of this user's message, correctly propertized." From af8ee9ca886f2863716f209a51ef9c547a8aecc9 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Thu, 3 Jul 2014 22:12:41 +0400 Subject: [PATCH 33/38] On MS-Windows, display busy cursor on all GUI frames. This is similar to what we have on X. Quickly tested by Dani Moncayo. * w32fns.c (toplevel): Remove hourglass_hwnd; no longer used. (w32_show_hourglass, w32_hide_hourglass, w32_note_current_window): Likewise. (hide_hourglass, show_hourglass): Redesign to match X counterparts. * xdisp.c (start_hourglass): Remove Windows-specific bits. --- src/ChangeLog | 10 +++++ src/w32fns.c | 109 +++++++++++++++----------------------------------- src/xdisp.c | 7 ---- 3 files changed, 43 insertions(+), 83 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7fb620fc533..cbb89300cad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2014-07-03 Dmitry Antipov + + On MS-Windows, display busy cursor on all GUI frames. + This is similar to what we have on X. Quickly tested by Dani Moncayo. + * w32fns.c (toplevel): Remove hourglass_hwnd; no longer used. + (w32_show_hourglass, w32_hide_hourglass, w32_note_current_window): + Likewise. + (hide_hourglass, show_hourglass): Redesign to match X counterparts. + * xdisp.c (start_hourglass): Remove Windows-specific bits. + 2014-07-03 Dmitry Antipov Use convenient alists to manage per-frame font driver-specific data. diff --git a/src/w32fns.c b/src/w32fns.c index e24148af4ff..def9d8acb7a 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -89,9 +89,6 @@ extern void w32_free_menu_strings (HWND); extern const char *map_w32_filename (const char *, const char **); extern char * w32_strerror (int error_no); -/* If non-NULL, a handle to a frame where to display the hourglass cursor. */ -static HWND hourglass_hwnd = NULL; - #ifndef IDC_HAND #define IDC_HAND MAKEINTRESOURCE(32649) #endif @@ -233,10 +230,6 @@ static int menubar_in_use = 0; extern void syms_of_w32uniscribe (void); extern int uniscribe_available; -/* Function prototypes for hourglass support. */ -static void w32_show_hourglass (struct frame *); -static void w32_hide_hourglass (void); - #ifdef WINDOWSNT /* From w32inevt.c */ extern int faked_key; @@ -5500,95 +5493,62 @@ no value of TYPE (always string in the MS Windows case). */) Busy cursor ***********************************************************************/ -void -w32_note_current_window (void) -{ - struct frame * f = SELECTED_FRAME (); - - if (!FRAME_W32_P (f)) - return; - - hourglass_hwnd = FRAME_W32_WINDOW (f); -} +/* Display an hourglass cursor. Set the hourglass_p flag in display info + to indicate that an hourglass cursor is shown. */ void show_hourglass (struct atimer *timer) { - struct frame *f; - hourglass_atimer = NULL; - block_input (); - f = x_window_to_frame (&one_w32_display_info, - hourglass_hwnd); - - if (f) - f->output_data.w32->hourglass_p = 0; - else - f = SELECTED_FRAME (); - - if (!FRAME_W32_P (f)) - { - unblock_input (); - return; - } - - w32_show_hourglass (f); - unblock_input (); -} - -void -hide_hourglass (void) -{ - block_input (); - w32_hide_hourglass (); - unblock_input (); -} - - -/* Display an hourglass cursor. Set the hourglass_p flag in display info - to indicate that an hourglass cursor is shown. */ - -static void -w32_show_hourglass (struct frame *f) -{ if (!hourglass_shown_p) { - f->output_data.w32->hourglass_p = 1; - if (!menubar_in_use && !current_popup_menu) - SetCursor (f->output_data.w32->hourglass_cursor); + Lisp_Object tail, frame; + + block_input (); + FOR_EACH_FRAME (tail, frame) + { + struct frame *f = XFRAME (frame); + + if (FRAME_W32_P (f) && !menubar_in_use && !current_popup_menu) + { + f->output_data.w32->hourglass_p = 1; + SetCursor (f->output_data.w32->hourglass_cursor); + } + } + unblock_input (); hourglass_shown_p = 1; } } - /* Hide the hourglass cursor on all frames, if it is currently shown. */ -static void -w32_hide_hourglass (void) +void +hide_hourglass (void) { if (hourglass_shown_p) { - struct frame *f = x_window_to_frame (&one_w32_display_info, - hourglass_hwnd); - if (f) - f->output_data.w32->hourglass_p = 0; - else - /* If frame was deleted, restore to selected frame's cursor. */ - f = SELECTED_FRAME (); + Lisp_Object tail, frame; - if (FRAME_W32_P (f)) - SetCursor (f->output_data.w32->current_cursor); - else - /* No cursors on non GUI frames - restore to stock arrow cursor. */ - SetCursor (w32_load_cursor (IDC_ARROW)); + block_input (); + FOR_EACH_FRAME (tail, frame) + { + struct frame *f = XFRAME (frame); + if (FRAME_W32_P (f)) + { + f->output_data.w32->hourglass_p = 0; + SetCursor (f->output_data.w32->current_cursor); + } + else + /* No cursors on non GUI frames - restore to stock arrow cursor. */ + SetCursor (w32_load_cursor (IDC_ARROW)); + } + unblock_input (); hourglass_shown_p = 0; } } - - /*********************************************************************** Tool tips ***********************************************************************/ @@ -8415,9 +8375,6 @@ only be necessary if the default setting causes problems. */); #endif defsubr (&Sset_message_beep); - - hourglass_hwnd = NULL; - defsubr (&Sx_show_tip); defsubr (&Sx_hide_tip); tip_timer = Qnil; diff --git a/src/xdisp.c b/src/xdisp.c index 3e76d3df9f9..6cec0bf1925 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -30683,13 +30683,6 @@ start_hourglass (void) else delay = make_timespec (DEFAULT_HOURGLASS_DELAY, 0); -#ifdef HAVE_NTGUI - { - extern void w32_note_current_window (void); - w32_note_current_window (); - } -#endif /* HAVE_NTGUI */ - hourglass_atimer = start_atimer (ATIMER_RELATIVE, delay, show_hourglass, NULL); } From 9362232cef75b7e0210407259d30818ddc35a112 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 3 Jul 2014 18:22:42 -0400 Subject: [PATCH 34/38] * lisp/rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with different calling convention to rectangle--unhighlight-for-redisplay. --- lisp/ChangeLog | 5 +++++ lisp/rect.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 450eac3f48d..c0b50604897 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-03 Stefan Monnier + + * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with + different calling convention to rectangle--unhighlight-for-redisplay. + 2014-07-03 Michael Albinus * net/tramp.el (tramp-call-process): Handle error strings. diff --git a/lisp/rect.el b/lisp/rect.el index ac861a0824b..a2f8e4f6371 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -719,7 +719,7 @@ Ignores `line-move-visual'." ((not rectangle-mark-mode) (funcall orig start end window rol)) (rectangle--inhibit-region-highlight - (rectangle--unhighlight-for-redisplay orig rol) + (funcall redisplay-unhighlight-region-function rol) nil) ((and (eq 'rectangle (car-safe rol)) (eq (nth 1 rol) (buffer-chars-modified-tick)) From 2b13ca4d11960fe1d8b858a64864d7b74bf60867 Mon Sep 17 00:00:00 2001 From: Phil Sainty Date: Thu, 3 Jul 2014 22:00:54 -0400 Subject: [PATCH 35/38] * lisp/emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var. (narrow-to-defun): New arg include-comments, defaulting to it. Fixes: debbugs:16328 --- lisp/ChangeLog | 6 ++++++ lisp/emacs-lisp/lisp.el | 24 ++++++++++++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0b50604897..ed9a1100d49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2014-07-04 Phil Sainty (tiny change) + + * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var. + (narrow-to-defun): New arg include-comments, defaulting to it + (bug#16328). + 2014-07-03 Stefan Monnier * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 23b021df177..30fee64635c 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -522,11 +522,15 @@ it marks the next defun after the ones already marked." (beginning-of-defun)) (re-search-backward "^\n" (- (point) 1) t))))) -(defun narrow-to-defun (&optional _arg) +(defvar narrow-to-defun-include-comments nil + "If non-nil, `narrow-to-defun' will also show comments preceding the defun.") + +(defun narrow-to-defun (&optional include-comments) "Make text outside current defun invisible. -The defun visible is the one that contains point or follows point. -Optional ARG is ignored." - (interactive) +The current defun is the one that contains point or follows point. +Preceding comments are included if INCLUDE-COMMENTS is non-nil. +Interactively, the behavior depends on `narrow-to-defun-include-comments'." + (interactive (list narrow-to-defun-include-comments)) (save-excursion (widen) (let ((opoint (point)) @@ -562,6 +566,18 @@ Optional ARG is ignored." (setq end (point)) (beginning-of-defun) (setq beg (point))) + (when include-comments + (goto-char beg) + ;; Move back past all preceding comments (and whitespace). + (when (forward-comment -1) + (while (forward-comment -1)) + ;; Move forwards past any page breaks within these comments. + (when (and page-delimiter (not (string= page-delimiter ""))) + (while (re-search-forward page-delimiter beg t))) + ;; Lastly, move past any empty lines. + (skip-chars-forward "[:space:]\n") + (beginning-of-line) + (setq beg (point)))) (goto-char end) (re-search-backward "^\n" (- (point) 1) t) (narrow-to-region beg end)))) From 9d7b0167fdd06638e019103ef1b77e5956d7fb7b Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Fri, 4 Jul 2014 06:28:54 +0400 Subject: [PATCH 36/38] * font.h (struct font_driver): Remove get_outline and free_outline; not used by any font driver. * ftfont.c (ftfont_driver): * macfont.m (macfont_driver): * nsfont.m (nsfont_driver): * w32font.c (w32font_driver): * w32uniscribe.c (uniscribe_font_driver): * xfont.c (xfont_driver): Related users changed. * xselect.c (x_get_window_property): Use convenient xmalloc. Call to xfree only if some data was really allocated. --- src/ChangeLog | 13 +++++++++++++ src/font.h | 9 --------- src/ftfont.c | 2 -- src/macfont.m | 2 -- src/nsfont.m | 2 +- src/w32font.c | 15 --------------- src/w32uniscribe.c | 4 ---- src/xfont.c | 2 +- src/xselect.c | 16 ++++------------ 9 files changed, 19 insertions(+), 46 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index cbb89300cad..dac36212d79 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2014-07-04 Dmitry Antipov + + * font.h (struct font_driver): Remove get_outline and free_outline; + not used by any font driver. + * ftfont.c (ftfont_driver): + * macfont.m (macfont_driver): + * nsfont.m (nsfont_driver): + * w32font.c (w32font_driver): + * w32uniscribe.c (uniscribe_font_driver): + * xfont.c (xfont_driver): Related users changed. + * xselect.c (x_get_window_property): Use convenient xmalloc. + Call to xfree only if some data was really allocated. + 2014-07-03 Dmitry Antipov On MS-Windows, display busy cursor on all GUI frames. diff --git a/src/font.h b/src/font.h index a41762db975..c23b826bd46 100644 --- a/src/font.h +++ b/src/font.h @@ -613,15 +613,6 @@ struct font_driver #endif /* HAVE_WINDOW_SYSTEM */ - /* Optional. - Return an outline data for glyph-code CODE of FONT. The format - of the outline data depends on the font-driver. */ - void *(*get_outline) (struct font *font, unsigned code); - - /* Optional. - Free OUTLINE (that is obtained by the above method). */ - void (*free_outline) (struct font *font, void *outline); - /* Optional. Get coordinates of the INDEXth anchor point of the glyph whose code is CODE. Store the coordinates in *X and *Y. Return 0 if diff --git a/src/ftfont.c b/src/ftfont.c index 0f23b086cf5..7c5d01208d2 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -538,8 +538,6 @@ struct font_driver ftfont_driver = NULL, /* draw */ ftfont_get_bitmap, NULL, /* free_bitmap */ - NULL, /* get_outline */ - NULL, /* free_outline */ ftfont_anchor_point, #ifdef HAVE_LIBOTF ftfont_otf_capability, diff --git a/src/macfont.m b/src/macfont.m index 9b3cb2c29f6..82ee54cdc63 100644 --- a/src/macfont.m +++ b/src/macfont.m @@ -1580,8 +1580,6 @@ static int macfont_variation_glyphs (struct font *, int c, macfont_draw, NULL, /* get_bitmap */ NULL, /* free_bitmap */ - NULL, /* get_outline */ - NULL, /* free_outline */ NULL, /* anchor_point */ NULL, /* otf_capability */ NULL, /* otf_drive */ diff --git a/src/nsfont.m b/src/nsfont.m index 2c5e25b993c..cadc68f9933 100644 --- a/src/nsfont.m +++ b/src/nsfont.m @@ -649,7 +649,7 @@ static int nsfont_draw (struct glyph_string *s, int from, int to, int x, int y, nsfont_encode_char, nsfont_text_extents, nsfont_draw, - /* excluded: get_bitmap, free_bitmap, get_outline, free_outline, + /* excluded: get_bitmap, free_bitmap, anchor_point, otf_capability, otf_driver, start_for_frame, end_for_frame, shape */ }; diff --git a/src/w32font.c b/src/w32font.c index 5262f38663f..43b592ee450 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -757,19 +757,6 @@ w32font_get_bitmap (struct font *font, unsigned code, static void w32font_free_bitmap (struct font *font, struct font_bitmap *bitmap); */ -/* w32 implementation of get_outline for font backend. - Optional. - Return an outline data for glyph-code CODE of FONT. The format - of the outline data depends on the font-driver. -static void * -w32font_get_outline (struct font *font, unsigned code); - */ -/* w32 implementation of free_outline for font backend. - Optional. - Free OUTLINE (that is obtained by the above method). -static void -w32font_free_outline (struct font *font, void *outline); - */ /* w32 implementation of anchor_point for font backend. Optional. Get coordinates of the INDEXth anchor point of the glyph whose @@ -2557,8 +2544,6 @@ struct font_driver w32font_driver = w32font_draw, NULL, /* get_bitmap */ NULL, /* free_bitmap */ - NULL, /* get_outline */ - NULL, /* free_outline */ NULL, /* anchor_point */ NULL, /* otf_capability */ NULL, /* otf_drive */ diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index 5bb444f519a..24fc753e708 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c @@ -604,8 +604,6 @@ uniscribe_encode_char (struct font *font, int c) int uniscribe_get_bitmap (struct font *font, unsigned code, struct font_bitmap *bitmap, int bits_per_pixel); void uniscribe_free_bitmap (struct font *font, struct font_bitmap *bitmap); - void * uniscribe_get_outline (struct font *font, unsigned code); - void uniscribe_free_outline (struct font *font, void *outline); int uniscribe_anchor_point (struct font *font, unsigned code, int index, int *x, int *y); int uniscribe_start_for_frame (struct frame *f); @@ -981,8 +979,6 @@ struct font_driver uniscribe_font_driver = w32font_draw, NULL, /* get_bitmap */ NULL, /* free_bitmap */ - NULL, /* get_outline */ - NULL, /* free_outline */ NULL, /* anchor_point */ uniscribe_otf_capability, /* Defined so (font-get FONTOBJ :otf) works. */ NULL, /* otf_drive - use shape instead. */ diff --git a/src/xfont.c b/src/xfont.c index f90904a018e..baed9abbc7e 100644 --- a/src/xfont.c +++ b/src/xfont.c @@ -146,7 +146,7 @@ struct font_driver xfont_driver = xfont_encode_char, xfont_text_extents, xfont_draw, - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, xfont_check, NULL, /* get_variation_glyphs */ NULL, /* filter_properties */ diff --git a/src/xselect.c b/src/xselect.c index 89ec1da30b2..f23256346cb 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -1299,9 +1299,7 @@ x_get_window_property (Display *display, Window window, Atom property, if (total_size_max < bytes_remaining) goto size_overflow; total_size = bytes_remaining; - data = malloc (total_size + 1); - if (! data) - goto memory_exhausted; + data = xmalloc (total_size + 1); /* Now read, until we've gotten it all. */ while (bytes_remaining) @@ -1352,9 +1350,7 @@ x_get_window_property (Display *display, Window window, Atom property, if (remaining_lim < 0 || remaining_lim < bytes_remaining) goto size_overflow; total_size = offset + bytes_gotten + bytes_remaining; - data1 = realloc (data, total_size + 1); - if (! data1) - goto memory_exhausted; + data1 = xrealloc (data, total_size + 1); data = data1; } @@ -1386,14 +1382,10 @@ x_get_window_property (Display *display, Window window, Atom property, return; size_overflow: - free (data); + if (data) + xfree (data); unblock_input (); memory_full (SIZE_MAX); - - memory_exhausted: - free (data); - unblock_input (); - memory_full (total_size + 1); } /* Use xfree, not XFree, to free the data obtained with this function. */ From b39eecb3c7e7c9120b5107797fbe66cc4bf78bd4 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 4 Jul 2014 12:03:14 +0200 Subject: [PATCH 37/38] Fix Bug#17858 * net/dbus.el (dbus-peer-handler): New defun. (dbus-register-service): Register it. (dbus-managed-objects-handler): Fix docstring. --- lisp/ChangeLog | 10 ++++++++-- lisp/net/dbus.el | 22 +++++++++++++++++++++- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed9a1100d49..5c91db50037 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2014-07-04 Michael Albinus + + * net/dbus.el (dbus-peer-handler): New defun. + (dbus-register-service): Register it. (Bug#17858) + (dbus-managed-objects-handler): Fix docstring. + 2014-07-04 Phil Sainty (tiny change) * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var. @@ -1762,7 +1768,7 @@ Remove HISTFILE and HISTSIZE; it's too late to set them here. Add :version entry. (tramp-open-shell): Do not let-bind `tramp-end-of-output'. - Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send + Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send extra "PSx=..." commands. (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null. (Bug#17295) @@ -3462,7 +3468,7 @@ 2014-03-10 Michael Albinus * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): - Do not add `nil' to the environment, when there's no remote `locale'. + Do not add nil to the environment, when there's no remote `locale'. (tramp-find-inline-encoding): Check, that the remote host has installed perl, before sending scripts. diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el index 66170dafef8..582f54faf4e 100644 --- a/lisp/net/dbus.el +++ b/lisp/net/dbus.el @@ -544,6 +544,10 @@ placed in the queue. `:already-owner': Service is already the primary owner." + ;; Add Peer handler. + (dbus-register-method + bus service nil dbus-interface-peer "Ping" 'dbus-peer-handler 'dont-register) + ;; Add ObjectManager handler. (dbus-register-method bus service nil dbus-interface-objectmanager "GetManagedObjects" @@ -1151,6 +1155,22 @@ apply bus service dbus-path-dbus dbus-interface-peer "Ping"))) (dbus-error nil))) +(defun dbus-peer-handler () + "Default handler for the \"org.freedesktop.DBus.Peer\" interface. +It will be registered for all objects created by `dbus-register-service'." + (let* ((last-input-event last-input-event) + (method (dbus-event-member-name last-input-event))) + (cond + ;; "Ping" does not return an output parameter. + ((string-equal method "Ping") + :ignore) + ;; "GetMachineId" returns "s". + ((string-equal method "GetMachineId") + (signal + 'dbus-error + (list + (format "%s.GetMachineId not implemented" dbus-interface-peer))))))) + ;;; D-Bus introspection. @@ -1672,7 +1692,7 @@ and \"org.freedesktop.DBus.Properties.GetAll\", which is slow." (defun dbus-managed-objects-handler () "Default handler for the \"org.freedesktop.DBus.ObjectManager\" interface. -It will be registered for all objects created by `dbus-register-method'." +It will be registered for all objects created by `dbus-register-service'." (let* ((last-input-event last-input-event) (bus (dbus-event-bus-name last-input-event)) (path (dbus-event-path-name last-input-event))) From a984543a4488ed08778eb775d62f7091db117945 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 4 Jul 2014 12:07:45 +0200 Subject: [PATCH 38/38] * automated/dbus-tests.el (dbus-test02-register-service-session) (dbus-test02-register-service-system): Fix docstring. (dbus-test02-register-service-own-bus) (dbus-test03-peer-interface): New tests. --- test/ChangeLog | 7 +++++ test/automated/dbus-tests.el | 50 ++++++++++++++++++++++++++++++++++-- 2 files changed, 55 insertions(+), 2 deletions(-) diff --git a/test/ChangeLog b/test/ChangeLog index cf55beb87f0..029360f5664 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,10 @@ +2014-07-04 Michael Albinus + + * automated/dbus-tests.el (dbus-test02-register-service-session) + (dbus-test02-register-service-system): Fix docstring. + (dbus-test02-register-service-own-bus) + (dbus-test03-peer-interface): New tests. + 2014-07-03 Fabián Ezequiel Gallina * automated/python-tests.el (python-tests-self-insert): New function. diff --git a/test/automated/dbus-tests.el b/test/automated/dbus-tests.el index 1af5c77de53..b157a365a4c 100644 --- a/test/automated/dbus-tests.el +++ b/test/automated/dbus-tests.el @@ -103,7 +103,7 @@ (should-error (dbus-unregister-service bus dbus-service-dbus))) (ert-deftest dbus-test02-register-service-session () - "Check service registration at `:session'." + "Check service registration at `:session' bus." (skip-unless (and dbus--test-enabled-session-bus (dbus-register-service :session dbus-service-emacs))) (dbus--test-register-service :session) @@ -121,11 +121,57 @@ (should (eq (dbus-unregister-service :session service) :not-owner))))) (ert-deftest dbus-test02-register-service-system () - "Check service registration at `:system'." + "Check service registration at `:system' bus." (skip-unless (and dbus--test-enabled-system-bus (dbus-register-service :system dbus-service-emacs))) (dbus--test-register-service :system)) +(ert-deftest dbus-test02-register-service-own-bus () + "Check service registration with an own bus. +This includes initialization and closing the bus." + ;; Start bus. + (let ((output + (ignore-errors + (shell-command-to-string "dbus-launch --sh-syntax"))) + bus pid) + (skip-unless (stringp output)) + (when (string-match "DBUS_SESSION_BUS_ADDRESS='\\(.+\\)';" output) + (setq bus (match-string 1 output))) + (when (string-match "DBUS_SESSION_BUS_PID=\\([[:digit:]]+\\);" output) + (setq pid (match-string 1 output))) + (unwind-protect + (progn + (skip-unless + (dbus-ignore-errors + (and bus pid + (featurep 'dbusbind) + (dbus-init-bus bus) + (dbus-get-unique-name bus) + (dbus-register-service bus dbus-service-emacs)))) + ;; Run the test. + (dbus--test-register-service bus)) + + ;; Save exit. + (when pid (call-process "kill" nil nil nil pid))))) + +(ert-deftest dbus-test03-peer-interface () + "Check `dbus-interface-peer' methods." + (skip-unless + (and dbus--test-enabled-session-bus + (dbus-register-service :session dbus-service-emacs) + ;; "GetMachineId" is not implemented (yet). When it returns a + ;; value, another D-Bus client like dbus-monitor is reacting + ;; on `dbus-interface-peer'. We cannot test then. + (not + (dbus-ignore-errors + (dbus-call-method + :session dbus-service-emacs dbus-path-dbus + dbus-interface-peer "GetMachineId" :timeout 100))))) + + (should (dbus-ping :session dbus-service-emacs 100)) + (dbus-unregister-service :session dbus-service-emacs) + (should-not (dbus-ping :session dbus-service-emacs 100))) + (defun dbus-test-all (&optional interactive) "Run all tests for \\[dbus]." (interactive "p")