emacs-devel
[Top][All Lists]
Advanced

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

Re: A way to get a list of available functions / variables?


From: Davis Herring
Subject: Re: A way to get a list of available functions / variables?
Date: Fri, 16 May 2008 15:23:49 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-6.el3.2lanl

> (remove-if-not (lambda (atom)
>                (or (commandp atom)
>                    (custom-variable-p atom)))
>              obarray)

Unless CL is a lot more clever than I think it is, this won't work: the
obarray is really a hash table with linked buckets, and Lisp can't see the
links.  (See (elisp)Creating symbols.)

Davis

PS - Sorry for the long delay in writing this.

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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