From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5049 invoked from network); 20 Mar 2001 10:33:54 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Mar 2001 10:33:54 -0000 Received: (qmail 3864 invoked by alias); 20 Mar 2001 10:33:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13675 Received: (qmail 3852 invoked from network); 20 Mar 2001 10:33:43 -0000 Date: Tue, 20 Mar 2001 11:33:40 +0100 (MET) Message-Id: <200103201033.LAA07680@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.dk In-reply-to: "Bart Schaefer"'s message of Mon, 19 Mar 2001 18:27:18 +0000 Subject: 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@informatik.hu-berlin.de