Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ignore-parents and file:/// URL completion
- X-seq: zsh-users 10931
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: ignore-parents and file:/// URL completion
- Date: Sun, 5 Nov 2006 02:16:10 +0100
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I use the following for completions:
vin% zstyle ':completion:*' ignore-parents parent pwd
vin% autoload -U compinit
vin% compinit
But when I want to complete "lynx file:///home/", zsh ignores my home
directory. How can I ignore the parent and pwd for file completion,
but not for URL completion?
BTW, I don't think this really makes sense to apply the ignore-parents
style (which was generated by compinstall) on URLs.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author