[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(cursorpos 'n)



(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.