Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH]always show complete list
- X-seq: zsh-workers 17070
- From: Hans Dieter Pearcey <hdp@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH]always show complete list
- Date: Thu, 2 May 2002 23:08:11 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <Pine.LNX.4.44.0205021615280.17663-100000@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020502214812.GE14354@xxxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.44.0205021615280.17663-100000@xxxxxxxxxxxxxxxx>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author