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

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

bug#57777: 28.2; `vc-dir' picks incorrect backend.


From: Lars Ingebrigtsen
Subject: bug#57777: 28.2; `vc-dir' picks incorrect backend.
Date: Wed, 14 Sep 2022 16:32:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Mike Woolley <mike@bulsara.com> writes:

> 1 Start with a directory having both .Git and CVS sub-directories.
> 2 Emacs -Q
> 3 (setq vc-handled-backends '(Git CVS))
> 4 (vc-dir)
> 5 Observe `vc-dir’ incorrectly uses the CVS backend rather than Git.

I'm unable to reproduce this problem with Emacs 28.2 (or the current
trunk).

I did:

mkdir /tmp/vc /tmp/vc/.git /tmp/vc/CVS
emacs -Q

and then:

(setq vc-handled-backends '(Git CVS))
(vc-dir "/tmp/vc")

And got:

PNG image

Are there any steps missing in your recipe that's needed to reproduce
the problem?

reply via email to

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