From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Writing to STDOUT from elisp Date: Tue, 08 Jul 2014 16:03:34 +0900 Message-ID: <878uo4tjqx.fsf@uwakimon.sk.tsukuba.ac.jp> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1404803049 21085 80.91.229.3 (8 Jul 2014 07:04:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2014 07:04:09 +0000 (UTC) Cc: Craig Muth , emacs-devel@gnu.org To: Mathias Dahl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 08 09:04:02 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X4PRY-0005Wc-Ki for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2014 09:04:00 +0200 Original-Received: from localhost ([::1]:54240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4PRY-00028v-72 for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2014 03:04:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4PRN-00028D-TE for emacs-devel@gnu.org; Tue, 08 Jul 2014 03:03:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4PRG-00039q-EH for emacs-devel@gnu.org; Tue, 08 Jul 2014 03:03:49 -0400 Original-Received: from mgmt1.sk.tsukuba.ac.jp ([130.158.97.223]:47160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4PRG-00039P-44 for emacs-devel@gnu.org; Tue, 08 Jul 2014 03:03:42 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt1.sk.tsukuba.ac.jp (Postfix) with ESMTP id 3DBD13FA0B3A; Tue, 8 Jul 2014 16:03:34 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 32169128860; Tue, 8 Jul 2014 16:03:34 +0900 (JST) In-Reply-To: X-Mailer: VM undefined under 21.5 (beta34) "kale" acf1c26e3019 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 130.158.97.223 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172893 Archived-At: 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 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 > > > >