Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compctl and firefox
- X-seq: zsh-users 15555
- From: Bruno Tavernier <tavernier.bruno@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: compctl and firefox
- Date: Thu, 18 Nov 2010 12:59:33 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=P1Xn40kXmbteOrtdbKc967zFn60IBaJqHhGK2Uv7d5Q=; b=XmGfY7dtL96pnIuUPFpYXT7S4wAOm6V7jxA7U6DehoM0MAvF7POpKa+qGhYShDNnob Byiqbh818MYzDsMvT/LGJFkO7Bfs1Keqjeyu9KJnlwHg8BURBAetLJ23QShYFURuI0KW kf/19QkhI+v6gNuuHtz0BWPb6vFYhfi0PchQ0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=hwTRSdMzPSEMP3VSzAUaz4vgFGXL95l0D1456nhjslGzwcZagEUz9Jr7oKOpKZHsYh Fr8VTRC74d/Ydgy+nFVlHUBCD2uqgEu68pv7YxdnnAI8hIYRJcDiBkwvNzr5OcywH7Ay gNDPtDKHHkNQtbwh3e+R7Dk2bMaoxAE7PQ8ks=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello all,
I've got an issue with the completion mechanism.
In my .zshrc, I have this
,----
| compctl -g '*(-/) *.html' firefox
| compctl -g '*(-/) *.html' w3m
`----
Note: these are the only lines where html, firefox or w3m appear
w3m works fine (i.e. only html files are listed)
,----
| % w3m <TAB>
| % w3m
| test.html
`----
However for firefox it fails...
,----
| % firefox <TAB>
| % firefox
| test.dat
| test.html
`----
If in .zshrc I replace firefox by firefo
then it works.
,----
| % firefo <TAB>
| % firefo
| test.html
`----
Can anyone reproduce this? How can I debug that?
--
Bruno
Messages sorted by:
Reverse Date,
Date,
Thread,
Author