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 14:20:45 +0200 Message-ID: <83wnxv9lcy.fsf@gnu.org> References: <83zh2r9n26.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29160"; 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 13:23:06 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 1klt4E-0007W0-AN for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Dec 2020 13:23:06 +0100 Original-Received: from localhost ([::1]:35026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1klt4D-0001k6-CS for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Dec 2020 07:23:05 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1klt2D-00015y-BK for emacs-devel@gnu.org; Sun, 06 Dec 2020 07:21:02 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36481) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1klt2B-00088z-Bf; Sun, 06 Dec 2020 07:21:00 -0500 Original-Received: from [176.228.60.248] (port=4313 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1klt2A-00018x-0r; Sun, 06 Dec 2020 07:20:58 -0500 In-Reply-To: (message from Yuri Khan on Sun, 6 Dec 2020 19:04:22 +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:260440 Archived-At: > From: Yuri Khan > Date: Sun, 6 Dec 2020 19:04:22 +0700 > Cc: Boruch Baum , Emacs developers > > > 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. > > Yes, because the Dired 'help-echo text is pretty useless: > > mouse-1: visit this file in other window You are entitled to your opinion, but others might disagree. And there are other similar modes that provide the same "useless" help-echo, for example many modes that list buffers in a table.