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

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

bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on


From: Juanma Barranquero
Subject: bug#10299: Emacs doesn't handle Unicode characters in keyboard layout on MS Windows
Date: Tue, 24 Jan 2012 13:03:46 +0100

On Tue, Jan 24, 2012 at 10:40, Andreas Schwab <schwab@linux-m68k.org> wrote:

>>   result = (os_subtype == OS_NT ? GetMessageW : GetMessage) (&msg, NULL, 0, 
>> 0);
>
> That can fail if either of the functions is defined only as a
> function-like macro.

OTOH, if the patch explicitly references W functions, it should be
using RegisterClassA and GetMessageA for the explicit A versions.

    Juanma





reply via email to

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