>>>>> "dvl" == Didier Verna <[EMAIL PROTECTED]> writes:
dvl> But doing so by making (setf (slot-value))'s behavior different
(shall
dvl> I say inconsistent?) depending on the context feels somewhat weird to
Yes, I think it's inconsistent.
dvl> me. I guess you concern is performance here; but then, we can play with
dvl> the optimize declaration.
Unfortunately, that doesn't help. The function that I changed is
called from the (setf slot-value) method, so any optimize declarations
won't change that.
(But see other message in this thread.)
Ray