zsh-workers
 help / color / mirror / code / Atom feed
* Case-insensitive conmpletion in configure
@ 2000-06-28  9:17 Andrej Borsenkow
  0 siblings, 0 replies; only message in thread
From: Andrej Borsenkow @ 2000-06-28  9:17 UTC (permalink / raw)
  To: ZSH workers mailing list

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 >>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-06-28  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-28  9:17 Case-insensitive conmpletion in configure Andrej Borsenkow

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).