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

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

RE: Mentioning symbol put it to obarray?


From: Drew Adams
Subject: RE: Mentioning symbol put it to obarray?
Date: Mon, 21 Jan 2013 13:09:17 -0800

> (put 'xxx 'some "value") and found symbol "xxx" in obarray.

Yes, the Lisp reader interns symbols it reads.

> So mentioning any symbol make it globally available (existing)?

See above.  It is the Lisp reader that is doing the interning you are seeing.

> Is it garbage collected from (remember about link in obarray)?

Dunno what that question means, sorry.




reply via email to

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