Re: LW 8.1 keyboard issue
"Paul Werkowski (as pw at snoopy dot qozzy dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
The original issue was not about keyboards w/wo key pads. I was that Listener handles kp enter differently from prior versions. It appears that what is entered after the CL-USER > prompt is saved in some buffer (including the #\newline character) until the other Enter key is pressed. Here is an example: CL-USER 9 > (* 2 2) | KP enter pressed after ")" 4 | "4" does not appear yet Error while reading: Unmatched right parenthesis. | nor this CL-USER 10 > ; ; ; ) ^ The "4" , error msg and second prompt were not printed until after pressing KB Enter indicated by ^. I've been using LW since it was formerly called HCL. This is new and not mentioned in the release notes. Perhaps it works better in UK? _______________________________________________ Lisp Hug - the mailing list for LispWorks users [email protected] http://www.lispworks.com/support/lisp-hug.html