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

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

bug#24047: Should 'signal' sometimes return?


From: Paul Eggert
Subject: bug#24047: Should 'signal' sometimes return?
Date: Mon, 25 Jul 2016 00:42:27 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 07/23/2016 08:37 PM, Stefan Monnier wrote:
Haven't looked in detail, but it looks OK.

Thanks, I installed it in 'master' and am marking this as done.


A further patch could change the new `quit' function so it checks
debug-on-quit, and either calls the debugger or calls Fsignal.  This way
we don't need the intermediate signal_or_quit function.

I tried something along those lines (see attached), but wasn't convinced that the result was correct (there are a lot of flags flying around), and my patch would cause quits to traverse the handler list twice, which seems inelegant.

Attachment: attempt.diff
Description: Text Data


reply via email to

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