From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26730 invoked from network); 27 Feb 2009 16:34:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Feb 2009 16:34:02 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 56802 invoked from network); 27 Feb 2009 16:33:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Feb 2009 16:33:55 -0000 Received: (qmail 4610 invoked by alias); 27 Feb 2009 16:33:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26624 Received: (qmail 4600 invoked from network); 27 Feb 2009 16:33:49 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 27 Feb 2009 16:33:49 -0000 Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by bifrost.dotsrc.org (Postfix) with ESMTP id 6BAAC8058F83 for ; Fri, 27 Feb 2009 17:33:45 +0100 (CET) Received: from torch.brasslantern.com ([173.67.122.60]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KFQ00JREGNZGNZO@vms173003.mailsrvcs.net> for zsh-workers@sunsite.dk; Fri, 27 Feb 2009 10:33:40 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n1RGXYCl024344 for ; Fri, 27 Feb 2009 08:33:35 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n1RGXYjd024343 for zsh-workers@sunsite.dk; Fri, 27 Feb 2009 08:33:34 -0800 From: Bart Schaefer Message-id: <090227083334.ZM24342@torch.brasslantern.com> Date: Fri, 27 Feb 2009 08:33:34 -0800 In-reply-to: <20090227101941.5552f177@pws-pc> Comments: In reply to Peter Stephenson "Re: PATCH: Error parsing $(...)" (Feb 27, 10:19am) References: <20090226094507.43cf3c16@gmail.com> <20090226225743.1b707d46@pws-pc> <20090227101941.5552f177@pws-pc> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Re: PATCH: Error parsing $(...) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/9054/Fri Feb 27 10:02:52 2009 on bifrost X-Virus-Status: Clean This doesn't work properly with respect to NO_INTERACTIVECOMMENTS: schaefer<501> print $(echo XX echo this # is not a comment echo YY) XX this YY schaefer<502> allopt interactive interactive on interactivecomments off