Sam Steingold <[EMAIL PROTECTED]> writes: > the objects for which the load forms cannot be created are just regular > structure objects, like > > (defstruct foo bar) > (defparameter *foo* #S(foo :bar 10))
What is the most specific applicable method for MAKE-LOAD-FORM on FOO? If it's the default one for STRUCTURE-OBJECT, your code is non-conforming. Cheers, Christophe
