From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: MON KEY Newsgroups: gmane.emacs.devel Subject: w32-pass-rwindow-to-system Date: Tue, 20 Jan 2009 20:57:19 -0500 Message-ID: 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 1232503054 10944 80.91.229.12 (21 Jan 2009 01:57:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2009 01:57:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 02:58:47 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 1LPSMg-0002Ym-SD for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 02:58:47 +0100 Original-Received: from localhost ([127.0.0.1]:51675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPSLP-0000iu-E7 for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2009 20:57:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPSLL-0000iX-HP for emacs-devel@gnu.org; Tue, 20 Jan 2009 20:57:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPSLK-0000i4-2K for emacs-devel@gnu.org; Tue, 20 Jan 2009 20:57:23 -0500 Original-Received: from [199.232.76.173] (port=39453 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPSLJ-0000hx-T4 for emacs-devel@gnu.org; Tue, 20 Jan 2009 20:57:21 -0500 Original-Received: from wf-out-1314.google.com ([209.85.200.175]:30943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPSLJ-0003UH-HT for emacs-devel@gnu.org; Tue, 20 Jan 2009 20:57:21 -0500 Original-Received: by wf-out-1314.google.com with SMTP id 28so3432402wfc.24 for ; Tue, 20 Jan 2009 17:57:19 -0800 (PST) Original-Received: by 10.142.177.5 with SMTP id z5mr1488091wfe.240.1232503039228; Tue, 20 Jan 2009 17:57:19 -0800 (PST) X-Google-Sender-Auth: 905b986ae7efa931 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:108021 Archived-At: Can anyone confirm if setting the following variables to `nil' is working correctly on w32: w32-pass-rwindow-to-system w32-pass-lwindow-to-system I have the following set and working as expected for multi key sequences: (setq-default w32-lwindow-modifier 'super w32-rwindow-modifier 'hyper) E.g. s-s and H-s return `*-s is undefined' in the minibuffer So, I know that Emacs is catching on and key sequences. Is it normal/expected behavior for the w32 System to open 'Start' on vanilla lwindow rwindow key preses without a modifer? The docstring on the respective functions shows that this is a fairly low level interaction and suggests looking at the `w32-phantom-key-code' docs. The docs suggest that Emacs is passing a "phantom" type values when pressing lwindow rwindow while Emacs is active. C-h v w32-phantom-key-code shows my system with the value of `w32-phantom-key-code' at 255. System is: GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-10-23 on LENNART-69DE564 (patched) CUA is not enabled. Using Happy Hacking Keyboard Lite with dipswitches set to 1101 i.e. [win][alt][space][alt][win] config.