[
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:
2014年7月08日 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
> >
> >
- Re: Writing to STDOUT from elisp , Mathias Dahl, 2014年07月08日
- Re: Writing to STDOUT from elisp,
Stephen J. Turnbull <=
- Re: Writing to STDOUT from elisp , Eli Zaretskii, 2014年07月08日
- 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日