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 11:14:14 +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 1186724679 5509 80.91.229.12 (10 Aug 2007 05:44:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2007 05:44:39 +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:44:37 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 1IJNIa-0000AZ-SA for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2007 07:44:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJNIa-0004Fo-9z for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2007 01:44:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJNIW-0004FG-CX for emacs-devel@gnu.org; Fri, 10 Aug 2007 01:44:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJNIU-0004Dw-G8 for emacs-devel@gnu.org; Fri, 10 Aug 2007 01:44:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJNIU-0004Dn-Cv for emacs-devel@gnu.org; Fri, 10 Aug 2007 01:44:30 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJNIT-0004AQ-Vl for emacs-devel@gnu.org; Fri, 10 Aug 2007 01:44:30 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so233515nfh for ; Thu, 09 Aug 2007 22:44:29 -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=SInJB/vUyTsp1/xSs0OHY2nXtj0drthQxjex0ce+rOFNV4U8bveoL/k1sno3EcYDk9aWg7wBrWRkbECuPVzvJAxJDbK6UwumiAqgGdr/8y9VTK9B2JOwYEYGsbrPY/ZQTQPTfoZbIfZj5lumCj+oiNq9sNntfBzy5fOcjtRxmWs= 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=rMeCsZK9WBnGA3x5KyILK75VzhJNXhla8xKFoLm42ZyPQjOBWSjOVdR9bOkttAMot1N/YMNqRh7E2pqMEte3oD+Ndk5zLGDm/JTYEliWLC84zFe0zgpqGa8zFU8N/jWO2O+1xOGZhThFEEp1qjEQI1xBcRtAXWrSo5mkud3/MGM= Original-Received: by 10.78.56.19 with SMTP id e19mr1149134hua.1186724654360; Thu, 09 Aug 2007 22:44:14 -0700 (PDT) Original-Received: by 10.78.206.20 with HTTP; Thu, 9 Aug 2007 22:44:14 -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:76311 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") > > 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!