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:29:36 +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 1232530195 5604 80.91.229.12 (21 Jan 2009 09:29:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2009 09:29:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: MON KEY Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 10:31:08 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 1LPZQS-0001wT-3O for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 10:31:08 +0100 Original-Received: from localhost ([127.0.0.1]:55516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPZPA-0006w6-70 for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 04:29:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPZP3-0006va-87 for emacs-devel@gnu.org; Wed, 21 Jan 2009 04:29:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPZP0-0006tf-RH for emacs-devel@gnu.org; Wed, 21 Jan 2009 04:29:39 -0500 Original-Received: from [199.232.76.173] (port=34002 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPZP0-0006tP-Hm for emacs-devel@gnu.org; Wed, 21 Jan 2009 04:29:38 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.184]:14159) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPZP0-0003Am-6l for emacs-devel@gnu.org; Wed, 21 Jan 2009 04:29:38 -0500 Original-Received: by nf-out-0910.google.com with SMTP id c7so556029nfi.26 for ; Wed, 21 Jan 2009 01:29:37 -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=37MLgBwV9CXO8Y8FYwTZevcFjp8Mw2DCW37fnKjFfkw=; b=qoUnUCcpHRy7OziqeTmodL0KVt/2iedJ5BH4IZ8Rx1Ab2buCaQouCjzuGgVo3XQmjL y3BEftj/cAKuMaJtaJAde8Gr2GWZ60Wm74AZbwo5rQhNXze4fmxHsH9qh3acn5DQ3LPq MRnCYIHazeeORjDrCRlzQIyOrgfzyfcFRluHI= 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=aoyMIra8lofT+OD1F59aqhcHGcv/JcnhSjLpldP5srNOWACHza2pmZ9p22PXmYuSLc ot86xz/uOrBAdu6GzY9xC/t/hpw7k1yLtJd7MmORu/TQ6LcA2EwQ8zhj7QW9F9DQazcH 2h/tXqZRQWLMw3JbwANCwPJeZH4ig6+OWy0L0= Original-Received: by 10.210.59.14 with SMTP id h14mr1783850eba.105.1232530177038; Wed, 21 Jan 2009 01:29:37 -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:108028 Archived-At: On Wed, Jan 21, 2009 at 02:57, MON KEY wrote: > Is it normal/expected behavior for the w32 System to open 'Start' on > vanilla lwindow rwindow key preses without a modifer? With w32-pass-[lr]window-to-system set to nil, pressing either Windows key does not open the Start menu (while Emacs is the active app, of course). > System is: > GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-10-23 on > LENNART-69DE564 (patched) Lennart's EmacsW32 has changes to the keyboard handling stuff. Does happen to you with the non-patched version? Juanma