geiser-users
[Top][All Lists]
Advanced

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

[Geiser-users] [BUG] Printing with a newline from another thread loses t


From: Diogo F. S. Ramos
Subject: [Geiser-users] [BUG] Printing with a newline from another thread loses the REPL running Racket
Date: Thu, 28 Mar 2013 08:56:45 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

1. Run M-x run-racket

2. Input `(thread (thunk (displayln "hello, world")))' to the REPL

After 2., the REPL is in a state where it can't take input anymore.
It's also impossible to enter files using C-c C-a.

The Racket process is still running because it's possible to evaluate
expressions using C-x C-e in other Geiser Racket buffers.

Using `display' instead of `displayln' does not reproduce this behavior.

I'm using geiser from master with Emacs 24.3.1.



reply via email to

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