From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Performance degradation from long lines Date: Sun, 10 Mar 2019 14:06:06 -0400 Message-ID: References: <665d5f3d84c071632f87f66ffedb6aed@webmail.orcon.net.nz> <83sh0uqhw8.fsf@gnu.org> <83h8haqd2g.fsf@gnu.org> <1c7973ecaeb4478a81dcf17e9257620c@webmail.orcon.net.nz> <34b92ce4-7b3d-97c7-f59e-e61e9564a7b0@orcon.net.nz> <55c0781a-8c15-f0c5-a80b-40e7c37507da@orcon.net.nz> <71558cda-bfb1-22c0-1b9c-ad8f458817da@orcon.net.nz> <83pnt2f80q.fsf@gnu.org> <85d7a4df-27b1-1cc5-64b0-95fc7bd14ccb@orcon.net.nz> <834l8a7unk.fsf@gnu.org> <5C8512C5.4090805@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="205053"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Phil Sainty , Eli Zaretskii , mithraeum@protonmail.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 10 19:07:44 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h32rP-000rEr-VK for ged-emacs-devel@m.gmane.org; Sun, 10 Mar 2019 19:07:44 +0100 Original-Received: from localhost ([127.0.0.1]:47928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h32rO-0005WU-UP for ged-emacs-devel@m.gmane.org; Sun, 10 Mar 2019 14:07:42 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h32pz-0005Vd-EC for emacs-devel@gnu.org; Sun, 10 Mar 2019 14:06:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h32py-0000SF-Rj for emacs-devel@gnu.org; Sun, 10 Mar 2019 14:06:15 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:52763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h32py-0000Rm-LM; Sun, 10 Mar 2019 14:06:14 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id x2AI664Y014239; Sun, 10 Mar 2019 14:06:07 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 720F46A17C; Sun, 10 Mar 2019 14:06:06 -0400 (EDT) In-Reply-To: <5C8512C5.4090805@gmx.at> (martin rudalics's message of "Sun, 10 Mar 2019 14:36:05 +0100") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 3 Rules triggered SBJ_DRGSX=0.2, EDT_SA_DN_PASS=0, RV6499=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6499> : inlines <7030> : streams <1815321> : uri <2810330> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:234035 Archived-At: >>>> How about providing some help-echo for this menu? >>> I'd tried that initially, but I found it so glitchy that I removed it. >> ??? I'm surprised: I never saw nor hear any complaints about help-echo >> for menus. > ISTR that they don't work when turning off the blinking cursor. FWIW, I have blinking cursor turned off and I see all the help-echo when using the menu bar. If that didn't work, I'd consider it a bug. Stefan