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

compctl and firefox



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