From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1620 invoked from network); 28 Jan 2005 02:29:29 -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 02:29:29 -0000 Received: (qmail 31215 invoked from network); 28 Jan 2005 02:29:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Jan 2005 02:29:21 -0000 Received: (qmail 28809 invoked by alias); 28 Jan 2005 02:29:05 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8435 Received: (qmail 28795 invoked from network); 28 Jan 2005 02:29:05 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Jan 2005 02:29:05 -0000 Received: (qmail 30095 invoked from network); 28 Jan 2005 02:29:05 -0000 Received: from wproxy.gmail.com (64.233.184.201) by a.mx.sunsite.dk with SMTP; 28 Jan 2005 02:29:01 -0000 Received: by wproxy.gmail.com with SMTP id 69so349851wra for ; Thu, 27 Jan 2005 18:29:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=rX8NZDD8cWsQdOM3K2uEbGXKjPtVuEYoDMGKrk3wKyq2GWOcyGybMdhg4RneK7RNJPgQnal8FtGYExJNUUjyshO3y/NJP6BRYWC2MHFeF/z8XJls4azAKiucB6R4UK1KtNYxSsl3goB8Zz2zNaYdXSSqMWdNlqnFk4OT77EQykE= Received: by 10.54.13.52 with SMTP id 52mr142840wrm; Thu, 27 Jan 2005 18:29:00 -0800 (PST) Received: by 10.54.36.1 with HTTP; Thu, 27 Jan 2005 18:29:00 -0800 (PST) Message-ID: <44613de005012718295387a145@mail.gmail.com> Date: Thu, 27 Jan 2005 21:29:00 -0500 From: Shawn Halpenny Reply-To: Shawn Halpenny To: zsh-users@sunsite.dk Subject: can't complete .. paths with 4.2.3 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-1.9 required=6.0 tests=AWL,BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.2 X-Spam-Hits: -1.9 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 '..' . It works fine on Cygwin. My .compinstall is nothing special. I stripped out everything but 'autoload -U compinit' and 'compinit -u' and the .. completion still didn't work. Has anyone else seen this? It was working fine for me in 4.2.2. -- Shawn Halpenny