[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers i
From: |
Stefan Monnier |
Subject: |
Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode |
Date: |
Tue, 23 Jan 2024 19:55:38 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>> Its installable via `package-install`, but not from the
>> `package-menu-describe-package` because of this bug in that command.
>
> This indeed works interactively on Emacs 29. Thanks.
>
> However, ERC also supports versions 27 and 28. What's the recommended
> way for folks to upgrade on those Emacsen? The least gruesome thing I
> could conjure up is
>
> (package-install (car (alist-get 'erc package-archive-contents)))
Do you mean that `package-install` won't work because the package is
already installed? Hmm... yeah, that'd be a problem.
I can see several ways to "fix" this, but I think the simplest would be
to change
;; Maintainer: Amin Bandali <bandali@gnu.org>, F. Jason Park
<jp@neverwas.me>
into
;; Maintainer: emacs-erc@gnu.org
Would that be a problem?
Stefan
- bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/22
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Stefan Monnier, 2024/01/22
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/23
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Stefan Monnier, 2024/01/23
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/23
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode,
Stefan Monnier <=
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/23
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/24
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Stefan Monnier, 2024/01/24
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/24
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Amin Bandali, 2024/01/27
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Stefan Monnier, 2024/01/31
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/31