From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11300 invoked from network); 11 Sep 2004 17:09:04 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Sep 2004 17:09:04 -0000 Received: (qmail 27276 invoked from network); 11 Sep 2004 17:08:58 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Sep 2004 17:08:58 -0000 Received: (qmail 27098 invoked by alias); 11 Sep 2004 17:07:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20352 Received: (qmail 27057 invoked from network); 11 Sep 2004 17:07:41 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Sep 2004 17:07:41 -0000 Received: (qmail 24804 invoked from network); 11 Sep 2004 17:07:41 -0000 Received: from armagnac.ifi.unizh.ch (HELO albatross.madduck.net) (130.60.75.72) by a.mx.sunsite.dk with SMTP; 11 Sep 2004 17:07:38 -0000 Received: from localhost (albatross.madduck.net [127.0.0.1]) by albatross.madduck.net (postfix) with ESMTP id 01916895D85; Sat, 11 Sep 2004 19:07:37 +0200 (CEST) Received: from localhost (80-219-173-32.dclient.hispeed.ch [80.219.173.32]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "cirrus.madduck.net", Issuer "madduck.net CA" (verified OK)) by albatross.madduck.net (postfix) with ESMTP id 8EEDE895D79; Sat, 11 Sep 2004 19:07:36 +0200 (CEST) Received: by localhost (Postfix, from userid 1000) id 2664B20042E; Sat, 11 Sep 2004 19:07:36 +0200 (CEST) Date: Sat, 11 Sep 2004 19:07:36 +0200 From: martin f krafft To: Clint Adams Cc: zsh-workers@sunsite.dk, 270608-done@bugs.debian.org Subject: Re: Bug#270608: zsh: dpkg completion broken Message-ID: <20040911170736.GA23592@cirrus.madduck.net> References: <20040910161910.GA23853@cirrus.madduck.net> <20040910163119.GA12581@scowler.net> <20040910172215.GA27368@cirrus.madduck.net> <20040910185500.GA15086@scowler.net> <20040908085302.GA32363@cirrus.madduck.net> <20040908180727.GB25987@scowler.net> <20040910093933.GC4099@cirrus.madduck.net> <20040910155528.GA11672@scowler.net> <20040911063908.GA29864@cirrus.madduck.net> <20040911163125.GA32267@scowler.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: <20040911163125.GA32267@scowler.net> Organization: Debian GNU/Linux X-OS: Debian GNU/Linux 3.1 kernel 2.6.8-1-k7 i686 X-Motto: Keep the good times rollin' X-Subliminal-Message: debian/rules! User-Agent: Mutt/1.5.6+20040818i X-Virus-Scanned: by albatross.madduck.net X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: * X-Spam-Status: No, hits=1.5 required=6.0 tests=BAYES_40,RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 1.5 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable also sprach Clint Adams [2004.09.11.1831 +0200]: > Well, "fignore" is an array, and "FIGNORE" is a scalar, so what you > probably wanted to type is either >=20 > FIGNORE=3D"~:#:bk" >=20 > or >=20 > fignore=3D(\~ # bk) Oh dear. I can confirm that this is the problem. Bug closed. > though you might want to drop "fignore" altogether and use a > ignored-patterns zstyles instead. I did. zstyle ':completion:*:(all-|)files' ignored-patterns '*.bk' '*~' '*\#' Thanks for the hint. This opens another issue... the manpage says that=20 Note that the EXTENDED_GLOB option is set during the execution of completion functions, so the characters =E2=80=98#=E2=80=99, =E2=80=98= ~=E2=80=99 and =E2=80=98^=E2=80=99 have special meanings in the patterns. However, the above line only works if I do *not* escape ~. Thanks for your help! --=20 Please do not CC me when replying to lists; I read them! =20 .''`. martin f. krafft : :' : proud Debian developer, admin, and user `. `'` `- Debian - when you have better things to do than fixing a system =20 Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBQzDYIgvIgzMMSnURArX2AJ9MIbtkvovg6B8Wy7lQ5NZiYbGzFgCg4ZrA jcVUKzWAJj7OTGKWS4qN0Tg= =u3uL -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6--