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

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

[Emacs-bug-tracker] bug#4836: closed ("<S-packet> is undefined" when usi


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#4836: closed ("<S-packet> is undefined" when using AutoHotKey)
Date: Sat, 14 Aug 2010 07:58:02 +0000

Your message dated Sat, 14 Aug 2010 15:57:58 +0800
with message-id <address@hidden>
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
address@hidden)


-- 
4836: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4836
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: "<S-packet> is undefined" when using AutoHotKey Date: Fri, 30 Oct 2009 16:36:55 -0700 User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071030 a Firefox/2.0.0.14 sibling, SeaMonkey/1.1.6 - see http://geckoisgecko.org Mnenhy/0.7.5.0 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.



--- End Message ---
--- Begin Message --- Subject: Re: 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.



--- End Message ---

reply via email to

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