From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Klimov Newsgroups: gmane.emacs.devel Subject: Re: compilation-ask-about-kill Date: Wed, 6 Jan 2010 09:36:29 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: ger.gmane.org 1262765119 9473 80.91.229.12 (6 Jan 2010 08:05:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2010 08:05:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 06 09:04:45 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 1NSQsn-0002M7-8j for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 09:04:45 +0100 Original-Received: from localhost ([127.0.0.1]:57505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSQsn-0006pR-S4 for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 03:04:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSQrY-0006Pd-Qf for emacs-devel@gnu.org; Wed, 06 Jan 2010 03:03:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSQrT-0006Mh-Vn for emacs-devel@gnu.org; Wed, 06 Jan 2010 03:03:28 -0500 Original-Received: from [199.232.76.173] (port=44466 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSQrT-0006MZ-O6 for emacs-devel@gnu.org; Wed, 06 Jan 2010 03:03:23 -0500 Original-Received: from www.eitan.edu ([199.203.54.24]:39007 helo=eitan.edu) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NSQrT-00024c-3a for emacs-devel@gnu.org; Wed, 06 Jan 2010 03:03:23 -0500 Original-Received: (qmail 311 invoked from network); 6 Jan 2010 07:36:29 -0000 Original-Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 6 Jan 2010 07:36:29 -0000 In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:119507 Archived-At: On Wed, 06 Jan 2010, Kevin Ryde wrote: > I made my compilation-always-kill.el for that and found it pretty > good. defadvice yes-or-no-p is really ingenious, but IMO adding a line to compilation-start is a cleaner solution. -- Regards, ASK