From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Suppressing load messages Date: Wed, 12 Mar 2008 16:32:36 -0700 Organization: None Message-ID: References: <87tzjo3asi.fsf@thalassa.informatimago.com> <87y78p2c4h.fsf@wivenhoe.staff8.ul.ie> <87pru0rmai.fsf@wivenhoe.staff8.ul.ie> <87ejafsubg.fsf@wivenhoe.staff8.ul.ie> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205371102 21422 80.91.229.12 (13 Mar 2008 01:18:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2008 01:18:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 13 02:18:51 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZc5o-0000FN-6Z for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Mar 2008 02:18:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZc5F-00081F-7T for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2008 21:18:13 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.Stanford.EDU 1205364756 11164 171.64.109.31 (12 Mar 2008 23:32:36 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: arrangements WMD Clinton cracking zenith Mong Tai Nellis X-Ran: N8mLx`.F9AVnwh+\{9;!pp(VOoFOd1OHa6F2w7;BeppJXFITP)"/?z4EO&Wv-9-aXS&T*~ X-Hue: yellow X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:V9Ta+7L5eq6YBxU7ewJsjUhEnDs= Original-Xref: shelby.stanford.edu gnu.emacs.help:156963 X-Mailman-Approved-At: Wed, 12 Mar 2008 21:16:46 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52339 Archived-At: Brendan Halpin wrote: > The -Q, -batch and -no-site-file arguments aren't accepted on the > "#! /usr/bin/emacs --script" line. That's an execve issue - you can only have a single argument after the interpreter on any #! line. You could always do something like: #!/bin/sh /usr/bin/emacs -Q --script <