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 16:57:26 +0300 Message-ID: <8361fuk6k9.fsf@gnu.org> References: <83oatnlw6i.fsf@gnu.org> <543504AF.9050300@gmx.at> <83lhoqkg67.fsf@gnu.org> <83fveyk9pa.fsf@gnu.org> <54353DA3.8020202@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1412776713 3973 80.91.229.3 (8 Oct 2014 13:58:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2014 13:58:33 +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 15:58:25 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 1Xbrkx-0001TH-Lr for geb-bug-gnu-emacs@m.gmane.org; Wed, 08 Oct 2014 15:58:19 +0200 Original-Received: from localhost ([::1]:36366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbrkx-0003Fz-E2 for geb-bug-gnu-emacs@m.gmane.org; Wed, 08 Oct 2014 09:58:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbrko-0003Fq-D6 for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 09:58:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xbrkg-0008LL-OK for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 09:58:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbrkg-0008L8-Kn for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 09:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xbrkg-0008A0-9I for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2014 09:58: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 13:58: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.141277663831336 (code B ref 18649); Wed, 08 Oct 2014 13:58:02 +0000 Original-Received: (at 18649) by debbugs.gnu.org; 8 Oct 2014 13:57:18 +0000 Original-Received: from localhost ([127.0.0.1]:38132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xbrjx-00089G-J2 for submit@debbugs.gnu.org; Wed, 08 Oct 2014 09:57:18 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:49982) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xbrju-00089A-6H for 18649@debbugs.gnu.org; Wed, 08 Oct 2014 09:57:15 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0ND400200PB20I00@mtaout26.012.net.il> for 18649@debbugs.gnu.org; Wed, 08 Oct 2014 16:55:24 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND400GEWPCC0FA0@mtaout26.012.net.il>; Wed, 08 Oct 2014 16:55:24 +0300 (IDT) In-reply-to: <54353DA3.8020202@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:94298 > Date: Wed, 08 Oct 2014 15:35:31 +0200 > From: martin rudalics > CC: 18649-done@debbugs.gnu.org > > >> 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? > > No. I just wondered why the cursor disappeared (as Dani also observed) > when doing C-g with an open menu. Because the TTY menu code hides the cursor, and since C-g bypassed that code, the part of it that restores the cursor after popping down the menu didn't execute. It has nothing to do with blink-cursor-mode. > Ah, I seem to understand. resize_frame_windows never gets called here > because the size of the root window apparently doesn't change. OTOH > frame_windows_min_size gets called unconditionally. So it's merely > coincidental that this problem didn't hit us before. Yes. In general, calling change_frame_size from the input handler was simply wrong. > BTW, I call frame_windows_min_size unconditionally in order to detect > the case where > > (1) the frame size itself should be conceptually left unchanged, but > > (2) something _within_ the frame changes (like adding a tool or scroll > bar) which requires a larger frame size to keep all windows of the > frame visible. > > All this is unnecessary on TTYs. Maybe, but who knows what happens with all the latest hot stuff, like tmux etc.?