Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: unique partial completion



Bart Schaefer wrote:
> On Jun 2,  8:40am, Anthony Iano-Fletcher wrote:
> } Subject: Re: unique partial completion
> }
> } > Just add unset LIST_AMBIGUOUS into your .zshrc.
> }
> } Thanks, that seems to work for me. :-)
> }
> } So far we have had 3 people who believe that the new default behaviour is
> } not entirely obvious. Why was this considered to make zsh more friendly?
>
> I don't think the problem is with listambiguous, I think it's with listbeep.
> I'm not sure, as I don't have 3.1.x compiled ... is listbeep no longer a
> default setting?  Or is it broken?

No, listbeep only beeps when a list is printed.  listambiguous does not
print a list if there is a unique partial completion hence there is no
beep.  Perhaps a new option is needed for that case.  The most difficult
question is how to call this new option.  Perhaps INCOMPLETE_BEEP?

Zoli



Messages sorted by: Reverse Date, Date, Thread, Author