From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Seberino Newsgroups: gmane.emacs.help Subject: Re: Possible to make Super (Windows) key be just another Meta key like ESC? Date: Sun, 11 Jan 2015 18:55:12 -0800 (PST) Message-ID: <5772a6bb-0159-4c8a-9a08-de2725fabbe5@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1421031628 14929 80.91.229.3 (12 Jan 2015 03:00:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2015 03:00:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 12 04:00:24 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YAVEo-0007Ib-Kk for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jan 2015 04:00:18 +0100 Original-Received: from localhost ([::1]:60140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAVEo-0002bL-0a for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Jan 2015 22:00:18 -0500 X-Received: by 10.50.153.2 with SMTP id vc2mr2713086igb.1.1421031313008; Sun, 11 Jan 2015 18:55:13 -0800 (PST) X-Received: by 10.182.65.162 with SMTP id y2mr576obs.28.1421031312774; Sun, 11 Jan 2015 18:55:12 -0800 (PST) Original-Path: usenet.stanford.edu!h15no2407709igd.0!news-out.google.com!qk8ni2634igc.0!nntp.google.com!h15no3607480igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.193.13.167; posting-account=VkuUtQkAAADKqMjRUmZTNs7a8uCSNNy2 Original-NNTP-Posting-Host: 74.193.13.167 User-Agent: G2/1.0 Injection-Date: Mon, 12 Jan 2015 02:55:12 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209736 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102015 Archived-At: On Sunday, January 11, 2015 at 6:44:39 PM UTC-6, Grant Rettke wrote: > (setq w32-lwindow-modifier 'super) > (setq w32-rwindow-modifier 'super) Thanks! I just created a bare .emacs file with nothing but those 2 lines and it still didn't work. Am I doing something wrong!?