[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.
- Re: Writing to STDOUT from elisp, Mathias Dahl, 2014/07/08
- Re: Writing to STDOUT from elisp, Stephen J. Turnbull, 2014/07/08
- Re: Writing to STDOUT from elisp,
Eli Zaretskii <=
- Re: Writing to STDOUT from elisp, Andreas Schwab, 2014/07/08
- Re: Writing to STDOUT from elisp, Craig Muth, 2014/07/09
- Re: Writing to STDOUT from elisp, Eli Zaretskii, 2014/07/08
- Re: Writing to STDOUT from elisp, Eli Zaretskii, 2014/07/09
- Re: Writing to STDOUT from elisp, Craig Muth, 2014/07/10
- Re: Writing to STDOUT from elisp, Eli Zaretskii, 2014/07/10