[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How do I use compilation-transform-file-match-alist?
From: |
Yuri Khan |
Subject: |
Re: How do I use compilation-transform-file-match-alist? |
Date: |
Sat, 17 Aug 2024 21:46:32 +0700 |
On Sat, 17 Aug 2024 at 21:14, Joel Reicher <joel.reicher@gmail.com> wrote:
>
> Yuri Khan <yuri.v.khan@gmail.com> writes:
>
> > I have a project that I compile using a Docker container. This
> > part works.
> >
> > I want to have multiple working copies of the project
>
> I am not sure, but I don't think project supports this concept.
You seem to have interpreted the word ‘project’ as related to
‘project.el’. No, I am not asking about project.el, I’m using the word
‘project’ in its plain English meaning.
I am okay treating each working copy of my code base as a separate
project{.el,ile.el} project.
My question was about customizing variables affecting
‘compilation-mode’. It does not seem to pick up directory-local
variables, which surprises me. The rest of the text was intended to
explain why I do not want to customize them globally.