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 UAA12404 for ; Mon, 3 Jun 1996 20:45:04 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id GAA10403; Mon, 3 Jun 1996 06:32:25 -0400 (EDT) Resent-Date: Mon, 3 Jun 1996 06:32:25 -0400 (EDT) To: zsh-workers@math.gatech.edu cc: Hrvoje Niksic Subject: Re: "You have running jobs" warning In-reply-to: Your message of "01 Jun 1996 19:52:37 +0200." Date: Mon, 03 Jun 1996 11:31:55 +0100 Message-ID: <20862.833797915@dis.strath.ac.uk> From: Duncan Sinclair Resent-Message-ID: <"Y6PLi.0.TY2.uyhin"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1247 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >When I set NO_HUP, I would like the "you have running jobs" warning to >disappear when leaving zsh, since the option should make it look like >other shells in that respect (e.g. bash prints no warnings about >background running jobs). >Thus, if nohup is unset, the warning should be printed and the shell >should require pressing C-d twice to exit, HUP-ing the job before >exiting. >However, if nohup is set, there should be no warning about running >background jobs, and only one C-d should be sufficient to exit. This >little patch does this. Could you please include it to the >distribution, since the modified behaviour strikes me as much more >logical. I don't see this as logical at all. I have "nohup" set but always appreciate the warning that zsh gives when I'm about to abandon a job. Perhaps another option to control this is what you require. Duncan.