From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2726 invoked from network); 5 Aug 2007 15:55:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 Aug 2007 15:55:56 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 95189 invoked from network); 5 Aug 2007 15:55:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Aug 2007 15:55:49 -0000 Received: (qmail 23401 invoked by alias); 5 Aug 2007 15:55:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23741 Received: (qmail 23391 invoked from network); 5 Aug 2007 15:55:34 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 5 Aug 2007 15:55:34 -0000 Received: (qmail 92831 invoked from network); 5 Aug 2007 15:55:34 -0000 Received: from zoidberg.org (HELO cthulhu.zoidberg.org) (213.133.99.5) by a.mx.sunsite.dk with SMTP; 5 Aug 2007 15:55:06 -0000 Received: from localhost (xdsl-87-78-124-253.netcologne.de [::ffff:87.78.124.253]) (IDENT: tobias, AUTH: PLAIN tobias, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by cthulhu.zoidberg.org with esmtp; Sun, 05 Aug 2007 17:49:03 +0200 id 00034A88.46B5F16F.00002378 Date: Sun, 5 Aug 2007 17:49:01 +0200 From: Tobias Gruetzmacher To: zsh-workers@sunsite.dk Subject: Completion regression? Message-ID: <20070805154900.GA6957@portfolio16.de> Mail-Followup-To: zsh-workers@sunsite.dk Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_cthulhu.zoidberg.org-9080-1186328944-0001-2" Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-11) This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_cthulhu.zoidberg.org-9080-1186328944-0001-2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I have a small, annoying problem with completion of file names. I have some files starting with "[". Until zsh 4.3.2 everything was fine and "echo [" showed my the files. Now at the same place zsh tries to complete environment variables, which makes absolutely no sense to me. I tracked down the problem with git bisect to this commit: commit 82ac967eff75a43fd8a7271e5fe96bfdb0ad08c6 Author: pws Date: Mon Jul 10 13:08:24 2006 +0000 22544: Improve use of ztype tests for multibyte characters. Add POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. But reversing the repository to this patch makes "echo [" hang in an endless loop and only a SIGKILL can help. This bug disappears with this patch: commit cc67cb4da59072a9e801a4e0bcd3c4d8d410bce1 Author: pws Date: Sun Aug 20 18:07:49 2006 +0000 22643: completing in math context Is there a simple way to enable completion of files with [ at the beginning again? (And yes, I know I can add \, but I liked it when the completion added it for me...) Greetings, Tobi --=20 GPG-Key 0xE2BEA341 - signed/encrypted mail preferred My, oh so small, homepage: http://portfolio16.de/ http://www.fli4l.de/ - ISDN- & DSL-Router on one disk! Registered FLI4L-User #00000003 --=_cthulhu.zoidberg.org-9080-1186328944-0001-2 Content-Type: application/pgp-signature; name="signature.asc" Content-Transfer-Encoding: 7bit Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGtfFsGf7YPOK+o0ERApM5AJ9HAWNoSHEk8d0iWyUa5R96sg11MACfec7f oCjE3o8DDNzYpA0rH9TBA60= =fIi0 -----END PGP SIGNATURE----- --=_cthulhu.zoidberg.org-9080-1186328944-0001-2--