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

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

Re: 'emacs -batch -eval ... -f ...' outputs everyday crunching to stderr


From: Emanuel Berg
Subject: Re: 'emacs -batch -eval ... -f ...' outputs everyday crunching to stderr?
Date: Thu, 04 Sep 2014 20:52:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Aurélien Aptel <aurelien.aptel@gmail.com> writes:

> You can use `append' instead of `cl-concatenate'.
> It's a builtin.

You mean like this?

(setq l1 '(1 2 3))
(setq l2 '(four five six))

(setq l1 (append l1 l2))

Yeah, that's better. Then I don't need to bring in CL
for the Makefile so when I compile individual files
those will complain if they use CL and I don't bring it
in for that particular file. Thank you!

And idea as to the output to stderr?

-- 
underground experts united


reply via email to

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