Re: coprocess suggestions

2009-01-14 Thread Andreas Schwab
Chet Ramey writes: > The grammar will not interpret it that way. The token following the > NAME after the `coproc' will be parsed as a reserved word if it meets > the criteria for a reserved word -- that is, this is a place where > reserved words will be recognized. That should be documented si

Re: coprocess suggestions

2009-01-14 Thread Chet Ramey
Andreas Schwab wrote: > Chet Ramey writes: > >> Pierre Gaston wrote: >>> I have a couple of suggestions about coprocesses. >>> If I understood correctly how coproc works, I think that >>> instead of : >>> coproc [NAME] command [redirections] >>> >>> the documentation would be a little clearer wit

Re: coprocess suggestions

2009-01-14 Thread Andreas Schwab
Chet Ramey writes: > Pierre Gaston wrote: >> I have a couple of suggestions about coprocesses. >> If I understood correctly how coproc works, I think that >> instead of : >> coproc [NAME] command [redirections] >> >> the documentation would be a little clearer with something like: >> >> coproc

Re: coprocess suggestions

2009-01-14 Thread Chet Ramey
Pierre Gaston wrote: > I have a couple of suggestions about coprocesses. > If I understood correctly how coproc works, I think that > instead of : > coproc [NAME] command [redirections] > > the documentation would be a little clearer with something like: > > coproc simple-command [redirections] >

Re: coprocess suggestions

2009-01-14 Thread Pierre Gaston
On Wed, Jan 14, 2009 at 12:04 AM, Pierre Gaston wrote: > I have a couple of suggestions about coprocesses. > If I understood correctly how coproc works, I think that > instead of : > coproc [NAME] command [redirections] > > the documentation would be a little clearer with something like: > > copro