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: Jason Rumney
Subject: Re: assertion failed: c == event->code
Date: Mon, 17 Dec 2007 01:52:18 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Jason Rumney wrote:
> Juanma Barranquero wrote:
>   
>> Unless someone opposes, I'm gonna install this change.
>>   
>> This is the best of both worlds: the C-ñ, C-ç, etc. keystrokes do not
>> trigger the assertion, and they are not ignored by Emacs.
>>   
>>     
> Does it give correct results? The reason I left keys > 0xff out is that
> the code to handle non-ASCII keys does not properly handle such values.
> If there is a ctrl bit to filter out, then lets filter it out.
>   
The problem was caused by a signed/unsigned mismatch where the WM_CHAR
message was created in w32fns.c. I've fixed it now, no need to check in
your change.





reply via email to

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