bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chong Yidong
Subject: bug#7727: describe-key doesn't tell whole redirect sequence
Date: Sat, 22 Jan 2011 19:02:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

jidanni@jidanni.org writes:

> KY> The real command that the "e" key is bound to in the article
> KY> buffer is `gnus-article-read-summary-keys'
>
> 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!

It's not a bug in describe-key, because that's apparently not the
command run by `C-h k' in Gnus article buffers:

  C-h k runs the command gnus-article-describe-key, which is an
  interactive compiled Lisp function in `gnus-art.el'.

  It is bound to C-h k.

Indeed, doing `M-x describe-key' instead of `C-h k' returns
gnus-article-read-summary-keys, as expected.  Dunno what the purpose of
gnus-article-describe-key is.

Bouncing back to the Gnus developers.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]