emacs-devel
[Top][All Lists]
Advanced

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

Re: How can I rethrow an error after recording a backtrace?


From: Eli Zaretskii
Subject: Re: How can I rethrow an error after recording a backtrace?
Date: Sat, 06 Aug 2016 18:31:28 +0300

> Cc: address@hidden
> From: Clément Pit--Claudel <address@hidden>
> Date: Sat, 6 Aug 2016 11:24:03 -0400
> 
> > So you are saying that the problem is the daemon doesn't increment
> > num-nonmacro-input-events for each new connection?  That should be
> > easy enough to fix, isn't it?
> 
> Yes, but I fear it wouldn't cover the following case:
> 
> (condition-case err1 
>     (condition-case err2
>         (error "A")
>       (error (error "B)))
>   (error (message "Oups")))
> 
> Only the first error would be captured by the debugger.

Which is a separate issue, as Stefan points out.  One issue at a time,
okay?



reply via email to

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