From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1360 invoked from network); 28 Oct 2003 12:33:42 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 28 Oct 2003 12:33:42 -0000 Received: (qmail 138 invoked by alias); 28 Oct 2003 12:33:17 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6740 Received: (qmail 66 invoked from network); 28 Oct 2003 12:33:16 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 28 Oct 2003 12:33:16 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [80.184.44.167] by sunsite.dk (MessageWall 1.0.8) with SMTP; 28 Oct 2003 12:33:16 -0000 Received: from opk by athlon with esmtp (masqmail 0.2.20) id 1AES9c-0HX-00 for ; Tue, 28 Oct 2003 12:36:52 +0100 To: Zsh Users In-reply-to: <20031018161752.GB17781@DervishD> From: Oliver Kiddle References: <20031018161752.GB17781@DervishD> Subject: Re: Can this be done with compctl? Date: Tue, 28 Oct 2003 12:36:52 +0100 Message-ID: <1086.1067341012@athlon> Sender: okiddle@yahoo.co.uk On 18 Oct, DervishD wrote: > > I wanted to simulate the bash behaviour of completing command > names if you hit TAB on an empty prompt, and my first try was using zstyle ':completion:*' insert-tab false Used to be the default and I don't think I particularly agree with the decision to change the default. More consistent with old compctl but it is a little odd. Oliver