From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9664 invoked from network); 18 Feb 2003 13:25:13 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 18 Feb 2003 13:25:13 -0000 Received: (qmail 12397 invoked by alias); 18 Feb 2003 13:25:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18258 Received: (qmail 12374 invoked from network); 18 Feb 2003 13:25:01 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 18 Feb 2003 13:25:01 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [203.109.249.144] by sunsite.dk (MessageWall 1.0.8) with SMTP; 18 Feb 2003 13:25:0 -0000 Received: from p297-tnt3.syd.ihug.com.au (localhost.localdomain) [203.173.133.43] by grunt24.ihug.com.au with esmtp (Exim 3.35 #1 (Debian)) id 18l7k5-0004RM-00; Wed, 19 Feb 2003 00:25:01 +1100 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.5/8.12.5) with ESMTP id h1IDjb9P005037; Wed, 19 Feb 2003 00:45:37 +1100 Received: (from doug@localhost) by localhost.localdomain (8.12.5/8.12.5/Submit) id h1IDjYP9005035; Wed, 19 Feb 2003 00:45:34 +1100 X-Authentication-Warning: localhost.localdomain: doug set sender to djkea2@mugca.its.monash.edu.au using -f Date: Wed, 19 Feb 2003 00:45:34 +1100 From: Doug Kearns To: Oliver Kiddle Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: xmllint completion Message-ID: <20030218134534.GC17147@localhost.localdomain> Mail-Followup-To: Oliver Kiddle , zsh-workers@sunsite.dk References: <20030218061442.GA17147@localhost.localdomain> <1583.1045564500@finches.logica.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1583.1045564500@finches.logica.co.uk> User-Agent: Mutt/1.4i On Tue, Feb 18, 2003 at 11:35:00AM +0100, Oliver Kiddle wrote: > On 18 Feb, Doug Kearns wrote: > > > > Here's a new completion function for xmllint which comes with the > > libxml2 library - http://xmlsoft.org/ > > Thanks, I've added this. We should perhaps clump it together with > _xsltproc in an _xmlsoft (any views?). An xmlcatalog completion if/when > written could go in there too. This sounds like a good idea to me. > On 4.1 only, I'll apply the following patch on top of it. It just makes > it call _webbrowser (formerly would have been _urls -f; see 16323) > instead of repeating the content of _webbrowser in a state. 16323 is not > on 4.0 so I'll just add in the missing `local state line > curcontext="$curcontext"' and _arguments -C for 4.0. Sorry. I'd been using '_urls -f' when I realised it was no more and added the state - forgetting, of course, to add those lines. Maybe _webbrowser should be made a 'Type' and named something a little more general? Thanks, Doug