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: Stefan Monnier
Subject: bug#3310: condition-case-no-debug
Date: Mon, 18 May 2009 16:14:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

>>> (condition-case nil (foo bar) ((debug error) nil))
>>> This handles errors but gives the debugger a chance to run first.
>> Yes, I hate this feature.
>> You don't have to use it, so why does its existence bother you?

>     Exactly because I have to pay for it even if I never use it.

> I do not follow you.  I don't think this will bother you at all
> if you don't use it.

AFAICT its implementation has a cost even for those condition-case which
don't use the `debug' feature.


        Stefan






reply via email to

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