emacs-devel
[Top][All Lists]
Advanced

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

Re: Functions in kill-emacs-hook aren't run if emacs gets killed with SI


From: Richard M Stallman
Subject: Re: Functions in kill-emacs-hook aren't run if emacs gets killed with SIGTERM
Date: Thu, 22 Jan 2009 20:52:42 -0500

The main difference between SIGUSRx and SIGTERM is that SIGTERM is the
normal way to stop a process, while SIGUSRx are meant for
communication to it.

So it seems to me that Emacs should pass SIGUSRx to Lisp code and
otherwise ignore it.  I believe that's what it did in the past.  At
some point it pushed an event which could run a command later.




reply via email to

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