odd behavior of with-keyboard
[email protected] (Don Cohen)
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
(defun f()(with-keyboard (read-char *keyboard-input*))) I've tried this on latest source on two different machines. One difference I see is that one is 64 bit and the other 32 bit. On both, if I do (f) then enter, then type the character "a" I see a character object printed. However if I type "~" (tilde) (ascii 126), I get a character printed on the 64 bit build but not on the 32 bit build - if I then type another character on the 32 bit build I see the ~ character. Any ideas where to look further for this strange behavior? Admittedly the two builds run on different machines, both linux but one 32 bit and one 64 bit. ------------------------------------------------------------------------------ _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list