From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13076 invoked from network); 28 Jun 2000 09:18:19 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Jun 2000 09:18:19 -0000 Received: (qmail 21548 invoked by alias); 28 Jun 2000 09:18:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12103 Received: (qmail 21541 invoked from network); 28 Jun 2000 09:18:11 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: Case-insensitive conmpletion in configure Date: Wed, 28 Jun 2000 13:17:41 +0400 Message-ID: <000101bfe0e1$b5feeeb0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 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 >>