Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Option description and _oldlist
- X-seq: zsh-workers 7757
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Tanaka Akira" <akr@xxxxxxxxxxx>, "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Option description and _oldlist
- Date: Thu, 9 Sep 1999 19:38:51 +0400
- Importance: Normal
- In-reply-to: <rsqwvu0nqbo.fsf@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> Use following.
>
> % compconf group_matches=yes message_format='%d'
> description_format='%d' describe_options=yes
>
Hmm ...
bor@itsrm2:/tools/src/ntp-4.0.97f%> zsh -f
itsrm2% autoload compinit; compinit
itsrm2% compconf group_matches=yes message_format='%d' description_format='%d' d
escribe_options=yes
itsrm2% xterm -f<TAB><TAB>
option
-fb -fi -font
-fg -fn -foreground
As I understand, the description is expected on the status line? When I move
from option to option in menu completion?
And one more strange thing (assuming the zsh from above):
itsrm2% zmodload complist
itsrm2% SELECTMIN=0
itsrm2% compconf completer=_oldlist:_complete
itsrm2% patch --s<TAB> ... till you get
itsrm2% patch --suffix=
option
--set-time --set-utc --strip --suffix
ENTER -> --suffix is not highlighted
TAB ->
itsrm2% patch --set-time
option
TAB ->
itsrm2% patch --set-utc
option
--set-time --set-utc --strip --suffix
etc
Somewhat strange ...
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author