From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23772 invoked from network); 3 May 2002 03:08:27 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 3 May 2002 03:08:27 -0000 Received: (qmail 18380 invoked by alias); 3 May 2002 03:08:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17070 Received: (qmail 18367 invoked from network); 3 May 2002 03:08:15 -0000 Date: Thu, 2 May 2002 23:08:11 -0400 From: Hans Dieter Pearcey To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: [PATCH]always show complete list Message-ID: <20020503030810.GF14354@malachi.theoscape.net> References: <20020502214812.GE14354@malachi.theoscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i On Thu, May 02, 2002 at 04:20:10PM -0700, Bart Schaefer wrote: > On Thu, 2 May 2002, Hans Dieter Pearcey wrote: > > > On Thu, May 02, 2002 at 02:42:57PM -0400, joel w. reed wrote: > > > this patch adds a config option LISTALWAYS that if set, makes > > > zsh-4.0.4 always show the complete list if the completion > > > resulted in only a partial completion > > > > > > > zsh already does this. > > > > see AUTO_LIST (which is on by default) and LIST_AMBIGUOUS in zshoptions. > > No, you misunderstand. With autolist+listambiguous, zsh will first > complete as far as it can, and then stop -- you have to press TAB again > to see the list of possible completions. Sorry, I think you misunderstand. :) My original post went on to say "specifically, setopt NO_LIST_AMBIGUOUS". autolist+nolistambiguous will, AFAIK, do what the original poster wanted. hdp.