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

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

Re: Silently loading site files in -batch mode


From: Jack Kelly
Subject: Re: Silently loading site files in -batch mode
Date: Mon, 6 Aug 2012 18:23:37 +1000

On Mon, Aug 6, 2012 at 3:25 PM, Andreas Röhler
<andreas.roehler@easy-emacs.de> wrote:
> Am 06.08.2012 00:02, schrieb Jack Kelly:
>
> $EMACS -Q --batch --eval "(load \"MY-FILE\" nil t)"

This is quiet and simple, but is it safe to invoke the byte-compiler
with -Q? I worry that in some cases, a required package might not be
loaded if -Q is used. The byte-compile could then fail if (require
'foo) in the compiled file fails. Or am I wrong?

-- Jack



reply via email to

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