From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: w32-pass-lwindow-to-system (& ...rwindow) Date: Sun, 24 Sep 2006 02:50:28 +0200 Message-ID: <4515D654.2000705@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159059049 25626 80.91.229.2 (24 Sep 2006 00:50:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Sep 2006 00:50:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 24 02:50:46 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GRICh-0002cG-9K for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Sep 2006 02:50:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRICg-0005qx-ST for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Sep 2006 20:50:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRICW-0005pj-DG for help-gnu-emacs@gnu.org; Sat, 23 Sep 2006 20:50:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRICV-0005pA-Ic for help-gnu-emacs@gnu.org; Sat, 23 Sep 2006 20:50:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRICV-0005p2-F1 for help-gnu-emacs@gnu.org; Sat, 23 Sep 2006 20:50:31 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRIGZ-0003xh-82; Sat, 23 Sep 2006 20:54:43 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.076) id 4513E11C00046CE9; Sun, 24 Sep 2006 02:50:29 +0200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: Mathias Dahl In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37576 Archived-At: Mathias Dahl wrote: > Eli Zaretskii writes: > > >> Looks like the trick we play around line 3005 of w32fns.c isn't >> working. What Windows version is that? Is there someone on this >> list who can make LWIN-r combo work for them in Emacs, in any >> version of Windows? >> > > I just tested with emacs -q and it works as for the parent poster, > i.e. Win+s gives me `search-backward-regexp' but Win+r opens up the > Run dialog. The same applies for Win+e (open Explorer.exe). > > I use CVS Emacs from 2006-03-20 on Windows XP. > This behaviour is consistent with MS documentation. To avoid that windows left and right keys open for example the run dialog with Win+r you have to implement a low level keyboard hook. That is what I have done in the patched version of Emacs that you can download together with EmacsW32. I think we made a decision that this part of my patches should not go into Emacs 22. Actually my own opinion is however that it should.