emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Euro sign bound, Pound sign not bound. (Bug?)


From: Richard Stallman
Subject: Re: Euro sign bound, Pound sign not bound. (Bug?)
Date: Mon, 07 May 2007 19:27:40 -0400

    (key-binding [2211] t)  -> self-insert-command
    (key-binding [342604] t)  -> self-insert-command
    or generically: (key-binding (vector (string-to-char "£")) t)  ->  
    self-insert-command
    (key-binding "£" t)  -> nil

    So, it seems to be a problem with the string specification of the key.

Oh, now I see it.  key-binding operates byte by byte, and does not
understand non-ASCII characters if they come from strings.
This is because codes above 0200 are treated
as meta-characters in these strings.




reply via email to

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