Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
cd =5 changed semantics?
- X-seq: zsh-workers 955
- From: Andreas Koenig <k@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: cd =5 changed semantics?
- Date: Thu, 25 Apr 1996 15:03:55 +0200
- In-reply-to: <199604250648.CAA08013@xxxxxxxxxxxxxxxxxxxxxxxxx> (message from Richard Coleman on Thu, 25 Apr 1996 02:48:01 -0400)
- Reply-to: andreas.koenig@xxxxxxx
After installation of beta14 I cannot use the equal substitution as I
was used to with beta13. I haven't changed my dot_zsh_files.
Simple example:
k@anna:/tmp% dirs
/tmp / ~
k@anna:/tmp% setopt | egrep 'auto|equal'
autolist
autopushd
magicequalsubst
k@anna:/tmp% unsetopt | egrep 'auto|equal'
autocd
automenu
autonamedirs
autoparamkeys
autoparamslash
autoremoveslash
autoresume
noequals
k@anna:/tmp% cd =2
zsh: 2 not found
^^^^^^^^^^^^^^^^^^^^^^^^^
k@anna:/tmp% echo $ZSH_VERSION
2.6-beta14
k@anna:/tmp% zsh-2.6-beta13 -f
anna% pushd /
/ /tmp
anna% pushd ~
~ / /tmp
anna% cd =2
anna% pwd
/tmp
anna%
Trying several variations on setopt/unsetopt didn't change
behaviour. What's going on?
Thanks,
andreas
Messages sorted by:
Reverse Date,
Date,
Thread,
Author