guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set-current-module broken in current Guile CVS version


From: Matthias Koeppe
Subject: Re: set-current-module broken in current Guile CVS version
Date: 11 Jan 2001 22:37:52 +0100
User-agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.4

Matthias Koeppe <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]