
Read the file `INSTALL' for general installation instructions.


When exiting a subprocess in Edwin, an error may appear in the minibuffer;
if this happens consistently for you, then you need the following kernel
patch:


Sun Feb 21 11:31:46 1993  Charles Hannum  (mycroft@duality.gnu.ai.mit.edu)

	* tty_pty.c (ptsclose, ptcclose): Return a meaningful value.

-----8<-----snip-----8<-----snip-----8<-----snip-----8<-----snip-----8<-----
*** tty_pty.c.~1~	Sat Feb 13 11:04:13 1993
--- tty_pty.c	Sun Feb 21 01:26:01 1993
***************
*** 144,149 ****
--- 144,150 ----
  	(*linesw[tp->t_line].l_close)(tp, flag);
  	ttyclose(tp);
  	ptcwakeup(tp, FREAD|FWRITE);
+ 	return(0);
  }
  
  ptsread(dev, uio, flag)
***************
*** 293,298 ****
--- 294,301 ----
  /* XXX -hv- 6.Oct.92 this prevents the "hanging console bug" with X11 */
  	if (constty==tp)
  		constty = 0;
+ 
+ 	return (0);
  }
  
  ptcread(dev, uio, flag)
-----8<-----snip-----8<-----snip-----8<-----snip-----8<-----snip-----8<-----

