From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14944 invoked from network); 3 Feb 2007 01:39:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Feb 2007 01:39:23 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 38513 invoked from network); 3 Feb 2007 01:39:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Feb 2007 01:39:18 -0000 Received: (qmail 12779 invoked by alias); 3 Feb 2007 01:39:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23147 Received: (qmail 12769 invoked from network); 3 Feb 2007 01:39:15 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Feb 2007 01:39:15 -0000 Received: (qmail 38262 invoked from network); 3 Feb 2007 01:39:15 -0000 Received: from smtp.hrz.tu-freiberg.de (HELO smtp.tu-freiberg.de) (139.20.64.64) by a.mx.sunsite.dk with SMTP; 3 Feb 2007 01:39:07 -0000 Received: from localhost (localhost [127.0.0.1]) by smtp.tu-freiberg.de (Postfix) with ESMTP id D5D5C8D673 for ; Sat, 3 Feb 2007 02:39:06 +0100 (CET) X-Virus-Scanned: amavisd-new at tu-freiberg.de Received: from smtp.tu-freiberg.de ([127.0.0.1]) by localhost (smtp.tu-freiberg.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zModnFeABu9h for ; Sat, 3 Feb 2007 02:39:03 +0100 (CET) Received: from pollux.tribut.de (h-165-47.stunet.tu-freiberg.de [139.20.165.47]) by smtp.tu-freiberg.de (Postfix) with ESMTP id C2A668D66C for ; Sat, 3 Feb 2007 02:39:03 +0100 (CET) Received: from pollux.tribut.de (pollux.tribut.de [127.0.0.1]) by pollux.tribut.de (Postfix) with ESMTP id 20B4B5E8038 for ; Sat, 3 Feb 2007 02:39:04 +0100 (CET) From: Felix Eckhofer To: zsh-workers@sunsite.dk Subject: Completion fails to properly escape parenthesis Date: Sat, 3 Feb 2007 02:39:02 +0100 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1267650.dR9JUp2fVv"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200702030239.03718.felix@tribut.de> --nextPart1267650.dR9JUp2fVv Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi. Have a look at this short session: > $ mkdir 'some(dir' > $ cd some > $ cd some\(dir > cd:5: bad pattern: some(dir Obviously, completion fails to escape the '(' properly ("cd some\\\(dir"=20 works fine). Of course in this example "setopt NO_bad_pattern" would=20 help, but that's a workaround at best. I'm now officially giving up on finding where that escaping takes place=20 in zsh, because at 2:38 I thing I deserve some sleep. If anyone could=20 kindly point me to the right place I will gladly provide a patch.=20 Tomorrow. Good night, felix =2D-=20 felix_eckhofer * [fli4l-/eis-team] * ICQ#_59008162 "Ein Betriebssystem sie zu knechten, sie alle zu finden, ins Dunkle zu treiben und ewig zu binden..." --nextPart1267650.dR9JUp2fVv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQBFw+e36iGZQSR3yvgRArmzAJ9Awgj3QD0iHsIOglBuvCAg9BKaXQCfXuI3 3EfAvwykrKIOhRgjk+0DcA4= =6KSI -----END PGP SIGNATURE----- --nextPart1267650.dR9JUp2fVv--