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 20:38:52 +0300

> Cc: address@hidden
> From: Clément Pit--Claudel <address@hidden>
> Date: Sat, 6 Aug 2016 11:49:36 -0400
> 
> >> (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?
> 
> Of course. It's not always trivial to tell what is an isn't an issue, let 
> alone which ones are separate issues.  Especially with virtually no knowledge 
> of Emacs internals. Sorry for introducing confusion.
> 
> Am I mistaken to think that a fix for that separate issue would solve the 
> more specific issue with the daemon?

Maybe so, but I'd like to solve the immediate issue at hand first,
without introducing backward-incompatible changes.



reply via email to

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