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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: lorniu <lorniu <at> gmail.com>
Subject: bug#71373: closed (Re: bug#71373: 30.0.50; Commands like
 `gnus-summary-reply` should list in `M-x` of `gnus-article-mode`)
Date: Sat, 01 Mar 2025 02:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71373: 30.0.50; Commands like `gnus-summary-reply` should list in `M-x` of `gnus-article-mode`

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71373 <at> debbugs.gnu.org.

-- 
71373: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71373
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.

[Message part 3 (message/rfc822, inline)]
From: lorniu <lorniu <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; Commands like `gnus-summary-reply` should list in `M-x` of
 `gnus-article-mode`
Date: Wed, 05 Jun 2024 10:08:43 +0800
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.



This bug report was last modified 138 days ago.

Previous Next


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