bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#43800: 28.0.50; Package already install but still connecting to MELP


From: Lars Ingebrigtsen
Subject: bug#43800: 28.0.50; Package already install but still connecting to MELPA at start
Date: Mon, 05 Oct 2020 09:27:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Pankaj Jangid <pankaj@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





reply via email to

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