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: Stefan Monnier
Subject: Re: elisp code to list interactive functions
Date: Thu, 04 Nov 2021 15:34:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> (all-completions ""
>                #'help--symbol-completion-table  

This is internal (as evidenced by the "--").
You can pass `obarray` instead, which is not.

>                (lambda (f)
>                  (commandp f)))

Aka #'commandp


        Stefan




reply via email to

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