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

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

bug#4836: "<S-packet> is undefined" when using AutoHotKey


From: Jason Rumney
Subject: bug#4836: "<S-packet> is undefined" when using AutoHotKey
Date: Sat, 14 Aug 2010 15:57:58 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

 On 31/10/2009 7:36 AM, Glenn Linderman wrote:
emacs 22.1.1 worked fine with autohotkey. I have macros for correcting my common typos, and accelerating commonly entered items, and entering characters not found on the keyboard.

Seems none of the autohotkey macros works with emacs 23.1, instead they generate an error "<S-packet> is undefined".

Apparently the "packet" key code is special, so we shouldn't treat it as a function key.

I have removed it from the list of function keys that Emacs recognizes, so the behaviour should go back to what it was before. However my testing shows that we cannot receive Unicode characters outside the current codepage using VK_PACKET as Windows replaces such characters with '?' by the time we receive them. It appears that a low level keyboard hook may be able to retrieve the original character though, so if we receive Lennart's cleaned up keyboard hook patches I'll try to look at VK_PACKET support again.






reply via email to

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