From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: compile.el: kill always anyway Date: Thu, 29 Jan 2004 05:30:05 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <874qufep7m.fsf@jidanni.org> References: <40156A8E.1030204@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075333815 27586 80.91.224.253 (28 Jan 2004 23:50:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2004 23:50:15 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jan 29 00:50:05 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AlzRd-00015W-00 for ; Thu, 29 Jan 2004 00:50:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AlzQa-0006wa-JG for geb-bug-gnu-emacs@m.gmane.org; Wed, 28 Jan 2004 18:49:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AlzQ9-0006m3-5U for bug-gnu-emacs@gnu.org; Wed, 28 Jan 2004 18:48:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AlzPb-0006dA-FK for bug-gnu-emacs@gnu.org; Wed, 28 Jan 2004 18:48:30 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AlzOO-0006A8-F9 for bug-gnu-emacs@gnu.org; Wed, 28 Jan 2004 18:46:44 -0500 Original-Received: from tc210-203-44-184.3-16.pl.ebtnet.net ([210.203.44.184]:33225 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.30 #0) id 1AlzOA-0001w8-K1 by authid with plain for ; Thu, 29 Jan 2004 05:16:31 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.24) id 1AlxGA-0000un-51 for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 05:30:06 +0800 Original-To: bug-gnu-emacs@gnu.org In-Reply-To: <40156A8E.1030204@yahoo.com> (Kevin Rodgers's message of "Mon, 26 Jan 2004 12:29:18 -0700") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6803 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6803 >> I see there is no option to turn this question off: >> (yes-or-no-p >> (format "A %s process is running; kill it? " K> Good. Bad, because one might be rapid prototyping (compile "sleep 55555"), and would like emacs to kill each former compile without asking, as whih PID to kill only emacs knows best.