>>>>> "Marco" == Marco Antoniotti <[EMAIL PROTECTED]> writes:
>>
>> Well, that would defeat the purpose of package locks. If you don't
>> want to use require, I think something like
>>
>> (without-package-locks
>> (load "library:subsystems/gray-streams-library"))
>>
>> will do the trick.
Marco> Fine. In any case there is the issue of the non-working restart.
Hmm. I couldn't reproduce that. At least, not with the current CVS
version.
>>
>> However we may also want to think about whether we want require to
>> disable package locks. In general, we probably don't want that,
>> except when we're requiring our own special packages like
>> gray-streams, clx, clm, or hemlock.
Marco> I agree that in general we do not want that.
I'll look into that.
Ray