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#19925: 25.0.50; mouseover menu items takes up to 30sec to show the proper tooltip or message Date: Mon, 23 Feb 2015 21:42:45 +0200 Message-ID: <83vbis76tm.fsf@gnu.org> References: <83zj847bur.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1424720599 28070 80.91.229.3 (23 Feb 2015 19:43:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2015 19:43:19 +0000 (UTC) Cc: 19925@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 23 20:43:09 2015 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 1YPyuL-0003s8-4F for geb-bug-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 20:43:09 +0100 Original-Received: from localhost ([::1]:45150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPyuK-0000sw-J3 for geb-bug-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 14:43:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPyuG-0000sq-Rg for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 14:43:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPyuE-00085K-5I for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 14:43:04 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPyuE-00085G-1g for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 14:43:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YPyuD-0005m1-R1 for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 14:43:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 23 Feb 2015 19:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19925 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19925-submit@debbugs.gnu.org id=B19925.142472056922175 (code B ref 19925); Mon, 23 Feb 2015 19:43:01 +0000 Original-Received: (at 19925) by debbugs.gnu.org; 23 Feb 2015 19:42:49 +0000 Original-Received: from localhost ([127.0.0.1]:55846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPyu1-0005lb-7y for submit@debbugs.gnu.org; Mon, 23 Feb 2015 14:42:49 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:44628) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPytx-0005l5-KP for 19925@debbugs.gnu.org; Mon, 23 Feb 2015 14:42:46 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NK800K00OUMFD00@mtaout25.012.net.il> for 19925@debbugs.gnu.org; Mon, 23 Feb 2015 21:37:14 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NK800GCPP612C60@mtaout25.012.net.il>; Mon, 23 Feb 2015 21:37:14 +0200 (IST) In-reply-to: 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:99743 Archived-At: > Date: Mon, 23 Feb 2015 11:17:21 -0800 (PST) > From: Drew Adams > Cc: 19925@debbugs.gnu.org > > > > 2. Make the default value of `blink-cursor-blinks' be 0, at least > > > on the platforms that present this defect. > > > > I don't see any chance for this suggestion to be accepted, what with > > the current trend towards laptops and saving battery power (which were > > the main motivation behind the default behavior of stopping the > > blinking after a few blinks). > > How about as a user choice (option)? blink-cursor-blinks is a defcustom, so the user option already exists. Or maybe I don't understand what do you mean by "user option". > > The default behavior is now (almost) fixed on the emacs-24 branch. I > > say "almost" because there are still a couple of subtle issues: > > > > . disabling blink-cursor-mode brings the problem back again > > . dropping a menu when the cursor already stopped blinking shows the > > problem (because clicking to drop a menu doesn't count as an input > > event on w32, and so the cursor doesn't resume blinking) > > . the "solution" is really a band-aid, and I hope a better solution > > will be found eventually > > When this has all been taken care of, as best we (you) can, is there > a user option that should be added or enhanced, to give users control > over the possibilities? Just wondering. Again, I think we already have enough knobs there.