From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: Customizing the VC backend order Date: Fri, 10 Aug 2007 10:37:48 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186722484 1255 80.91.229.12 (10 Aug 2007 05:08:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2007 05:08:04 +0000 (UTC) Cc: Emacs Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 10 07:07:59 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IJMj7-0002B6-Mx for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2007 07:07:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJMj7-0004Yc-1c for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2007 01:07:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJMj2-0004Xi-K0 for emacs-devel@gnu.org; Fri, 10 Aug 2007 01:07:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJMj0-0004WU-KW for emacs-devel@gnu.org; Fri, 10 Aug 2007 01:07:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJMj0-0004WQ-9L for emacs-devel@gnu.org; Fri, 10 Aug 2007 01:07:50 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJMiz-0005Zr-Q7 for emacs-devel@gnu.org; Fri, 10 Aug 2007 01:07:49 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so231647nfh for ; Thu, 09 Aug 2007 22:07:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p9/Q6iVbno2E6j2TXbOfYkNdWsY8larqjzG8L03nBPvJIa9zZ+l1sH/ih1Tx6zPUSjvnLeHreyjhVoMudYjAd+vB9kjNsRaUwWPnpNoNbn9rM0fClVjr8EISicQrqH2wURoRWEIenyZsC3h1BttDqVtywUFDvXsw3doge/O/pPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=El4thiCQtZI1BlSJLxn7NMR+mn6z54lDMRtFoxNvw5H5Zn4E9WUA9XQDKQgVASimWLJVm+NUGdTVd5GTXjE30nAV+y5M1KG9fM1mMVZGsyOzKJhrZGQfzIlyVL2G1vdiOZbIIyreJnObQcZO7xLNvWmuVMsCDLYT6E9Z48n2Iy8= Original-Received: by 10.78.166.7 with SMTP id o7mr1209256hue.1186722468703; Thu, 09 Aug 2007 22:07:48 -0700 (PDT) Original-Received: by 10.78.206.20 with HTTP; Thu, 9 Aug 2007 22:07:48 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76308 Archived-At: Hi, On 8/10/07, Stefan Monnier 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") (setq vc-handled-backends (nconc '(Hg) (delq 'Hg vc-handled-backends))) $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. -dhruva -- Dhruva Krishnamurthy Contents reflect my personal views only!