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: dhruva
Subject: Re: Customizing the VC backend order
Date: Fri, 10 Aug 2007 11:14:14 +0530

Hi,

On 8/10/07, Stefan Monnier <address@hidden> wrote:
> >> > 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?

To make sure it is loaded.

> > (setq vc-handled-backends (nconc '(Hg) (delq 'Hg vc-handled-backends)))
>
> Why `nconc' rather than `cons' (or `append')?

Very limited lisp/elisp knowledge :-(

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

No, it does not work. I get a message "No other backend to switch to"

with best regards,
dhruva

-- 
Dhruva Krishnamurthy
Contents reflect my personal views only!




reply via email to

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