From: Visuwesh <visuweshm@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 55906@debbugs.gnu.org
Subject: bug#55906: [PATCH] Make directory line in find-dired clickable
Date: Sat, 11 Jun 2022 19:27:17 +0530 [thread overview]
Message-ID: <87pmjfs3pe.fsf@gmail.com> (raw)
In-Reply-To: <834k0rxqr4.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 11 Jun 2022 16:40:31 +0300")
[சனி ஜூன் 11, 2022] Eli Zaretskii wrote:
>> From: Visuwesh <visuweshm@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.
next prev parent reply other threads:[~2022-06-11 13:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-11 13:31 bug#55906: [PATCH] Make directory line in find-dired clickable Visuwesh
2022-06-11 13:40 ` Eli Zaretskii
2022-06-11 13:57 ` Visuwesh [this message]
2022-06-12 10:35 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pmjfs3pe.fsf@gmail.com \
--to=visuweshm@gmail.com \
--cc=55906@debbugs.gnu.org \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.