From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: compiler-mode should inherit shell-mode Date: Fri, 19 Sep 2003 11:06:14 -0400 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <878yolzdh3.fsf@thalassa.informatimago.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1063987064 16062 80.91.224.253 (19 Sep 2003 15:57:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2003 15:57:44 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 19 17:57:41 2003 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 1A0Ndd-0000PW-00 for ; Fri, 19 Sep 2003 17:57:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0Nbi-0000a5-Am for geb-bug-gnu-emacs@m.gmane.org; Fri, 19 Sep 2003 11:55:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A0Nbe-0000Zj-1U for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2003 11:55:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A0NMl-0004Zn-K6 for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2003 11:40:16 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0Mpu-0005Hb-8K for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2003 11:06:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 1A0Mpq-0004NN-3G; Fri, 19 Sep 2003 11:06:14 -0400 Original-To: Pascal Bourguignon In-reply-to: <878yolzdh3.fsf@thalassa.informatimago.com> (message from Pascal Bourguignon on 19 Sep 2003 05:03:36 +0200) 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:5816 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5816 Some Makefiles involve interactive input. Therefore, it would be nice if the compilation mode would inherit from the shell-mode and when there is input expected, it would allow user to enter it... This would be a good thing, but not as easy as it sounds. One complication is that some of the commands of Compilation mode would have to be changed.