[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New Lisp on AI
- To: (BUG LISP) at MIT-AI
- Subject: Re: New Lisp on AI
- From: RICH@MIT-AI
- Date: Sun, 20 Aug 79 13:14:59 GMT
- Cc: SJOBRG at MIT-AI
- Original-date: 08/20/79 09:14:59 EDT
(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.