Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: run-help's man arguments



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