From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7703 invoked from network); 28 Jan 1998 10:33:18 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 28 Jan 1998 10:33:18 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id FAA22594; Wed, 28 Jan 1998 05:09:59 -0500 (EST) Resent-Date: Wed, 28 Jan 1998 05:09:44 -0500 (EST) From: Andrew Main Message-Id: <199801281010.KAA30940@taos.demon.co.uk> Subject: Re: Completion on cd To: thomas@wi3d01.informatik.uni-wuerzburg.de (Thomas Koehler) Date: Wed, 28 Jan 1998 10:10:57 +0000 (GMT) Cc: zsh-users@math.gatech.edu, wsl@cs.ruu.nl In-Reply-To: <19980128103126.19674@willkuere.informatik.uni-wuerzburg.de> from "Thomas Koehler" at Jan 28, 98 10:31:26 am X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"-2TP11.0.OW5.dFmpq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1288 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Thomas Koehler wrote: > compctl -g '*(-/) .*(-/)' cd compctl -g '*(D-/)' cd is better. The point of using + is that the non-. filenames are used if possible, approximating the behaviour of normal filename completion. Of course, with the recent compctl patches, one should use compctl -/ cd -zefram