From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Problem quoting expression to be eval'ed by emacsclient Date: Wed, 23 Oct 2013 18:33:00 +0300 Message-ID: <83r4bchuj7.fsf@gnu.org> References: <86y55kcrpc.fsf@somewhere.org> <87a9i02wu4.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1382542433 17576 80.91.229.3 (23 Oct 2013 15:33:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2013 15:33:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 23 17:33:57 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VZ0RY-0005fn-Kc for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Oct 2013 17:33:56 +0200 Original-Received: from localhost ([::1]:49854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ0RY-0004Ta-9J for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Oct 2013 11:33:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ0Qv-0003xB-HO for help-gnu-emacs@gnu.org; Wed, 23 Oct 2013 11:33:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZ0Qo-0005rM-7o for help-gnu-emacs@gnu.org; Wed, 23 Oct 2013 11:33:17 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:54398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ0Qn-0005rA-Sa for help-gnu-emacs@gnu.org; Wed, 23 Oct 2013 11:33:10 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MV400N00OBX0J00@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Wed, 23 Oct 2013 18:32:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MV400MF4OIIV870@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Wed, 23 Oct 2013 18:32:42 +0300 (IDT) In-reply-to: <87a9i02wu4.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94174 Archived-At: > From: Thorsten Jolitz > Date: Wed, 23 Oct 2013 10:52:19 +0200 > > > I'm trying to evaluate an expression via `emacsclient' (from a Zsh shell), > > for example: > > > > $ emacsclient -e "(message \"hello\")" > > This works for me (bash): > > #+begin_src sh > $ emacsclient -s my-server -e "(message \"hello\")" > "hello" > #+end_src But you aren't on Windows, are you?