Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Case-insensitive completion
- X-seq: zsh-users 6582
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: Re: Case-insensitive completion
- Date: Tue, 16 Sep 2003 14:17:20 +0200
- In-reply-to: <1933.1063713568@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1933.1063713568@xxxxxxx>
Peter wrote:
>
> You know you can do
> zstyle blah matcher-list '' 'm:{a-z}={A-Z}
> to try out no modifications first? I suppose the problem is that
> matcher-list is too early to try for each context separately, but I
> wouldn't have thought that was too hard to fix.
That's not the same. That is just a shorter way of doing what the
original _complete _complete:jhcase completer style was doing.
If I'm understanding the problem correctly, it relates to the order in
which matches are cycled through in menu completion and not the order in
which sets of matches are tried.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author