all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm+news@stanford.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Suppressing load messages
Date: Wed, 12 Mar 2008 20:09:06 -0700	[thread overview]
Message-ID: <qolk4nmib1.fsf@xoc2.stanford.edu> (raw)
In-Reply-To: muk5k7see1.fsf@xoc2.stanford.edu

Glenn Morris wrote:

> Glenn Morris wrote:
>
>> /usr/bin/emacs -Q --script <<EOF
>> ...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 <<EOF
(message "hi")
EOF

emacs --no-site-file -script foo


  reply	other threads:[~2008-03-13  3:09 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.8180.1204483870.18990.help-gnu-emacs@gnu.org>
2008-03-03  0:34 ` batch mode Pascal Bourguignon
2008-03-03  9:36   ` Sebastian Tennant
     [not found]   ` <mailman.8214.1204537035.18990.help-gnu-emacs@gnu.org>
2008-03-11 21:18     ` Brendan Halpin
2008-03-12 14:50       ` Suppressing load messages (was: batch mode) Joel J. Adamson
     [not found]       ` <mailman.8762.1205333492.18990.help-gnu-emacs@gnu.org>
2008-03-12 15:31         ` Suppressing load messages Brendan Halpin
2008-03-12 15:58           ` Lennart Borgman (gmail)
2008-03-12 16:59           ` Joel J. Adamson
     [not found]           ` <mailman.8775.1205341175.18990.help-gnu-emacs@gnu.org>
2008-03-12 17:30             ` Brendan Halpin
2008-03-12 17:56               ` Lennart Borgman (gmail)
2008-03-12 18:52               ` Joel J. Adamson
     [not found]               ` <mailman.8782.1205347999.18990.help-gnu-emacs@gnu.org>
2008-03-12 22:35                 ` Brendan Halpin
2008-03-13 16:04                   ` Joel J. Adamson
     [not found]                   ` <mailman.8845.1205424297.18990.help-gnu-emacs@gnu.org>
2008-03-13 16:54                     ` Brendan Halpin
2008-03-13 18:01                       ` Lennart Borgman (gmail)
     [not found]           ` <mailman.8771.1205337534.18990.help-gnu-emacs@gnu.org>
2008-03-12 17:53             ` Brendan Halpin
2008-03-12 18:03               ` Exal de Jesus Garcia Carrillo
2008-03-12 18:35                 ` Brendan Halpin
2008-03-12 18:47                   ` Exal de Jesus Garcia Carrillo
2008-03-12 22:03               ` Lennart Borgman (gmail)
2008-03-12 23:32               ` Glenn Morris
2008-03-12 23:37                 ` Glenn Morris
2008-03-13  3:09                   ` Glenn Morris [this message]
2008-03-13  1:31                 ` Lennart Borgman (gmail)
2008-03-13  3:42                 ` Giorgos Keramidas
2008-03-31  2:34                   ` David Combs
     [not found]                 ` <mailman.8816.1205371922.18990.help-gnu-emacs@gnu.org>
2008-03-13  9:00                   ` Brendan Halpin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qolk4nmib1.fsf@xoc2.stanford.edu \
    --to=rgm+news@stanford.edu \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.