zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: "sh" job control
Date: Thu, 30 Sep 1999 16:08:02 +0200	[thread overview]
Message-ID: <9909301408.AA16679@ibmth.df.unipi.it> (raw)
In-Reply-To: "Clint Adams"'s message of "Thu, 30 Sep 1999 10:24:17 DFT." <19990930102417.A12538@dman.com>

Clint Adams wrote:
> Most other shells seem to default to exiting right away when told to
> exit while there are jobs in the job table.  zsh provided no way for
> silence (other than disowning all jobs or setopt nomonitor)
> 
> The following patch introduces an option "shjobcontrol" (bad name?)
> which skips the checkjobs() call.

It's probably because zsh doesn't set nohup by default. As it's set
by default in sh mode, this seems a reasonable combination.  Here's some
documentation.  Maybe the name could be improved but it's hard to think of
anything short.

--- Doc/Zsh/options.yo~	Wed Sep 22 14:59:48 1999
+++ Doc/Zsh/options.yo	Thu Sep 30 16:04:18 1999
@@ -1003,6 +1003,14 @@
 tt(INTERACTIVE) option is explicitly set on the command line.
 The value of this option cannot be changed anywhere other than the command line.
 )
+pindex(SH_JOB_CONTROL)
+cindex(exiting, checking jobs when)
+cindex(logging out, checking jobs when)
+item(tt(SH_JOB_CONTROL) <C> <K> <S>)(
+Don't report the status of background and suspended jobs when exiting a
+shell with job control.  This is best used in combination with tt(NO_HUP),
+else such jobs will be killed automatically.
+)
 pindex(SINGLE_LINE_ZLE)
 cindex(editor, single line mode)
 item(tt(SINGLE_LINE_ZLE) (tt(-M)) <K>)(


-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


  reply	other threads:[~1999-09-30 14:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-30 14:24 Clint Adams
1999-09-30 14:08 ` Peter Stephenson [this message]
1999-09-30 14:53   ` Zefram
1999-09-30 14:44     ` Peter Stephenson
1999-09-30 15:27       ` Clint Adams
1999-09-30 14:57         ` Peter Stephenson
1999-09-30 15:07     ` Clint Adams
1999-10-01  1:41       ` POSIX (Was: PATCH: "sh" job control) Geoff Wing
1999-10-01  6:23         ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9909301408.AA16679@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).