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: Tue, 05 Jan 2016 21:17:18 +0200 Message-ID: <83d1tf4z0h.fsf@gnu.org> References: <568BBC58.50702@aprikoodi.fi> <83y4c43qkh.fsf@gnu.org> <87twmr6e8f.fsf@gmx.us> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1452021457 17377 80.91.229.3 (5 Jan 2016 19:17:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Jan 2016 19:17:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rasmus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 05 20:17:32 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 1aGX6q-0002MH-83 for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2016 20:17:32 +0100 Original-Received: from localhost ([::1]:51107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGX6o-00059r-5Z for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2016 14:17:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGX6a-00059g-SM for emacs-devel@gnu.org; Tue, 05 Jan 2016 14:17:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGX6W-0004li-Sq for emacs-devel@gnu.org; Tue, 05 Jan 2016 14:17:16 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGX6W-0004ld-QC; Tue, 05 Jan 2016 14:17:12 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4102 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aGX6W-0002KO-3S; Tue, 05 Jan 2016 14:17:12 -0500 In-reply-to: <87twmr6e8f.fsf@gmx.us> (message from Rasmus on Tue, 05 Jan 2016 20:03:12 +0100) 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:197670 Archived-At: > From: Rasmus > Date: Tue, 05 Jan 2016 20:03:12 +0100 > > Interesting. One thing that I hate when using Emacs on Windows in that > M-Tab open some auxiliary Windows dialog with running programs rather than > e.g. completion-at-point. It would be *very* welcomed if one could let > Emacs take over these key inputs. This is already possible, via w32-register-hot-key, see the node "Windows Keyboard" in the Emacs manual. (However, I think someone reported that w32-register-hot-key doesn't work on latest Windows versions, due to some change in how Windows handles that.)