From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unconditional quit on SIGUSR2 Date: Mon, 28 Mar 2011 10:32:02 -0400 Message-ID: References: <4D90354E.9000704@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1301322741 19016 80.91.229.12 (28 Mar 2011 14:32:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2011 14:32:21 +0000 (UTC) Cc: dan.colascione@gmail.com, emacs-devel@gnu.org To: Julien Danjou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 28 16:32:17 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4DUO-0003dz-DF for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2011 16:32:16 +0200 Original-Received: from localhost ([127.0.0.1]:33294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4DUN-0006fp-Cb for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2011 10:32:15 -0400 Original-Received: from [140.186.70.92] (port=40241 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4DUC-0006eF-NV for emacs-devel@gnu.org; Mon, 28 Mar 2011 10:32:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4DUB-0005ja-9P for emacs-devel@gnu.org; Mon, 28 Mar 2011 10:32:04 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4DUB-0005jV-4z for emacs-devel@gnu.org; Mon, 28 Mar 2011 10:32:03 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q4DUA-0004Vm-2J; Mon, 28 Mar 2011 10:32:02 -0400 In-reply-to: (message from Julien Danjou on Mon, 28 Mar 2011 14:32:02 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137777 Archived-At: > From: Julien Danjou > Cc: Daniel Colascione , emacs-devel@gnu.org > Date: Mon, 28 Mar 2011 14:32:02 +0200 > > I can't judge the internal, but I already had Emacs hanging somewhere > for ever, and cannot do anything but SIGKILL it. Maybe I'm mistaken, but AFAIK if SIGTERM cannot interrupt Emacs, neither will SIGUSR2.