Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

pws-10 RE: zsh-3.1.5-pws-9: _path_files and symbolic links



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@xxxxxxxxxxxxxx
> 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



Messages sorted by: Reverse Date, Date, Thread, Author