
5 Nov
2004
5 Nov
'04
11:37 p.m.
Marco Baringer replied:
Lynn Quam <quam@ai.sri.com> writes:
I am inspecting an object I would like to evaluate a form involving that object. There does not appear to be a way to get a "handle" on the currently inspected object.
not at the moment. however you can use M-RET to get the object at point sent to the repl (and accessable via *), this, along with l, might be enough.
Thank you. That is what I was looking for. Is that mentioned anywhere in the SLIME documentation?