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: Right Alt/Meta keys on Windows systems Date: Thu, 29 Dec 2005 01:07:56 +0100 Message-ID: <43B328DC.20906@student.lu.se> References: <200512281541.jBSFfXUQ013499@copa.pajato.com> <200512282155.22035.pogonyshev@gmx.net> <200512282231.19843.pogonyshev@gmx.net> <200512290000.jBT007bc021185@copa.pajato.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135814918 18209 80.91.229.2 (29 Dec 2005 00:08:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Dec 2005 00:08:38 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, Paul Pogonyshev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 29 01:08:35 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ErlLJ-0000R6-JJ for ged-emacs-devel@m.gmane.org; Thu, 29 Dec 2005 01:08:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErlMd-0006c7-Na for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2005 19:09:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ErlMI-0006bu-3y for emacs-devel@gnu.org; Wed, 28 Dec 2005 19:09:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ErlMG-0006bN-0F for emacs-devel@gnu.org; Wed, 28 Dec 2005 19:09:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErlMF-0006bK-Ph for emacs-devel@gnu.org; Wed, 28 Dec 2005 19:09:27 -0500 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ErlMR-0001AV-94; Wed, 28 Dec 2005 19:09:39 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.069.1) id 43AA7832001A773E; Thu, 29 Dec 2005 01:07:57 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: pmr@pajato.com In-Reply-To: <200512290000.jBT007bc021185@copa.pajato.com> 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:48468 Archived-At: Paul Michael Reilly wrote: >Sounds to me like Richard's intuition to punt on this issue before a >release was well placed. It does not appear to be a simple issue. > > Sorry, seems like I have been adding to the confusion. The patches I have made to the w32 specific C code just allows the use of left and right Windows keys as Emacs META. They does not prevent anything. On top of that I built some elisp but that is another story.