From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18410 invoked from network); 19 Apr 2004 11:19:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Apr 2004 11:19:06 -0000 Received: (qmail 26622 invoked by alias); 19 Apr 2004 11:18:42 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7364 Received: (qmail 26610 invoked from network); 19 Apr 2004 11:18:41 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 19 Apr 2004 11:18: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 11:18:41 -0000 Received: (qmail 1831 invoked from network); 19 Apr 2004 11:18:41 -0000 Received: from unknown (HELO pepper.fruitcom.com) (postfix@213.201.177.249) by a.mx.sunsite.dk with SMTP; 19 Apr 2004 11:18:39 -0000 Received: from localhost (pepper [127.0.0.1]) by pepper.fruitcom.com (Postfix) with ESMTP id B2FD56A02A; Mon, 19 Apr 2004 13:18:38 +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 11072-01-4; Mon, 19 Apr 2004 13:18:35 +0200 (CEST) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id 01D2A69E6E; Mon, 19 Apr 2004 13:18:35 +0200 (CEST) Date: Mon, 19 Apr 2004 13:18:34 +0200 From: Eric Smith To: zsh-users@sunsite.dk Subject: turning off quote interpolation Message-ID: <20040419111834.GL11257@fruitcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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? Thanks! -- Eric Smith