Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Still confused with new style names
- X-seq: zsh-workers 9853
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Still confused with new style names
- Date: Thu, 24 Feb 2000 11:28:48 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This is plain dev-19. Menu select simply does not work. I tried the
settings:
zstyle ':completion:*' menu select=0 (as I had originally)
zstyle ':completion:*' menu select
zstyle ':completion::*:*:*:default' menu select
zstyle ':completion:::::default' menu select
none works. Other settings are listed here (well, you also wee all menu
selects I tried ;-). Weird is, that list-colors do work with the same
settings.
/andrej
zstyle ':completion:*' completer _oldlist _complete _match
zstyle :completion::approximate: max-errors 3
zstyle :completion:::::default menu select
zstyle ':completion:*::::default' menu select
zstyle ':completion:*:*:::default' menu select
zstyle ':completion::*:*:default' menu select
zstyle ':completion::*:*:*:default' menu select
zstyle ':completion:*' menu select
zstyle ':completion:*::::default' list-colors ''
zstyle ':completion:*:match:*' original yes
zstyle ':completion:*:match:*' insert-unambiguous yes
zstyle ':completion:*:paths' cursor yes
zstyle ':completion:*:oldlist' list _match
Messages sorted by:
Reverse Date,
Date,
Thread,
Author