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

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

bug#24617: 26.0.50; Handlers in `condition-case' should have programmati


From: Philipp Stephani
Subject: bug#24617: 26.0.50; Handlers in `condition-case' should have programmatic access to the backtrace
Date: Wed, 28 Dec 2016 19:33:42 +0000



Clément Pit--Claudel <clement.pit@gmail.com> schrieb am Di., 4. Okt. 2016 um 21:42 Uhr:
This sounds like a great idea!

As an aside, note that these things are not impossible; just tricky.  You just need to register your own debugger, then in that debugger function re-throw the error after recording the backtrace.  You also need to increment num-nonmacro-input-events from the debugger.

Yeah, that sounds like a quite hackish way - it means the debugger wasn't really intended to be used that way. 

reply via email to

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