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 #8 received at 43800 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 43800 <at> debbugs.gnu.org, Pankaj Jangid <pankaj <at> codeisgreat.org>
Subject: Re: bug#43800: 28.0.50; Package already install but still
 connecting to MELPA at start
Date: Mon, 05 Oct 2020 09:27:25 +0200
Pankaj Jangid <pankaj <at> codeisgreat.org> writes:

> This is working fine on emacs-27 branch. But the issue is occuring only
> on ‘master’.

[...]

> (defun my/flymake-setup ()
>   "Initialize flymake from elpa."
>   (defvar my/pkgs '(flymake))
>
>   (let (ulist)
>     (dolist (pkg my/pkgs ulist)
>       (unless (package-installed-p pkg)
> 	(setq ulist (cons pkg ulist))))

So, basically you're saying that

(package-installed-p 'flymake)

returns nil, but flymake is installed?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




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.