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

BUG: RE: What happened to _path_files?



It looks, like ambiguous completion does not work any more. It is not
_path_files - it works correctly and compadd's all needed info. But for whatever
reason completion C-code does not like it.

/andrej

> -----Original Message-----
> From: Andrej Borsenkow [mailto:Andrej.Borsenkow@xxxxxxxxxxxxxx]
> Sent: Tuesday, September 28, 1999 2:07 PM
> To: ZSH workers mailing list
> Subject: What happened to _path_files?
>
>
> bor@itsrm2:~/tmp%> zsh -f
> itsrm2% autoload compinit ; compinit -D
> itsrm2% cp _man /t/s/z/C/U<TAB>
>
> beeps
>
> I have /tools/src/zsh-* and /tools/share/zsh/* . I never get any menu or list.
> The same settings as before (here is zsh -f just to demonstrate problem).
>
> This is zsh-3.1.6-pws-6 with 8056. Looks, like ambiguous matches do
> not work any
> more. I can complete, if match is unambiguous (but not, if it is with
> metachars):
>
> bor@itsrm2:~/tmp%> cp _man /a/p/u/z/p/<TAB>
> bor@itsrm2:~/tmp%> cp _man /archive/pub/unix/zsh/patches/3.1.6-pws-6/
>
> but
>
> bor@itsrm2:~/tmp%> cp _man /a/p/u/z*/p/<TAB>
>
> just beeps.
>
> Again, all this worked before pws-6 (I skipped several pws-XX).
>
> /andrej
>
>



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