[plt-scheme] Interactive gui development in Emacs with MrEd
Thanks, Robby. The new version of Quack removes the TODO comment with
the bad advice. (The new Quack also incidentally has a few small
improvements for Emacs 22 and PLT. )
http://www.neilvandyke.org/quack/
Robby Findler wrote at 05/03/2008 10:47 PM:
> This is actually subtly wrong (because REPL interactions and GUI
> callbacks will now be in separate threads, and that can lead to
> strange behavior). There was a recent discussion of this here on the
> mailing list, and the short version of the story is that the
> implementation of -z in v4 is going to "do the right thing", ie what
> you want.
>
> Robby
>
> On Sat, May 3, 2008 at 9:43 PM, Ben Simon <benjisimon at gmail.com> wrote:
>
>> After kicking off mred -z, did you run the following in your emacs repl:
>> (current-eventspace (make-eventspace))
>>
>> Does that help?
>>
>> Here's where I first saw that advice:
>> http://www.neilvandyke.org/quack/quack.el
[...]