Re: problem with new debugger

2010-01-28 Thread Andy Wingo
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/

problem with new debugger

2010-01-27 Thread Jose A. Ortega Ruiz
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