Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Case-insensitive completion



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