From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27164 invoked from network); 5 Apr 2004 00:05:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Apr 2004 00:05:06 -0000 Received: (qmail 8256 invoked by alias); 5 Apr 2004 00:04:49 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7324 Received: (qmail 8245 invoked from network); 5 Apr 2004 00:04:48 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 5 Apr 2004 00:04:48 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 5 Apr 2004 0:4:48 -0000 Received: (qmail 22119 invoked from network); 5 Apr 2004 00:04:48 -0000 Received: from wbar3.sjo1-4-11-009-147.sjo1.dsl-verizon.net (HELO candle.brasslantern.com) (4.11.9.147) by a.mx.sunsite.dk with SMTP; 5 Apr 2004 00:04:46 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id i3504hZ22221 for zsh-users@sunsite.dk; Sun, 4 Apr 2004 17:04:43 -0700 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1040405000443.ZM22220@candle.brasslantern.com> Date: Mon, 5 Apr 2004 00:04:43 +0000 In-Reply-To: <20040404163912.GA1479@scowler.net> Comments: In reply to Clint Adams "Re: Completion for cd" (Apr 4, 12:39pm) References: <20040331201900.GI1065@eumel.yoo.net> <040401100439.ZM13083@candle.brasslantern.com> <20040401204424.GI994@eumel.yoo.net> <1040402043837.ZM13655@candle.brasslantern.com> <20040402065247.GB862@eumel.yoo.net> <040402081155.ZM14332@candle.brasslantern.com> <20040404144311.GA1858@eumel.yoo.net> <20040404151433.GA788@scowler.net> <20040404152653.GC1858@eumel.yoo.net> <20040404163912.GA1479@scowler.net> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: Completion for cd MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: **** X-Spam-Status: No, hits=4.7 required=6.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_NJABL,RCVD_IN_NJABL_DIALUP,RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 4.7 On Apr 4, 12:39pm, Clint Adams wrote: } } > I don't think #240624 is affected by the workaround. It still fires } > when inside the directory named by the variable. } } This isn't specific to CDABLE_VARS; If you set cdpath=(..), for example, } it will offer to complete the current directory. Isn't this a job for the ignore-parents zstyle? I don't recall if I've seen bug #240624, so maybe I'm unaware of some detail. E.g. zstyle :completion::complete:cd:: ignore-parents pwd