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

Re: Case-insensitive completion



Right, I realize that I've stated my real problem too vaguely. Several of
my recent postings to this list are based on the fact that I'm using menu
completion, and that I'm concerned about in which order completions are
suggested, as that is a major convenience factor when stepping through the
suggestions.

Jesper


* On Tue Sep 16, Oliver Kiddle wrote:
> 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