bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#9329: 24.0.50; `condition-case' with (debug...) is broken


From: Chong Yidong
Subject: bug#9329: 24.0.50; `condition-case' with (debug...) is broken
Date: Sat, 20 Aug 2011 17:17:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> (let ((debug-on-error  t)
>       (eval-expression-debug-on-error  t))
>   (condition-case nil (/ 1 0)
>     ((debug error) "Test")))
>
> The debugger is not opened.  In Emacs 23.3 it is opened (as the doc says
> it should be).

Thanks.  This regression was due to the 2011-01-26 change to eval.c on
the trunk (r102982).  I've committed a fix.





reply via email to

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