From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27134 invoked from network); 1 Feb 2005 02:33:47 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Feb 2005 02:33:47 -0000 Received: (qmail 96411 invoked from network); 1 Feb 2005 02:33:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Feb 2005 02:33:41 -0000 Received: (qmail 14722 invoked by alias); 1 Feb 2005 02:33:24 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8447 Received: (qmail 14708 invoked from network); 1 Feb 2005 02:33:23 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Feb 2005 02:33:23 -0000 Received: (qmail 95167 invoked from network); 1 Feb 2005 02:32:46 -0000 Received: from out009pub.verizon.net (HELO out009.verizon.net) (206.46.170.131) by a.mx.sunsite.dk with SMTP; 1 Feb 2005 02:32:43 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050201023236.OLVB4172.out009.verizon.net@candle.brasslantern.com> for ; Mon, 31 Jan 2005 20:32:36 -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 j112VioI031969 for ; Mon, 31 Jan 2005 18:31:44 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j112ViV3031968 for zsh-users@sunsite.dk; Mon, 31 Jan 2005 18:31:44 -0800 From: Bart Schaefer Message-Id: <1050201023143.ZM31967@candle.brasslantern.com> Date: Tue, 1 Feb 2005 02:31:43 +0000 In-Reply-To: <44613de0050131093255b80bc7@mail.gmail.com> Comments: In reply to Shawn Halpenny "Re: can't complete .. paths with 4.2.3" (Jan 31, 12:32pm) References: <44613de005012718295387a145@mail.gmail.com> <1050128030646.ZM11582@candle.brasslantern.com> <44613de00501280825265c7f4a@mail.gmail.com> <1050129183904.ZM13058@candle.brasslantern.com> <44613de0050131093255b80bc7@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 out009.verizon.net from [4.11.10.129] at Mon, 31 Jan 2005 20:32:35 -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 31, 12:32pm, Shawn Halpenny wrote: } } As it turns out, in my .zshenv I have 'setopt nocaseglob'. If I } remove that (or 'setopt caseglob' at a prompt), I can complete paths } with .. again. This behavior must have changed since 4.2.1, since } I've had that option setting for ages. There were some changes to the globbing implementation between 4.2.1 and 4.2.3, but none that should have been specifically affected by nocaseglob. And I still can't reproduce this on linux. Anyone else?