Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: `make' completion in zsh-3.1.9
- X-seq: zsh-workers 13675
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: `make' completion in zsh-3.1.9
- Date: Tue, 20 Mar 2001 11:33:40 +0100 (MET)
- In-reply-to: "Bart Schaefer"'s message of Mon, 19 Mar 2001 18:27:18 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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