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: Stephen J. Turnbull
Subject: Re: Writing to STDOUT from elisp
Date: Tue, 08 Jul 2014 16:03:34 +0900

See `princ' and friends.

Mathias Dahl writes:
 > 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
 > 
 > 
 > 
 > On Sun, Jun 29, 2014 at 12:51 AM, Craig Muth <address@hidden> wrote:
 > 
 > > Is there a way to have elisp send a string to the STDOUT of the main
 > > emacs process?  So that it appears in the calling shell I launched
 > > emacs from?  (So I'll see it when I suspend or quit?)
 > >
 > > Ty!
 > > --Craig
 > >
 > >



reply via email to

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