From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18224 invoked from network); 19 Apr 2004 16:23:10 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Apr 2004 16:23:10 -0000 Received: (qmail 16517 invoked by alias); 19 Apr 2004 16:22:42 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7369 Received: (qmail 16504 invoked from network); 19 Apr 2004 16:22:41 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 19 Apr 2004 16:22:41 -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:22:39 -0000 Received: (qmail 12414 invoked from network); 19 Apr 2004 16:22:38 -0000 Received: from unknown (HELO pepper.fruitcom.com) (postfix@213.201.177.249) by a.mx.sunsite.dk with SMTP; 19 Apr 2004 16:22:37 -0000 Received: from localhost (pepper [127.0.0.1]) by pepper.fruitcom.com (Postfix) with ESMTP id 87DA06A055; Mon, 19 Apr 2004 18:22:35 +0200 (CEST) Received: from pepper.fruitcom.com ([127.0.0.1]) by localhost (pepper [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16716-04-4; Mon, 19 Apr 2004 18:22:24 +0200 (CEST) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id DA58969E73; Mon, 19 Apr 2004 18:22:24 +0200 (CEST) Date: Mon, 19 Apr 2004 18:22:24 +0200 From: Eric Smith To: zsh-users@sunsite.dk Subject: Re: turning off quote interpolation Message-ID: <20040419162224.GR11257@fruitcom.com> References: <20040419111834.GL11257@fruitcom.com> <87oepox7pz.fsf@ceramic.fifi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87oepox7pz.fsf@ceramic.fifi.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian os) 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 Sure, goo () { w3m "http://www.google.com/search?q=$1+$2+$3+$4+$5+$6+$7+$8&num=100" } ... trivial According to Philippe Troin on Mon, Apr 19, 2004 at 09:17:44AM -0700: > 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... Eric