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

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

Re: Embedded list selection with ido-completing-read.


From: Emanuel Berg
Subject: Re: Embedded list selection with ido-completing-read.
Date: Sun, 24 Oct 2021 19:51:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hongyi Zhao wrote:

> byte-compile  = $(emacs)                                      \
>     --batch                                                   \
>     --eval "(setq load-path (append load-path '($(packs)))))" \
>     -f batch-byte-compile
>
> TBF, I really have never used Emacs like this ;-(

Well, start today ... That is an ordinary Makefile the same
way you'd write it for whatever.

But that command looks more polished/complicated than it is or
needs to be, to make it work for just one basic Elisp file it
should be enough to do

$ emacs --batch -f batch-byte-compile EL-FILE

"do it today, in a different way"

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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