From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: Output to shell when calling emacsclient? Date: Sat, 22 Oct 2011 18:42:37 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHgX0-0002s2-1N for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 14:42:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHgWy-0001Jw-TL for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 14:42:54 -0400 Received: from lo.gmane.org ([80.91.229.12]:42008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHgWy-0001Jq-KS for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 14:42:52 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RHgWw-0000sF-RO for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 20:42:51 +0200 Received: from c-24-22-131-140.hsd1.wa.comcast.net ([24.22.131.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Oct 2011 20:42:50 +0200 Received: from hesitz by c-24-22-131-140.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Oct 2011 20:42:50 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm running --eval commands from the shell using emacsclient (and on windows emacsclientw). The --batch option does not seem to be an option with emacsclient, although it works fine with plain emacs. However, I would still like to print output to the shell that I'm issuing the emacsclient command in. Is there some way to do this? Thanks, Herb