From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1044 invoked from network); 10 Jan 2001 19:44:18 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Jan 2001 19:44:18 -0000 Received: (qmail 23647 invoked by alias); 10 Jan 2001 19:44:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13338 Received: (qmail 23636 invoked from network); 10 Jan 2001 19:44:12 -0000 Date: Wed, 10 Jan 2001 20:44:10 +0100 From: Phil Pennock To: Zsh Development Workers Subject: Buglet for testcase: inconsistent autocd Message-ID: <20010110204409.A22978@globnix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organisation: Organisation? Here? No, over there ----> X-NIC-Handles: COCO-149560 COCO-456268 COCO-374186 (ignore PP8185) X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine and mine alone. Such views do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. X-Phase-of-Moon: The Moon is Waning Gibbous (99% of Full) Sender: Phil Pennock This is totally non-serious, but did glitch me. Seen in stable (3.0.8). zsh-window-1:~% setopt autocd zsh-window-1:~% mkdir foo zsh-window-1:~% cd foo zsh-window-1:~/foo% .. zsh-window-1:~% cd foo zsh-window-2:~% rmdir foo zsh-window-1:~/foo% .. zsh: is a directory: .. zsh-window-1:~/foo% cd .. zsh-window-1:~% If this has been fixed, could it be added to 50cd.ztst please? It hadn't been on my last (v.old) checkout. Uhm ... 11th May 2000. *blush* In fact, in that version: zsh-window-1:~/foo% .. zsh: permission denied: .. zsh-window-1:~/foo% cd .. cd: no such file or directory: .. And this is "zsh -f" obviously. If the 2000-05-11 behaviour is still there ... ow. -- #!/bin/perl seek main::DATA,0,0;print while();__END__