all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Ergus <spacibba@aol.com>
Cc: emacs-devel@gnu.org
Subject: Re: Explicit call to package-initialize does not trigger a warn.
Date: Wed, 19 Jun 2019 08:45:09 -0400	[thread overview]
Message-ID: <jwva7ed6960.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20190618234804.pfone6l72w7uz7mk@Ergus> (Ergus's message of "Wed,  19 Jun 2019 01:48:06 +0200")

> 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	other threads:[~2019-06-19 12:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-18 23:48 Explicit call to package-initialize does not trigger a warn Ergus
2019-06-19 12:45 ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwva7ed6960.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=spacibba@aol.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.