Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Case-insensitive conmpletion in configure
- X-seq: zsh-workers 12103
 
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
 
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: Case-insensitive conmpletion in configure
 
- Date: Wed, 28 Jun 2000 13:17:41 +0400
 
- Importance: Normal
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
With this style
zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' 'm:{a-z}={A-Z}
r:|[._-]=* r:|=*' 'm:{a-z}={A-Z} r:|[.-]=** r:|=**'
and the following --help output of fetchmail configure
...
Features and packages:
  --disable-FEATURE       do not include FEATURE (same
as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --x-includes=DIR        X include files are in DIR
  --x-libraries=DIR       X library files are in DIR
--enable and --with options recognized:
  --disable-nls           do not use Native Language Support
  --with-included-gettext use the GNU gettext library included here
  --with-catgets          use catgets functions if available
  --enable-POP2           compile in POP2 protocol support (obsolete)
  --disable-POP3          don't compile in POP3 protocol support
  --disable-IMAP          don't compile in IMAP protocol support
  --disable-ETRN          don't compile in ETRN protocol support
  --enable-RPA            compile in RPA protocol support
  --enable-NTLM           compile in NTLM authentication support
  --enable-SDPS           compile in SDPS protocol support
  --enable-opie           support OTP through the OPIE library
  --enable-inet6          support IPv6 (requires the inet6-apps library)
  --enable-netsec         support network security (requires inet6-apps
library)
  --with-kerberos5=DIR    point fetchmail compilation at a Kerberos 5
directory
  --with-ssl=[DIR]        enable SSL support using libraries in DIR
  --with-kerberos=DIR     point fetchmail compilation at a Kerberos
directory
  --with-socks[=DIR]      add built-in SOCKS firewall access
  --with-socks5[=DIR]     add built-in SOCKS5 firewall access
  --with-hesiod=DIR       point fetchmail compilation at a HESIOD
directory
  --with-gssapi[=DIR]     compile in GSSAPI support using libraries in
DIR
I get
bor@itsrm2% CFLAGS=-O ./configure --prefix=/tools --en-ntTAB
Completing no arguments
I'd expect it to complete --enable-NTLM?
-andrej
-andrej
Have a nice DOS!
B >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author