all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Allowing symlinked dir-locals files?
@ 2021-08-16 18:01 Yuri D'Elia
  2021-08-16 18:10 ` Stefan Monnier
  2021-08-16 18:12 ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: Yuri D'Elia @ 2021-08-16 18:01 UTC (permalink / raw)
  To: emacs-devel

Hi everyone,

I was trying to share some localized customization by symlinking a
.dir-locals.el file across directories, but it doesn't seem to work.

Looking at the current files.el:4330, we explicitly check if the file is
a regular file. And looking at the FIXME comment just above I concur
that checking just for file-directory-p should be sufficient for proper
behavior.

However I suspect that the rationale was to be proper as well as "safe",
as this could be used to make emacs read/interpret another file if the
symlink is under the control of a VCS or via a shared-filesystem.

I wonder if that's all we can really do?

I currently hardlinked the files and bypassed the problem. I can think a
couple of alternative solutions, however I have a series of projects
that share indentation/editor settings and I've found that using such
setup makes it more discoverable.

Thoughts?




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

end of thread, other threads:[~2021-09-18 14:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-16 18:01 Allowing symlinked dir-locals files? Yuri D'Elia
2021-08-16 18:10 ` Stefan Monnier
2021-08-16 18:12 ` Eli Zaretskii
2021-08-16 18:25   ` Yuri D'Elia
2021-08-16 18:39   ` Andreas Schwab
2021-09-18 14:10     ` Yuri D'Elia

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.