From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7575 invoked from network); 19 Apr 2004 16:18:28 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Apr 2004 16:18:28 -0000 Received: (qmail 13462 invoked by alias); 19 Apr 2004 16:18:06 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7368 Received: (qmail 13450 invoked from network); 19 Apr 2004 16:18:06 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 19 Apr 2004 16:18:06 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 19 Apr 2004 16:18:6 -0000 Received: (qmail 10648 invoked from network); 19 Apr 2004 16:18:06 -0000 Received: from tantale.fifi.org (root@216.27.190.146) by a.mx.sunsite.dk with SMTP; 19 Apr 2004 16:18:04 -0000 Received: from ceramic.fifi.org (mail@ceramic.fifi.org [216.27.190.147]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id JAA29007; Mon, 19 Apr 2004 09:17:44 -0700 Received: from phil by ceramic.fifi.org with local (Exim 4.22) id 1BFbSq-0002N8-AS; Mon, 19 Apr 2004 09:17:44 -0700 To: Eric Smith Cc: zsh-users@sunsite.dk Subject: Re: turning off quote interpolation References: <20040419111834.GL11257@fruitcom.com> Mail-Copies-To: nobody From: Philippe Troin Date: 19 Apr 2004 09:17:44 -0700 In-Reply-To: <20040419111834.GL11257@fruitcom.com> Message-ID: <87oepox7pz.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Philippe Troin X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 Eric Smith writes: > I have for example a function that passes args to google search. > Most times I \"quote a few words\" but have to escape the quotes so that > the shell passes them through to the command :) > > How can I have zsh pass the quotes through without having > to type extra backslashes or whatever? Show us the function... Phil.