Hello, everyone

I have the following tiny example:
(display "hello")
(read)

I also have guile running in run-geiser

M-x geiser-eval-buffer RET doesn't work. Or, rather, it works in a weird way.
After I type the command, Emacs locks.
I can then C-g and switch to the REPL buffer, and type
(hi)^J
The parentheses are shown, but "hi" isn't.
Then I C-g again, and the repl shows:
((result "(hello)") (output . "hello"))
typeset in red.

So I am not really able to debug anything interactive with geiser.
Can evaluation be made asynchronous?

-- 
Yours sincerely, Vladimir Nikishkin

Reply via email to