GNU bug report logs - #43800
28.0.50; Package already install but still connecting to MELPA at start

Previous Next

Package: emacs;

Reported by: Pankaj Jangid <pankaj <at> codeisgreat.org>

Date: Sun, 4 Oct 2020 18:40:02 UTC

Severity: normal

Found in version 28.0.50

Done: Pankaj Jangid <pankaj <at> codeisgreat.org>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 43800 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Pankaj Jangid <pankaj <at> codeisgreat.org>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 43800 <at> debbugs.gnu.org
Subject: Re: bug#43800: 28.0.50; Package already install but still connecting
 to MELPA at start
Date: Sun, 15 Nov 2020 19:19:45 -0800
Pankaj Jangid <pankaj <at> codeisgreat.org> writes:

>> So, basically you're saying that
>>
>> (package-installed-p 'flymake)
>>
>> returns nil, but flymake is installed?
>
> Yes. And more info on this.
>
> 1. Launch fresh emacs instance
> 2. (package-installed-p 'flymake)
>    ⇒ nil
> 3. M-x package-refresh-contents
>    ;; wait for completion
>    (package-installed-p 'flymake)
>    ⇒ nil
> 4. M-x list-packages
>    ;; wait for completion
>    (package-installed-p 'flymake)
>    ⇒ t

Could you please provide a recipe to reproduce this bug, starting from
emacs -Q?  I tried the following on current master and Emacs 27:

0. emacs -Q
1. Evaluate:
(progn
  (package-initialize)
  (package-installed-p 'flymake))




This bug report was last modified 4 years and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.