GNU bug report logs -
#4836
"<S-packet> is undefined" when using AutoHotKey
Previous Next
Reported by: Glenn Linderman <ml <at> g.nevcal.com>
Date: Fri, 30 Oct 2009 23:45:04 UTC
Severity: normal
Done: Jason Rumney <jasonr <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 14 Aug 2010 15:57:58 +0800
with message-id <4C664C86.6090204 <at> gnu.org>
and subject line Re: bug#4836: "<S-packet> is undefined" when using AutoHotKey
has caused the GNU bug report #4836,
regarding "<S-packet> is undefined" when using AutoHotKey
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
4836: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4836
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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".
Guess I'll have to switch back to emacs 22.1.1, as it worked fine for
me, until this issue can be resolved.
[Message part 3 (message/rfc822, inline)]
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.
This bug report was last modified 14 years and 272 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.