Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion
- X-seq: zsh-users 19695
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: completion
- Date: Wed, 7 Jan 2015 17:58:39 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SKRJH1YSe9sIhRdVHqvznGmGhHRphy3I9ekPltr3LN8=; b=vKsViX6juBWaNnhG8r1uzTh29lTVLz75s/2W1YTXKEK/kkuYBxMpS5ajUj+kfuYTaL 9VU8aKCfX1EC7dq4jQzVOqWs2R/rV+YFH9r6UcSyhBJV8r8mJ+59E/4fRKTT0ae+P2UX DH89A8Zo2mxapGNHa3+4HQylW48jXLF05mLrTe/Q5gmgEA4XTjkRQc8bFR8IGk06S0TQ DqWGnV9+VYC1dnfRgiBhGlPY7nKN7jqV9I8Oib3b+Fl0142Kwy0cb5HZdBc5fLW0Xe5v knye9i1KqZWb2KXH6aWklSYelUzkwud6xYrM9mMiLJ6douQhGlC8cR/9wJByjn1mzRmg 8F0A==
- In-reply-to: <20150107152856.0a347dec@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <5488D414.6010300@eastlink.ca> <30453.1418258082@thecus.kiddle.eu> <5488F0AC.2040901@eastlink.ca> <141210214454.ZM12261@torch.brasslantern.com> <5489C8F4.8030703@eastlink.ca> <141211092824.ZM13349@torch.brasslantern.com> <5489F1BC.5000900@eastlink.ca> <20150107150109.GA14088@ypig.lip.ens-lyon.fr> <20150107152856.0a347dec@pwslap01u.europe.root.pri>
On Wed, Jan 7, 2015 at 4:28 PM, Peter Stephenson
<p.stephenson@xxxxxxxxxxx> wrote:
> On Wed, 7 Jan 2015 16:01:09 +0100
> Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
>> On 2014-12-11 11:34:20 -0800, Ray Andrews wrote:
>> > Anyway, knowing that the star replaces the colons cracks it open.
>>
>> This is a bit old, but... When can an asterisk replace a colon?
>
> Colons aren't special to pattern matching at all.
>
>> If an asterisk can match anything, there may be an ambiguity on
>> which field some given word will match.
>
> Yes, they are ambiguous. The examples probably could do with fixing.
>
> With some of the more complicated things you can do, this can actually
> be hard to work around, I seem to remember.
Does [^:]# work in this context?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author