emacs-devel
[Top][All Lists]
Advanced

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

Re: Calling (package-initialize) sooner during initialization


From: Artur Malabarba
Subject: Re: Calling (package-initialize) sooner during initialization
Date: Sun, 19 Apr 2015 09:04:29 +0100


On Apr 19, 2015 7:40 AM, "Philipp Stephani" <address@hidden> wrote:
>
>
>
> Stefan Monnier <address@hidden> schrieb am Sa., 18. Apr. 2015 um 19:17 Uhr:
>>
>> Maybe a solution is to simply make customize-set-variables lazier, so
>> that variables with a :require see their setting delayed to after
>> package-initialize was called.  Or else, have package-initialize be
>> called by customize-set-variables.  Or...
>>
>
> I would prefer one of these options over the other discussed in this thread. package.el and custom.el are now both part of Emacs, so there's no break in abstraction if they know about each other. It would make custom.el more complicated for the benefit of the users (who can stop worrying about the correct initialization order), which I think is a good tradeoff. 

As I keep saying, this won't solve the issue where the user can't `require' packages in his init file until package initialize has been manually called. That's what prompted this whole thread and it's explained in the first email.


reply via email to

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