[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(cursorpos 'n)
- To: BUG-LISP at MIT-MC
- Subject: (cursorpos 'n)
- From: Gail Zacharias <GZ at MIT-MC>
- Date: Sun, 31 May 81 17:26:00 GMT
- Original-date: 31 May 1981 13:26-EDT
(progn (cursorpos 'n) (princ "foo") (tyi tyi))x
prints foo and returns 120.(#/x), as expected, but
(progn (cursorpos 'n) (tyi tyi))x
just hangs there waiting for another character. When the second character
is typed, it will be processed by lisp, after 120. is returned.