Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
pws-20: new completion problem after ``for''
- X-seq: zsh-workers 6465
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: pws-20: new completion problem after ``for''
- Date: Fri, 4 Jun 1999 16:36:55 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
bor@itsrm2:/tools/src/zsh-3.1.5-pws-20%> for i in /a/p/u/z/p/*20<TAB>
bor@itsrm2:/tools/src/zsh-3.1.5-pws-20%> for i in /a/p/u/z/p/*20zsh:
permission denied:
zsh: permission denied:
rchive ub/unix/zsh/patches/
pws-20/
but
bor@itsrm2:/tools/src/zsh-3.1.5-pws-20%> cd /a/p/u/z/p/*20<TAB>
bor@itsrm2:/tools/src/zsh-3.1.5-pws-20%> cd
/archive/pub/unix/zsh/patches/pws-20/
This is pws-20 with patches till 6433 and new completion (Core, Base,
Builtin + _configure).
With virgine Zsh I get
bor@itsrm2:/tools/src/zsh-3.1.5-pws-20%> zsh -f
itsrm2% fpath=(Completion/)
itsrm2% fpath=($PWD/Completion/*)
itsrm2% source Completion/Core/compinit
itsrm2% for i in /a/p/u/z/p/*20<TAB>
itsrm2% for i in /a/p/u/z/p/*20zsh: permission denied:
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author