From: Eli Zaretskii <eliz@gnu.org>
To: Visuwesh <visuweshm@gmail.com>
Cc: 55906@debbugs.gnu.org
Subject: bug#55906: [PATCH] Make directory line in find-dired clickable
Date: Sat, 11 Jun 2022 16:40:31 +0300 [thread overview]
Message-ID: <834k0rxqr4.fsf@gnu.org> (raw)
In-Reply-To: <87y1y3s4vw.fsf@gmail.com> (message from Visuwesh on Sat, 11 Jun 2022 19:01:47 +0530)
> 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.
next prev parent reply other threads:[~2022-06-11 13:40 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 [this message]
2022-06-11 13:57 ` Visuwesh
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=834k0rxqr4.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=55906@debbugs.gnu.org \
--cc=visuweshm@gmail.com \
/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.