GNU Emacs for 4D machines
Joe Ilacqua
spike at adt.UUCP
Tue Apr 11 07:11:16 AEST 1989
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
More information about the Comp.sys.sgi
mailing list