Greg Troxel <[EMAIL PROTECTED]> writes:
>
> If all modules inherit from guile-user, then that sounds right.  But
> this would expose slib's require machinery to all guile programs, even
> those that haven't asked for it, and that's not good.

I'm unsure if it would work any other way (ie. non-globally).  I
suspect `require' is module-unaware.  If you load something I suspect
it gets into the current module, then in another module slib thinks
it's already loaded but the definitions are not visible, or whatever.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to