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: M-x compile for different file extensions Date: Wed, 23 Oct 2002 03:10:33 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210200000.g9K00B5d021923@beta.mvs.co.il> <200210201807.g9KI7H02011888@beta.mvs.co.il> <200210221823.g9MIN6v0026498@beta.mvs.co.il> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035357055 1337 80.91.224.249 (23 Oct 2002 07:10:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 07:10:55 +0000 (UTC) Cc: henrik+news@enberg.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 184FfJ-0000LR-00 for ; Wed, 23 Oct 2002 09:10:53 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 184Fgt-0007d6-00 for ; Wed, 23 Oct 2002 09:12:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184Ffd-0007Os-00; Wed, 23 Oct 2002 03:11:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 184Ff3-0006fY-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 03:10:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 184Ff0-0006bq-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 03:10:35 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 184Fez-0006bi-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 03:10:33 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 184Fez-0007Vo-00; Wed, 23 Oct 2002 03:10:33 -0400 Original-To: ehud@unix.mvs.co.il In-reply-to: <200210221823.g9MIN6v0026498@beta.mvs.co.il> (ehud@unix.mvs.co.il) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8672 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8672 > 2. We use the compile command on many type of files which are not > real "programs" - shell scripts (run with arguments), sql queries, > reports (printed by the `compile') and many, many others. > > Ok, but if you do that, is it really the case that the command you want > to run follows from the current visited file? Yes, because we have our "standard" extensions for this kind of files. A number of people have asked for this, over the years, so I think we may as well add the feature. Using compilation commands that read passwords seems like a very obscure thing to do. I would rather not install added complexity in compile.el for that.