Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh/complist and compinit
- X-seq: zsh-workers 9506
- From: Alexandre Duret-Lutz <duret_g@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: zsh/complist and compinit
- Date: 01 Feb 2000 15:29:32 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
A small question about menu completion:
This will work:
phobos% zmodload zsh/complist
phobos% autoload -U compinit
phobos% compinit
phobos% bindkey m menu-select
phobos% echo /<M-m>
while this won't:
phobos% autoload -U compinit
phobos% compinit
phobos% zmodload zsh/complist
phobos% bindkey m menu-select
phobos% echo /<M-m>
Does the order of compinit and complist really matters?
--
Alexandre Duret-Lutz
Messages sorted by:
Reverse Date,
Date,
Thread,
Author