Matthias Koeppe <[EMAIL PROTECTED]> writes:

> Some of the Guile changes since 2000-12-13 broke
> `set-current-module'.
> 
> guile> (define-module (guile-ilisp))
> #<directory (guile-ilisp) 8082e70>
> guile> (define-module (guile-user))
> #<directory (guile-user) 8082a70>
> guile> (set-current-module (resolve-module '(guile-ilisp)))
> guile> (current-module)
> #<directory (guile-user) 8082a70> ; should be guile-ilisp

Sorry to follow up to my own posting, but has anyone come up with a
solution to this breakage?  It renders interaction with the module
system impossible.  When I evaluate changed definitions via
Emacs/ILISP, they won't get put in the right module, for instance.

-- 
Matthias Köppe                     http://www.math.uni-magdeburg.de/~mkoeppe
SWIG 1.3a5 builds Guile/C glue                           http://www.swig.org  
ILISP CVS version does Emacs/Guile interaction         http://ilisp.cons.org

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to