From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1902 invoked from network); 10 Sep 2009 15:56:36 -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; 10 Sep 2009 15:56:36 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 6999 invoked from network); 10 Sep 2009 15:56:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Sep 2009 15:56:26 -0000 Received: (qmail 8375 invoked by alias); 10 Sep 2009 15:56:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27265 Received: (qmail 8338 invoked from network); 10 Sep 2009 15:56:17 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 10 Sep 2009 15:56:17 -0000 Received: from QMTA12.westchester.pa.mail.comcast.net (qmta12.westchester.pa.mail.comcast.net [76.96.59.227]) by bifrost.dotsrc.org (Postfix) with ESMTP id BCDD58048AD2 for ; Thu, 10 Sep 2009 17:56:03 +0200 (CEST) Received: from OMTA03.westchester.pa.mail.comcast.net ([76.96.62.27]) by QMTA12.westchester.pa.mail.comcast.net with comcast id f0hN1c0060bG4ec5C3w3zL; Thu, 10 Sep 2009 15:56:03 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA03.westchester.pa.mail.comcast.net with comcast id f3w31c0075M2Np63P3w3vk; Thu, 10 Sep 2009 15:56:03 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 20E80B3015C for ; Thu, 10 Sep 2009 11:56:02 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id F0BBC9FC5F3; Thu, 10 Sep 2009 11:56:01 -0400 (EDT) From: Greg Klanderman To: zsh-workers@sunsite.dk Subject: Re: file completion of ~user/... stats wrong directory Reply-To: gak@klanderman.net Date: Thu, 10 Sep 2009 11:56:01 -0400 In-Reply-To: <090910084751.ZM10464@torch.brasslantern.com> (Bart Schaefer's message of "Thu, 10 Sep 2009 08:47:51 -0700") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (linux) References: <19030.11925.370937.608524@gargle.gargle.HOWL> <20090710100721.56b0874c@news01> <200907101421.n6AELWFS028008@news01.csr.com> <090910084751.ZM10464@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.94.2/9791/Thu Sep 10 03:03:33 2009 on bifrost X-Virus-Status: Clean >>>>> On September 10, 2009 Bart Schaefer wrote: > I seem to recall having run into this before, attempting that same > change, and then finding that it breaks some OTHER more common case. I'm pretty sure this is right; every place $donepath (or $testpath) is used it either needs $prepath$realpath or $linepath in front of it depending on whether you're looking at file existence or adding a completion. greg