[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `package.el' and built-in packages
From: |
Stefan Monnier |
Subject: |
Re: `package.el' and built-in packages |
Date: |
Mon, 11 Apr 2016 22:19:25 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> From a quick step through with the debugger it appears
> that (package-install 'org) quits at `package-installed-p` in
> `package-compute-transaction` without looking at the version,
> which probably means I'm missing something.
Hmm...maybe you need to provide the exact package (with version).
In any case, I think you should M-x report-emacs-bug.
Stefan