<br>
with-slots does not seem to work for a persistent-metaclass object. I get <br>
<br>
When attempting to read the slot's value (slot-value), the slot DATE is missing<br>
from the object #<BLOG-ENTRY {93D28E1}>.<br>
   [Condition of type SIMPLE-ERROR]<br>
<br>
I can use accessors, but would rather use with-slots.<br>
<br>
Any ideas?<br>
<br>
Thank you,<br>
Will<br>