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

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

Re: How to get a list of all commands with given prefix?


From: Alex Bennée
Subject: Re: How to get a list of all commands with given prefix?
Date: Wed, 19 Mar 2014 07:59:54 +0000
User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.13

Jambunathan K <kjambunathan@gmail.com> writes:

> Thorsten Jolitz <tjolitz@gmail.com> writes:
>
>> I wonder how I can easily get a list of all interactive commands with a
>> given prefix 'foo-' in a program (non-interactively)?
>
> If you are adventurous you can use the completion mechanism to give the
> shortlisted candidates for you.  You have to fill in the holes yourself.
>
> If you are having very recent Emacs, experiment with
>
>    M-x icomplete-mode
>
<snip>

There is also a useful helm completion mode called helm-descbinds which
I often use to find both interactive commands bound to keys in given
modes. There is also helm-apropos for more general searching through
defined functions and variables.


-- 
Alex Bennée




reply via email to

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