all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* unconditionally loading help-fns.el
@ 2005-10-25  4:29 Stefan Monnier
  2005-10-25  6:18 ` Romain Francoise
  2005-10-25 20:28 ` Richard M. Stallman
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Monnier @ 2005-10-25  4:29 UTC (permalink / raw)



An unintended consequence of the recent change to load-history is that
eval-after-load now uses locate-library, which happens to be autoloaded from
help-fns.el.

And since leim-list.el uses eval-after-load very early during startup, it
means that help-fns.el gets unconditionally loaded during startup (before we
even read .emacs).


        Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unconditionally loading help-fns.el
  2005-10-25  4:29 unconditionally loading help-fns.el Stefan Monnier
@ 2005-10-25  6:18 ` Romain Francoise
  2005-10-25  7:25   ` Stefan Monnier
  2005-10-25 20:28 ` Richard M. Stallman
  1 sibling, 1 reply; 5+ messages in thread
From: Romain Francoise @ 2005-10-25  6:18 UTC (permalink / raw)
  Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> And since leim-list.el uses eval-after-load very early during startup,
> it means that help-fns.el gets unconditionally loaded during startup
> (before we even read .emacs).

Hmm... perhaps we should move this function to subr.el?

-- 
Romain Francoise <romain@orebokech.com> | I used to think there is no
it's a miracle -- http://orebokech.com/ | future left at all.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unconditionally loading help-fns.el
  2005-10-25  6:18 ` Romain Francoise
@ 2005-10-25  7:25   ` Stefan Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2005-10-25  7:25 UTC (permalink / raw)
  Cc: emacs-devel

>> And since leim-list.el uses eval-after-load very early during startup,
>> it means that help-fns.el gets unconditionally loaded during startup
>> (before we even read .emacs).

> Hmm... perhaps we should move this function to subr.el?

I guess so.  But I'm also wondering whether it's right for leim-list.el to
use eval-after-load.


        Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unconditionally loading help-fns.el
  2005-10-25  4:29 unconditionally loading help-fns.el Stefan Monnier
  2005-10-25  6:18 ` Romain Francoise
@ 2005-10-25 20:28 ` Richard M. Stallman
  2005-10-28 17:15   ` Romain Francoise
  1 sibling, 1 reply; 5+ messages in thread
From: Richard M. Stallman @ 2005-10-25 20:28 UTC (permalink / raw)
  Cc: emacs-devel

    And since leim-list.el uses eval-after-load very early during startup,

How does it do that?  All I see are calls to register-input-method,
which does not seem to call eval-after-load.

    An unintended consequence of the recent change to load-history is that
    eval-after-load now uses locate-library, which happens to be autoloaded from
    help-fns.el.

We should change something there.  Perhaps move locate-library
into subr.el.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unconditionally loading help-fns.el
  2005-10-25 20:28 ` Richard M. Stallman
@ 2005-10-28 17:15   ` Romain Francoise
  0 siblings, 0 replies; 5+ messages in thread
From: Romain Francoise @ 2005-10-28 17:15 UTC (permalink / raw)
  Cc: emacs-devel

"Richard M. Stallman" <rms@gnu.org> writes:

>     An unintended consequence of the recent change to load-history is
>     that eval-after-load now uses locate-library, which happens to be
>     autoloaded from help-fns.el.

> We should change something there.  Perhaps move locate-library into
> subr.el.

I did that.

-- 
Romain Francoise <romain@orebokech.com> | I just thought I'd go out
it's a miracle -- http://orebokech.com/ | with a little bit more style.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-28 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-25  4:29 unconditionally loading help-fns.el Stefan Monnier
2005-10-25  6:18 ` Romain Francoise
2005-10-25  7:25   ` Stefan Monnier
2005-10-25 20:28 ` Richard M. Stallman
2005-10-28 17:15   ` Romain Francoise

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.