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

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

FW: Describe keymap


From: Drew Adams
Subject: FW: Describe keymap
Date: Sun, 13 Dec 2020 17:31:11 -0800 (PST)

[Adding the missing help-gnu-emacs list.
Reply All never works (for me) when replying to your mails.]

> >>   S <t>           gnus-article-read-summary-send-keys
> >>
> >> the angle brackets;
> >
> > That's just the standard Emacs way of writing a key binding.
> > `C-h k' and `C-h b' use the same syntax. `describe-keymap' does
> > nothing special here.
> 
> Well, it might be the standard somewhere else, but here it is
> the one exception:
> 
>   [...]
>   S W             gnus-article-wide-reply-with-original
>   S <t>           gnus-article-read-summary-send-keys
> 
>   C-h b           gnus-article-describe-bindings
>   C-h c           gnus-article-describe-key-briefly
>   C-h k           gnus-article-describe-key
> 
>   C-c C-b         gnus-bug
>   C-c C-f         gnus-summary-mail-forward
>   C-c TAB         gnus-info-find-node
>   C-c RET         gnus-article-mail
>   C-c ^           gnus-article-refer-article
>   [...]
> 
> >>   <remap>         Prefix Command
> >>   <remap> <self-insert-command>   gnus-article-read-summary-keys
> >>
> >> ?
> >
> > Sorry, I don't understand the question. But see above.
> > There's nothing special/different about how `describe-keymap'
> > lists key bindings. It just shows the key bindings of
> > a keymap in human-readable form (as opposed to what `C-h v'
> > shows you for a keymap variable).
> 
> What do these lines mean?

Dunno.  I don't use gnus.

What keys does `C-h f gnus-article-read-summary-keys'
tell you that command is bound to?



reply via email to

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