Is it possible to inspect class slots with the TTY inspector? It looks
like this feature is currently broken:

* (defclass myclass () ((a :initform 'a) (b :initform 'b)))

#<STANDARD-CLASS MYCLASS {483786BD}>
* (defvar *i* (make-instance 'myclass))

*I*
* (inspect *i*)

NIL
> 1

Enter a VALID number (0--3).

> 

By the way, this works with SBCL.


Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film

Reply via email to