all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* project.el project-find-files and symlinks
@ 2021-05-21 11:57 Juris Bune
  2021-05-21 15:22 ` Drew Adams
  2021-05-24  1:01 ` Dmitry Gutov
  0 siblings, 2 replies; 5+ messages in thread
From: Juris Bune @ 2021-05-21 11:57 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

Hello!

I've been using emacs for few months now and slowly building up my skill and knowledge of ecosystem. It has been great so far.

Recently I started using project.el (v0.6) and found one annoying thing - project-find-files does not include file symlinks. I understand that it is due to fact that under the hood it uses GNU find and current implementation of project--files-in-directory has a somewhat hard-coded values for find flags.

To solve my case I would add "-L" option appropriately to have find utility list also symlinks. Unfortunately this is not configurable without (as I understand) changing package.el. Are there any other options?

Also, would it be somehow possible to make project.el use fd <https://github.com/sharkdp/fd> instead of find?

Thanks!


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-17 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-21 11:57 project.el project-find-files and symlinks Juris Bune
2021-05-21 15:22 ` Drew Adams
2021-05-24  1:01 ` Dmitry Gutov
2021-06-12 18:10   ` Juris
2021-06-17 13:10     ` Dmitry Gutov

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.