From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11161 invoked from network); 10 Jul 2009 03:41:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 10 Jul 2009 03:41:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 9249 invoked from network); 10 Jul 2009 03:40:58 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Jul 2009 03:40:58 -0000 Received: (qmail 13360 invoked by alias); 10 Jul 2009 03:40:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27118 Received: (qmail 13347 invoked from network); 10 Jul 2009 03:40:48 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 10 Jul 2009 03:40:48 -0000 Received: from vms173017pub.verizon.net (vms173017pub.verizon.net [206.46.173.17]) by bifrost.dotsrc.org (Postfix) with ESMTP id 013A980307FA for ; Fri, 10 Jul 2009 05:40:45 +0200 (CEST) Received: from torch.brasslantern.com ([96.238.220.32]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KMJ001RERJMSMOA@vms173017.mailsrvcs.net> for zsh-workers@sunsite.dk; Thu, 09 Jul 2009 22:40:39 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n6A3eXop019174 for ; Thu, 09 Jul 2009 20:40:34 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n6A3eW10019173 for zsh-workers@sunsite.dk; Thu, 09 Jul 2009 20:40:32 -0700 From: Bart Schaefer Message-id: <090709204032.ZM19172@torch.brasslantern.com> Date: Thu, 09 Jul 2009 20:40:32 -0700 In-reply-to: <20090709205608.52875b5f@pws-pc> Comments: In reply to Peter Stephenson "Re: non-interactive set -m" (Jul 9, 8:56pm) References: <200907080858.n688wXfc030608@news01.csr.com> <200907081349.n68DneSv001850@news01.csr.com> <20090709205608.52875b5f@pws-pc> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Re: non-interactive set -m MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.94.2/9551/Thu Jul 9 15:22:08 2009 on bifrost X-Virus-Status: Clean On Jul 9, 8:56pm, Peter Stephenson wrote: } } It seems entirely reasonable not to try to take over the terminal if } you're in a shell that didn't think it was controlling the terminal in } the first place. I'm not the job control expert, but since this doesn't } affect the usual case anyway I've committed it. I don't know if I qualify as the expert, either, but IMO this should be OK.