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 Sat, Oct 11, 2008 at 08:06:11AM +0900, Morita Sho wrote:
> Completion fails if a directory name contains '(', ')' and 'Ą '.
> 'Ą ' is U+0104 in unicode.
> 
> Following is a small example to reproduce the problem.
> 
>   % mkdir '()Ą'
>   % touch '()Ą'/foo
>   % ls '()Ą'/[TAB]
>     => I expected it completes "foo", but it completes nothing.
> 
> 
> If I renamed the directory name slightly, e.g. remove a parenthesis or
> change 'Ą' to 'Ā ' (U+0100), it correctly completes "foo".

I get different but also unuseful behavior trying to reproduce that.



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