From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: build support version 25 Date: Fri, 22 Jul 2016 22:17:13 -0500 Organization: NewsGuy - Unlimited Usenet $23.95 Message-ID: References: <646719262.2579996.1469111948927.JavaMail.yahoo.ref@mail.yahoo.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1469244033 24746 80.91.229.3 (23 Jul 2016 03:20:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Jul 2016 03:20:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 23 05:20:32 2016 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 1bQnUN-0000ZB-Ft for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2016 05:20:31 +0200 Original-Received: from localhost ([::1]:50150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQnUM-0000ps-Gp for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Jul 2016 23:20:30 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!spln!extra.newsguy.com!newsp.newsguy.com!news4 Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: pbe6c297991f05cc3b329562cc3244d644cd16128827a67b4.newsdawg.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 In-Reply-To: X-Received-Bytes: 1796 X-Received-Body-CRC: 2466057911 Original-Xref: usenet.stanford.edu gnu.emacs.help:218595 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:110906 Archived-At: On 7/21/2016 09:39, Mambo Levis wrote: > Hi, > I build, on Windows 10, emacs version 25.1.50.1 (git clone git://git.sv.gnu.org/emacs.git emacs-25) without problems, following the instructions on emacs/nt/INSTALL.W64. > But, when I build versions emacs-25.0.94.tar.gz or emacs-25.0.95.tar.gz, the super and hyper keys do not work. > Is there something that I need to consider when building these .tar.gz versions? > Thanks, > Levis > On w32 I had to put the following into .emacs to get expected behavior from (setq w32-pass-lwindow-to-system nil w32-pass-rwindow-to-system nil w32-pass-apps-to-system nil w32-lwindow-modifier 'super ;; Left Windows w32-rwindow-modifier 'super ;; Right Windows w32-apps-modifier 'hyper) ;; App-Menu (key to right of Right Windows on 105 key board) you might need w64 versions of this if you are building 64 bit emacs. Ed