From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28499 invoked from network); 1 Mar 2008 06:07:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Mar 2008 06:07:14 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 11587 invoked from network); 1 Mar 2008 06:07:08 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Mar 2008 06:07:08 -0000 Received: (qmail 26935 invoked by alias); 1 Mar 2008 06:07:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24644 Received: (qmail 26917 invoked from network); 1 Mar 2008 06:07:04 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Mar 2008 06:07:04 -0000 Received: from flock1.newmail.ru (flock1.newmail.ru [82.204.219.207]) by bifrost.dotsrc.org (Postfix) with SMTP id 578D78026E0B for ; Sat, 1 Mar 2008 07:07:01 +0100 (CET) Received: (qmail 23358 invoked from network); 1 Mar 2008 06:06:59 -0000 Received: from unknown (HELO cooker.net) (arvidjaar@newmail.ru@91.77.193.14) by smtpd.newmail.ru with SMTP; 1 Mar 2008 06:06:59 -0000 From: Andrey Borzenkov To: zsh-workers@sunsite.dk Subject: Re: Making built-in completion recognize : as word boundary Date: Sat, 1 Mar 2008 09:06:54 +0300 User-Agent: KMail/1.9.9 References: <20080229221711.7729241b@buddha> <31312.1204331822@thecus> In-Reply-To: <31312.1204331822@thecus> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1337817.yESp8BqXyh"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200803010906.58270.arvidjaar@newmail.ru> X-Virus-Scanned: ClamAV 0.91.2/6062/Sat Mar 1 05:56:21 2008 on bifrost X-Virus-Status: Clean --nextPart1337817.yESp8BqXyh Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 01 March 2008, Oliver Kiddle wrote: >=20 > "Matthias B." wrote: > > Something that's been bothering me for years now with zsh is that the > > built-in completion can't complete > >=20 > > PATH=3D/usr/bin:/sb >=20 > Try: > setopt magicequalsubst >=20 Well, as it works with "new" completion ouf-of-the-box, is there any reason= to use compctl now? {pts/1}% print $options[magicequalsubst] off {pts/1}% PATH=3D/usr/bin:/sbTAB {pts/1}% PATH=3D/usr/bin:/sbin/ --nextPart1337817.yESp8BqXyh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (GNU/Linux) iEYEABECAAYFAkfI8n4ACgkQR6LMutpd94zrxwCgiqUU3+nKSnL8+iVFCP6RLkiV VQYAn12YLdYoOibMSXVApZGZABNVChcr =MBJ3 -----END PGP SIGNATURE----- --nextPart1337817.yESp8BqXyh--