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

Re: `make' completion in zsh-3.1.9



Bart Schaefer wrote:

> ...
> 
> So we may be stuck with the awk we have, except that we could unfold any
> backslash-continued lines before awking.  That'd be as easy as adding a
> "while read -e; do : done" to the command substitution.

So... a style to select invoking `make'?  Any clever ways to decide
when and where to use invoking it as the default?

> (Or at least I though it would, but:
> 
> zsh% while read -e; do :; done < Makefile | less
> 
> hangs until interrupted.  This works:
> 
> zsh% { while read -e; do :; done < Makefile } | less
> 
> What's up with that first one?)

Hrm, works for me.  (Please not another non-reproducible-everywhere
job contorl bug, please please please...)


Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author