all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <btraven@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: build support version 25
Date: Fri, 22 Jul 2016 22:17:13 -0500	[thread overview]
Message-ID: <nmunju02221@news4.newsguy.com> (raw)
In-Reply-To: <mailman.1840.1469115754.26859.help-gnu-emacs@gnu.org>

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


  parent reply	other threads:[~2016-07-23  3:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
2016-07-23  7:46     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=nmunju02221@news4.newsguy.com \
    --to=btraven@nihilo.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.