all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* comparing symbols coming from gensym?
@ 2005-08-24  4:50 Joe Corneli
  2005-08-24 15:48 ` Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Corneli @ 2005-08-24  4:50 UTC (permalink / raw)



Why is it that

(setq a (gensym)) ;=> G2007
a                 ;=> G2007
(equal a 'G2007)  ;=> nil

while 

(setq a 'foo)    ;=> foo
a                ;=> foo
(equal a 'foo)   ;=> t

?

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.4802.1124860720.20277.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2005-08-24 15:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-24  4:50 comparing symbols coming from gensym? Joe Corneli
2005-08-24 15:48 ` Drew Adams
     [not found] <mailman.4802.1124860720.20277.help-gnu-emacs@gnu.org>
2005-08-24  8:24 ` Alan Mackenzie
2005-08-24 15:57   ` Joe Corneli
2005-08-24  9:00 ` N. Raghavendra

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.