From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25179 invoked from network); 26 Feb 2000 17:48:34 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Feb 2000 17:48:34 -0000 Received: (qmail 16765 invoked by alias); 26 Feb 2000 17:48:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9884 Received: (qmail 16757 invoked from network); 26 Feb 2000 17:48:25 -0000 From: "Bart Schaefer" Message-Id: <1000226174819.ZM24124@candle.brasslantern.com> Date: Sat, 26 Feb 2000 17:48:18 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Bug with push-line-or-edit and here-documents MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii push-line-or-edit with a here-document is accepting the command rather than just pushing it on the editor stack. zagzig[21] cat < echo this should not be catted heredoc> echo this should not be catted <-- Yipes, "cat" ran! zagzig[21] cat <