* ldefs-boot.el after excluding obsolete/
@ 2006-11-08 1:16 Juanma Barranquero
2006-11-08 13:52 ` Juanma Barranquero
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Juanma Barranquero @ 2006-11-08 1:16 UTC (permalink / raw)
After this:
2006-11-06 Richard Stallman <rms@gnu.org>
* Makefile.in (autoloads): Don't include `obsolete'.
wouldn't be necessary to regenerate lisp/ldefs-boot.el?
/L/e/k/t/u
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ldefs-boot.el after excluding obsolete/
2006-11-08 1:16 ldefs-boot.el after excluding obsolete/ Juanma Barranquero
@ 2006-11-08 13:52 ` Juanma Barranquero
2006-11-08 14:36 ` Andreas Schwab
2006-11-09 0:53 ` Richard Stallman
2 siblings, 0 replies; 7+ messages in thread
From: Juanma Barranquero @ 2006-11-08 13:52 UTC (permalink / raw)
> 2006-11-06 Richard Stallman <rms@gnu.org>
>
> * Makefile.in (autoloads): Don't include `obsolete'.
>
> wouldn't be necessary to regenerate lisp/ldefs-boot.el?
And BTW, does not this render all ";;;###autoload" tags in
obsolete/*.el... obsolete? (And misleading, too, and obsolete.)
/L/e/k/t/u
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ldefs-boot.el after excluding obsolete/
2006-11-08 1:16 ldefs-boot.el after excluding obsolete/ Juanma Barranquero
2006-11-08 13:52 ` Juanma Barranquero
@ 2006-11-08 14:36 ` Andreas Schwab
2006-11-08 15:01 ` Juanma Barranquero
2006-11-09 0:53 ` Richard Stallman
2 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2006-11-08 14:36 UTC (permalink / raw)
Cc: Emacs Devel
"Juanma Barranquero" <lekktu@gmail.com> writes:
> 2006-11-06 Richard Stallman <rms@gnu.org>
>
> * Makefile.in (autoloads): Don't include `obsolete'.
>
> wouldn't be necessary to regenerate lisp/ldefs-boot.el?
Feel free to do it, but there is no harm in having too many definitions in
ldefs-boot as long as it contains everything you need for bootstrapping
(which should not trigger any autoloads during dumping anyway).
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ldefs-boot.el after excluding obsolete/
2006-11-08 14:36 ` Andreas Schwab
@ 2006-11-08 15:01 ` Juanma Barranquero
2006-11-08 15:02 ` Andreas Schwab
0 siblings, 1 reply; 7+ messages in thread
From: Juanma Barranquero @ 2006-11-08 15:01 UTC (permalink / raw)
Cc: Emacs Devel
On 11/8/06, Andreas Schwab <schwab@suse.de> wrote:
> Feel free to do it
And what is the way to regenerate ldefs-boot.el? Copying a valid
loaddefs.el into it?
/L/e/k/t/u
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ldefs-boot.el after excluding obsolete/
2006-11-08 15:01 ` Juanma Barranquero
@ 2006-11-08 15:02 ` Andreas Schwab
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2006-11-08 15:02 UTC (permalink / raw)
Cc: Emacs Devel
"Juanma Barranquero" <lekktu@gmail.com> writes:
> And what is the way to regenerate ldefs-boot.el? Copying a valid
> loaddefs.el into it?
Yes.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ldefs-boot.el after excluding obsolete/
2006-11-08 1:16 ldefs-boot.el after excluding obsolete/ Juanma Barranquero
2006-11-08 13:52 ` Juanma Barranquero
2006-11-08 14:36 ` Andreas Schwab
@ 2006-11-09 0:53 ` Richard Stallman
2006-11-09 2:07 ` Juanma Barranquero
2 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2006-11-09 0:53 UTC (permalink / raw)
Cc: emacs-devel
2006-11-06 Richard Stallman <rms@gnu.org>
* Makefile.in (autoloads): Don't include `obsolete'.
wouldn't be necessary to regenerate lisp/ldefs-boot.el?
Could you please do that?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ldefs-boot.el after excluding obsolete/
2006-11-09 0:53 ` Richard Stallman
@ 2006-11-09 2:07 ` Juanma Barranquero
0 siblings, 0 replies; 7+ messages in thread
From: Juanma Barranquero @ 2006-11-09 2:07 UTC (permalink / raw)
On 11/9/06, Richard Stallman <rms@gnu.org> wrote:
> wouldn't be necessary to regenerate lisp/ldefs-boot.el?
>
> Could you please do that?
Done.
/L/e/k/t/u
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-11-09 2:07 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 1:16 ldefs-boot.el after excluding obsolete/ Juanma Barranquero
2006-11-08 13:52 ` Juanma Barranquero
2006-11-08 14:36 ` Andreas Schwab
2006-11-08 15:01 ` Juanma Barranquero
2006-11-08 15:02 ` Andreas Schwab
2006-11-09 0:53 ` Richard Stallman
2006-11-09 2:07 ` Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.