From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#21973: [External] : bug#21973: 24.5; feature proposal: make dired header clickable Date: Sun, 24 Oct 2021 22:05:23 +0300 Organization: LINKOV.NET Message-ID: <87bl3ejm7w.fsf@mail.linkov.net> References: <87fssr68zd.fsf@gmail.com> <87fssqk7br.fsf@gmail.com> <87bl3e8qjh.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="925"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: William Xu , 21973@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 24 21:19:41 2021 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 1mej1x-000Adz-PK for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 24 Oct 2021 21:19:41 +0200 Original-Received: from localhost ([::1]:35942 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mej1w-0001k4-Pr for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 24 Oct 2021 15:19:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44056) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mej0M-0006yw-Pl for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 15:18:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57651) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mej0M-0006tQ-Gu for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 15:18:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mej0M-0008Fq-CJ for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 15:18:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 24 Oct 2021 19:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21973 X-GNU-PR-Package: emacs Original-Received: via spool by 21973-submit@debbugs.gnu.org id=B21973.163510307631694 (code B ref 21973); Sun, 24 Oct 2021 19:18:02 +0000 Original-Received: (at 21973) by debbugs.gnu.org; 24 Oct 2021 19:17:56 +0000 Original-Received: from localhost ([127.0.0.1]:40959 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mej0G-0008F8-Jt for submit@debbugs.gnu.org; Sun, 24 Oct 2021 15:17:56 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:56121) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mej0E-0008Ef-2r for 21973@debbugs.gnu.org; Sun, 24 Oct 2021 15:17:54 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 6AC34C0007; Sun, 24 Oct 2021 19:17:45 +0000 (UTC) In-Reply-To: <87bl3e8qjh.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 24 Oct 2021 16:07:30 +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:218183 Archived-At: >> I've revised the patch to support also subdir headers in the buffer, >> using dired-after-readin-hook. > > Thanks; looks good to me. I've now applied this to Emacs 29, but I > rewrote it somewhat so that it works hitting RET on the segments, too. I tried this out and see that it would be much better to bind it to [mouse-1] instead of [down-mouse-1] because with [down-mouse-1] releasing the mouse button moves point to wrong place in the new buffer.