From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: w32-pass-rwindow-to-system Date: Wed, 21 Jan 2009 11:12:01 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232532753 13733 80.91.229.12 (21 Jan 2009 10:12:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2009 10:12:33 +0000 (UTC) Cc: MON KEY , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 11:13:45 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LPa5S-00059b-B7 for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 11:13:30 +0100 Original-Received: from localhost ([127.0.0.1]:42393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPa4B-0002z6-2E for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 05:12:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPa45-0002yU-AK for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:12:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPa44-0002xS-6b for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:12:04 -0500 Original-Received: from [199.232.76.173] (port=48827 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPa43-0002x7-LU for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:12:03 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:51654) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPa43-00076o-7k for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:12:03 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so1811447fgb.30 for ; Wed, 21 Jan 2009 02:12:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Dy4muvht7wE8sC4TaHItOSPhbFeTgZuYhrcyAP6dUF0=; b=x3KjOZJy21KJ3GAUphdCUr8riwjchyvfWXuUS835rMrEQpa33sdgyDZrm636pFv/i1 2sHSO/Mj8EQbHI8mszATVYmudrbPaO6cC2CCx1Noys3Ct70xRVflhAihKBFq/Y/l3u/v vRPP0Q0BqBMtY2XQGdAWu4XDOp4qrEVlN8EfQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JxlAQMAP2CoWdlg5bzBVM/q0Koad9gl7pKrysgyGp9td432oKn+TVbUIJtx82v1L8/ qOUnYyl2zEecZSu4Vgj6E4n1fpCVZW8dfXoEIVrTrH4aoK2IJBp93yKfwjin6tpSfo17 o3vDg4VU6k34Ap5FogcBl/2P+BzYGu6drakoQ= Original-Received: by 10.86.89.20 with SMTP id m20mr1809947fgb.71.1232532721464; Wed, 21 Jan 2009 02:12:01 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108032 Archived-At: On Wed, Jan 21, 2009 at 10:55 AM, Juanma Barranquero wrote: > On Wed, Jan 21, 2009 at 10:48, Lennart Borgman > wrote: > >> This is not guaranteed according to MS documentation. >> >> With the patched version of Emacs+EmacsW32 this should work, but only >> if you follow the extra documentation there. Just setting >> w32-pass-[lr]window-to-system is not enough. > > OK, let's say this: I set both variables to nil, I use lwindow for > super- modifier and rwindow for hyper- modifier, super- and hyper- > keybindings work OK, pressing lwindow or rwindow alone does not open > Start. > > In fact, my whole w32 key-related config is: > > (setq w32-lwindow-modifier 'super > w32-rwindow-modifier 'hyper > w32-pass-lwindow-to-system nil > w32-pass-rwindow-to-system nil > w32-pass-multimedia-buttons-to-system nil) > > If the OP sees something different, that seems like a bug (or a > feature) of EmacsW32. No. I have said numerous times that this is a bug in Emacs. It might work (as for you), but it is not guaranteed to do it.