From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29740 invoked from network); 8 Dec 2006 21:53:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Dec 2006 21:53:03 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 36166 invoked from network); 8 Dec 2006 21:52:57 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Dec 2006 21:52:57 -0000 Received: (qmail 20987 invoked by alias); 8 Dec 2006 21:52:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23039 Received: (qmail 20977 invoked from network); 8 Dec 2006 21:52:54 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 8 Dec 2006 21:52:54 -0000 Received: (qmail 35836 invoked from network); 8 Dec 2006 21:52:54 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 8 Dec 2006 21:52:50 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 539D25C06B; Fri, 8 Dec 2006 16:52:48 -0500 (EST) Date: Fri, 8 Dec 2006 16:52:48 -0500 From: Clint Adams To: Zsh hackers list Subject: Re: PATCH: _firefox Message-ID: <20061208215248.GA25732@scowler.net> Mail-Followup-To: Zsh hackers list References: <200612082123.kB8LNciX005947@pwslaptop.csr.com> <200612082128.kB8LSPor006053@pwslaptop.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612082128.kB8LSPor006053@pwslaptop.csr.com> User-Agent: Mutt/1.5.13 (2006-08-11) > 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