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


View this message in rfc822 format

From: Pankaj Jangid <pankaj <at> codeisgreat.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 43800 <at> debbugs.gnu.org
Subject: bug#43800: 28.0.50; Package already install but still connecting to MELPA at start
Date: Mon, 16 Nov 2020 11:07:15 +0530
Stefan Kangas <stefan <at> marxist.se> writes:

> 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 is returning `t' on both - `master' as well as `emacs-27'. Should I
close this?





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.