The recently-added fixes for QFG1V got me to update SCI Companion.
- (and (<= `a evtMsg) (<= evtMsg `z))
+ ;EO: For some reason, `a and `A compile exactly the same,
+ ;despite the different cases.
+ ;This makes inputting a proper name (e.g. Eric)
+ ;impossible without the keys.sh defines.
+ (and (<= KEY_a evtMsg) (<= evtMsg KEY_z))
This is because indeed the part of the compiler that works out backtic sequences uppercases what follows. This should now be fixed. There's a build that should leave the case alone in the stash linked in my signature.