From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id FAA04424 for ; Fri, 9 Aug 1996 05:03:08 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id OAA14925; Thu, 8 Aug 1996 14:55:14 -0400 (EDT) Resent-Date: Thu, 8 Aug 1996 14:55:14 -0400 (EDT) Sender: bradym@cs.arizona.edu To: zsh-workers@math.gatech.edu Subject: Re: Possible hpux bug References: <199608081643.JAA26608@mahler.cs.arizona.edu> From: Brady Montz Date: 08 Aug 1996 11:53:51 -0700 In-Reply-To: Brady Montz's message of Thu, 8 Aug 1996 09:43:23 -0700 (MST) Message-ID: X-Mailer: Gnus v5.2.36/XEmacs 19.14 Resent-Message-ID: <"wgK5u3.0.8f3.IWZ2o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1935 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I just sent this mail: Brady Montz writes: > > This problem only appears in hpux 9.01. It doesn't happen on linux, > solaris, or OSF1. I'm running 3.0pre6 on all those machines. > > If I enter at the prompt: > > source file > > everything's happy. If, however, I do: > > func() > { > source file > } > func > > Then I get a bunch of blank lines on the screen as the file gets ... Sorry for this, but it turns out that I was running pre2 on the hpux machine. How embarassing. I could swear that I checked $ZSH_VERSION, but you know how that goes. Anyhow, it works fine now.