From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: w32-pass-lwindow-to-system (& ...rwindow) Date: Sat, 23 Sep 2006 13:17:57 -0500 Organization: UseNetServer.com Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159036849 5826 80.91.229.2 (23 Sep 2006 18:40:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2006 18:40:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 23 20:40:49 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 1GRCQX-0007Yi-A4 for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Sep 2006 20:40:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRCQW-0006Pi-Lb for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Sep 2006 14:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!out01a.usenetserver.com!news.usenetserver.com!in01.usenetserver.com!news.usenetserver.com!in03.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!DIALUPUSA.NET!not-for-mail Original-Newsgroups: gnu.emacs.help X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 33 Original-X-Trace: f02044515792da13a859430579 Original-Xref: shelby.stanford.edu gnu.emacs.help:141953 Original-To: help-gnu-emacs@gnu.org 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:37574 Archived-At: "Mathias Dahl" wrote in message news:upsdmikql.fsf@gmail.com... > 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. > > /Mathias I have w98 and w2000 but I have tried it only on w98 (ver 21.3) so far. In addition to win-e, win-f, win-d,and win-r, win-m is also a problem (apparently it is a synonym for win-d, raise the desktop.) The other unassigned s- keychords produce a pleasant ding sound. I will test it on w-2000 when I get a chance but there I have only version 22.0 installed. Probably not relevant, but the following work alright: (global-set-key [(super g)] 'goto-line) (global-set-key [(super b)] 'bury-buffer) (global-set-key [(super k)] (lambda () (interactive) (kill-line 0 ))) Ed