[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reftex.el autoloads
From: |
Phillip Lord |
Subject: |
Re: reftex.el autoloads |
Date: |
Sun, 13 Dec 2015 22:11:14 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Glenn Morris <address@hidden> writes:
> Phillip Lord wrote:
>
>> 2) Just putting the autoloads into loaddefs.el.
>
> That's just plain wrong. Please don't do that.
It may be wrong, but it's not plain. I assumed that there was a reason
for not doing this. But I still do not understand what that reason is.
Can you please tell me what is wrong with it, because I cannot figure it
out?
> 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).
Yes, some of them are pretty small.
Phil
- Re: reftex.el autoloads, (continued)
- Re: reftex.el autoloads, Phillip Lord, 2015/12/11
- Re: reftex.el autoloads, Paul Eggert, 2015/12/11
- Re: reftex.el autoloads, Phillip Lord, 2015/12/12
- Re: reftex.el autoloads, Eli Zaretskii, 2015/12/12
- Re: reftex.el autoloads, Phillip Lord, 2015/12/12
- Re: reftex.el autoloads, Eli Zaretskii, 2015/12/12
- Re: reftex.el autoloads, Phillip Lord, 2015/12/12
- Re: reftex.el autoloads, Eli Zaretskii, 2015/12/12
- Re: reftex.el autoloads, Phillip Lord, 2015/12/13
- Re: reftex.el autoloads, Glenn Morris, 2015/12/13
- Re: reftex.el autoloads,
Phillip Lord <=
- Re: reftex.el autoloads, Glenn Morris, 2015/12/15
- Re: reftex.el autoloads, Phillip Lord, 2015/12/16
- Re: reftex.el autoloads, Glenn Morris, 2015/12/16
- Re: reftex.el autoloads, Eli Zaretskii, 2015/12/16
- Re: reftex.el autoloads, John Wiegley, 2015/12/17
- Re: reftex.el autoloads, Phillip Lord, 2015/12/17
- Re: reftex.el autoloads, Glenn Morris, 2015/12/18
- Re: reftex.el autoloads, Paul Eggert, 2015/12/18
- Re: reftex.el autoloads, Phillip Lord, 2015/12/18
- Re: reftex.el autoloads, Eli Zaretskii, 2015/12/18