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 16:32:36 -0700
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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 <<EOF
...stuff...
EOF


reply via email to

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