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: Drew Adams
Subject: bug#9329: 24.0.50; `condition-case' with (debug...) is broken
Date: Thu, 18 Aug 2011 20:47:57 -0700

(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).
 

In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-08-15 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt'
 






reply via email to

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