[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BUG in TECO/EMACS



there is a bug in TECO.MID which affects emacs.  When you exit emacs
(for example with ^x^z), the terminal dependent routine to reset the
terminal is executed.  However, if you continue emacs,, the routine
to initialize the terminal is NOT called.  this only effects terminals
that require initialization, which are in the minority, and thus this
bug has gone largely unnoticed.  The solution is to place a
	PUSHJ	P,DPYINI
immediately following the HALTF just before 
-------