Path: utzoo!attcan!uunet!lll-winken!ames!ig!bionet!agate!ucbvax!adt.UUCP!spike From: spike@adt.UUCP (Joe Ilacqua) Newsgroups: comp.sys.sgi Subject: Re: GNU Emacs for 4D machines Message-ID: <8904102111.AA19003@adt.uucp> Date: 10 Apr 89 21:11:16 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 26 If after you add the files to make emacs work on the 4D you make the folowing changes, you will get Job Control. In m-iris4d.h add the line: #define killpg( pgrp, sig ) (kill( -(pgrp), (sig) )) as is found in m-ibmrt-aix.h And in sysdep.c change line 500 from: #ifdef BSD killpg (getpgrp (0), SIGTSTP); to #if defined(BSD) || defined(IRIS_4D) killpg (getpgrp (0), SIGTSTP); I belive (and could be wrong) that the right files for the 4D (with out the about patch *sigh*) are in the 18.52 dist. Joe Ilacqua