Luke Gorrie luke@bluetail.com writes:
Paolo Amoroso amoroso@mclink.it writes:
What kind of expressions it is possible to inspect with the `slime-inspect' command? Suppose I evaluate this in a SLIME repl:
(defclass my-class () ((a) (b))
then invoke `slime-inspect' from a Lisp mode buffer with `C-c I' and type:
(make-instance 'cl-user::my-class)
Should work fine, assuming you did the defclass in the CL-USER package. Works for me in CMUCL 19a-pre3.
I did.
How about if you do the make-instance call from e.g. the REPL instead?
Same error message.
Paolo