Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
stat() in compctl
- X-seq: zsh-workers 3234
- From: Ervin Nemeth <airwin@xxxxxxxxxx>
- To: Zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: stat() in compctl
- Date: Fri, 13 Jun 1997 14:53:56 +0200
First problem:
kempelen 68% compctl -g '(.*|*)(/)' cd
kempelen 69% ln -s /tmp .
kempelen 70% ls
tmp@
kempelen 71% cd tm[TAB]
[BEEP]
Somewhere in compctl lstat() should be used instead of stat().
Second problem is, that the effect of !68 is not like regular file
completition, because list-choices on a null-string lists hidden directories,
while regular file completition does not list hidden files.
Ervin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author