Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
multiple _message call
- X-seq: zsh-workers 7699
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: multiple _message call
- Date: 08 Sep 1999 04:17:08 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I found a problem with _message.
Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% echo <TAB><^C>
is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% compconf group_matches=yes message_format='%d' description_format='%d' describe_options=yes
is27e1u11% _tst () { _message a; _message b }
is27e1u11% tst <TAB>
After above operation, I get:
is27e1u11% tst
a @<- cursor here.
b
Although I don't know why, this does not happen without first "echo <TAB><^C>".
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author