all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Symbol Tree
@ 2003-02-28 21:39 Artist
  2003-03-04 21:33 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: Artist @ 2003-02-28 21:39 UTC (permalink / raw)


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.

For all types of symbols which exists.

Thanks,
artist.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Symbol Tree
  2003-02-28 21:39 Symbol Tree Artist
@ 2003-03-04 21:33 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-03-04 21:33 UTC (permalink / raw)


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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-04 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-28 21:39 Symbol Tree Artist
2003-03-04 21:33 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.