From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18649: 25.0.50; Closing TTY menus on MS-Windows Date: Wed, 08 Oct 2014 13:29:52 +0300 Message-ID: <83lhoqkg67.fsf@gnu.org> References: <83oatnlw6i.fsf@gnu.org> <543504AF.9050300@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1412764225 29301 80.91.229.3 (8 Oct 2014 10:30:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2014 10:30:25 +0000 (UTC) Cc: 18649@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 08 12:30:17 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XboVd-0007Dm-H3 for geb-bug-gnu-emacs@m.gmane.org; Wed, 08 Oct 2014 12:30:17 +0200 Original-Received: from localhost ([::1]:35264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XboVd-0000tL-5o for geb-bug-gnu-emacs@m.gmane.org; Wed, 08 Oct 2014 06:30:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XboVU-0000rd-GS for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 06:30:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XboVP-0001YC-Bu for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 06:30:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XboVP-0001Xy-9d for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 06:30:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XboVO-0001jX-PQ for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 06:30:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 08 Oct 2014 10:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18649 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18649-submit@debbugs.gnu.org id=B18649.14127641856613 (code B ref 18649); Wed, 08 Oct 2014 10:30:02 +0000 Original-Received: (at 18649) by debbugs.gnu.org; 8 Oct 2014 10:29:45 +0000 Original-Received: from localhost ([127.0.0.1]:37437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XboV6-0001iW-4J for submit@debbugs.gnu.org; Wed, 08 Oct 2014 06:29:44 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:56994) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XboV3-0001iN-O3 for 18649@debbugs.gnu.org; Wed, 08 Oct 2014 06:29:42 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0ND400700FFB0Y00@mtaout28.012.net.il> for 18649@debbugs.gnu.org; Wed, 08 Oct 2014 13:28:11 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND400N7LFQZDZ90@mtaout28.012.net.il>; Wed, 08 Oct 2014 13:28:11 +0300 (IDT) In-reply-to: <543504AF.9050300@gmx.at> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94282 > Date: Wed, 08 Oct 2014 11:32:31 +0200 > From: martin rudalics > CC: 18649@debbugs.gnu.org > > > IOW, we throw to top level too early > > or too radically. > > Do you see any way to debug this? If no other idea presents itself, the hard way: by stepping through the code in keyboard.c that processes keyboard input. > > Update: the problem is definitely caused by r117587; reverting it > > fixes the problem. I reviewed the diffs, more than once, and I cannot > > see what could be the reason. Martin, your help will be appreciated. > > I'm just as lost as you are. I tried to partially revert changes that > could have affected this on w32 but with no luck. Sigh. I guess that commit just exposed some other bug, then. Thanks for trying. > BTW: Is there a way to turn `blink-cursor-mode' off on a TTY? No, it blinks "in hardware" (i.e., the terminal software does it). And there's no reason to disable it, because it should never do anything on a TTY. Or do you have evidence to the contrary?