[EMAIL PROTECTED] (Ludovic Courtès) writes: > > Wild guess: Does the following fix the problem: > > (module-use-interfaces! guile-user-module > (resolve-interface '(ice-9 r5rs)) > (resolve-interface '(guile)))
No, apparently, though the theory would seem sound ... I guess top-repl really should just do the equivalent of use-modules for extra bits it wants. I can't see the point of "use-modules (guile)" when that core is already in use in the guile-user module. _______________________________________________ Guile-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-devel
