emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: encoded-kbd-mode


From: Richard Stallman
Subject: Re: encoded-kbd-mode
Date: Tue, 03 Apr 2007 03:46:58 -0400

    Encoded-kdb-mode is designed to convert raw-byte event
    sequence into character event sequence by utilizing keymap
    look-up mechanism.  So, it creates key-translation-map that
    maps raw-byte events to proper commands or to deeper maps.

    To make it handle a raw-byte event with modifers, we must
    create key-bindings for all combinations of modifiers.

That is one possible approach.  Another approach would be to have it
remove the modifier, convert the character, and then add the modifier
back.  Maybe that is easier.  It doesn't have to be done IN
encoded-kdb-mode.  It could be done by some higher level of input
processing.

      We may be able to
    catch all events by [t], but that requires another event
    parsing state (extract modifiers from the event, remember it
    in some variable, delete modifiers from the event, feed it
    again to key-translation-map, modify the last character
    event generator to handle the remembered modifiers, etc).

That doesn't sound very hard.  Would it fix the bug?

    Another anxiety is for those Windows user who have already
    found this workaround:
      (global-set-key [?\M-\351] ...)
    If we make [?\M-é] work for Windows now, the above setting
    stops working.

If anyone wants to complain that a bizarre and incorrect work-around
ceases to work, he will be satisfied when he learns that this is due
to a fix that makes "the right thing" work properly.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]