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

Re: Bug#501851: zsh: Completion fails if a directory name contains '(', ')' and 'Ä '.



On Mon, 13 Oct 2008 10:32:05 +0900
Morita Sho <morita-pub-en-debian@xxxxxxxxxxxxxxxx> wrote:
> Additionally, Ä/[TAB] completion doesn't work on cvs head. (It was working on
> zsh 4.3.6)
> 
>   % mkdir Ä
>   % touch Ä/foo
>   % ls Ä/[TAB]
>    => Nothing completes.

This works fine for me (as does the version with "()" after the previous
fix).  Does the same still happen after "zsh -f; autoload -U compinit;
compinit"?  Is the character the composed version, i.e. Unicode 0x0104,
which is 0xc4 0x84 in UTF-8, or could it be some decomposed version with
combining characters?

Please send the output from running "^X?" if there no obvious difference.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070



Messages sorted by: Reverse Date, Date, Thread, Author