emacs-devel
[Top][All Lists]
Advanced

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

Re: vc backend precedence question


From: Masatake YAMATO
Subject: Re: vc backend precedence question
Date: Tue, 24 Jul 2007 20:19:32 +0900 (JST)

> I tried reordering the list "vc-handled-backends" as:
> (setq vc-handled-backends (nconc '(HG) (delq 'HG vc-handled-backends)))

When and where did you this? 
In .emacs or *scratch*?

When you open a file, vc makes an association between the file
and one backend. So if the association is already established,
evaluating (setq vc-handled-backends (nconc '(HG) (delq 'HG 
vc-handled-backends)))
is too late.

To check the association on a file, see `vc-registered' in vc-hooks.el.

Masatake YAMATO






reply via email to

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