mit-scheme-devel
[Top][All Lists]
Advanced

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

Re: [MIT-Scheme-devel] scheme/edwin build problem?


From: Matt Birkholz
Subject: Re: [MIT-Scheme-devel] scheme/edwin build problem?
Date: Tue, 8 Nov 2011 14:34:15 -0700

> From: Chris Hanson <address@hidden>
> Date: Mon, 7 Nov 2011 17:04:25 -0800
> 
> Interesting.  I put in a fix for that, which should have  been in 9.1.
>  Maybe it didn't work as well as I thought.

Looks like d8a7d3e5 just didn't get in the release.  I think it should
have worked.  Further debugging suggests this problem starts when
create-thread initializes a new (editor) thread.  I can cause a
problem just with:

    (create-thread #f (lambda () unspecific))

and avoid it by resetting the default-environment.  E.g. this works:

    (ge '(runtime floating-point-environment))
    (initialize-package!)
    (edit)



reply via email to

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