emacs-devel
[Top][All Lists]
Advanced

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

Re: Async rebuild package-quickstart after packages update? was Re: 28.0


From: Stefan Monnier
Subject: Re: Async rebuild package-quickstart after packages update? was Re: 28.0.50; Proposal: slightly more efficient package-quickstart.el
Date: Thu, 05 Aug 2021 10:59:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>    (if package-quickstart
>        ;; FIXME: Delay refresh in case we're installing/deleting
>        ;; several packages!
> -      (package-quickstart-refresh)
> +      (start-process
> +       "quickstart" " *quickstart*"
> +       (expand-file-name invocation-name invocation-directory)
> +       "-batch" "-q"
> +       "-l" "package"
> +       "-f" "package-quickstart-refresh")
>      (delete-file (concat package-quickstart-file "c"))
>      (delete-file package-quickstart-file)))

I think this will build an incorrect file for those users who change
`package`s config in their .emacs (e.g. setting
`package-directory-list`).


        Stefan




reply via email to

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