From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7436 invoked from network); 14 Nov 1997 11:06:46 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 14 Nov 1997 11:06:46 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id FAA20152; Fri, 14 Nov 1997 05:59:13 -0500 (EST) Resent-Date: Fri, 14 Nov 1997 05:59:13 -0500 (EST) From: Andrew Main Message-Id: <199711141059.KAA03361@taos.demon.co.uk> Subject: Re: possible bug with command line when doing echo -n To: rduta@xtra.co.nz (Radu Duta) Date: Fri, 14 Nov 1997 10:59:08 +0000 (GMT) Cc: zsh-workers@math.gatech.edu In-Reply-To: <19971114115101.59660@xtra.co.nz> from "Radu Duta" at Nov 14, 97 11:51:01 am X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"q0gaT.0.pw4.1y2Rq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3613 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Radu Duta wrote: >I'm running 304 (tried 305 as well). The problem I'm encountering is when >I do things like "echo -n hello", I get nothing. When the string is longer >I can see it pop up and the is erased by the prompt. I tried changing >my prompt to nothing, but no luck. unsetopt PROMPT_CR -zefram