emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs daemon doesn't terminate on SIGTERM any more


From: Chong Yidong
Subject: Re: Emacs daemon doesn't terminate on SIGTERM any more
Date: Sun, 24 Oct 2010 12:06:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Jan Djärv <address@hidden> writes:

> This was done so that kill-emacs-hook is run.  For example, desktop.el
> will then save its desktop when logging out from Gnome/KDE.
>
> What Emacs needs is some sort of notion of when user interaction is
> not OK. For SIGTERM it is almost never ok, as it might be the window
> manager/system/whatever that is shutting down.  Even desktop.el will
> try to ask questions sometimes (i.e. desktop-save is set but there is
> no desktop file yet), which is annoying.  Maybe introduce some
> interaction-ok-p predicate?

How about it, in response to a kill signal, we do

  noninteractive = 1;

before calling Fkill_emacs?



reply via email to

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