emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reftex.el autoloads


From: Glenn Morris
Subject: Re: reftex.el autoloads
Date: Sun, 13 Dec 2015 16:50:53 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Phillip Lord wrote:

> 2) Just putting the autoloads into loaddefs.el.

That's just plain wrong. Please don't do that.
The only options that make any sense are:

1) do nothing (which is what I would do)

2) forbid generated-autoload-file to ever point to a versioned file.
That means changing all these files:

find lisp -name '*.el' -exec grep '^;.*generated-autoload-file:' {} + | \
  sed -e '/loaddefs\|esh-groups/d' -e 's|/[^/]*: "|/|' -e 's/"//g' | sort -u

lisp/dired.el
lisp/emacs-lisp/eieio-core.el
lisp/emacs-lisp/eieio.el
lisp/htmlfontify.el
lisp/ibuffer.el
lisp/mail/rmail.el
lisp/obsolete/tpu-edt.el
lisp/ps-print.el
lisp/textmodes/reftex.el

to load foo-loadefs.el (which in many cases will be tiny files).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]