Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#501851: zsh: Completion fails if a directory name contains '(', ')' and 'Ą '.
- X-seq: zsh-workers 25840
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Morita Sho <morita-pub-en-debian@xxxxxxxxxxxxxxxx>, 501851@xxxxxxxxxxxxxxx
- Subject: Re: Bug#501851: zsh: Completion fails if a directory name contains '(', ')' and 'Ą '.
- Date: Fri, 10 Oct 2008 23:17:12 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20081010230611.23133.42221.reportbug@debian>
- Mail-followup-to: Morita Sho <morita-pub-en-debian@xxxxxxxxxxxxxxxx>, 501851@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20081010230611.23133.42221.reportbug@debian>
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