guile-devel
[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: Marius Vollmer
Subject: Re: set-current-module broken in current Guile CVS version
Date: 06 Jan 2001 19:01:40 +0100
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Dirk Herrmann <address@hidden> writes:

> There are two possibilities:  
> 
> * We provide two different scm_eval functions, one that is 'safe' in the
>   sense that environment switches do not influence calling code and
>   another one, that allows switches to a different module remain effective
>   after the function returns.  The repl would then use the second one.

I prefer this version.  We could make the second argument to `eval'
optional, and only save/restore `(current-module)' when it is present.
The repl would not specify the second argument.

Further opinions?



reply via email to

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