* buff-menu preloaded?
@ 2008-11-21 5:18 Stefan Monnier
2008-11-28 5:11 ` Stefan Monnier
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2008-11-21 5:18 UTC (permalink / raw)
To: emacs-devel
Does anybody know why is buff-menu.el preloaded?
I'm tempted to autoload it instead. There are several alternatives,
plus not all users use a buffer-list at all, so I'm not convinced that
it'll be used in most Emacs sessions.
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: buff-menu preloaded?
2008-11-21 5:18 buff-menu preloaded? Stefan Monnier
@ 2008-11-28 5:11 ` Stefan Monnier
2008-11-28 15:39 ` Richard M Stallman
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2008-11-28 5:11 UTC (permalink / raw)
To: emacs-devel
> Does anybody know why is buff-menu.el preloaded?
> I'm tempted to autoload it instead. There are several alternatives,
> plus not all users use a buffer-list at all, so I'm not convinced that
> it'll be used in most Emacs sessions.
Any objection to autoloading it rather than preloading it?
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: buff-menu preloaded?
2008-11-28 5:11 ` Stefan Monnier
@ 2008-11-28 15:39 ` Richard M Stallman
2008-11-28 16:07 ` Stefan Monnier
0 siblings, 1 reply; 4+ messages in thread
From: Richard M Stallman @ 2008-11-28 15:39 UTC (permalink / raw)
To: Stefan Monnier; +Cc: emacs-devel
I think buff-menu.el defines the major mode used by C-x C-b. If so,
that's why I made it preloaded: practically everyone uses C-x C-b
often, or at least I expected so. Thus, autoloading that mode would
save little.
If there are a substantial fraction of users that never use C-x C-b,
then maybe autoloading that file would gain something.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: buff-menu preloaded?
2008-11-28 15:39 ` Richard M Stallman
@ 2008-11-28 16:07 ` Stefan Monnier
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2008-11-28 16:07 UTC (permalink / raw)
To: rms; +Cc: emacs-devel
> I think buff-menu.el defines the major mode used by C-x C-b. If so,
> that's why I made it preloaded: practically everyone uses C-x C-b
> often, or at least I expected so. Thus, autoloading that mode would
> save little.
Yes, that was the expectation indeed.
> If there are a substantial fraction of users that never use C-x C-b,
> then maybe autoloading that file would gain something.
That's my impression.
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-28 16:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21 5:18 buff-menu preloaded? Stefan Monnier
2008-11-28 5:11 ` Stefan Monnier
2008-11-28 15:39 ` Richard M Stallman
2008-11-28 16:07 ` Stefan Monnier
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.