From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: Writing to STDOUT from elisp Date: Fri, 11 Jul 2014 00:54:03 +0200 Message-ID: <87k37k25bo.fsf@gnu.org> References: <83mwcjdhp8.fsf@gnu.org> <871ttvu6kx.fsf@uwakimon.sk.tsukuba.ac.jp> <87oawzfzi0.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405032878 19183 80.91.229.3 (10 Jul 2014 22:54:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 22:54:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 11 00:54:31 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 1X5NET-0002Hy-9i for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 00:54:29 +0200 Original-Received: from localhost ([::1]:40696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5NES-00044f-JI for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 18:54:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5NEF-0003zK-Nq for emacs-devel@gnu.org; Thu, 10 Jul 2014 18:54:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5NE7-0000ZW-2s for emacs-devel@gnu.org; Thu, 10 Jul 2014 18:54:15 -0400 Original-Received: from smtprelay-b22.telenor.se ([195.54.99.213]:43146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5NE6-0000Yl-Rm for emacs-devel@gnu.org; Thu, 10 Jul 2014 18:54:07 -0400 Original-Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-b22.telenor.se (Postfix) with ESMTP id A991DC586 for ; Fri, 11 Jul 2014 00:54:05 +0200 (CEST) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.229.5.153] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsYJABoZv1NV5QWZPGdsb2JhbABZgw6BH4IrggKDBsEJAYEJFwQBAQEBODWEAwEBBAFWKAsLISUPAQQNCwEMCi2ILgMJDAG+ew2HGBeNGYIyFoQtBZkAkAGJWTs X-IPAS-Result: AsYJABoZv1NV5QWZPGdsb2JhbABZgw6BH4IrggKDBsEJAYEJFwQBAQEBODWEAwEBBAFWKAsLISUPAQQNCwEMCi2ILgMJDAG+ew2HGBeNGYIyFoQtBZkAkAGJWTs X-IronPort-AV: E=Sophos;i="5.01,640,1400018400"; d="scan'208";a="612512278" Original-Received: from c-9905e555.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.229.5.153]) by ipb4.telenor.se with ESMTP; 11 Jul 2014 00:54:05 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 529CB484171; Fri, 11 Jul 2014 00:54:03 +0200 (CEST) Mail-Copies-To: never In-Reply-To: (Craig Muth's message of "Tue, 8 Jul 2014 18:50:23 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.213 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:172951 Archived-At: Craig Muth 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. You can write to STDERR with `external-debugging-output'.