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: Drew Adams
Subject: bug#4751: 23.1; `read-char' inserts accented chars when you use `M-' modifier
Date: Mon, 19 Oct 2009 19:30:33 -0700

> >> I guess you're saying that there is no bug here (for `read-char').
> > Not at all.  Actually it turns out that read-key also returns
> > 244 for M-t so the problem is elsewhere.  Hmm...
> 
> Actually, for read-key, I just fixed it.
> For read-char, it's done on purpose, so it's easy to change, but it's
> likely to break some code somewhere.

FWIW, this is a new bug. Prior to Emacs 23, read-char for the input `M-t'
returned ?\M-t. It returns, for M-t:

Emacs 20, 21: -134217612 = ?\M-t
Emacs 22: 134217844 (#o1000000164, #x8000074) = ?\M-t
Emacs 23: 244 (#o364, #xf4)






reply via email to

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