emacs-devel
[Top][All Lists]
Advanced

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

Re: Writing to STDOUT from elisp


From: Eli Zaretskii
Subject: Re: Writing to STDOUT from elisp
Date: Tue, 08 Jul 2014 17:54:27 +0300

> From: Mathias Dahl <address@hidden>
> Date: Tue, 8 Jul 2014 08:36:18 +0200
> Cc: address@hidden
> 
> Not sure this can be done without using batch mode. This is a small test I
> just did on w32:
> 
> c:\> emacs.exe --batch --eval "(message """Test""")"
> Test

'message' writes to stderr, not to stdout, so this is not what the OP
wanted.

Stephen's suggestion is better: it does write to stdout.



reply via email to

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