GNU bug report logs - #51796
29.0.50; gnus-article-describe-key signals (wrong-type-argument listp ..)

Previous Next

Package: emacs;

Reported by: Filipp Gunbin <fgunbin <at> fastmail.fm>

Date: Fri, 12 Nov 2021 21:43:01 UTC

Severity: normal

Found in version 29.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51796 in the body.
You can then email your comments to 51796 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#51796; Package emacs. (Fri, 12 Nov 2021 21:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Filipp Gunbin <fgunbin <at> fastmail.fm>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 12 Nov 2021 21:43:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Filipp Gunbin <fgunbin <at> fastmail.fm>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.50; gnus-article-describe-key signals (wrong-type-argument
 listp ..)
Date: Sat, 13 Nov 2021 00:42:42 +0300
Not sure how to give emacs -Q recipe, because Gnus will read .gnus.el
even then?

Anyway, if I:
- go to any Gnus Article buffer
- type "C-h k" (gnus-article-describe-key), then type any key, like "g"

I get this error (with debug-on-error turned on):

Debugger entered--Lisp error: (wrong-type-argument listp [103])
  mapcar(#f(compiled-function (kr) #<bytecode -0x10b5d8d159a06a93>) ("g" . [103]))
  describe-key(("g" . [103]) #<buffer *Summary nnfolder+mailserver:ml.emacs-devel*>)
  gnus-article-describe-key("g")
  funcall-interactively(gnus-article-describe-key "g")
  call-interactively(gnus-article-describe-key nil nil)
  command-execute(gnus-article-describe-key)

I tried make bootstrap, it didn't help.

Thanks.

In GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin20.6.0, NS appkit-2022.60 Version 11.6 (Build 20G165))
 of 2021-11-13 built on fgunbin.local
Repository revision: 12d554e5c54487d753a133c048e262f3d54019bd
Repository branch: master
System Description:  macOS 11.6

Configured using:
 'configure --enable-check-lisp-object-type --with-file-notification=no'

Configured features:
ACL GLIB GNUTLS LCMS2 LIBXML2 MODULES NS PDUMPER PNG RSVG THREADS
TOOLKIT_SCROLL_BARS WEBP XIM ZLIB




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51796; Package emacs. (Sat, 13 Nov 2021 09:47:02 GMT) Full text and rfc822 format available.

Message #8 received at 51796 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Filipp Gunbin <fgunbin <at> fastmail.fm>
Cc: 51796 <at> debbugs.gnu.org
Subject: Re: bug#51796: 29.0.50; gnus-article-describe-key signals
 (wrong-type-argument listp ..)
Date: Sat, 13 Nov 2021 10:46:11 +0100
>>>>> On Sat, 13 Nov 2021 00:42:42 +0300, Filipp Gunbin <fgunbin <at> fastmail.fm> said:

    Filipp> Not sure how to give emacs -Q recipe, because Gnus will read .gnus.el
    Filipp> even then?

HOME=/tmp emacs -Q

    Filipp> Anyway, if I:
    Filipp> - go to any Gnus Article buffer
    Filipp> - type "C-h k" (gnus-article-describe-key), then type any key, like "g"

    Filipp> I get this error (with debug-on-error turned on):

    Filipp> Debugger entered--Lisp error: (wrong-type-argument listp [103])
    Filipp>   mapcar(#f(compiled-function (kr) #<bytecode -0x10b5d8d159a06a93>) ("g" . [103]))
    Filipp>   describe-key(("g" . [103]) #<buffer *Summary nnfolder+mailserver:ml.emacs-devel*>)
    Filipp>   gnus-article-describe-key("g")
    Filipp>   funcall-interactively(gnus-article-describe-key "g")
    Filipp>   call-interactively(gnus-article-describe-key nil nil)
    Filipp>   command-execute(gnus-article-describe-key)

    Filipp> I tried make bootstrap, it didn't help.

Is your .gnus.el byte-compiled? Is 'gnus-use-byte-compile' t?

Robert
-- 




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51796; Package emacs. (Sun, 14 Nov 2021 01:48:02 GMT) Full text and rfc822 format available.

Message #11 received at 51796 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Filipp Gunbin <fgunbin <at> fastmail.fm>
Cc: 51796 <at> debbugs.gnu.org
Subject: Re: bug#51796: 29.0.50; gnus-article-describe-key signals
 (wrong-type-argument listp ..)
Date: Sun, 14 Nov 2021 02:46:55 +0100
Filipp Gunbin <fgunbin <at> fastmail.fm> writes:

> Not sure how to give emacs -Q recipe, because Gnus will read .gnus.el
> even then?
>
> Anyway, if I:
> - go to any Gnus Article buffer
> - type "C-h k" (gnus-article-describe-key), then type any key, like "g"
>
> I get this error (with debug-on-error turned on):
>
> Debugger entered--Lisp error: (wrong-type-argument listp [103])

Yup.  I've now fixed this in Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug marked as fixed in version 29.1, send any further explanations to 51796 <at> debbugs.gnu.org and Filipp Gunbin <fgunbin <at> fastmail.fm> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 14 Nov 2021 01:48:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51796; Package emacs. (Sun, 14 Nov 2021 17:43:02 GMT) Full text and rfc822 format available.

Message #16 received at 51796 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 51796 <at> debbugs.gnu.org, Filipp Gunbin <fgunbin <at> fastmail.fm>
Subject: Re: bug#51796: 29.0.50; gnus-article-describe-key signals
 (wrong-type-argument listp ..)
Date: Sun, 14 Nov 2021 19:35:31 +0200
>> Anyway, if I:
>> - go to any Gnus Article buffer
>> - type "C-h k" (gnus-article-describe-key), then type any key, like "g"
>>
>> I get this error (with debug-on-error turned on):
>>
>> Debugger entered--Lisp error: (wrong-type-argument listp [103])
>
> Yup.  I've now fixed this in Emacs 29.

Sorry for bad news 🥲, this needs to be fixed in Emacs 28.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51796; Package emacs. (Sun, 14 Nov 2021 17:48:01 GMT) Full text and rfc822 format available.

Message #19 received at 51796 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 51796 <at> debbugs.gnu.org, Filipp Gunbin <fgunbin <at> fastmail.fm>
Subject: Re: bug#51796: 29.0.50; gnus-article-describe-key signals
 (wrong-type-argument listp ..)
Date: Sun, 14 Nov 2021 18:47:15 +0100
Juri Linkov <juri <at> linkov.net> writes:

>> Yup.  I've now fixed this in Emacs 29.
>
> Sorry for bad news 🥲, this needs to be fixed in Emacs 28.

Ah, I thought the changes were newer than that.  OK, I'll cherry-pick
the commit for emacs-28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51796; Package emacs. (Mon, 15 Nov 2021 12:17:01 GMT) Full text and rfc822 format available.

Message #22 received at 51796 <at> debbugs.gnu.org (full text, mbox):

From: Filipp Gunbin <fgunbin <at> fastmail.fm>
To: Robert Pluim <rpluim <at> gmail.com>
Cc: 51796 <at> debbugs.gnu.org
Subject: Re: bug#51796: 29.0.50; gnus-article-describe-key signals
 (wrong-type-argument listp ..)
Date: Mon, 15 Nov 2021 15:16:14 +0300
On 13/11/2021 10:46 +0100, Robert Pluim wrote:

>>>>>> On Sat, 13 Nov 2021 00:42:42 +0300, Filipp Gunbin <fgunbin <at> fastmail.fm> said:
>
>     Filipp> Not sure how to give emacs -Q recipe, because Gnus will read .gnus.el
>     Filipp> even then?
>
> HOME=/tmp emacs -Q

Thanks!

>     Filipp> Anyway, if I:
>     Filipp> - go to any Gnus Article buffer
>     Filipp> - type "C-h k" (gnus-article-describe-key), then type any key, like "g"
>
>     Filipp> I get this error (with debug-on-error turned on):
>
>     Filipp> Debugger entered--Lisp error: (wrong-type-argument listp [103])
>     Filipp>   mapcar(#f(compiled-function (kr) #<bytecode -0x10b5d8d159a06a93>) ("g" . [103]))
>     Filipp>   describe-key(("g" . [103]) #<buffer *Summary nnfolder+mailserver:ml.emacs-devel*>)
>     Filipp>   gnus-article-describe-key("g")
>     Filipp>   funcall-interactively(gnus-article-describe-key "g")
>     Filipp>   call-interactively(gnus-article-describe-key nil nil)
>     Filipp>   command-execute(gnus-article-describe-key)
>
>     Filipp> I tried make bootstrap, it didn't help.
>

I see Lars already fixed this, but FTR, 

> Is your .gnus.el byte-compiled?

No, why would I byte-compile it?

> Is 'gnus-use-byte-compile' t?

Yes, by default.

Filipp




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51796; Package emacs. (Mon, 15 Nov 2021 13:02:02 GMT) Full text and rfc822 format available.

Message #25 received at 51796 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Filipp Gunbin <fgunbin <at> fastmail.fm>
Cc: 51796 <at> debbugs.gnu.org
Subject: Re: bug#51796: 29.0.50; gnus-article-describe-key signals
 (wrong-type-argument listp ..)
Date: Mon, 15 Nov 2021 14:01:19 +0100
>>>>> On Mon, 15 Nov 2021 15:16:14 +0300, Filipp Gunbin <fgunbin <at> fastmail.fm> said:

    Filipp> I see Lars already fixed this, but FTR, 

    >> Is your .gnus.el byte-compiled?

    Filipp> No, why would I byte-compile it?

Because some people byte-compile .emacs and any other .el
configuration file, on the theory that it makes things faster. Which
it might, but it can also cause problems.

    >> Is 'gnus-use-byte-compile' t?

    Filipp> Yes, by default.

Hmm, I thought that was nil by default, but thatʼs just my local
setting. Oh well.

Robert
-- 




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 14 Dec 2021 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 95 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.