From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Override Windows default Win-* key combinations when using Emacs Date: Thu, 14 Jan 2016 20:07:53 +0200 Message-ID: <83oacoghl2.fsf@gnu.org> References: <568BBC58.50702@aprikoodi.fi> <83y4c43qkh.fsf@gnu.org> <5691667C.5000009@aprikoodi.fi> <838u3wkkvb.fsf@gnu.org> <5694E07E.8010005@aprikoodi.fi> <83fuy2kd2w.fsf@gnu.org> <56961607.2090504@aprikoodi.fi> <569634D6.6030404@aprikoodi.fi> <83oacpiial.fsf@gnu.org> <5697995B.5010306@aprikoodi.fi> <5697D682.4080707@aprikoodi.fi> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1452794879 12051 80.91.229.3 (14 Jan 2016 18:07:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Jan 2016 18:07:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jussi Lahdenniemi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 14 19:07:46 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aJmJF-0004W0-RZ for ged-emacs-devel@m.gmane.org; Thu, 14 Jan 2016 19:07:45 +0100 Original-Received: from localhost ([::1]:44068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJmJE-0003oG-UK for ged-emacs-devel@m.gmane.org; Thu, 14 Jan 2016 13:07:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJmJB-0003lo-Gg for emacs-devel@gnu.org; Thu, 14 Jan 2016 13:07:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJmJ8-0007yX-Qk for emacs-devel@gnu.org; Thu, 14 Jan 2016 13:07:41 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJmJ8-0007yP-Ne; Thu, 14 Jan 2016 13:07:38 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3576 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aJmJ8-0003H8-2k; Thu, 14 Jan 2016 13:07:38 -0500 In-reply-to: <5697D682.4080707@aprikoodi.fi> (message from Jussi Lahdenniemi on Thu, 14 Jan 2016 19:10:26 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198143 Archived-At: > Cc: emacs-devel@gnu.org > From: Jussi Lahdenniemi > Date: Thu, 14 Jan 2016 19:10:26 +0200 > > On 14.1.2016 14.49, Jussi Lahdenniemi wrote: > > My keyboard hooking code works on NT4 as well (although not on console > > mode due to the lack of the GetConsoleWindow function - I'll try to find > > a workaround for this). > > Here is the (once more) finalized patch, with the above mentioned > workaround for NT4. This has now been tested successfully as a 32-bit > build on NT4, Win2k, Win7 and Win10, and as a 64-bit build on Win7 and > Win10, both in windowed and console (-nw) mode on all the platforms. Thanks. I guess we are now waiting for your legal paperwork to come through.