From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20388 invoked by alias); 9 Feb 2010 20:51:45 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27700 Received: (qmail 27938 invoked from network); 9 Feb 2010 20:51:43 -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=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,HTML_MESSAGE autolearn=ham version=3.2.5 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.219.227 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=fxH3WbCbS5khPUl/Rh/lviaKykoD9leFpkfVAPBeinI=; b=rnF1HOSvDV4IMtGA2BSEmHWk7SP2hE4kL7TscvfRQ+FJQzC17jj+nceqbqvzqCJtK4 HCbzI2pAO4NBSoqtIRb2m/4FfTBD6Mb/W5kEXI9Juoq3VZocCNCTguoNiQYErLVLCdVL 1e0dMjHwKuaeFS6x9FdwFbSQquBGqGwbnXDMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=sMd8eIlMPppK3OhcNsEkr1xn5z1sWpmHXIU0+RgIcbXfRZ0JydDscZd7cr0ozUD51A RRaWpq3OHa9rU0oA1nwoTsCRhi7MPCYKP14yaLPEZT8+ZFy8mkfeRmXy4yvPd5xuBAui /LFQ6YyDIL+rG6J1eOcUVLcJr1cCyw7kaoPgU= MIME-Version: 1.0 In-Reply-To: <201002091721.o19HLGni008860@news01.csr.com> References: <6084.1265725808@csr.com> <237967ef1002090916u76a53223gc72136d87d4ef410@mail.gmail.com> <201002091721.o19HLGni008860@news01.csr.com> Date: Tue, 9 Feb 2010 15:25:52 -0500 Message-ID: <22a0ef081002091225v36f86eban3644d4c4669f0d7@mail.gmail.com> Subject: Re: PATCH: glob qualifier to prepend a word From: Michael Hwang To: Zsh hackers list Content-Type: multipart/alternative; boundary=0016e6d7f07b67a762047f30b9b7 --0016e6d7f07b67a762047f30b9b7 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable The zshexpn section is a bit messed up. I see this: *P**string*.=92( I assume it is supposed to look like: *P**string* Michael Hwang On Tue, Feb 9, 2010 at 12:21 PM, Peter Stephenson wrote: > Mikael Magnusson wrote: >> So my theory on why this can be done after sorting but e can't is that >> e can remove matches, which is done before sorting. Is that correct? > > "e" can play around with matches how it likes, up to and including doing > arbitrary private forms of globbing of its own, so sorting needs to come > after, yes. I should have said so explicitly. > > -- > Peter Stephenson Software Engineer > Tel: +44 (0)1223 692070 Cambridge Silicon Radio Limited > Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ= , UK > > > Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom > --0016e6d7f07b67a762047f30b9b7--