Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 1996 16:52:25 -0500 (CDT)
From:      Rich Murphey <rich@rich.isdn.bcm.tmc.edu>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: emacs 19.31
Message-ID:  <199606292152.QAA28237@richc.isdn.bcm.tmc.edu>
In-Reply-To: <199606282047.PAA16107@richc.isdn.bcm.tmc.edu> (message from Rich Murphey on Fri, 28 Jun 1996 15:47:40 -0500 (CDT))

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606292152.QAA28237>