[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CLISP and AKCL
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: CLISP and AKCL
- From: Jason Black <jblack@bme.jhu.edu>
- Date: Thu, 18 May 1995 16:01:37 -0400 (EDT)
- Sender: jblack@bme.jhu.edu
Hi all! I have a system that runs fine under CLISP, but when I run it
under AKCL, I am having trouble with (read-char). It doesn't wait for a
key, it just goes right through it. I checked the Lisp FAQ, and I
subsequently inserted (clear-input) before my (read-char)'s, and now it says:
Error: Unexpected end of #<input stream "mainu.lsp">.
Error signalled by READ-CHAR.
Any idea what's up?
Jason Black
jason@jhu.edu