From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New customization option for killing processes without asking Date: Sat, 01 Oct 2016 11:00:44 +0300 Message-ID: <834m4wmrbn.fsf@gnu.org> References: <83inthb1a4.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1475308880 6518 195.159.176.226 (1 Oct 2016 08:01:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 1 Oct 2016 08:01:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 01 10:01:16 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bqFE8-0007Jg-7Y for ged-emacs-devel@m.gmane.org; Sat, 01 Oct 2016 10:00:56 +0200 Original-Received: from localhost ([::1]:48657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqFE6-0001ny-Kg for ged-emacs-devel@m.gmane.org; Sat, 01 Oct 2016 04:00:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqFDx-0001nZ-5r for emacs-devel@gnu.org; Sat, 01 Oct 2016 04:00:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqFDr-0008OQ-OP for emacs-devel@gnu.org; Sat, 01 Oct 2016 04:00:44 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqFDr-0008N2-HZ; Sat, 01 Oct 2016 04:00:39 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1472 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bqFDo-0004mN-GM; Sat, 01 Oct 2016 04:00:37 -0400 In-reply-to: (message from Philipp Stephani on Wed, 28 Sep 2016 11:41:41 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:207931 Archived-At: > From: Philipp Stephani > Date: Wed, 28 Sep 2016 11:41:41 +0000 > Cc: emacs-devel@gnu.org > > Eli Zaretskii schrieb am Di., 27. Sep. 2016 um 21:17 Uhr: > > > From: Philipp Stephani > > Date: Tue, 27 Sep 2016 18:53:40 +0000 > > > > there seem to be sufficiently many people annoyed by the "Active processes exist; kill them and exit > anyway" > > prompt (see e.g. http://stackoverflow.com/q/2706527/178761) that I created a new customization > option to > > make prompting optional. I've attached a patch, which I can push to master unless there are > complaints. > > Fine with me, but I have 2 comments: > > . Please add a NEWS entry and mention this in the 2 manuals. > . Please modify the test so that it doesn't invoke programs which > might not exist on non-Posix platforms; my obvious suggestion > would be to invoke a subordinate Emacs. > > Done. I've attached a new patch. LGTM, thanks.