From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: w32-pass-rwindow-to-system Date: Wed, 21 Jan 2009 10:55:05 +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 1232531730 10245 80.91.229.12 (21 Jan 2009 09:55:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2009 09:55:30 +0000 (UTC) Cc: MON KEY , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 10:56:43 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 1LPZp4-0000Ty-7H for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 10:56:34 +0100 Original-Received: from localhost ([127.0.0.1]:40916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPZnm-0002ox-Vv for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 04:55:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPZng-0002nb-IA for emacs-devel@gnu.org; Wed, 21 Jan 2009 04:55:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPZne-0002nA-T4 for emacs-devel@gnu.org; Wed, 21 Jan 2009 04:55:07 -0500 Original-Received: from [199.232.76.173] (port=54836 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPZne-0002n7-OB for emacs-devel@gnu.org; Wed, 21 Jan 2009 04:55:06 -0500 Original-Received: from mail-ew0-f20.google.com ([209.85.219.20]:35361) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPZne-0005M4-Bq for emacs-devel@gnu.org; Wed, 21 Jan 2009 04:55:06 -0500 Original-Received: by ewy13 with SMTP id 13so1594831ewy.18 for ; Wed, 21 Jan 2009 01:55:05 -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=/A04594qEmkIKOJu9JNtNApyRXEQP+b3/EiwrkDMU/c=; b=VhJry0GXmGM1Hmop7mgH8EVQ3xGP0Bq27noDoHmgsAJAxyw8OttV/apEt3LKb88o2Q U2iAqpHZCGenCZZ1mavCgFOxlsYw+2BdFxfD3OJPp6+cC5ly4TY5LKMc6PDofEKvNJvT tlFb9SdWlnoDQLhSCTHEPyHqpEUMuDdtBc198= 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=gTYtW3v2dsFLr5VY7Nl8sdXFA3cMY/If3Vxxt6Xt/MbgrMw2OtUWLV0WYC2gpjavyQ KHNxk9iMlczKuDBjJYJS5bZyMgDbKnqxQ+UsJ5Ia47h5tz3+bNa9hOlQZ4NXnklsHwcU x8b78Wik1BcMHd9XeWaJ/SHSvPZQBWquK65h0= Original-Received: by 10.210.16.17 with SMTP id 17mr5307551ebp.181.1232531705455; Wed, 21 Jan 2009 01:55:05 -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:108031 Archived-At: 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. Juanma