[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#64088: [PATCH] Make project-root for vc projects return an absolute
From: |
Dmitry Gutov |
Subject: |
bug#64088: [PATCH] Make project-root for vc projects return an absolute path |
Date: |
Sat, 17 Jun 2023 05:47:00 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
On 15/06/2023 23:48, Spencer Baugh wrote:
- (setq project (list 'vc backend root))
+ (setq project (list 'vc backend (expand-file-name root)))
Spec violated or not (like Eli said, abbreviated names are still
absolute), we should probably try to fix this in another place, so that
other backends (whatever external ones exist) don't have to worry about
the distinction.
As you can see, in project-buffers, for example, we call expand-file-name.