[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: KEN at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Wed, 7 Nov 79 06:47:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 7 NOV 1979 0147-EST
From: KEN@MIT-AI
Date: Sat, 11 Mar 79 06:04:21 GMT
Original-Date: 11/03/79 02:04:21 EDT
Subject:
To: (BUG LISP) at MIT-AI
Try typing the following
(progn (tyipeek) (read))
The problem is that the read does not return until another read is performed.
On the Lisp Machine this code works fine (ie the tyipeek has no affect)
Although I seem to remember some such bug under pdp10 maclisp, the above
example didn't invoke it - just what did you type after that form?