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

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

Re: Symbol Tree


From: Kevin Rodgers
Subject: Re: Symbol Tree
Date: Tue, 04 Mar 2003 14:33:02 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Artist wrote:

Hi I am looking for different types of symbols.  Example, I prepare the tree:

(17651)ALL Symbols
(7047)  Functions
(974)           Built-in
943                     Built-in-functions
31                      Built-in-Special-forms

(6073)          Non-Built-in
4681                    ByteCode-Compiled       
1392                    Non-ByteCode-Compiled
                                aliased
                                non-aliased


You get the idea.


C-h f mapatoms


For all types of symbols which exists.

Symbols don't have types, they have a value binding, a function binding, and a
property list.  See the Symbols node of the Emacs Lisp manual.

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

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