GNU bug report logs - #55906
[PATCH] Make directory line in find-dired clickable

Previous Next

Package: emacs;

Reported by: Visuwesh <visuweshm <at> gmail.com>

Date: Sat, 11 Jun 2022 13:33:01 UTC

Severity: normal

Tags: patch

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 55906 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Visuwesh <visuweshm <at> gmail.com>
Cc: 55906 <at> debbugs.gnu.org
Subject: Re: bug#55906: [PATCH] Make directory line in find-dired clickable
Date: Sat, 11 Jun 2022 16:40:31 +0300
> From: Visuwesh <visuweshm <at> gmail.com>
> Date: Sat, 11 Jun 2022 19:01:47 +0530
> 
> diff --git a/lisp/find-dired.el b/lisp/find-dired.el
> index c04545e44e..8c1e684b7e 100644
> --- a/lisp/find-dired.el
> +++ b/lisp/find-dired.el
> @@ -241,6 +241,8 @@ find-dired
>      ;; Subdir headlerline must come first because the first marker in
>      ;; subdir-alist points there.
>      (insert "  " dir ":\n")
> +    (when dired-make-directory-clickable
> +      (dired--make-directory-clickable))

Won't we need to make that function be public for this, and rename it
to dired-make-directory-clickable?

Thanks.




This bug report was last modified 2 years and 343 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.