emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing the VC backend order


From: Stefan Monnier
Subject: Re: Customizing the VC backend order
Date: Fri, 10 Aug 2007 01:24:35 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>> > falling back on CVS (and the rest).  I tried modifying the order in
>> > "vc-handled-backends" in my dotemacs file.
>> 
>> That *should* work.

> I tried with only the following two lines in my dotemacs
> (load "vc-hg")

What's that for?

> (setq vc-handled-backends (nconc '(Hg) (delq 'Hg vc-handled-backends)))

Why `nconc' rather than `cons' (or `append')?

> $emacs -q -l dotemacs

> I still see CVS selected over Hg though the file is under CVS (pulled)
> and Mercurial (Hg, with edits).

> I just wanted to make sure if I am doing the right thing.

Does C-x v b allow you to switch to the Hg backend?


        Stefan




reply via email to

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