[mcclim-devel] Non-ASCII character input in McCLIM using SBCL
20 Jun
2005
20 Jun
'05
2:48 p.m.
Finally I've found a way how to force McCLIM to partially accept non-ASCII input when used with SBCL. For each of the non-ASCII CHARACTERs to be input by the key CODE the following actions must be done: (xlib:define-keysym CHARACTER (xlib:keysym CODE)) (in-package :goatee) (add-gesture-command-to-table CHARACTER 'insert-character *simple-area-gesture-table*) It is not a perfect solution, because dead keys are ignored. Milan Zamazal -- It's amazing how much better you feel once you've given up hope. (unknown source)
7170
Age (days ago)
7170
Last active (days ago)
0 comments
1 participants
participants (1)
-
Milan Zamazal