all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* build support version 25
       [not found] <646719262.2579996.1469111948927.JavaMail.yahoo.ref@mail.yahoo.com>
@ 2016-07-21 14:39 ` Mambo Levis
  2016-07-21 16:02   ` Eli Zaretskii
       [not found] ` <mailman.1840.1469115754.26859.help-gnu-emacs@gnu.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Mambo Levis @ 2016-07-21 14:39 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: build support version 25
  2016-07-21 14:39 ` build support version 25 Mambo Levis
@ 2016-07-21 16:02   ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2016-07-21 16:02 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Thu, 21 Jul 2016 14:39:08 +0000 (UTC)
> From: Mambo Levis <mambo.levis@gmail.com>
> 
> 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.

What do you mean by "super and hyper keys", and what do you mean by
"do not work"?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: build support version 25
       [not found] ` <mailman.1840.1469115754.26859.help-gnu-emacs@gnu.org>
@ 2016-07-23  3:17   ` B. T. Raven
  2016-07-23  7:46     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: B. T. Raven @ 2016-07-23  3:17 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: build support version 25
  2016-07-23  3:17   ` B. T. Raven
@ 2016-07-23  7:46     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2016-07-23  7:46 UTC (permalink / raw)
  To: help-gnu-emacs

> From: "B. T. Raven" <btraven@nihilo.net>
> Date: Fri, 22 Jul 2016 22:17:13 -0500
> 
> 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.

The variables' names are still the same in the 64-bit Windows builds.
They don't need any changes.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-23  7:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <646719262.2579996.1469111948927.JavaMail.yahoo.ref@mail.yahoo.com>
2016-07-21 14:39 ` build support version 25 Mambo Levis
2016-07-21 16:02   ` Eli Zaretskii
     [not found] ` <mailman.1840.1469115754.26859.help-gnu-emacs@gnu.org>
2016-07-23  3:17   ` B. T. Raven
2016-07-23  7:46     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.