From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23142 invoked from network); 28 Jun 2009 20:16:37 -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.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham 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 20:16:37 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 12495 invoked from network); 28 Jun 2009 20:16:29 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Jun 2009 20:16:29 -0000 Received: (qmail 22811 invoked by alias); 28 Jun 2009 20:16:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27071 Received: (qmail 22776 invoked from network); 28 Jun 2009 20:16:20 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Jun 2009 20:16:20 -0000 Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by bifrost.dotsrc.org (Postfix) with ESMTP id CCE658027106 for ; Sun, 28 Jun 2009 22:16:17 +0200 (CEST) Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090628201617.TNFZ6742.mtaout01-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Sun, 28 Jun 2009 21:16:17 +0100 Received: from pws-pc.ntlworld.com ([81.107.42.185]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090628201617.HCKO2093.aamtaout03-winn.ispmail.ntl.com@pws-pc.ntlworld.com> for ; Sun, 28 Jun 2009 21:16:17 +0100 Received: from pws-pc (pws-pc [127.0.0.1]) by pws-pc.ntlworld.com (8.14.3/8.14.2) with ESMTP id n5SKGDhN003295 for ; Sun, 28 Jun 2009 21:16:13 +0100 Message-Id: <200906282016.n5SKGDhN003295@pws-pc.ntlworld.com> From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: need help debugging cvs completion problem In-Reply-To: Message from Peter Stephenson of "Sun, 28 Jun 2009 20:54:28 BST." <20090628205428.77cd5198@pws-pc> Date: Sun, 28 Jun 2009 21:16:13 +0100 X-Cloudmark-Analysis: v=1.0 c=1 a=3l2oO9VmBWUA:10 a=NLZqzBF-AAAA:8 a=eb9lnqXjFAsKlbOWRu4A:9 a=gFbbW9Uwj2Zh1lBfviV24xjJuvgA:4 a=_dQi-Dcv4p4A:10 X-Virus-Scanned: ClamAV 0.94.2/9516/Sun Jun 28 20:08:45 2009 on bifrost X-Virus-Status: Clean Peter Stephenson wrote: > You might need a -U argument to compadd in that case, too. Thinking more: in principle, you shouldn't. It should be possible to get what you're adding to have the same quoting as what's one the line already, so that the matches you add have the correct prefix and suffix. It may not be completely trivial to enforce that in all cases, however. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/