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

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

bug#3310: condition-case-no-debug


From: Johan =?UTF-8?Q?Bockg=C3=A5rd
Subject: bug#3310: condition-case-no-debug
Date: Sat, 16 May 2009 20:41:24 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.90 (gnu/linux)

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








reply via email to

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