all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3310: condition-case-no-debug
@ 2009-05-16 18:41 Johan =?UTF-8?Q?Bockg=C3=A5rd
  2009-05-17  4:15 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Johan =?UTF-8?Q?Bockg=C3=A5rd @ 2009-05-16 18:41 UTC (permalink / raw
  To: bug-gnu-emacs


condition-case-no-debug is not documented, either in the manual or in
NEWS. Also, there's another feature that does the same thing, except
better (if uglier):

    (condition-case nil (foo bar) ((debug error) nil))

This handles errors but gives the debugger a chance to run first.
condition-case-no-debug OTOH either handles errors, or lets the debugger
run but does not handle errors, depending on the value of debug-on-error.

If condition-case-no-debug should be kept, at least make it expand into
the above construct (and document it).








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

end of thread, other threads:[~2011-07-11 15:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-16 18:41 bug#3310: condition-case-no-debug Johan =?UTF-8?Q?Bockg=C3=A5rd
2009-05-17  4:15 ` Stefan Monnier
2009-05-17 17:22   ` Richard M Stallman
2009-05-17 19:24     ` Stefan Monnier
2009-05-18 16:44       ` Richard M Stallman
2009-05-18 20:14         ` Stefan Monnier
2009-05-22  4:36           ` Richard M Stallman
     [not found]             ` <jwvtz3drma0.fsf-monnier+emacsbugreports@gnu.org>
2011-07-11 15:24               ` Lars Magne Ingebrigtsen

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.