From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2123 invoked from network); 28 Jan 2005 03:07:18 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Jan 2005 03:07:18 -0000 Received: (qmail 42120 invoked from network); 28 Jan 2005 03:07:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Jan 2005 03:07:12 -0000 Received: (qmail 14295 invoked by alias); 28 Jan 2005 03:06:54 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8436 Received: (qmail 14284 invoked from network); 28 Jan 2005 03:06:53 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Jan 2005 03:06:53 -0000 Received: (qmail 40867 invoked from network); 28 Jan 2005 03:06:53 -0000 Received: from out011pub.verizon.net (HELO out011.verizon.net) (206.46.170.135) by a.mx.sunsite.dk with SMTP; 28 Jan 2005 03:06:49 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out011.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050128030648.HETW4717.out011.verizon.net@candle.brasslantern.com> for ; Thu, 27 Jan 2005 21:06:48 -0600 Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j0S36l5u011584 for ; Thu, 27 Jan 2005 19:06:47 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j0S36lWA011583 for zsh-users@sunsite.dk; Thu, 27 Jan 2005 19:06:47 -0800 From: Bart Schaefer Message-Id: <1050128030646.ZM11582@candle.brasslantern.com> Date: Fri, 28 Jan 2005 03:06:46 +0000 In-Reply-To: <44613de005012718295387a145@mail.gmail.com> Comments: In reply to Shawn Halpenny "can't complete .. paths with 4.2.3" (Jan 27, 9:29pm) References: <44613de005012718295387a145@mail.gmail.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: can't complete .. paths with 4.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [4.11.10.129] at Thu, 27 Jan 2005 21:06:47 -0600 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Jan 27, 9:29pm, Shawn Halpenny wrote: } } With zsh 4.2.3, on AIX, HP-UX and Solaris, if I use the completion } system I can't complete a path that starts with '..' . Is there any particular context in which you're completing these files? I can't reproduce this on linux with completion after "ls", but that doesn't mean it might not happen with some other command. Have you tried deleting your .zcompdump file?