Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
unique partial completion
- X-seq: zsh-workers 3169
- From: Anthony Iano-Fletcher <Anthony.Iano-Fletcher@xxxxxxxxxxxxxxxxx>
- To: Zsh-workers@xxxxxxxxxxxxxxx
- Subject: unique partial completion
- Date: Fri, 30 May 1997 08:53:51 -0400 (EDT)
Hi All,
In zsh version 3.1.* I am not warned about any incomplete completions.
For example,
$ ./zsh -f
argo% cd zsh-3.1.1/Src/Zle
argo% ls mo<TAB>
This last completes the command line to:
argo% ls mod
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.
Firstly is this a feature...... or is it something I should look into
fixing. Have I missed an option? Im sure that this is a change from
the version 3.0 zsh but Ive noticed that bash on my Linux machine does
it too.
For sake of extra info:
argo% setopt
interactive
monitor
norcs
shinstdin
zle
argo% uname -a
SunOS argo.dcrt.nih.gov 5.4 Generic_101945-45 sun4d sparc
Anthony.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author