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

Re: New Lisp on AI



(DEFUN TEST (F C)(PRINT (TYI)))
(SSTATUS TTYINT 5 'TEST)

If you now type ^E in the old Lisp, 5
gets printed out, i.e. the TYI gets the control
character.  In the new Lisp, the next character
after ^E gets printed out.  

This breaks the ^E Ledit interrupt and anybody
else who does a tyi (or tyipeek) from an interrupt
char in old Lisp.

		Thanks, Chuck.