From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Sesquicolon -- Note: Not a Bug Date: Mon, 26 Aug 2002 18:15:41 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200208262215.g7QMFgi26594@rum.cs.yale.edu> References: <200208250526.g7P5Q3F11930@wijiji.santafe.edu> <20020825053748.GA2511@gnu.org> <200208260036.g7Q0aC012352@wijiji.santafe.edu> <200208262151.g7QLpuX12815@wijiji.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030400173 338 127.0.0.1 (26 Aug 2002 22:16:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 22:16:13 +0000 (UTC) Cc: miles@gnu.org, polymath@uwyo.edu, 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 17jS9a-000055-00 for ; Tue, 27 Aug 2002 00:16:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17jSea-00083v-00 for ; Tue, 27 Aug 2002 00:48:13 +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 17jSAs-0002bi-00; Mon, 26 Aug 2002 18:17:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jS9C-0002ae-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 18:15:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jS9A-0002aI-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 18:15:45 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jS98-0002Zx-00; Mon, 26 Aug 2002 18:15:42 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g7QMFgi26594; Mon, 26 Aug 2002 18:15:42 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Richard Stallman 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:6945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6945 > > Would that do the job? I don't know the precise rules of what #! can > > do. If that would do the job, it is a fine solution. We could call > > it --script. > > To the best of my knowledge, you're allowed exactly one option (which > will go before the filename). > > Are you saying that Emacs would be called with two arguments, > the option and a file name? Yes, that's exactly what I suggested. To make `emacs -batch ' behave like `emacs -batch --load '. > If so, we should not use -batch for this. To bad. It seemed like a very natural extension of `-batch' since `emacs -batch ' is generally useless anyway (it just visits and exits). If we want to use something else, it would be good to provide a shorthand for the cases where the OS only takes the first 32chars of the #! line into account. Stefan