GNU bug report logs - #71373
30.0.50; Commands like `gnus-summary-reply` should list in `M-x` of `gnus-article-mode`

Previous Next

Package: emacs;

Reported by: lorniu <lorniu <at> gmail.com>

Date: Wed, 5 Jun 2024 06:53:02 UTC

Severity: normal

Found in version 30.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 71373-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: lorniu <lorniu <at> gmail.com>
Cc: 71373-done <at> debbugs.gnu.org
Subject: Re: bug#71373: 30.0.50; Commands like `gnus-summary-reply` should
 list in `M-x` of `gnus-article-mode`
Date: Fri, 28 Feb 2025 18:11:15 -0800
lorniu <lorniu <at> gmail.com> writes:

> When using GNUS, in article mode, I can use key `r` or `f` to execute
> command `gnus-summary-replay` and others to compose or reply message,
> but I can't execute them with `M-x`, they are not shown there.
>
> I notice that there are command predicates in the definitions, for example:
>
>   (defun gnus-summary-post-news (&optional arg)
>     (interactive "P" gnus-summary-mode)
>     ...
>
> I think there is mistake, it should be:
>
>   (defun gnus-summary-post-news (&optional arg)
>     (interactive "P" gnus-summary-mode gnus-article-mode)
>     ...
>
> Thanks.

Fixed on master.  I'm therefore closing this bug report.




This bug report was last modified 139 days ago.

Previous Next


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