emacs-devel
[Top][All Lists]
Advanced

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

Re: package.el dependencies


From: Stefan Monnier
Subject: Re: package.el dependencies
Date: Mon, 26 Jan 2015 09:52:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> You can integrate the data into package-alist, but it needs to be stored
>> elsewhere since it needs to be stored into a file (my preference is to
>> store it into a Custom var and rely on Custom to save that into a file).
> I don't think it will be enough, we will have to store also a plain list
> of the package to autoremove because the info about the dependencies in

No, that's not needed.  We can do a GC-like traversal to compute which
members of package-alist aren't (transitively) required by the manually
installed packages (and should hence be auto-removed).


        Stefan



reply via email to

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