emacs-devel
[Top][All Lists]
Advanced

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

Re: assertion failed: c == event->code


From: Kenichi Handa
Subject: Re: assertion failed: c == event->code
Date: Fri, 14 Dec 2007 20:11:34 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Jason Rumney <address@hidden> writes:

> Kenichi Handa wrote:
> > MULTIBYTE_CHAR_KEYSTROKE_EVENT should be for an Emacs's
> > internal character code (i.e. emacs-mule encoded character
> > in the trunk).  Where in xterm.c, "a double byte character
> > in the keyboard coding system" is generated?
> >   

> Around line 6417, we have:

>            inev.ie.kind = (SINGLE_BYTE_CHAR_P (XFASTINT (c))
>                               ? ASCII_KEYSTROKE_EVENT
>                               : MULTIBYTE_CHAR_KEYSTROKE_EVENT);

> But I see c at that point is the result of a lookup in x-keysym-table,
> so it might be OK.

Yes.

---
Kenichi Handa
address@hidden




reply via email to

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