From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15743 invoked from network); 19 Jun 1997 07:08:55 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 19 Jun 1997 07:08:55 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id DAA10242; Thu, 19 Jun 1997 03:00:23 -0400 (EDT) Resent-Date: Thu, 19 Jun 1997 03:00:23 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199706190704.DAA05872@hzoli.home> Subject: Re: zsh-3.0.3: another problem in Src/jobs.c In-Reply-To: <9706190624.AA05850@oz.fantasy.otsl.oki.co.jp> from SUZUKI Hisao at "Jun 19, 97 03:24:32 pm" To: suzuki@otsl.oki.co.jp (SUZUKI Hisao) Date: Thu, 19 Jun 1997 03:04:03 -0400 (EDT) Cc: zsh-workers@math.gatech.edu X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"OJCB13.0.wV2.7aDgp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3258 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Jo napot kivanok! > (...or "Jo reggelt kivanok") Just for those, who do not speak Hungarian, these are just greetings meaning good day and good morning :-). Where did you learn these (I'm just curious)? > I reported a problem of zsh-3.0.3/Src/jobs.c by e-mail > <9706180710.AA10798@oz.fantasy.otsl.oki.co.jp> yesterday. Now I > found another problem. It is like this: It seems that it is really a problem with your patch. You perhaps missed Peter's one-liner fix for the problem (you have to remove your patched before that applies. And I should apologize for the delay of zsh-3.0.4. I have almost made a release but then came two new fixes from Peter az Zefram. Zoltan Here is Peter's patch: *** ./Src/jobs.c.old Wed Jun 4 17:51:43 1997 --- ./Src/jobs.c Wed Jun 4 17:53:39 1997 *************** *** 155,161 **** } } ! if (shout && !ttyfrozen && !jn->stty_in_env) gettyinfo(&shttyinfo); if (isset(MONITOR)) { --- 155,161 ---- } } ! if (shout && !ttyfrozen && !jn->stty_in_env && inforeground) gettyinfo(&shttyinfo); if (isset(MONITOR)) {