From: Philip Kaludercic <philipk@posteo.net>
To: Feng Shu <tumashu@163.com>
Cc: 59087@debbugs.gnu.org
Subject: bug#59087: 29.0.50; package-vc-update error
Date: Sat, 19 Nov 2022 10:52:08 +0000 [thread overview]
Message-ID: <87o7t343on.fsf@posteo.net> (raw)
In-Reply-To: <87h6yvfekx.fsf@163.com> (Feng Shu's message of "Sat, 19 Nov 2022 18:01:18 +0800")
Feng Shu <tumashu@163.com> writes:
>> I'll try this out, but in the future it would be useful to see the
>> contents of the variable `package-alist'. This is all related to that
>> value.
>
> (cl-prettyprint package-alist)
[...]
> (popon #s(package-desc popon (0 12) "\"Pop\" floating text \"on\" a window" ((emacs (25 1))) nil nil "/home/feng/.emacs.d/elpa-29/popon-0.12" ((:url . "https://codeberg.org/akib/emacs-popon") (:keywords "lisp" "extensions" "frames") (:maintainer "Akib Azmain Turja" . "akib@disroot.org") (:authors ("Akib Azmain Turja" . "akib@disroot.org")) (:commit . "f57efe0abbe73a9c0e7f6953bce1eb81a2b37e7e")) t)
> #s(package-desc popon (0 12) "\"Pop\" floating text \"on\" a window" ((emacs (25 1))) vc nil "/home/feng/.emacs.d/elpa-29/popon" ((:commit . "f57efe0abbe73a9c0e7f6953bce1eb81a2b37e7e") (:authors ("Akib Azmain Turja" . "akib@disroot.org")) (:maintainer "Akib Azmain Turja" . "akib@disroot.org") (:keywords "lisp" "extensions" "frames") (:url . "https://codeberg.org/akib/emacs-popon")) nil))
[...]
> (corfu-terminal #s(package-desc corfu-terminal (0 5) "Corfu popup on terminal" ((emacs (26 1)) (corfu (0 24)) (popon (0 1))) vc nil "/home/feng/.emacs.d/elpa-29/corfu-terminal" ((:commit . "1a15a01e2e1464daadfa4973cb695802e5c23a25") (:authors ("Akib Azmain Turja" . "akib@disroot.org")) (:maintainer "Akib Azmain Turja" . "akib@disroot.org") (:keywords "convenience") (:url . "https://codeberg.org/akib/emacs-corfu-terminal")) nil)
> #s(package-desc corfu-terminal (0 5) "Corfu popup on terminal" ((emacs (26 1)) (corfu (0 24)) (popon (0 1))) nil nil "/home/feng/.emacs.d/elpa-29/corfu-terminal-0.5" ((:url . "https://codeberg.org/akib/emacs-corfu-terminal") (:keywords "convenience") (:maintainer "Akib Azmain Turja" . "akib@disroot.org") (:authors ("Akib Azmain Turja" . "akib@disroot.org")) (:commit . "1a15a01e2e1464daadfa4973cb695802e5c23a25")) t))
As I had assumed, "corfu-terminal" has a vc package in the cadr position
(as indicated by the "vc" after the dependency list), while
"popon" has a regular package, which confuses `package-vc-p'.
I will run a few experiments myself and report back if I have a solution.
next prev parent reply other threads:[~2022-11-19 10:52 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-07 2:33 bug#59087: 29.0.50; package-vc-update error Feng Shu
2022-11-14 11:32 ` Philip Kaludercic
2022-11-15 1:52 ` Feng Shu
2022-11-15 9:48 ` Philip Kaludercic
2022-11-16 0:46 ` Feng Shu
2022-11-16 8:20 ` Philip Kaludercic
2022-11-16 9:22 ` Feng Shu
2022-11-16 9:51 ` Philip Kaludercic
2022-11-16 12:03 ` Feng Shu
2022-11-16 12:20 ` Philip Kaludercic
2022-11-16 12:01 ` Feng Shu
2022-11-16 12:18 ` Philip Kaludercic
2022-11-16 12:58 ` Feng Shu
2022-11-16 12:59 ` Philip Kaludercic
2022-11-17 0:43 ` Feng Shu
2022-11-17 15:54 ` Philip Kaludercic
2022-11-18 0:43 ` Feng Shu
2022-11-18 9:53 ` Philip Kaludercic
2022-11-18 11:48 ` Feng Shu
2022-11-18 3:31 ` Feng Shu
2022-11-18 9:55 ` Philip Kaludercic
2022-11-18 11:47 ` Feng Shu
2022-11-18 11:52 ` Feng Shu
2022-11-18 15:22 ` Philip Kaludercic
2022-11-19 4:59 ` Feng Shu
2022-11-19 7:28 ` Philip Kaludercic
2022-11-19 10:01 ` Feng Shu
2022-11-19 10:52 ` Philip Kaludercic [this message]
2022-11-19 5:06 ` Feng Shu
2022-11-16 16:22 ` Rudolf Adamkovič via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-11-16 16:29 ` Philip Kaludercic
2022-11-17 1:44 ` Feng Shu
2022-11-15 2:08 ` Feng Shu
2022-11-15 5:51 ` Feng Shu
2022-11-19 5:10 ` Feng Shu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o7t343on.fsf@posteo.net \
--to=philipk@posteo.net \
--cc=59087@debbugs.gnu.org \
--cc=tumashu@163.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).