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: Sat, 31 Jan 2015 15:30:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Anyway, this is not working, and need to be fixed differently, will do
> next week.

While you're at it: if package-selected-packages (or whatever name you
end up using) is not yet set (e.g. still nil), you could guess an
initial value: take the list of packages that are installed and are not
required by other installed packages.  I.e. choose as initial value of
package-selected-packages the smallest set of packages such that
package-autoremove won't have anything to remove.


        Stefan



reply via email to

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