From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs configuration on Thinkpad running W10 Date: Wed, 06 Jun 2018 20:54:05 +0300 Message-ID: <83in6vx0le.fsf@gnu.org> References: <84vab5v7ea.fsf@gmail.com> <83zi0hgk8r.fsf@gnu.org> <841sdlkubs.fsf@gmail.com> <83bmcp9jdr.fsf@gnu.org> <84602vstm5.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1528307563 24677 195.159.176.226 (6 Jun 2018 17:52:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2018 17:52:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 06 19:52:39 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQcbu-0006GA-UY for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jun 2018 19:52:39 +0200 Original-Received: from localhost ([::1]:53829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQce0-0007tZ-1f for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jun 2018 13:54:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQcdR-0007tQ-RA for help-gnu-emacs@gnu.org; Wed, 06 Jun 2018 13:54:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQcdO-0007MD-09 for help-gnu-emacs@gnu.org; Wed, 06 Jun 2018 13:54:13 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQcdN-0007M0-S9 for help-gnu-emacs@gnu.org; Wed, 06 Jun 2018 13:54:09 -0400 Original-Received: from [176.228.60.248] (port=2423 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fQcdN-0003ju-AL for help-gnu-emacs@gnu.org; Wed, 06 Jun 2018 13:54:09 -0400 In-reply-to: <84602vstm5.fsf@gmail.com> (message from Pascal Quesseveur on Wed, 06 Jun 2018 19:38:26 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:116992 Archived-At: > From: Pascal Quesseveur > Date: Wed, 06 Jun 2018 19:38:26 +0200 > > >"EZ" == Eli Zaretskii writes: > > EZ> And if you don't remap PrintScreen, but use the Apps key itself > EZ> instead, then it does work as a modifier? > > There is no apps key on my keyboard. But I have plugged an external > USB keyboard with apps key. So when w32-apps-modifier is set to nil, > PrintScreen on the ThinkPad keyboard, and Apps key on the external > keyboard both cause the display of " is undefined". When > w32-apps-modifier is set to hyper, Apps key on the external keyboard > work as a modifier, and PrintScreen don't. I guess this means that the method used by Emacs to get at the keys is incompatible with the program that does the remapping. Sorry.