From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4306 invoked from network); 19 Mar 1999 18:47:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Mar 1999 18:47:39 -0000 Received: (qmail 24674 invoked by alias); 19 Mar 1999 18:47:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5864 Received: (qmail 24666 invoked from network); 19 Mar 1999 18:47:19 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: PATCH: RE: _path_files and _cd with explicit glob pattern Date: Fri, 19 Mar 1999 21:46:35 +0300 Message-ID: <000201be7238$d0936c10$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) In-reply-to: <199903191103.MAA01592@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Still some funny thing bor@itsrm2:/tools%> zsh -f itsrm2% fpath=(/tools/src/zsh-3.1.5-pws-12/Completion/*(/)) itsrm2% source /tools/src/zsh-3.1.5-pws-12/Completion/Core/compinit itsrm2% cdpath=(~ /tools/src) itsrm2% cd s/*3TAB ==> itsrm2% cd save/SIspl31 SIspl31/ ncftp-3.0beta18/ tcl8.0.3/ zsh-3.1.5-pws-12/ ao13/ patch-2.5.3/ tk8.0.3/ autoconf-2.13/ samba-2.0.3/ top-3.4/ mc-4.5.13/ sendmail-8.9.3/ wget-1.5.3/ Note, that SIspl31 does *not* have autoremoved slash. This is true for all cases, when directory is in cdpath and not in current dir (save is ~/save). Continueing menu completion: itsrm2% cd save/ao13 SIspl31/ ncftp-3.0beta18/ tcl8.0.3/ zsh-3.1.5-pws-12/ ao13/ patch-2.5.3/ tk8.0.3/ autoconf-2.13/ samba-2.0.3/ top-3.4/ mc-4.5.13/ sendmail-8.9.3/ wget-1.5.3/ but (/tools/src/autoconf-2.13) itsrm2% cd src/autoconf-2.13/ SIspl31/ ncftp-3.0beta18/ tcl8.0.3/ zsh-3.1.5-pws-12/ ao13/ patch-2.5.3/ tk8.0.3/ autoconf-2.13/ samba-2.0.3/ top-3.4/ mc-4.5.13/ sendmail-8.9.3/ wget-1.5.3/ cheers /andrej