[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Including files from parent dir
From: |
Stefan Monnier |
Subject: |
Re: Including files from parent dir |
Date: |
Wed, 14 Sep 2022 10:16:16 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
> Right now, I can't think of a way to make this happen. The only
> thing I can think of would be to change the code to consider that
> only paths with leading . are considered differently.
Actually, from where I stand, what would make more sense is to make it
so file names that start with . or .. are treated relative to the
including file rather than searched through the include directories.
Stefan