* Gábor Melis [2009-06-26 10:53+0200] writes:
I'm getting similar behaviour in the inspector.
(defstruct aaa x y z)
(make-aaa)
Inspect the fresh struct object. Press return on one of the NILs and see three #1#=NILs upon return.
This #1# means something different: it is supposed to inform you that the nil was already inspected before. It's indented for complicated object graphs when it is not obvious that the inspector "walks in a circle".
Helmut.