[slime-devel] too-eager *print-circle* binding in debugger
Helmut Eller
heller at common-lisp.net
Sun Jun 28 19:21:47 UTC 2009
* 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.
More information about the slime-devel
mailing list