Hi,
The attached
* deals with unbound slots; * defines a brief method for structure objects and conditions; * defines a normal method for conditions; * fixes the inspection of functions.
In addition, I think that the comment about slot definition readers and writers is partially misleading -- I think that _does_ find readers and writers for standard-{direct,effective}-slot-definitions. It probably doesn't currently for structure-{d,e}-slot-definitions, though.
Cheers,
Christophe
Hi,
On Tue, Feb 08, 2005 at 12:46:32PM +0000, Christophe Rhodes wrote:
The attached
- deals with unbound slots;
- defines a brief method for structure objects and conditions;
- defines a normal method for conditions;
- fixes the inspection of functions.
Thanks! I see Peter has already committed this.
In addition, I think that the comment about slot definition readers and writers is partially misleading -- I think that _does_ find readers and writers for standard-{direct,effective}-slot-definitions. It probably doesn't currently for structure-{d,e}-slot-definitions, though.
Well, it appears to work for standard-direct-slot-definitions, but not for standard-effective-slot-definitions. Which doesn't violate the mop.
Knowing this, I've managed to make com-describe-slot work. Thanks for drawing attention to it.
Vincent.