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

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

bug#4751: 23.1; `read-char' inserts accented chars when you use `M-' mod


From: Stefan Monnier
Subject: bug#4751: 23.1; `read-char' inserts accented chars when you use `M-' modifier
Date: Sun, 18 Oct 2009 22:15:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> This is probably a feature, not a bug. But I don't really see it
> explained, and it confuses me, at least.
 
read-char is a very low-level function, and it has many quirks in
this respect (it doesn't perform all the keyboard decoding usually
performed for read-key-sequence).
Fixing them is generally very difficult.

That's why I introduced `read-key'.  I don't guarantee that it'll fix
your problems, but if you can try and use it and tell us of problems you
find with it, that would be helpful.


        Stefan





reply via email to

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