From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: display value of links in mini-buffer (was: Re: bug archiving policy) Date: Sun, 06 Dec 2020 13:44:01 +0200 Message-ID: <83zh2r9n26.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32275"; mail-complaints-to="usenet@ciao.gmane.io" Cc: boruch_baum@gmx.com, emacs-devel@gnu.org To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 06 12:45:33 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1klsTr-000818-Oe for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Dec 2020 12:45:31 +0100 Original-Received: from localhost ([::1]:36374 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1klsTq-0005ic-Mm for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Dec 2020 06:45:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35042) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1klsSc-0004Wt-GU for emacs-devel@gnu.org; Sun, 06 Dec 2020 06:44:14 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36104) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1klsSc-0004mb-6n; Sun, 06 Dec 2020 06:44:14 -0500 Original-Received: from [176.228.60.248] (port=2050 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1klsSb-0007WK-ME; Sun, 06 Dec 2020 06:44:14 -0500 In-Reply-To: (message from Yuri Khan on Sun, 6 Dec 2020 17:54:40 +0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:260433 Archived-At: > From: Yuri Khan > Date: Sun, 6 Dec 2020 17:54:40 +0700 > Cc: Emacs-Devel List > > However, some modes also put 'help-echo property over text in a > buffer: buttons and links in Customize, links in Info, links in Eww, > diagnostics in Flymake. All of them would benefit from the behavior > you’re asking of Org: display tooltip text in the echo area when point > enters text so propertized. That could be annoying in some modes that have a lot of these help-echo properties. For example, in Dired you will see a lot of traffic in the echo-area if the help-echo text at point will be displayed there, because point generally moves there between file names, each of which has a help-echo on it. So maybe "reusing" help-echo that way is not the best alternative.