From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [rms@gnu.org: Re: [twurgler@goodyear.com: emacs-21.2.90 on HP 11.0]] Date: Sat, 13 Jul 2002 08:20:41 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200207131420.g6DEKfs19774@aztec.santafe.edu> References: <5983E4DAC939D311B2F20008C7E62E7A075D2365@clsh01xch.office.cfmu.eurocontrol.be> <200207121112.g6CBCZr18311@aztec.santafe.edu> <15663.20365.981234.89762@raven.sup.cfmu.eurocontrol.be> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026570064 25735 127.0.0.1 (13 Jul 2002 14:21:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 13 Jul 2002 14:21:04 +0000 (UTC) Cc: philippe.waroquiers@eurocontrol.int, twurgler@goodyear.com, emacs-devel@gnu.org, stef.van-vlierberghe@eurocontrol.int Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17TNlg-0006gy-00 for ; Sat, 13 Jul 2002 16:21:04 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17TNw5-0001Dd-00 for ; Sat, 13 Jul 2002 16:31:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17TNlr-0002Xk-00; Sat, 13 Jul 2002 10:21:15 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17TNlK-0002Ud-00; Sat, 13 Jul 2002 10:20:42 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g6DEKiB14332; Sat, 13 Jul 2002 08:20:44 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g6DEKfs19774; Sat, 13 Jul 2002 08:20:41 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: Stef.Van-Vlierberghe@eurocontrol.int In-Reply-To: <15663.20365.981234.89762@raven.sup.cfmu.eurocontrol.be> (message from Stef Van Vlierberghe on Fri, 12 Jul 2002 23:52:13 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5738 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5738 !!! if (inchannel >= 0) { #ifndef USG /* On USG systems it does not work to open the pty's tty here and then close and reopen it in the child. */ What happens if you change USG to 0 in that conditional? Does subtty get set up properly? Does everything work after that? USG stands for Unix Somethingorother Group. That was the group in AT&T that made System V. We use it to indicate all the systems that are derived from System V. Also, independent of that, if you take away the #if 0 that currently surrounds these two lines, and make them unconditional, if (err == -1) gid = - XFASTINT (p->pid); does that fix the problem?