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 20:09:06 -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 1205379638 8530 80.91.229.12 (13 Mar 2008 03:40:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2008 03:40:38 +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 04:41:06 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 1JZeJW-0000WF-0V for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Mar 2008 04:41:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZeIx-0004fq-2L for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2008 23:40:31 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.Stanford.EDU 1205377746 28507 171.64.109.31 (13 Mar 2008 03:09:06 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: Dayak detcord corporate Oklahoma City terrorist Al-Qassam X-Ran: Elr6gc(XdEqH517tQ@uFK4ZME&z~z~]mXTd-%b-}#hP/x]$eX+5MWw?6x@gu\8}=9t_fQz X-Hue: green X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:RfH1lTeJCYEzPHl2c17S9rWU7tI= Original-Xref: shelby.stanford.edu gnu.emacs.help:156976 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:52348 Archived-At: Glenn Morris wrote: > Glenn Morris wrote: > >> /usr/bin/emacs -Q --script <> ...stuff... >> EOF > > Bah; ignore that (was untested). What will actually work is something like the following. Note you have to use `-script' not `--script', in all but the very latest CVS, due to a bug. #!/bin/sh cat >| foo <