From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25639 invoked from network); 8 Jun 2009 16:37:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 8 Jun 2009 16:37:03 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 39575 invoked from network); 8 Jun 2009 16:36:56 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Jun 2009 16:36:56 -0000 Received: (qmail 22774 invoked by alias); 8 Jun 2009 16:36:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27046 Received: (qmail 22756 invoked from network); 8 Jun 2009 16:36:48 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 8 Jun 2009 16:36:48 -0000 Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [208.87.233.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 83793801E289 for ; Mon, 8 Jun 2009 18:36:43 +0200 (CEST) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly15g.srv.mailcontrol.com (MailControl) with ESMTP id n58GabpK020120 for ; Mon, 8 Jun 2009 17:36:38 +0100 Received: from news01 ([10.99.50.25]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Jun 2009 17:36:36 +0100 Date: Mon, 8 Jun 2009 17:36:36 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: run-help's man arguments Message-ID: <20090608173636.454e68ce@news01> In-Reply-To: <090608090642.ZM27728@torch.brasslantern.com> References: <2161.1244200252@csr.com> <090605225330.ZM551@torch.brasslantern.com> <200906080852.n588qJaK000472@news01.csr.com> <20090608135410.GA26835@scru.org> <200906081403.n58E3wQT003509@news01.csr.com> <090608090642.ZM27728@torch.brasslantern.com> Organization: CSR X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.8; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Jun 2009 16:36:36.0517 (UTC) FILETIME=[4A6C2550:01C9E857] X-Scanned-By: MailControl A-09-00-10 (www.mailcontrol.com) on 10.71.0.125 X-Virus-Scanned: ClamAV 0.94.2/9437/Mon Jun 8 15:56:50 2009 on bifrost X-Virus-Status: Clean On Mon, 08 Jun 2009 09:06:42 -0700 Bart Schaefer wrote: > } local -a line > } > } line=(${(qq)${(z)BUFFER}}) > } zle push-line > } BUFFER="run-help ${line}" > } zle accept-line > > I can't find that anywhere (except this) in the zsh lists archives back > to 2003 (which I have where I can grep them). Where did you find it, or > why did you write it? (E.g., did you start trying it because you saw > the $@:t in run-help, or did you find $@:t because you were trying this?) It looks like I wrote it in January when I switched from my own run-help to the standard one, so I must have been looking to see what else to do with it and possibly spotted the multiple manual entry thing, but actually I can't remember. pws