Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: case-insensitive completion
- X-seq: zsh-workers 22322
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: case-insensitive completion
- Date: Sun, 05 Mar 2006 01:44:16 -0800
- In-reply-to: <quack.20060301T0116.lth3bi2frtr@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <quack.20060301T0116.lth3bi2frtr@xxxxxxxxxxxxxxxxxxxx>
On Mar 1, 1:16am, Karl Chen wrote:
}
} Hi, I use the following for case-insensitive completion:
} zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
}
} It has always been MUCH slower than regular completion, esp on big
} directories. With 4.3.0-dev-5 it got even worse.
I suspect that if you compile with --disable-multibyte you'll at get
at least back to the speed before 4.3.0-dev-5. I'd be curious to know
if you don't.
} Any plans to implement case-insensitive matching natively?
What do you mean "natively"? The matcher-list matching is all done
in C, even though it's enabled via zstyle.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author