From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2544 invoked from network); 12 Apr 2008 15:38:59 -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.6 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; 12 Apr 2008 15:38:59 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 32708 invoked from network); 12 Apr 2008 15:38:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Apr 2008 15:38:52 -0000 Received: (qmail 9717 invoked by alias); 12 Apr 2008 15:38:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24807 Received: (qmail 9703 invoked from network); 12 Apr 2008 15:38:48 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 12 Apr 2008 15:38:48 -0000 Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by bifrost.dotsrc.org (Postfix) with ESMTP id 619B68043AC7 for ; Sat, 12 Apr 2008 17:38:44 +0200 (CEST) Received: from ironport-out-2.rz.rwth-aachen.de ([134.130.3.59]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JZ70089OY4KE370@mta-2.ms.rz.RWTH-Aachen.de> for zsh-workers@sunsite.dk; Sat, 12 Apr 2008 17:38:44 +0200 (CEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by ironport-in-2.rz.rwth-aachen.de with ESMTP; Sat, 12 Apr 2008 17:38:44 +0200 Received: from fsst.voodoo.lan ([212.117.84.182]) by relay.rwth-aachen.de (8.13.7/8.13.3/1) with ESMTP id m3CFchGE027765 for ; Sat, 12 Apr 2008 17:38:43 +0200 (MEST) Received: from hawk by fsst.voodoo.lan with local (Exim 4.69) (envelope-from ) id 1JkhmY-0004jK-BG for zsh-workers@sunsite.dk; Sat, 12 Apr 2008 17:36:46 +0200 Date: Sat, 12 Apr 2008 17:36:46 +0200 From: Frank Terbeck Subject: [PATCH] completion system relies on ignorebraces to be unset To: zsh workers Mail-followup-to: zsh workers Message-id: <20080412153646.GS24882@fsst.voodoo.lan> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline X-IronPort-AV: E=Sophos;i="4.25,646,1199660400"; d="scan'208";a="38827099" User-Agent: Mutt/1.5.17 (2008-01-15) X-Virus-Scanned: ClamAV 0.91.2/6719/Sat Apr 12 16:22:37 2008 on bifrost X-Virus-Status: Clean This was reported on IRC. Adding NO_ignorebraces to _comp_options[] seems to do the trick. Regards, Frank Index: Completion/compinit =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/compinit,v retrieving revision 1.19 diff -u -r1.19 compinit --- Completion/compinit 28 Mar 2008 15:00:51 -0000 1.19 +++ Completion/compinit 12 Apr 2008 15:35:42 -0000 @@ -141,6 +141,7 @@ NO_errexit NO_globsubst NO_histsubstpattern + NO_ignorebraces NO_kshglob NO_ksharrays NO_kshtypeset -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925