GNU bug report logs - #7727
describe-key doesn't tell whole redirect sequence

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Fri, 24 Dec 2010 15:17:01 UTC

Severity: normal

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

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: jidanni <at> jidanni.org
Subject: bug#7727: closed (Re: describe-key doesn't tell whole redirect
 sequence)
Date: Mon, 24 Jan 2011 00:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#7727: describe-key doesn't tell whole redirect sequence

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 7727 <at> debbugs.gnu.org.

-- 
7727: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7727
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: jidanni <at> jidanni.org
Cc: 7727-close <at> debbugs.gnu.org, yamaoka <at> jpl.org, bug-gnu-emacs <at> gnu.org,
	ding <at> gnus.org
Subject: Re: describe-key doesn't tell whole redirect sequence
Date: Sun, 23 Jan 2011 17:04:22 -0800
jidanni <at> jidanni.org writes:

> KY> (call-interactively 'gnus-summary-edit-article)
>
> KY> But it doesn't work for the `disabled' flag as if the command is
> KY> actually and directly invoked interactively.  I'm not capable to
> KY> improve it, sorry.
>
> I see. So the real bug is in the describe-key function, not telling the
> user all the details! I'll Cc bug-gnu-emacs!

I don't think this is a bug.  None of the commands in the article buffer
are regular commands, and you can't disable them with

(put 'gnus-summary-edit-article 'disabled t)

If you want to redefine commands in the article buffer, you have to bind
their keys.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi <at> gnus.org * Lars Magne Ingebrigtsen

[Message part 3 (message/rfc822, inline)]
From: jidanni <at> jidanni.org
To: yamaoka <at> jpl.org
Cc: bug-gnu-emacs <at> gnu.org, ding <at> gnus.org
Subject: describe-key doesn't tell whole redirect sequence
Date: Fri, 24 Dec 2010 23:22:56 +0800
>>>>> "KY" == Katsumi Yamaoka <yamaoka <at> jpl.org> writes:
KY> jidanni <at> jidanni.org wrote:
>> Gentlemen, in http:///jidanni.org/comp/configuration/.gnus.el
>> I do (put 'gnus-summary-edit-article 'disabled t)

>> That works in the *Summary* buffer, but not the *Article* buffer,
>> despite in both places describe-key saying
>> "e runs the command gnus-summary-edit-article".
>> What gives?

>> gnus-version "Gnus v5.13"

KY> The real command that the "e" key is bound to in the article
KY> buffer is `gnus-article-read-summary-keys', which is used to
KY> invoke the summary commands from the article buffer and will
KY> interpret it into:

KY> (call-interactively 'gnus-summary-edit-article)

KY> But it doesn't work for the `disabled' flag as if the command is
KY> actually and directly invoked interactively.  I'm not capable to
KY> improve it, sorry.

I see. So the real bug is in the describe-key function, not telling the
user all the details! I'll Cc bug-gnu-emacs!

I also note one sees Describe Key: e-
in the minibuffer, with a "-" added.

Anyway, how can I disable it in the *Article* buffer too?



This bug report was last modified 14 years and 117 days ago.

Previous Next


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