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

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

About self-referential object


From: Xue Fuqiao
Subject: About self-referential object
Date: Sat, 5 Jan 2013 07:32:53 +0800

I have a question about self-referential object:

(setq foo '(nil))
=> (nil)
(setcar foo foo)
=> (#0)

It is an infinite recursion.  What does the `#0' mean here?  Can anybody help?  
Thanks.
-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



reply via email to

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