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: Stefan Monnier
Subject: Re: How can I rethrow an error after recording a backtrace?
Date: Fri, 05 Aug 2016 22:11:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Hmm. Even with that, I'm not sure. Take the following (untested) program:
>
> (condition-case err1 
>     (condition-case err2
>         (error "A")
>       (error (error "B)))
>   (error (message "Oups")))

This problem also affects the normal case (i.e. without server.el).

As I said elsewhere, I think this num-* side-condition can be dropped
because the inhibit-debugger variable should catch the same problems
but better.


        Stefan



reply via email to

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