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: Fri, 23 Jan 2015 23:55:24 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> I don't think we need an alist for that. Simply marking which packages
> were installed explicitly in a plain list should be enough.

Agreed.

> (In fact, maybe the "instaleed explicitly" flag could be stored in
> `package-alist' too, instead of its own list.)

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).


        Stefan



reply via email to

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