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

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

Re: Find all commands bound to key prefix


From: Jens Teich
Subject: Re: Find all commands bound to key prefix
Date: Fri, 04 Apr 2008 08:41:26 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (darwin)

rustom <rustompmody@gmail.com> writes:

> On Apr 4, 12:37 am, "Seung Jun" <seungw...@gmail.com> wrote:
>> Hi,
>>
>> I'd like to see a list of commands that are bound to key sequences
>> that starts with some prefix (e.g., C-x C-v).  How do I do that?
>>
>> Thanks,
>> Seung
>
> C-x C-v is (usually) find alternate file ie its not a prefix.
> But if you mean a prefix like C-x you can get the possible completions
> by
> C-x C-h

Show all bindings starting with C-x:

C-h b
M-x occur RET ^C-x RET

Jens



reply via email to

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