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

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

bug#8942: 23.3; emacsclient doesn't exit when called Emacs function is q


From: Stefan Monnier
Subject: bug#8942: 23.3; emacsclient doesn't exit when called Emacs function is quited.
Date: Mon, 04 Jul 2011 13:57:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> Returning a -error would be fine, yes.
> But if server-execute catches quit, the whole with-local-quit is not
> necessary anymore, is it?

No.  with-local-quit is about enabling quit locally much more than about
confining quit (confining quit is just one of the necessary tasks of
enabling quit locally).
So if you want to remove with-local-quit, you need to add a let-binding
of inhibit-quit to nil within your condition-case.


        Stefan





reply via email to

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