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 melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id CAA10823 for ; Thu, 4 Jul 1996 02:54:41 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id MAA12688; Wed, 3 Jul 1996 12:30:42 -0400 (EDT) Resent-Date: Wed, 3 Jul 1996 12:30:42 -0400 (EDT) Message-Id: <199607031630.AA201851400@dtthp106.jf.intel.com> To: zsh-workers@math.gatech.edu Subject: Re: 3.0-pre1 odd behavior In-Reply-To: Your message of "Tue, 02 Jul 1996 21:52:55 PDT." <960702215259.ZM7175@candle.brasslantern.com> Date: Wed, 03 Jul 1996 09:30:00 -0700 From: Clint Olsen Resent-Message-ID: <"Vm1ti2.0.A63.n0gsn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1521 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Tue, 2 Jul 1996 21:52:55 -0700, "Bart Schaefer" writes: > > Happens only with both the `monitor' and `printexitvalue' options set, > and then only for commands that exit nonzero. I think `printexitvalue' > is a relatively new option, but I'm not sure (I've never set it). I am not enabling the printexitvalue or the monitor. This must be turned on by default: ~# setopt allexport autolist automenu bgnice hashcmds hashdirs hashlistall interactive login monitor notify printexitvalue rcexpandparam shinstdin zle -Clint