Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
accept-and-menu-complete extra menu
- X-seq: zsh-workers 8036
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: accept-and-menu-complete extra menu
- Date: 23 Sep 1999 22:35:18 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: EtherSoft, Inc
- Sender: acs@xxxxxxxxxxxxxxx
In pws-5 with (I think) all the patches applied, I'm seeing an extra
menu on accept-and-menu-complete with old-style completion.
zsh -f
zion% bindkey '^X\t' accept-and-menu-complete
zion% setopt noalwayslastprompt
zion% echo $ZSH_<TAB>
ZSH_NAME ZSH_VERSION
pressing another TAB gives me:
zion% echo $ZSH_NAME ; and then ^X-TAB yields:
zion% echo $ZSH_NAME $ZSH_VERSION
ZSH_NAME ZSH_VERSION
zion% echo $ZSH_NAME $ZSH_VERSION
So, another menu appears when it shouldn't.
This was working fine in plain old pws-5, I believe.
- vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author