[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: GRAND at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Sat, 6 Oct 79 20:52:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 6 OCT 1979 1652-EDT
From: GRAND@MIT-AI
Date: Wed, 10 May 79 12:53:35 GMT
Original-Date: 10/05/79 08:53:35 EDT
Subject:
To: (BUG LISP) at MIT-AI
Is there any way I can cause a character to create an
interrupt so that the read that was supposed to be reading it
will not get past that char on the first pass? Ideally I'd like
to have a user interrupt function to go with this so that I can
THROW up on to a CATCH.
To quote a famous computer program, "I AM NOT SURE I UNDERSTAND YOU FULLY".
Anyway, what's wrong with just doing a THROW from an interrupt function?