guile-devel
[Top][All Lists]
Advanced

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

problem with new debugger


From: Jose A. Ortega Ruiz
Subject: problem with new debugger
Date: Thu, 28 Jan 2010 02:50:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

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) pops up.
(My guess is that the explanation is going to somewhere unawares of the
underlying redirection of stdout/stderr setup by comint, but i'm most
probably wrong).

Geiser, who's trying to adapt to the brave new debugging world, is
unhappy about this state of affairs ;)

Thanks,
jao
-- 
If all else fails read the instructions. - Donald Knuth





reply via email to

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