* message and menu select problem
@ 2000-04-20 16:28 Tanaka Akira
0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 2000-04-20 16:28 UTC (permalink / raw)
To: zsh-workers
Z(4):akr@serein% Src/zsh -f
serein% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst
serein% _tst () { compadd a b; _message c }
serein% zstyle ':completion:*:messages' format '%d'
serein% zstyle ':completion*:default' menu select=1
serein% tst <TAB>
c
a b
First <TAB> has no problem. But second <TAB> causes a problem.
serein% tst <TAB>
c
XX a b
where XX is highlightend place.
--
Tanaka Akira
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-04-20 16:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-20 16:28 message and menu select problem Tanaka Akira
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).