Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _firefox
- X-seq: zsh-workers 23039
- From: Clint Adams <clint@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: _firefox
- Date: Fri, 8 Dec 2006 16:52:48 -0500
- In-reply-to: <200612082128.kB8LSPor006053@xxxxxxxxxxxxxxxxx>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <p.w.stephenson@xxxxxxxxxxxx> <200612082123.kB8LNciX005947@xxxxxxxxxxxxxxxxx> <200612082128.kB8LSPor006053@xxxxxxxxxxxxxxxxx>
> Ah, I see. _webbrowser shouldn't claim to handle firefox since
> X/Command/_mozilla does, so the fix is simply to remove it from _webbrowser.
In that case,
Index: Completion/X/Command/_mozilla
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_mozilla,v
retrieving revision 1.7
diff -u -r1.7 _mozilla
--- Completion/X/Command/_mozilla 15 Aug 2005 14:39:54 -0000 1.7
+++ Completion/X/Command/_mozilla 8 Dec 2006 21:52:15 -0000
@@ -1,4 +1,4 @@
-#compdef mozilla mozilla-firefox mozilla-xremote-client firefox
+#compdef mozilla mozilla-firefox mozilla-xremote-client firefox iceweasel=firefox
local curcontext="$curcontext" state line expl ret=1 suf
typeset -A opt_args
Messages sorted by:
Reverse Date,
Date,
Thread,
Author