Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: glob qualifier to prepend a word
- X-seq: zsh-workers 27700
- From: Michael Hwang <michael.a.hwang@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: glob qualifier to prepend a word
- Date: Tue, 9 Feb 2010 15:25:52 -0500
- 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=
- In-reply-to: <201002091721.o19HLGni008860@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <6084.1265725808@xxxxxxx> <237967ef1002090916u76a53223gc72136d87d4ef410@xxxxxxxxxxxxxx> <201002091721.o19HLGni008860@xxxxxxxxxxxxxx>
The zshexpn section is a bit messed up. I see this:
*P**string*.’(
I assume it is supposed to look like:
*P**string*
Michael Hwang
On Tue, Feb 9, 2010 at 12:21 PM, Peter Stephenson <pws@xxxxxxx> 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 <pws@xxxxxxx> 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
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author