From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27665 invoked from network); 27 Jan 2006 00:21:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) 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.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Jan 2006 00:21:32 -0000 Received: (qmail 78868 invoked from network); 27 Jan 2006 00:21:24 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Jan 2006 00:21:24 -0000 Received: (qmail 24891 invoked by alias); 27 Jan 2006 00:21:14 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9856 Received: (qmail 24869 invoked from network); 27 Jan 2006 00:21:13 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Jan 2006 00:21:13 -0000 Received: (qmail 77585 invoked from network); 27 Jan 2006 00:21:13 -0000 Received: from vinc17.net4.nerim.net (HELO prunille.vinc17.org) (62.212.121.106) by a.mx.sunsite.dk with SMTP; 27 Jan 2006 00:21:11 -0000 Received: by prunille.vinc17.org (Postfix, from userid 501) id 0E6A35C259B; Fri, 27 Jan 2006 01:21:09 +0100 (CET) Date: Fri, 27 Jan 2006 01:21:09 +0100 From: Vincent Lefevre To: zsh-users@sunsite.dk Subject: Re: Subversion tab completion module Message-ID: <20060127002109.GP1149@prunille.vinc17.org> Mail-Followup-To: zsh-users@sunsite.dk References: <20060126091852.GB6236@localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060126091852.GB6236@localdomain> X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.11-vl-20060115 On 2006-01-26 03:18:52 -0600, Andrew Ruder wrote: > I'm sure if there is anybody using subversion out there you'll find it > very handy, I know I have. Get back to me if you find any bugs. :) As I said in the subversion users mailing-list: There's a _subversion file distributed with zsh. Didn't you use this one? For instance, your file contains in _svn_status: local pat="${1:-([ADMR]|?M)}" The one distributed in zsh contains the correct pattern: local pat="${1:-([ADMR~]|?M)}" ( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330307 ) -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / SPACES project at LORIA