From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: grep /dev/null Date: Wed, 09 Feb 2005 03:10:53 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1107940329 6415 80.91.229.2 (9 Feb 2005 09:12:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2005 09:12:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 09 10:12:08 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CyntD-00055f-40 for ged-emacs-devel@m.gmane.org; Wed, 09 Feb 2005 10:12:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cyo7h-0000IF-9x for ged-emacs-devel@m.gmane.org; Wed, 09 Feb 2005 04:27:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CynhR-0003tB-Sm for emacs-devel@gnu.org; Wed, 09 Feb 2005 03:59:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CynhQ-0003st-Tq for emacs-devel@gnu.org; Wed, 09 Feb 2005 03:59:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CynbN-0002rA-Uc for emacs-devel@gnu.org; Wed, 09 Feb 2005 03:53:38 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cymze-0007pC-HS for emacs-devel@gnu.org; Wed, 09 Feb 2005 03:14:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cymw1-0005TE-6E; Wed, 09 Feb 2005 03:10:54 -0500 Original-To: Kevin Rodgers In-reply-to: (message from Kevin Rodgers on Mon, 07 Feb 2005 12:36:41 -0700) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33121 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33121 With respect to compile, I posted a patch back in October 1996 that defines a new variable (compile-disable-input) and sends an EOF to the compilation process if it is non-nil (which it is, by default). I also posted a compilation-mode-hook function (compile-enable-input) that allows the user to run compilations that require input by emulating comint-mode in the *compilation* buffer. Could you adapt these to the current version of compile.el?