Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to do filename completion with umlauts?
- X-seq: zsh-users 5781
- From: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- To: ZSH User List <zsh-users@xxxxxxxxxx>
- Subject: Re: How to do filename completion with umlauts?
- Date: Mon, 20 Jan 2003 11:35:28 -0500
- In-reply-to: <6134254DE87BD411908B00A0C99B044F03A0B5E9@xxxxxxxxxxxxxxxxxxxxxxx>
- Kreccount: 1
- Mail-followup-to: ZSH User List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: KasCada Telekommunikation und Marketing GmbH
- References: <20030120102923.A2388@xxxxxxxxxxxxxxxxxxx> <6134254DE87BD411908B00A0C99B044F03A0B5E9@xxxxxxxxxxxxxxxxxxxxxxx>
Hi Andrey and Oliver,
thanks for your help, but it still doesn't work. :-(
> May it depend on locale settings? Do you have locale set up?
Yes. I didn't have all the LC_* set up, just LC_ALL but even after copying
your setup it doesn't work.
> This is on Mandrake with zsh 4.0.6
Here Debian Package zsh 4.0.4-33
> > 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.
Oops!
> Try 'm:{A-Zöäüa-zÖÄÜ}={a-zÖÄÜA-Zöäü}' instead.
Unfortunately this doesn't work either. :-(
Now when I type TAB after an umlaut _nothing_ happens, it just beeps.
If I press TAB after a "normal" character it completes, but doesn't change
the case of umlauts either. Hm, what else could be wrong?
Thanks,
Andy.
--
http://peru.spiegl.de Our project
http://radiomaranon.org.pe Radio Marañón, Jaén, Perú
o _ _ _
------- __o __o /\_ _ \\o (_)\__/o (_) -o)
----- _`\<,_ _`\<,_ _>(_) (_)/<_ \_| \ _|/' \/ /\\
---- (_)/ (_) (_)/ (_) (_) (_) (_) (_)' _\o_ _\_v
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"There are two major products that come out of Berkeley: LSD and UNIX.
We don't believe this to be a coincidence." - Jeremy S. Anderson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author