Hrvoje Niksic <hniksic(a)srce.hr> writes:
Obviously, something gets corrupted in Mule when XEmacs tries to
emulate the losing FSF \H-foo syntax. Try commenting out `#define
FSF_KEYS' at lread.c:1596 and recompiling XEmacs. See if the bug
repeats.
(read-kbd-macro "\H-a")
=> [(hyper ?a)]
(read-kbd-macro "\s-a")
=> [(super ?a)]
*Much* better.
I think we should murder the FSF_KEYS "emulation" that
causes nothing
but trouble, and serves no good.
I've killed it for the Mule in beta38. What do the FSF keys do in
non-Mule?