Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_configure or _arguments broken again?
- X-seq: zsh-workers 10960
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: _configure or _arguments broken again?
- Date: Thu, 27 Apr 2000 12:36:12 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
With today's CVS:
bor@itsrm2% zsh -f
itsrm2% autoload -U compinit; compinit -D
itsrm2% itsrm2% ./configure --pre=/to<TAB>
B-e-e-s
(this is to prove the problem :-)
And with my normal settings
bor@itsrm2% ./configure --pre=/to<TAB>
bor@itsrm2% ./configure --pre=/to
Completing no arguments
TAB again
bor@itsrm2% ./configure
Completing no arguments
TAB again
bor@itsrm2% ./configure
Completing no arguments
Completing option
--bindir --with-nisplus-home
--build --with-pam
--cache-file --with-privatedir
--datadir --with-profile
--disable-maintainer-mode --with-quotas
--enable --with-sambabook
--enable-maintainer-mode --with-sambabook
--exec-prefix --with-smbmount
--help --with-smbwrapper
--host --with-ssl
--includedir --with-sslinc
--infodir --with-swatdir
--libdir --with-syslog
--libexecdir --with-utmp
--localstatedir --without-afs
--mandir --without-automount
--no-create --without-dfs
--oldincludedir --without-krb4
--prefix --without-krb4
--program-prefix --without-krb5
--program-suffix --without-krb5
Showing 23/43
......
bor@itsrm2% zstyle -L
zstyle ':completion:*' completer _oldlist _complete _match
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' ignore-parents parent pwd
zstyle ':completion:*' insert-unambiguous true
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' list-prompt 'Showing %l'
zstyle ':completion:*' match-original both
zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' 'r:|[._-]=*
r:|=*' 'r:|[._-]=** r:|=**'
zstyle ':completion:*' menu 'select=0'
zstyle ':completion:*' original true
zstyle ':completion:*' verbose true
zstyle ':completion:*' old-list _match
-andrej
Have a nice DOS!
B >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author