Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unique partial completion
- X-seq: zsh-workers 3181
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxxxxxxxxxxx>
- To: Anthony.Iano-Fletcher@xxxxxxxxxxxxxxxxx (Anthony Iano-Fletcher)
- Subject: Re: unique partial completion
- Date: Sat, 31 May 1997 04:10:03 -0400 (EDT)
- Cc: Zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199705301253.IAA13029@xxxxxxxxxxxxxxxxx> from Anthony Iano-Fletcher at "May 30, 97 08:53:51 am"
> as it should (there are lots of mod* files) but there are no beeps
> or completion lists to indicate that this completion is incomplete.
> Even with 'setopt auto_list list_beep' I dont get a warning or a
> completion list. When I hit <TAB> for the second time, I now get
> the beep and the list.
>
> So this occurs exactly when there is a unique partial completion.
The defaults have changed in zsh-3.1.1, the LIST_AMBIGUOUS option is on by
default. Several other options are set now by default (see the Dec 27 1997
entry in the ChangeLog). This should make zsh more user friendly when
invoked without without any startup files. Many people symply do not know
about most of the zsh options. Just add unset LIST_AMBIGUOUS into your
.zshrc.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author