From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18025 invoked from network); 5 Feb 2009 09:46:43 -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=-1.7 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS autolearn=no version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 Feb 2009 09:46:43 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 30224 invoked from network); 5 Feb 2009 09:46:34 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Feb 2009 09:46:34 -0000 Received: (qmail 17553 invoked by alias); 5 Feb 2009 09:46:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26513 Received: (qmail 17537 invoked from network); 5 Feb 2009 09:46:26 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 5 Feb 2009 09:46:26 -0000 Received: from cluster-d.mailcontrol.com (cluster-d.mailcontrol.com [85.115.60.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 4812F8058F8A for ; Thu, 5 Feb 2009 10:46:22 +0100 (CET) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly10d.srv.mailcontrol.com (MailControl) with ESMTP id n159jJDt018539 for ; Thu, 5 Feb 2009 09:46:20 GMT Received: from news01 ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Thu, 5 Feb 2009 09:45:47 +0000 Date: Thu, 5 Feb 2009 09:45:46 +0000 From: Peter Stephenson Cc: zsh-workers@sunsite.dk Subject: Re: Bug#514152: zsh: completion no longer works for .. Message-ID: <20090205094546.2155ecbf@news01> In-Reply-To: <20090204224244.GW3522@fsst.voodoo.lan> References: <20090204185509.9805.4833.reportbug@pcfelipe.sateler.com> <20090204223509.GA9519@scru.org> <20090204224244.GW3522@fsst.voodoo.lan> Organization: CSR X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.8; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Feb 2009 09:45:47.0260 (UTC) FILETIME=[8582C3C0:01C98776] X-Scanned-By: MailControl A_08_51_00 (www.mailcontrol.com) on 10.68.0.120 X-Virus-Scanned: ClamAV 0.92.1/8951/Thu Feb 5 06:07:22 2009 on bifrost X-Virus-Status: Clean On Wed, 4 Feb 2009 23:42:44 +0100 Frank Terbeck wrote: > Clint Adams : > > On Wed, Feb 04, 2009 at 03:55:09PM -0300, Felipe Sateler wrote: > > > Completion no longer adds a / when I type .. > > > > In which context? > > I bet, this is about this: > http://www.zsh.org/mla/workers//2008/msg01732.html > > Quite a few people asked about it on irc, too. It's probably worth noting in the next release that the temporary behaviour was a bug. Index: README =================================================================== RCS file: /cvsroot/zsh/zsh/README,v retrieving revision 1.61 diff -u -r1.61 README --- README 17 Nov 2008 16:11:29 -0000 1.61 +++ README 5 Feb 2009 09:44:41 -0000 @@ -33,8 +33,16 @@ Possible incompatibilities --------------------------- -This section documents incompatibilities in the shell since the 4.2 -series of releases. +In some 4.2.X releases of zsh, the completion system added a ".." as a +trial completion whenever completing directories. This was a bug: as +documented in the zshcompsys manual, this feature needs to be turned on by +a style: + + zstyle ':completion:*' special-dirs true + + +The rest of this section documents incompatibilities in the shell since the +4.2 series of releases. In previous releases of the shell, builtin commands and precommand modifiers that did not accept options also did not recognize the -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070