Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: newbie's question about completion
- X-seq: zsh-users 4460
- From: Dan Kenigsberg <danken@xxxxxxxxxxxxxxxxx>
- To: okiddle@xxxxxxxxxxx (Oliver Kiddle)
- Subject: Re: newbie's question about completion
- Date: Thu, 8 Nov 2001 13:44:11 +0200 (IST)
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <3BEA6619.567EA058@xxxxxxxxxxx> from "Oliver Kiddle" at Nov 08, 2001 11:01:45 AM
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
>
> Dan Kenigsberg wrote:
> >
> > Assume I have an executable in my $PATH named `armadillo'.
> >
> > In versions 2.5.0 and 3.0.8 I only had to type ar<TAB> to execute it.
> > Since ar(1) is in my path, too, zsh would beep and let me choose between ar and
> > armadillo.
> >
> > However in versions 3.1.9 and 4.0.2, ar<TAB> expands to `ar ', and does not give
> > me the opportunity to choose what I wanted. I find this very annoying.
> >
> > Browsing the man and searching the web for how to revert to the old behavior
> > did not produce the answer. Frankly, I don't know waht to search for..
>
> Try: unsetopt recexact
>
Thanks Will and Oliver. That's exactly the answer to my anguish.
Dan.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author