Hello,
On Thu 28 Jan 2010 02:50, "Jose A. Ortega Ruiz" writes:
> (with-output-to-string (lambda () (error "foo")))
This also happens if you don't enable readline, via running with guile
-q. I'll check it out.
Andy
--
http://wingolog.org/
Hi,
in an Emacs comint buffer,
(with-output-to-string (lambda () (display "foo")))
works as expected. But
(with-output-to-string (lambda () (error "foo")))
blocks the prompt until C-d is sent (via C-c C-d) to the terminal, at
which point the debugger prompt (sans the explanatory prelude) po