Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: another file completion problem in 4.3.9-dev-2
- X-seq: zsh-workers 26919
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: another file completion problem in 4.3.9-dev-2
- Date: Sun, 03 May 2009 12:56:33 -0400
- In-reply-to: <090502075455.ZM29259@xxxxxxxxxxxxxxxxxxxxxx> (Bart Schaefer's message of "Sat, 02 May 2009 07:54:55 -0700")
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <18939.51080.161444.80368@xxxxxxxxxxxxxxxxxx> <090502075455.ZM29259@xxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
> "baz" is a mismatch in at least two dimensions, both position in the
> word (not a prefix) and case. I suspect the matcher list can adjust
> for only one dimension at a time.
I don't think that's true, it usually works for me, for example:
[~] greg@lwm| zsh -f
lwm% autoload -U compinit
lwm% compinit -D -u
lwm% zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' '+ l:|=* r:|=*'
lwm% mkdir temp
lwm% cd temp
lwm% touch FooBar FooBaz
lwm% ls baz # <TAB> ===> FooBaz
> On the other hand, the following DOES seem to be a bug, so maybe it
> is related somehow:
Interesting...
Thanks for taking a look, Bart!
Any thoughts on the other one I sent a couple weeks back, which seemed
to have something to do with quoting of space?
cheers,
greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author