GNU bug report logs -
#55906
[PATCH] Make directory line in find-dired clickable
Previous Next
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 #11 received at 55906 <at> debbugs.gnu.org (full text, mbox):
[சனி ஜூன் 11, 2022] Eli Zaretskii wrote:
>> 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.
AFAICT, dired--make-directory-clickable is specific to dired buffers,
and since find-dired is "dired-compatible" I don't see a need to make
the function public.
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.