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: Johan Bockgård
Subject: Re: Writing to STDOUT from elisp
Date: Thu, 10 Jul 2014 21:09:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Craig Muth <address@hidden> writes:

> You can get princ to write to "standard-output", meaning the echo
> area.  I'm looking to write to the stdout of the whole process, so the
> output shows up in the terminal you launched emacs in.  So when you
> exit emacs, you'll see the text in the shell.

(write-region STRING nil "/dev/stdout")



reply via email to

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