Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
AUTO_CD (-J) with CDPATH problems
- X-seq: zsh-users 1829
- From: heiko_elger@xxxxxxxxxx
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: AUTO_CD (-J) with CDPATH problems
- Date: Mon, 28 Sep 1998 09:08:52 +0100
Hello,
my ZSH version is 3.14
The operating system is AIX V4.1.5
I have problems using the "AUTO_CD" option with zsh.
If I start my shell all seems to work correctly - that meens:
0:~/jobs> prom --> is expanded to cd ~/prom
0:~/prom>
But over the day the same command produces the following error:
0:~/jobs> prom
zsh: the file access permission do not allow the specified action.: prom
But my access prmissions are still the same
0:~> ls -ld prom
drwxr-xr-x 9 ente59 staff 3584 Sep 28 7:29 prom
If I explictly append an slash all works fine
0:~/jobs> prom/ --> is expanded to cd ~/prom
0:~/prom>
What's wrong. Is this a bug?
In zsh 3.0.5 there was the same problem but ony with one (!!!) subdirectory in
my home. Now (3.1.4) all subdirectories are affected.
Can anyone help me ?
Best regards
Heiko
Tha variable cdpath is set in my .zshrc
cdpath=(. ~ ~/src)
The following is the output of my options (setopt command)
autocd
noautolist
autopushd
nobadpattern
nobeep
cdablevars
extendedglob
extendedhistory
globcomplete
interactive
mailwarning
menucomplete
monitor
nonomatch
pushdignoredups
pushdsilent
pushdtohome
shinstdin
zle
How ....
sincerly
Heiko Elger
==================================================================
============= ARBURG GmbH + Co Tel: +49 7446 33-0
Postfach 1109 +49 7446 33-3659 (Heiko Elger)
D-72286 Lossburg Fax: +49 7446 33-3365
WWW: http://www.arburg.com
Email: heiko_elger@xxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author