From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25819 invoked from network); 28 Jun 2009 01:11:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,URIBL_RHS_DOB autolearn=no version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 28 Jun 2009 01:11:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 98950 invoked from network); 28 Jun 2009 01:11:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Jun 2009 01:11:47 -0000 Received: (qmail 14218 invoked by alias); 28 Jun 2009 01:11:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27064 Received: (qmail 14186 invoked from network); 28 Jun 2009 01:11:36 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Jun 2009 01:11:36 -0000 Received: from QMTA06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8A86C8027106 for ; Sun, 28 Jun 2009 03:11:32 +0200 (CEST) Received: from OMTA24.westchester.pa.mail.comcast.net ([76.96.62.76]) by QMTA06.westchester.pa.mail.comcast.net with comcast id 9C431c0041ei1Bg56DBXyV; Sun, 28 Jun 2009 01:11:31 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA24.westchester.pa.mail.comcast.net with comcast id 9DCT1c0025M2Np63kDCTNe; Sun, 28 Jun 2009 01:12:27 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 0A967B30144 for ; Sat, 27 Jun 2009 21:11:30 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id E14A59FC61E; Sat, 27 Jun 2009 21:11:29 -0400 (EDT) From: Greg Klanderman To: zsh-workers@sunsite.dk Subject: Re: need help debugging cvs completion problem Reply-To: gak@klanderman.net Date: Sat, 27 Jun 2009 21:11:29 -0400 In-Reply-To: (Greg Klanderman's message of "Sat, 27 Jun 2009 20:48:15 -0400") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (linux) References: <19013.18790.978774.551126@gargle.gargle.HOWL> <20090627212418.36848701@pws-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.94.2/9514/Sat Jun 27 13:44:31 2009 on bifrost X-Virus-Status: Clean >>>>> Peter Stephenson writes: >> It looks to me like that should probably be "compadd" rather than >> "_path_files". Of course that seems to work.. that line in _cvs_existing_entries was changed here: | revision 1.20 | date: 2003/07/03 11:34:57; author: pws; state: Exp; lines: +2 -2 | 19696: quoting of existing CVS-managed files was wrong from something that looked very much like _cvs_modified_entries still does, and I had already predicted that this function would have quoting problems with the pattern constructed. I will make the analogous change, with the correction to compadd, to _cvs_modified_entries, rename the 'pat' variable which is no longer a pattern in both functions, and submit the patch. '19696' is a reference to a mailing list message right? How do I look that up? I tried the 'Look up message by official number' at http://www.zsh.org/mla/ but it doesn't get me to a message that seems relevant.. thanks, Greg