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 25874
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#501851: zsh: Completion fails if a directory name contains '(', ')' and 'Ä '.
- Date: Mon, 13 Oct 2008 10:30:14 +0100
- Cc: 501851@xxxxxxxxxxxxxxx
- In-reply-to: <48F2A515.1030203@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <20081010230611.23133.42221.reportbug@debian> <20081010231712.GA20915@xxxxxxxx> <48F0AE88.1020307@xxxxxxxxxxxxxxxx> <20081011225255.0df2e350@pws-pc> <48F2A515.1030203@xxxxxxxxxxxxxxxx>
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