Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Directory not recognized as directory
- X-seq: zsh-workers 21981
- From: DervishD <zsh@xxxxxxxxxxxx>
- To: Andrey Borzenkov <arvidjaar@xxxxxxxxxx>
- Subject: Re: Directory not recognized as directory
- Date: Wed, 2 Nov 2005 21:32:47 +0100
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200511022255.08477.arvidjaar@xxxxxxxxxx>
- Mail-followup-to: Andrey Borzenkov <arvidjaar@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: DervishD
- References: <20051102140207.GA16931@DervishD> <200511022224.41905.arvidjaar@xxxxxxxxxx> <20051102193239.GA1840@DervishD> <200511022255.08477.arvidjaar@xxxxxxxxxx>
Hi Andrey :)
* Andrey Borzenkov <arvidjaar@xxxxxxxxxx> dixit:
> > Anyway, this problem doesn't affect just the "stat" builtin. It
> > fools the completion system (at least compctl), too.
> >
>
> Could you give specific example? It seems to work in current CVS:
>
> {pts/1}% ~/pkg/bin/zsh -f
> cooker% ls ????????????/
>
> notice "/" so it correctly stats directory.
In 4.2.5 the same doesn't work. The completion cycles between all
files and dirs, adding a "/" to all directories *except* the "\x90"
one.
$ zsh -f
$ mkdir A B C $'\x90'
$ ls <TAB>
\- ls A/<TAB>
\- ls B/<TAB>
\- ls C/<TAB>
\- ls ^Ð
I'm representing the cycle using the "\-" thingie (sorry, I
couldn't think of anything better) and I hope you can see the last
line, which is exactly what appears in my system, a caret and a
capital "D" crossed by a line.
Do you want me to test anything more? I'm a bit lost here and
don't know which tests to carry to help you O:)
Thanks a lot for your interest :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It's my PC and I'll cry if I want to...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author