emacs-devel
[Top][All Lists]
Advanced

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

Re: `master` is now `main`


From: Filipp Gunbin
Subject: Re: `master` is now `main`
Date: Tue, 22 Dec 2020 18:17:49 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

On 21/12/2020 17:15 -0500, Stefan Monnier wrote:

>> EMACS=emacs --batch
>> I don't have Emacs installed (use the source tree build), it'd nice to
>> be able to account for that.
>
> How do you suggest we do that?

Maybe

EMACS=${EMACS:-emacs}
EMACS_OPTS=${EMACS_OPTS:---batch}

So you could override them in the shell command.

Filipp



reply via email to

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