From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#41250: 28.0.50; Dired displays unconditionally ls-switches on modeline Date: Sun, 17 May 2020 19:42:49 +0300 Message-ID: <83h7webjhy.fsf@gnu.org> References: <87v9ky9p6o.fsf@mail.linkov.net> <654acc31-015d-4552-bd9b-3b8c69661fcd@default> <0957af50-7f85-455a-9d2c-e96451727872@default> <83a729uiaq.fsf@gnu.org> <835zcwv15e.fsf@gnu.org> <83wo5abngu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="3721"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 41250@debbugs.gnu.org, juri@linkov.net To: Arthur Miller Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 17 18:44:10 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jaMOY-0000s3-Ag for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 17 May 2020 18:44:10 +0200 Original-Received: from localhost ([::1]:52776 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jaMOX-0003cI-Dc for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 17 May 2020 12:44:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56240) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jaMOQ-0003c4-Kw for bug-gnu-emacs@gnu.org; Sun, 17 May 2020 12:44:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:32941) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jaMOQ-0004N5-Ab for bug-gnu-emacs@gnu.org; Sun, 17 May 2020 12:44:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jaMOQ-0008Fg-7b for bug-gnu-emacs@gnu.org; Sun, 17 May 2020 12:44: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: Sun, 17 May 2020 16:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41250 X-GNU-PR-Package: emacs Original-Received: via spool by 41250-submit@debbugs.gnu.org id=B41250.158973378731637 (code B ref 41250); Sun, 17 May 2020 16:44:02 +0000 Original-Received: (at 41250) by debbugs.gnu.org; 17 May 2020 16:43:07 +0000 Original-Received: from localhost ([127.0.0.1]:44484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaMNX-0008ED-C1 for submit@debbugs.gnu.org; Sun, 17 May 2020 12:43:07 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaMNV-0008Dc-Op for 41250@debbugs.gnu.org; Sun, 17 May 2020 12:43:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33979) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jaMNP-00044L-03; Sun, 17 May 2020 12:42:59 -0400 Original-Received: from [176.228.60.248] (port=3466 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jaMNO-00046T-Fa; Sun, 17 May 2020 12:42:58 -0400 In-Reply-To: (message from Arthur Miller on Sun, 17 May 2020 18:34:53 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:180485 Archived-At: > From: Arthur Miller > Cc: drew.adams@oracle.com, 41250@debbugs.gnu.org, juri@linkov.net > Date: Sun, 17 May 2020 18:34:53 +0200 > > I have a technical question regarding this: is it possilbe to detect in > elisp when pointer howers over part of a string, i.e. part of mode-name > on a lighter, since a lighter is a button. Would this be quite involved > or it can be implemented easily? You need to define different help-echo strings for different parts of the string, using text properties. You can see how this is done in bindings.el.