From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4154 invoked from network); 14 Aug 2000 08:30:55 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Aug 2000 08:30:55 -0000 Received: (qmail 3619 invoked by alias); 14 Aug 2000 08:30:21 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3366 Received: (qmail 3605 invoked from network); 14 Aug 2000 08:30:20 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Eric Smith" , "zsh-user mailing list" Subject: RE: need to explicitly create newline on command prompt Date: Mon, 14 Aug 2000 12:30:13 +0400 Message-ID: <001101c005c9$de1e7fc0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <20000814102329.B911@fruitcom.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > With zsh, I have never been able to get output of a perl command > unless an explicit "\n" is entered. A straight echo or even: > echo 324542| sed 's/3/9/g' > does print out. (Also there is that weird `"'abc' output. > > With bash all is as it should be. > > Any ideas where I could look t fix this? > setopt promptcr -andrej