Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] don't treat alone grouping pattern as glob qualifier
- X-seq: zsh-workers 32006
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] don't treat alone grouping pattern as glob qualifier
- Date: Sun, 17 Nov 2013 19:42:26 -0800
- In-reply-to: <20131118003043.GA2709@localhost.localdomain>
- 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: <20131117052423.GA20827@localhost.localdomain> <131117104041.ZM30561@torch.brasslantern.com> <20131118003043.GA2709@localhost.localdomain>
On Nov 18, 8:30am, Han Pingtian wrote:
} Subject: Re: [PATCH] don't treat alone grouping pattern as glob qualifier
}
} On Sun, Nov 17, 2013 at 10:40:41AM -0800, Bart Schaefer wrote:
} > However, I can't immediately think of any reason why a paren should be
} > considered part of a "trailing set" when nothing precedes it ...
}
} Yes, because there is nothing before (s*), it wouldn't be treated as
} qualifiers, I think.
Anybody else going to chime in on this? Are there other cases where
the (s == str) test in the patch could be true but the paren really
should be treated as introducing a qualifier?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author