[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Record where a package was installed from
From: |
R. Diez |
Subject: |
Record where a package was installed from |
Date: |
Fri, 3 May 2019 08:18:31 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
Hi all:
Recently I had some trouble because MELPA had dropped package etags-select. There was no warning within Emacs. My usual configuration just
failed on a new machine.
One of reasons why this was not immediately obvious is that the package manager does not record where a package was installed from. As far
as I know, there is no warning when an installed package is no longer available in any repository either (which means it will no longer be
updated). On Linux, the Synaptic package manager has a way to find out what installed packages came from a certain repository.
At first, I thought this was a limitation in the Paradox package manager, so I
filed a bug against it:
https://github.com/Malabarba/paradox/issues/172
But it turns out that this is a fundamental limitation in the Emacs core
package manager (see that bug report for more information).
Is this correct? If so, I guess the first step would be to record where a package came from. That in itself should not be hard to achieve. I
am sure that Paradox etc. will then move to display the package source in a table column.
Regards,
rdiez
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Record where a package was installed from,
R. Diez <=