help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build support version 25


From: B. T. Raven
Subject: Re: build support version 25
Date: Fri, 22 Jul 2016 22:17:13 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]