emacs-devel
[Top][All Lists]
Advanced

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

Re: Explicit call to package-initialize does not trigger a warn.


From: Stefan Monnier
Subject: Re: Explicit call to package-initialize does not trigger a warn.
Date: Wed, 19 Jun 2019 08:45:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I have observed that doing an explicit call to package-initialize in the
> init file is not triggering a warning as the documentation says it
> should do in emacs 27.

That would be a bug in the docs.
Could you point out the actual place where we say that?

In current Emacs-27, normal startup automatically activates all
installed packages, but it doesn't do what (package-initialize t) does
(i.e. setup the list of packages available in repositories, based on
the already downloaded `archive-contents` files).

IOW, in Emacs-27, we have tried to separate the handling of "locally
installed packages" and the handling of "packages that we could
download".

This is akin to Debian's separation between `dpkg` and `apt`.


        Stefan




reply via email to

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