From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3989 invoked from network); 8 Oct 2003 07:26:13 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 Oct 2003 07:26:13 -0000 Received: (qmail 22054 invoked by alias); 8 Oct 2003 07:26:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19175 Received: (qmail 22014 invoked from network); 8 Oct 2003 07:26:06 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 8 Oct 2003 07:26:06 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.27.190.146] by sunsite.dk (MessageWall 1.0.8) with SMTP; 8 Oct 2003 7:26:5 -0000 Received: from ceramic.fifi.org (mail@ceramic.fifi.org [216.27.190.147]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id AAA13571; Wed, 8 Oct 2003 00:26:01 -0700 Received: from phil by ceramic.fifi.org with local (Exim 4.22) id 1A78hs-0002CX-AY; Wed, 08 Oct 2003 00:26:00 -0700 To: Danek Duvall Cc: Nicolas George , zsh-workers@sunsite.dk Subject: Re: Subshell exiting, suspend problem References: <20030926165251.GA14940@clipper.ens.fr> <20031003205809.GE4255@lorien.emufarm.org> <873ceaugby.fsf@ceramic.fifi.org> <20031003222443.GH4255@lorien.emufarm.org> <20031008070418.GD692@lorien.emufarm.org> Mail-Copies-To: nobody From: Philippe Troin Date: 08 Oct 2003 00:26:00 -0700 In-Reply-To: <20031008070418.GD692@lorien.emufarm.org> Message-ID: <87llrwur5j.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Philippe Troin Danek Duvall writes: > On Fri, Oct 03, 2003 at 03:24:43PM -0700, Danek Duvall wrote: > > > On Fri, Oct 03, 2003 at 03:06:09PM -0700, Philippe Troin wrote: > > > > > Danek Duvall writes: > > > > > > > However, I'm now unable to suspend vi or ncftp, or, I would guess, > > > > any curses program. > > > > > > That's strange: this patch only changes zsh's exit behavior. > > > > Indeed. I'll recompile both the patched version and the unpatched > > version from scratch and see if I can reproduce all this behavior. > > Mea culpa. I'd run configure in the background, and it failed to detect > tcsetpgrp properly. Rebuilding in the foreground solved the issue. Glad to hear that :-) I'll see if I can fix the configure script for that case. At worst, I can make it fail if ran in the background. Phil.