emacs-devel
[Top][All Lists]
Advanced

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

Re: elisp code to list interactive functions


From: Po Lu
Subject: Re: elisp code to list interactive functions
Date: Thu, 04 Nov 2021 17:43:10 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Alexander Asteroth <alexander.asteroth@h-brs.de> writes:

> I don't know if I'm right here but I don't find a group that is devoted
> to elisp programming. I'm trying to write a little funtion that I can
> call from emacsclient to get a list of interactive functions
> available. The result shoud be a list of strings or just one string,
> more or less what the *Completions* buffer displays when pressing
> M-x followed by <TAB>. I'm sure there must be a very simple solution to
> this but somehow I get lost in the code in simple.el on my search for
> it.

Isn't that done by searching for commands among all interned symbols in
obarray?


reply via email to

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