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: lorniu <lorniu <at> gmail.com>
To: 71373 <at> debbugs.gnu.org
Subject: bug#71373: 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 139 days ago.

Previous Next


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