From owner-freebsd-ports Sat Jun 29 19:09:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA03247 for ports-outgoing; Sat, 29 Jun 1996 19:09:04 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id TAA03230 for ; Sat, 29 Jun 1996 19:08:56 -0700 (PDT) Received: from rich.isdn.bcm.tmc.edu (root@RICH.ISDN.BCM.TMC.EDU [128.249.250.34]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id OAA19009 for ; Sat, 29 Jun 1996 14:53:43 -0700 Received: from richc.isdn.bcm.tmc.edu (root@richc.isdn.bcm.tmc.edu [128.249.250.37]) by rich.isdn.bcm.tmc.edu (8.7.5/8.6.12) with ESMTP id QAA09682 for ; Sat, 29 Jun 1996 16:52:26 -0500 (CDT) Received: (rich@localhost) by richc.isdn.bcm.tmc.edu (8.7.5/8.6.12) id QAA28237; Sat, 29 Jun 1996 16:52:25 -0500 (CDT) Date: Sat, 29 Jun 1996 16:52:25 -0500 (CDT) Message-Id: <199606292152.QAA28237@richc.isdn.bcm.tmc.edu> From: Rich Murphey To: freebsd-ports@FreeBSD.ORG In-reply-to: <199606282047.PAA16107@richc.isdn.bcm.tmc.edu> (message from Rich Murphey on Fri, 28 Jun 1996 15:47:40 -0500 (CDT)) Subject: Re: emacs 19.31 Reply-to: rich@rich.isdn.bcm.tmc.edu Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk this seems to get rid of the 'Inappropriate ioctl' error message. --- emacs-19.31/src/s/freebsd.h.dist Sun Feb 4 15:33:48 1996 +++ emacs-19.31/src/s/freebsd.h Sat Jun 29 16:22:25 1996 @@ -67,6 +67,7 @@ #define HAVE_GETLOADAVG /*#define HAVE_GETPAGESIZE /* configure now puts this in config.h */ #define HAVE_TERMIOS +#define BSD_TERMIOS #define NO_TERMIO #define DECLARE_GETPWUID_WITH_UID_T But this still doesn't fix the broken job control in 'shell' buffers. The funny thing is, job control works fine in an 'rsh' buffer. Emacs is correctly sending a '^C' in both the shell and rsh buffers and 'stty -a' shows identical settings for them. I'm not sure what to look for next.. Rich