all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9329: 24.0.50; `condition-case' with (debug...) is broken
@ 2011-08-19  3:47 Drew Adams
  2011-08-19 12:32 ` Lars Magne Ingebrigtsen
  2011-08-20 21:17 ` Chong Yidong
  0 siblings, 2 replies; 5+ messages in thread
From: Drew Adams @ 2011-08-19  3:47 UTC (permalink / raw)
  To: 9329

(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'
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-21  3:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19  3:47 bug#9329: 24.0.50; `condition-case' with (debug...) is broken Drew Adams
2011-08-19 12:32 ` Lars Magne Ingebrigtsen
2011-08-19 13:18   ` Drew Adams
2011-08-20 21:17 ` Chong Yidong
2011-08-21  3:50   ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.