[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] bucky bits vs control characters in X input events
From: |
Taylor R Campbell |
Subject: |
[MIT-Scheme-devel] bucky bits vs control characters in X input events |
Date: |
Sat, 21 Oct 2006 19:06:45 +0000 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/7.7.90.+ |
Right now, Edwin's X interface explicitly discards the bucky bit for
control; instead it just uses the underlying control character, which
X automatically supplies, but this doesn't work for keys with no ASCII
control-character equivalents, to input which one must use the
explicit prefix (C-^ or C-z). Is there a reason that Edwin doesn't
discard the control bit only if the underlying character is already a
control character? Changing it to do this is trivial.
- [MIT-Scheme-devel] bucky bits vs control characters in X input events,
Taylor R Campbell <=