GNU bug report logs - #18649
25.0.50; Closing TTY menus on MS-Windows

Previous Next

Package: emacs;

Reported by: Dani Moncayo <dmoncayo <at> gmail.com>

Date: Tue, 7 Oct 2014 06:52:01 UTC

Severity: normal

Found in version 25.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dani Moncayo <dmoncayo <at> gmail.com>
Cc: 18649 <at> debbugs.gnu.org
Subject: bug#18649: 25.0.50; Closing TTY menus on MS-Windows
Date: Tue, 07 Oct 2014 18:46:29 +0300
> Date: Tue, 7 Oct 2014 08:50:39 +0200
> From: Dani Moncayo <dmoncayo <at> gmail.com>
> 
> Recipe:
>   emacs -Q -nw
>   F10 C-g
> 
> C-g should close/exit the TTY menu, but it doesn't.
> 
> If I start to type something, the TTY menu dissapears, but the cursor is
> not visible anymore.

There's nothing wrong with TTY menus: ESC ESC ESC still pops the menu
down, as does clicking the mouse somewhere outside the menu.

The problem is with C-g: it somehow shortcuts too much, and bypasses
the code that was supposed to be seen by the menu displaying
functions.  For example, try "C-h k C-g": all you will see is "Quit"
in the echo area, but no help.  IOW, we throw to top level too early
or too radically.

I don't see this on GNU/Linux, probably again because the low-level
details of keyboard input are different.

The problem started somewhere between trunk revisions 117575 and
117589.  I have trunk binaries from these two revisions, and the
former still works correctly.  Unfortunately, this range of revisions
includes the jumbo changeset related to pixel-wise resizing, which at
the very least makes it easy to drown in the flood and miss the
important parts.

If someone has time to bisect more accurately, or debug this, or even
give an idea where to look, you are welcome.




This bug report was last modified 10 years and 232 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.