Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion of files in subdirectories
- X-seq: zsh-users 16298
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Completion of files in subdirectories
- Date: Fri, 2 Sep 2011 13:23:06 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
It seems that the completion of files in subdirectories is broken
for commands that have a filter on the extension (e.g. ".pdf" for
xpdf, ".html" for lynx). For instance, I have a directory with:
bar.html foo.pdf
In this directory:
ypig% lynx [Tab]
bar.html file: ftp:// gopher:// http:// https://
and
ypig% xpdf [Tab]
gives foo.pdf as expected. But if I go to the parent directory:
ypig% lynx dir/[Tab]
bar.html foo.pdf
ypig% xpdf dir/[Tab]
bar.html foo.pdf
while I would have expected bar.html and foo.pdf respectively.
This is with: zsh 4.3.12-dev-1-cvs0820
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author