On Sat, May 02, 1998 at 05:16:28PM -0700, SL Baur wrote:
I've killed it for the Mule in beta38. What do the FSF keys do
in
non-Mule?
This adds bucky bits for the character values read by read_escape. In
non-mule, every character is clipped into 0-255, so there is no
problem with that. With mule, it loses.
You may want to try and hate (under MULE):
(read-kbd-macro "\M-a")
too. Remove it by invalidating the "case 'M':" just before the #define
FSF_KEYS.
OG.