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

multiple _message call



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