From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: compilation-ask-about-kill Date: Thu, 14 Jan 2010 09:01:24 +1100 Organization: Bah Humbug Message-ID: <87y6k1ll57.fsf@blah.blah> References: <87r5pwv6no.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263420137 5391 80.91.229.12 (13 Jan 2010 22:02:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2010 22:02:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 13 23:02:09 2010 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.50) id 1NVBHs-0004H5-QU for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2010 23:02:08 +0100 Original-Received: from localhost ([127.0.0.1]:57274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVBHo-0004fK-AV for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2010 17:01:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVBHh-0004eh-Rx for emacs-devel@gnu.org; Wed, 13 Jan 2010 17:01:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVBHd-0004e7-8g for emacs-devel@gnu.org; Wed, 13 Jan 2010 17:01:49 -0500 Original-Received: from [199.232.76.173] (port=35942 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVBHd-0004e2-5i for emacs-devel@gnu.org; Wed, 13 Jan 2010 17:01:45 -0500 Original-Received: from mailout2-15.pacific.net.au ([125.255.80.142]:59573 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVBHc-00032V-9J for emacs-devel@gnu.org; Wed, 13 Jan 2010 17:01:44 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 80C9F1ADF4E for ; Thu, 14 Jan 2010 09:01:37 +1100 (EST) Original-Received: from blah.blah (ppp2C16.dyn.pacific.net.au [61.8.44.22]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id F22978C06 for ; Thu, 14 Jan 2010 09:01:36 +1100 (EST) Original-Received: from gg by blah.blah with local (Exim 4.71) (envelope-from ) id 1NVBHJ-00021l-9Y for emacs-devel@gnu.org; Thu, 14 Jan 2010 09:01:25 +1100 In-Reply-To: <87r5pwv6no.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 11 Jan 2010 23:57:23 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:119939 Archived-At: Juri Linkov writes: > > because when the user decides that the running process should be killed > without quering, then it has no difference whether the process is killed > by killing the process buffer with `C-x k'/`C-x C-c', or with running > a new compilation: That's not what I've preferred. My spot of code deliberately kills on a fresh M-x compile but leaves the query-on-exit still true. An M-x compile is like a "redo this", where kill-emacs is more like "I'm finished for the day" and I quite like being reminded there's still stuff in progress in the latter case.