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

Re: How to do filename completion with umlauts?



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