Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to do filename completion with umlauts?
- X-seq: zsh-users 5778
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- Subject: Re: How to do filename completion with umlauts?
- Date: Mon, 20 Jan 2003 17:07:44 +0100
- Cc: ZSH User List <zsh-users@xxxxxxxxxx>
- In-reply-to: <20030120102923.A2388@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20030120102923.A2388@xxxxxxxxxxxxxxxxxxx>
- Sender: kiddleo@xxxxxxxxxx
On 20 Jan, you wrote:
> Hi,
>
> how do I make case-insensitive filename completion work with umlauts?
> I tried
> zstyle ":completion:*" matcher-list 'm:{A-Zöäüa-zÖÄÜ}={a-zöäüA-ZÖÄÜ}'
You're mapping the characters to themselves instead of to the opposite
case. Try 'm:{A-Zöäüa-zÖÄÜ}={a-zÖÄÜA-Zöäü}' instead.
Oliver
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author