emacs-devel
[Top][All Lists]
Advanced

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

Re: package.el should be preloaded


From: Stefan Monnier
Subject: Re: package.el should be preloaded
Date: Sun, 31 Oct 2010 21:20:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I looked into this, but it turns out that most of package.el would need
> to be preloaded.

That's really strange.  The code needed at startup shouldn't need to be
that large.  Of course, that was part of the reason why I want(ed) all
the job of finding which packages to load in which order to be done
"offline" rather than at startup.

> Instead, I tweaked the code startup.el to check more aggressively for
> local package directories, so that package.el won't be loaded if no
> packages are installed.

It's better than nothing, but we'll need a better answer as soon as
people get used to installing packages, such that the "no installed
package" case becomes rare.


        Stefan



reply via email to

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