unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured by windows 7 first
@ 2018-07-08  7:28 Shuguang Sun
  2018-07-08 13:51 ` Drew Adams
  2018-07-08 14:28 ` Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Shuguang Sun @ 2018-07-08  7:28 UTC (permalink / raw)
  To: 32092

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

Hi,


The keyboard-escape-quit is bound to M-ESC ESC, however, in Windows 7, the "M-ESC" is captured by the system first. It makes the key binding nosense.


I aslo tried ESC ESC ESC, and it reported that "<escape> ESC is undefined".


Windows 7
Emacs GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2018-06-30


Best Regards,
Shuguang

[-- Attachment #2: Type: text/html, Size: 471 bytes --]

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

* bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured by windows 7 first
  2018-07-08  7:28 bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured by windows 7 first Shuguang Sun
@ 2018-07-08 13:51 ` Drew Adams
  2018-07-08 14:28 ` Eli Zaretskii
  1 sibling, 0 replies; 7+ messages in thread
From: Drew Adams @ 2018-07-08 13:51 UTC (permalink / raw)
  To: Shuguang Sun, 32092



> The keyboard-escape-quit is bound to M-ESC ESC, however, in Windows 7, the "M-ESC" is captured by the system first. It makes the key binding nosense.

> I aslo tried ESC ESC ESC, and it reported that "<escape> ESC is undefined".

> Windows 7
> Emacs GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2018-06-30

FWIW, I don't see that for ESC ESC ESC in this build and Windows 7:

GNU Emacs 27.0.50 (build 3, x86_64-w64-mingw32) of 2018-03-21





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

* bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured by windows 7 first
  2018-07-08  7:28 bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured by windows 7 first Shuguang Sun
  2018-07-08 13:51 ` Drew Adams
@ 2018-07-08 14:28 ` Eli Zaretskii
  2018-07-08 16:00   ` bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows " Shuguang Sun
  1 sibling, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2018-07-08 14:28 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 32092

> From: "Shuguang Sun" <shuguang79@qq.com>
> Date: Sun, 8 Jul 2018 15:28:18 +0800
> Feedback-ID: webmail:qq.com:bgforeign:bgforeign1
> 
> The keyboard-escape-quit is bound to M-ESC ESC, however, in Windows 7, the "M-ESC" is captured by the
> system first. It makes the key binding nosense.

Try "C-M-[ ESC" instead.

> I aslo tried ESC ESC ESC, and it reported that "<escape> ESC is undefined".

I cannot reproduce the problem with ESC ESC ESC, it works fine for me
with the current master.  Can you show a full recipe, starting from
"emacs -Q", where it produces the "undefined" error?





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

* bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows 7 first
  2018-07-08 14:28 ` Eli Zaretskii
@ 2018-07-08 16:00   ` Shuguang Sun
  2018-07-08 16:11     ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Shuguang Sun @ 2018-07-08 16:00 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 32092

[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]

Thanks Eli. It doesn't produce the "undefined" error when emacs -Q.
Sorry not test under eamcs -Q before send the false bug.







------------------ Original ------------------
From:  "Eli Zaretskii"<eliz@gnu.org>;
Date:  Sun, Jul 8, 2018 10:28 PM
To:  "Shuguang Sun"<shuguang79@qq.com>;
Cc:  "32092"<32092@debbugs.gnu.org>; 
Subject:  Re: bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows 7 first



> From: "Shuguang Sun" <shuguang79@qq.com>
> Date: Sun, 8 Jul 2018 15:28:18 +0800
> Feedback-ID: webmail:qq.com:bgforeign:bgforeign1
> 
> The keyboard-escape-quit is bound to M-ESC ESC, however, in Windows 7, the "M-ESC" is captured by the
> system first. It makes the key binding nosense.

Try "C-M-[ ESC" instead.

> I aslo tried ESC ESC ESC, and it reported that "<escape> ESC is undefined".

I cannot reproduce the problem with ESC ESC ESC, it works fine for me
with the current master.  Can you show a full recipe, starting from
"emacs -Q", where it produces the "undefined" error?

[-- Attachment #2: Type: text/html, Size: 1472 bytes --]

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

* bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows 7 first
  2018-07-08 16:00   ` bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows " Shuguang Sun
@ 2018-07-08 16:11     ` Eli Zaretskii
  2018-07-09 14:55       ` Shuguang Sun
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2018-07-08 16:11 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 32092

> From: "Shuguang Sun" <shuguang79@qq.com>
> Cc: "32092" <32092@debbugs.gnu.org>
> Date: Mon, 9 Jul 2018 00:00:52 +0800
> 
> Thanks Eli. It doesn't produce the "undefined" error when emacs -Q.
> Sorry not test under eamcs -Q before send the false bug.

OK, thanks for testing.  So I guess there's something in your
customizations that prevents ESC ESC ESC from working.

Should I close this bug, or is there something else to be done here?





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

* bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows 7 first
  2018-07-08 16:11     ` Eli Zaretskii
@ 2018-07-09 14:55       ` Shuguang Sun
  2018-07-09 16:42         ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Shuguang Sun @ 2018-07-09 14:55 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 32092

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 780 bytes --]

Please help close it.


·¢×ÔÎÒµÄiPhone

------------------ Original ------------------
From: Eli Zaretskii <eliz@gnu.org>
Date: Mon,Jul 9,2018 0:11 AM
To: Shuguang Sun <shuguang79@qq.com>
Cc: 32092 <32092@debbugs.gnu.org>
Subject: Re: bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows 7 first



> From: "Shuguang Sun" <shuguang79@qq.com>
> Cc: "32092" <32092@debbugs.gnu.org>
> Date: Mon, 9 Jul 2018 00:00:52 +0800
> 
> Thanks Eli. It doesn't produce the "undefined" error when emacs -Q.
> Sorry not test under eamcs -Q before send the false bug.

OK, thanks for testing.  So I guess there's something in your
customizations that prevents ESC ESC ESC from working.

Should I close this bug, or is there something else to be done here?

[-- Attachment #2: Type: text/html, Size: 1618 bytes --]

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

* bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows 7 first
  2018-07-09 14:55       ` Shuguang Sun
@ 2018-07-09 16:42         ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2018-07-09 16:42 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 32092-done

> From: "Shuguang Sun" <shuguang79@qq.com>
> Cc: "32092" <32092@debbugs.gnu.org>
> Date: Mon, 9 Jul 2018 22:55:42 +0800
> 
> Please help close it.

Done.





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

end of thread, other threads:[~2018-07-09 16:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-08  7:28 bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured by windows 7 first Shuguang Sun
2018-07-08 13:51 ` Drew Adams
2018-07-08 14:28 ` Eli Zaretskii
2018-07-08 16:00   ` bug#32092: key for keyboard-escape-quit "M-ESC ESC" captured bywindows " Shuguang Sun
2018-07-08 16:11     ` Eli Zaretskii
2018-07-09 14:55       ` Shuguang Sun
2018-07-09 16:42         ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).