From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7867 invoked by alias); 21 Jun 2011 08:02:55 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29501 Received: (qmail 5850 invoked from network); 21 Jun 2011 08:02:48 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <110621010233.ZM8887@torch.brasslantern.com> Date: Tue, 21 Jun 2011 01:02:31 -0700 In-reply-to: <20110621054043.GA9528@lorien.comfychair.org> Comments: In reply to Danek Duvall "Re: _multi_parts and -q" (Jun 20, 10:40pm) References: <20110617215008.GA3154@lorien.comfychair.org> <20110618205218.093eb2f8@pws-pc.ntlworld.com> <110618130334.ZM19744@torch.brasslantern.com> <20110618220723.6559e606@pws-pc.ntlworld.com> <110620220334.ZM8712@torch.brasslantern.com> <20110621054043.GA9528@lorien.comfychair.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: _multi_parts and -q MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jun 20, 10:40pm, Danek Duvall wrote: } Subject: Re: _multi_parts and -q } } On Mon, Jun 20, 2011 at 10:03:34PM -0700, Bart Schaefer wrote: } } > + if (( $matches[(I)${tmp1[1]}${sep}*] )) && } > + ! (( $matches[(I)${tmp1[1]}] )); then } } This doesn't seem to do the trick for me. The slash is auto-removed, all } right, but immediately after I hit tab. Sorry, I meant to explain that wasn't really a fix -- it's just showing that it's not possible to get _multi_parts to pass through the -q flag consistently without some kind of tweaking. That is, the workaround that PWS suggested is not really a workaround in general. --