Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: run-help's man arguments
- X-seq: zsh-workers 27046
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: run-help's man arguments
- Date: Mon, 8 Jun 2009 17:36:36 +0100
- In-reply-to: <090608090642.ZM27728@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <2161.1244200252@xxxxxxx> <C141D892-5C34-428A-87C2-4ABC5A60BFC1@xxxxxxxxxxxxxxxxx> <090605225330.ZM551@xxxxxxxxxxxxxxxxxxxxxx> <200906080852.n588qJaK000472@xxxxxxxxxxxxxx> <20090608135410.GA26835@xxxxxxxx> <200906081403.n58E3wQT003509@xxxxxxxxxxxxxx> <090608090642.ZM27728@xxxxxxxxxxxxxxxxxxxxxx>
On Mon, 08 Jun 2009 09:06:42 -0700
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author