From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15089 invoked from network); 1 Mar 1999 12:06:45 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Mar 1999 12:06:45 -0000 Received: (qmail 19487 invoked by alias); 1 Mar 1999 12:05:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5563 Received: (qmail 19480 invoked from network); 1 Mar 1999 12:05:57 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: pws-10 RE: zsh-3.1.5-pws-9: _path_files and symbolic links Date: Mon, 1 Mar 1999 15:04:59 +0300 Message-ID: <002e01be63db$baa95600$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 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.2901 In-Reply-To: <004401be5ffa$491c0b70$21c9ca95@mowp.siemens.ru> Just tried on vanilla pws-10. Copied Core, Base, Builtins, sourced compinit. The result is the same. What I have is: itsrm1% ls -F / SAM/ config/ lib@ shlib@ tools@ var@ X11/ dev/ lost+found/ stand/ u/ bck/ dgn/ mnt/ svr4@ unix* bin@ etc/ opt@ tftpboot/ unix.old* boot/ export/ proc/ tmp@ usr@ cdrom/ home@ sbin/ tmp_mnt/ utmp/ itsrm1% ls -l /usr lrwxrwxrwx 1 root root 7 Feb 22 17:50 /usr -> SAM/usr itsrm1% ls -ldF /usr/lib/locale/TZ drwxr-xr-x 9 bin bin 2048 Feb 23 13:50 /usr/lib/locale/TZ/ itsrm1% cd /S/u/l/l/T => is correctly completed to itsrm1% cd /SAM/usr/lib/locale/T but itsrm1% cd /u/l/l/T results in beep. Oh, just found: drwxr-xr-x 9 bin bin 2048 Feb 23 13:50 /usr/lib/locale/TZ/ drwxr-xr-x 3 root other 1024 Feb 22 18:19 /usr/lib/locale/Transparent/ Any idea? /andrej > -----Original Message----- > From: > Sent: Wednesday, February 24, 1999 4:34 PM > To: Sven Wischnowsky; zsh-workers@sunsite.auc.dk > Subject: RE: zsh-3.1.5-pws-9: _path_files and symbolic links > > > > > > I can't reproduce this with my patched version of pws-9 and the > > original completion shell functions. > > My mistake. I meant, new completion: > > setopt extendedglob > [[ -f ~/.zsh/completion/init ]] && source ~/.zsh/completion/init > > Is there anything else starting > > with `u' in `/' or something else that might make this fail? > > bor@itsrm1:~/src/zsh-3.1.5-pws-9%> ls -Fd /u* > /u/ /unix* /unix.old* /usr/ /utmp/ > > /usr is shown as directory, but it looks like a bug in ls. > > ls -F / => > ... usr@ ... > > /u is NFS mounted. > > cheers > > /andrej