Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug with multibyte and completion
- X-seq: zsh-workers 21883
- From: François-Xavier Coudert <fxcoudert@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug with multibyte and completion
- Date: Wed, 19 Oct 2005 15:38:46 +0200
- Cc: FX Coudert <fxcoudert@xxxxxxxxx>
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=hhta+gvrB4IUaT3OGzECTK+2L16lC1l94i/WbcDRmZ9jmJt0MG3+pFMkKgYL+ECUIO10qLhRI87fpuosEWWNDkWxSB2wngIXgX34kutQSEN/X3olnTG54xwbuThRyLGczt+sP9HghTuo3vP8caNVssAmgfVSPc/JlzdeBR+luyI=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
Former user of zsh, I switched to bash for its ability to handle
multibyte. I regularly try zsh from CVS to keep track of the
progresses and switch back as soon as possible. I found very good
multibyte improvements (thanks for the good work!), and experienced
the following bug. I hope this can help, if this is already known,
please ignore me...
[all this in UTF-8 locale] In a directory containing two files,
foo.pdf and 文京区と目黒区.pdf (or any unicode with double-width characters
on my xterm), typing "ls" and asking for completion gives
successively:
pc31 /tmp/test $ ls foo.pdf
foo.pdf 文京区と目黒区.pdf
pc31 /tmp/test $ ls 文京区と目黒区.pdf
foo.pdf 文京区と目黒区.pdf
pc31 /tmp/test $ ls 文京区 foo.pdf
foo.pdf 文京区と目黒区.pdf
While the first two are OK, the third should be exactly like the
first. It looks like the wide-characters string is not erased
correctly. Pressing ^L at that point results in the redrawn screen
looking as it should.
Thanks,
FX
Messages sorted by:
Reverse Date,
Date,
Thread,
Author