From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21020 invoked from network); 19 Mar 1999 10:01:15 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Mar 1999 10:01:15 -0000 Received: (qmail 9417 invoked by alias); 19 Mar 1999 10:00:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5861 Received: (qmail 9394 invoked from network); 19 Mar 1999 10:00:47 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: _path_files and _cd with explicit glob pattern Date: Fri, 19 Mar 1999 12:59:51 +0300 Message-ID: <005201be71ef$3b2d0080$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <199903190835.JAA00723@beta.informatik.hu-berlin.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 > > And another problem with _cd (I think) > > > > itsrm2% cd s/*3TAB > > Beep > > Is this still with the setting of `cdpath' you gave above? If so, this > is correct ;-) > Ehem ... cd first looks in the current directory. So bor@itsrm2:~/test%> ls -l cd total 0 drwxr-xr-x 2 bor sinix 96 Mar 19 12:55 foo bor@itsrm2:~/test%> echo $cdpath /home/bor/test/cd bor@itsrm2:~/test%> cd c/*oTAB Beeps, but bor@itsrm2:~/test%> cd cd/foo bor@itsrm2:~/test/cd/foo%> So, it looks, like cd completion ignores current directory /andrej