[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-ML If you re-enter lisp from hactran, the fn bound to TTY-RETURN gets
- Subject:
- From: DICK@MIT-ML
- Date: Thu, 13 Jun 80 21:07:11 GMT
- Original-date: 06/13/80 17:07:11 EDT
I think there should either be just one tty-return no matter how many ttys you
have, or else the tty involved should be another argument to the tty-return fn.
The way things are now I kludge things by taking advantage of the fact that the
second interrupt occures inside the first, by binding TTY-RETURN to nil to
block the second execution. However this is a real kludge for sure.
Dick Waters