bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54359: 29.0.50; [PATCH] Undo breaking change to project interface


From: Lars Ingebrigtsen
Subject: bug#54359: 29.0.50; [PATCH] Undo breaking change to project interface
Date: Thu, 17 Mar 2022 12:28:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Rudolf Adamkovič <salutis@me.com> writes:

> I did not post the patch, but I too noticed the breakage when I could
> not open a project at work out of sudden.  I had to change my
> configuration file as follows:
>
>  (defun my/project-try-local (dir)
>    "Find projects marked with a '.project' stamp file."
>    (let ((project-dir (locate-dominating-file dir ".project")))
> -    (if project-dir (cons 'vc project-dir) nil)))
> +    (if project-dir `(vc Git ,project-dir) nil)))

Right.  Then I think Dick's patch seems like the right solution here,
but I'm largely unfamiliar with project.el.  Dmitry?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]