From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18483 invoked from network); 29 Apr 2007 19:18:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Apr 2007 19:18:09 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 28072 invoked from network); 29 Apr 2007 19:18:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Apr 2007 19:18:04 -0000 Received: (qmail 18696 invoked by alias); 29 Apr 2007 19:18:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23348 Received: (qmail 18679 invoked from network); 29 Apr 2007 19:18:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Apr 2007 19:18:00 -0000 Received: (qmail 27760 invoked from network); 29 Apr 2007 19:18:00 -0000 Received: from redoubt.spodhuis.org (HELO mx.spodhuis.org) (193.202.115.177) by a.mx.sunsite.dk with SMTP; 29 Apr 2007 19:17:56 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=first1; d=spodhuis.org; h=Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To; b=S4JCuHM4e3lM0M4tF5ybfFk6cvov5uMSP6rs3gIfu7Yuc9Te0fN3HZNlbEpCjGdqnHn9tHmqgwZEcnV804CEYRNWU0yIdXYfsp8Y5L5k1XudMsoUDFuPYhYJqKr9KDvJ6IrUhMMeiNhEe/0Rqe1hCfhvSqAONFMaTgQX5/NkeyQ=; Received: by smtp.spodhuis.org with local id 1HiEuC-00042I-Ew; Sun, 29 Apr 2007 19:17:56 +0000 Date: Sun, 29 Apr 2007 12:17:56 -0700 From: Phil Pennock To: zsh-workers@sunsite.dk Subject: Re: PATCH: zsh/regex and =~ Message-ID: <20070429191756.GA15470@redoubt.spodhuis.org> Mail-Followup-To: zsh-workers@sunsite.dk References: <200704291516.l3TFGGVv004922@pwslaptop.csr.com> <200704291528.l3TFSBgV005264@pwslaptop.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704291528.l3TFSBgV005264@pwslaptop.csr.com> On 2007-04-29 at 16:28 +0100, Peter Stephenson wrote: > Having looked further, I see that's the effect of what you've done (with > other stuff)... however, (unless I missed something in one of the > subsequent patches) the documentation for =~ still claims it's (always) > based on pcre. Meh. I knew I was missing something. Sorry.