From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sebastien Vauban" Newsgroups: gmane.emacs.help Subject: Re: Problem quoting expression to be eval'ed by emacsclient Date: Wed, 23 Oct 2013 23:56:16 +0200 Organization: Sebastien Vauban Message-ID: <86wql3tzwf.fsf@somewhere.org> References: <86y55kcrpc.fsf@somewhere.org> <87a9i02wu4.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1382565613 4399 80.91.229.3 (23 Oct 2013 22:00:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2013 22:00:13 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Thu Oct 24 00:00:18 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 1VZ6TR-00060m-O4 for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Oct 2013 00:00:17 +0200 Original-Received: from localhost ([::1]:51565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ6TR-0004sm-Ca for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Oct 2013 18:00:17 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Injection-Info: mx05.eternal-september.org; posting-host="6f05eaee171434c896d44feeaf7179f0"; logging-data="25167"; mail-complaints-to="abuse-VVbKFVtnif8H+i2N2EyTrmui9UKz+5OX@public.gmane.org"; posting-account="U2FsdGVkX1/wnc25nHHSveWLqcsFmjS4" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-Archive: encrypt Cancel-Lock: sha1:kfkg63tmczbXQHMz+BbmzZtaPgA= sha1:rKY+P+u+oHcepKHLJSQpttMhjb4= X-Url: Under construction... Original-Xref: usenet.stanford.edu gnu.emacs.help:201911 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:94181 Archived-At: Eli Zaretskii wrote: >> 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? If you're asking the question to me, then yes, I'm on Windows. But the above tests I made are from a Cygwin Zsh session. I did not think that would differ from a Unix Zsh, but it seems so, then? Best regards, Seb -- Sebastien Vauban