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.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to