bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#57503: 28.1.91; package-selected-packages should not be saved to cus


From: Lars Ingebrigtsen
Subject: bug#57503: 28.1.91; package-selected-packages should not be saved to custom-file
Date: Tue, 06 Sep 2022 12:34:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

> How do we define 'fresher'?

I left that as an exercise for the reader.  🫠  

>  Anyway, if in doubt, use brute force:
>
> (define-multisession-variable package-selected-packages-ms
>                               (package--find-non-dependencies))
>
> works fine. We could even condition it on `package-selected-packages'
> being non-nil.

Hm...  I wonder whether we could just drop the variable altogether.
That is, checking for freshness sounds like as much work as
recalculating the variable.

What are the actual effects of the variable?  That is, what code is it
supposed to speed up?






reply via email to

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