From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29360 invoked from network); 12 Dec 2003 20:52:29 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 12 Dec 2003 20:52:29 -0000 Received: (qmail 7290 invoked by alias); 12 Dec 2003 20:52:17 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6875 Received: (qmail 7204 invoked from network); 12 Dec 2003 20:52:16 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 12 Dec 2003 20:52:16 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [163.5.0.25] by sunsite.dk (MessageWall 1.0.8) with SMTP; 12 Dec 2003 20:52:16 -0000 Received: from epita.fr ([10.42.1.60]) by deliver.epitech.net (SAVSMTP 3.1.2.35) with SMTP id M2003121220513605716 ; Fri, 12 Dec 2003 20:51:36 +0100 Received: from hwi (hwi.epita.fr [10.42.23.35]) by epita.fr id hBCKqET17611 Fri, 12 Dec 2003 21:52:14 +0100 (CET) Date: Fri, 12 Dec 2003 21:52:13 +0100 From: Jean Chalard To: "N. Thomas" Cc: zsh-users@sunsite.dk Subject: Re: No newline, no print. Message-ID: <20031212205213.GB3143@epita.fr> References: <20031212204435.GM3748@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031212204435.GM3748@cise.ufl.edu> User-Agent: Mutt/1.4i > When I print something to stdout that doesn't have a newline at the end, > Z-Shell refuses to print it. Note the following Perl program: > > print "My name is Bob.\n"; setopt no_prompt_cr But you could as well have read the mailing list archive. (This one comes up pretty often) -- J