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

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

Re: command-completion for C- commands?


From: danamlund
Subject: Re: command-completion for C- commands?
Date: Mon, 16 Jun 2008 02:40:02 -0700 (PDT)
User-agent: G2/1.0

On 16 Jun., 10:22, knubee <knu...@gmail.com> wrote:
> Tabbing works to show possible completions of Meta commands. Example:
>
> M-x list-f<TAB> shows
>
>   Possible completions are:
>   list-faces-display               list-fontsets
>
> Is there an equivalent way to see possible completions for Control
> commands -- given the mode of the current buffer? Example:
>
> C-x<WHAT?>
>
> thanks.

M-x is a binding to a command, C-x ... is half a binding, so the same
trick won't work.
You can however, use the binding C-h b to view a list of all bindings
and then look for ones starting with C-x.


reply via email to

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