help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suppressing load messages


From: Glenn Morris
Subject: Re: Suppressing load messages
Date: Wed, 12 Mar 2008 20:09:06 -0700
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]