Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: `make' completion in zsh-3.1.9
- X-seq: zsh-workers 13678
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: `make' completion in zsh-3.1.9
- Date: Tue, 20 Mar 2001 18:42:28 +0000
- In-reply-to: <200103201033.LAA07680@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200103201033.LAA07680@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Mar 20, 11:33am, Sven Wischnowsky wrote:
} Subject: Re: `make' completion in zsh-3.1.9
}
} Bart Schaefer wrote:
}
} > zsh% while read -e; do :; done < Makefile | less
} >
} > hangs until interrupted. This works:
} >
} > zsh% { while read -e; do :; done < Makefile } | less
}
} Hrm, works for me. (Please not another non-reproducible-everywhere
} job contorl bug, please please please...)
It appears that "less" never gets started on my RH5.2 machine. The
"while" loop runs until it has written 4k bytes, then it gets stuck.
If the file redirected to the while loop is less than 4k in size, it
all works fine.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author