From owner-freebsd-standards@FreeBSD.ORG Wed Apr 30 17:45:02 2003 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D9637B404 for ; Wed, 30 Apr 2003 17:45:00 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4752343F93 for ; Wed, 30 Apr 2003 17:45:00 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (203.134.131.24) by smtp01.syd.iprimus.net.au (7.0.012) id 3E96D1D2003105B3; Thu, 1 May 2003 10:44:58 +1000 Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000) id 63250C90D; Thu, 1 May 2003 10:44:52 +1000 (EST) Date: Thu, 1 May 2003 10:44:52 +1000 From: Tim Robbins To: Jens Schweikhardt Message-ID: <20030501104452.A24591@dilbert.robbins.dropbear.id.au> References: <20030430143448.GB5142@schweikhardt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030430143448.GB5142@schweikhardt.net>; from schweikh@schweikhardt.net on Wed, Apr 30, 2003 at 04:34:48PM +0200 cc: freebsd-standards@freebsd.org Subject: Re: bug or feature in m4? X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 00:45:03 -0000 On Wed, Apr 30, 2003 at 04:34:48PM +0200, Jens Schweikhardt wrote: > hello, world\n > > I'm not sure if this is a bug, feature or a misunderstanding of mine. I > would expect the m4 syscmd macro to be replaced at the point where it > appears in the input, but apparently its output appears at the very > beginning. There's probably a missing call to fflush(). I'll check it out. Tim