GNU bug report logs - #4836
"<S-packet> is undefined" when using AutoHotKey

Previous Next

Packages: emacs, w32;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jason Rumney <jasonr <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#4836: closed ("<S-packet> is undefined" when using AutoHotKey)
Date: Sat, 14 Aug 2010 07:58:02 +0000
[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)]
From: Glenn Linderman <ml <at> g.nevcal.com>
To: bug-gnu-emacs <at> gnu.org
Subject: "<S-packet> is undefined" when using AutoHotKey
Date: Fri, 30 Oct 2009 16:36:55 -0700
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)]
From: Jason Rumney <jasonr <at> gnu.org>
To: Glenn Linderman <ml <at> g.nevcal.com>, 
 4836-done <at> debbugs.gnu.org
Subject: Re: bug#4836: "<S-packet> is undefined" when using AutoHotKey
Date: Sat, 14 Aug 2010 15:57:58 +0800
 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.