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: Robert Pluim
Subject: Re: elisp code to list interactive functions
Date: Thu, 04 Nov 2021 18:32:30 +0100

>>>>> On Thu, 04 Nov 2021 18:07:34 +0100, Lars Ingebrigtsen <larsi@gnus.org> 
>>>>> said:

    Lars> Philipp Stephani <p.stephani2@gmail.com> writes:
    >> That's using an internal function, which should not be used outside
    >> help.el and can go away at any time. But the following should also
    >> work:
    >> (cl-loop for symbol being the symbols
    >> when (commandp symbol)
    >> collect symbol)

    Lars> Since we're code golfing:

    Lars> (seq-filter #'commandp obarray)

But aren't we planning to rename obarray in Emacs 31?

😇

Robert
-- 



reply via email to

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