From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: C-x v i bug Date: Thu, 03 Dec 2009 14:25:03 -0500 Message-ID: References: <200912031604.nB3G4nU1026058@godzilla.ics.uci.edu> <200912031828.nB3IS3xQ027198@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259868418 6455 80.91.229.12 (3 Dec 2009 19:26:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 19:26:58 +0000 (UTC) Cc: Neal Becker , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 03 20:26:51 2009 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 1NGHKC-0004Rs-99 for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 20:26:48 +0100 Original-Received: from localhost ([127.0.0.1]:49757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGHKB-0004vE-LU for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 14:26:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGHK6-0004uq-5N for emacs-devel@gnu.org; Thu, 03 Dec 2009 14:26:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGHK1-0004sF-I8 for emacs-devel@gnu.org; Thu, 03 Dec 2009 14:26:41 -0500 Original-Received: from [199.232.76.173] (port=40359 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGHK1-0004rz-36 for emacs-devel@gnu.org; Thu, 03 Dec 2009 14:26:37 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:40008) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGHK0-0001i4-VV for emacs-devel@gnu.org; Thu, 03 Dec 2009 14:26:37 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nB3JP4o1019423; Thu, 3 Dec 2009 14:25:04 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 04A193A170; Thu, 3 Dec 2009 14:25:04 -0500 (EST) In-Reply-To: <200912031828.nB3IS3xQ027198@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Thu, 3 Dec 2009 10:28:03 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3420=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:118201 Archived-At: >> > > hg status test_front_end_spec.py >> > > *** failed to import extension rdiff: No module named rdiff >> > > ? test_front_end_spec.py >> > > The above warning confuses emacs. C-x v i report 'already >> > > registered'. >> > Indeed, vc-hg-status parses the result of "hg status >> > test_front_end_spec.py" >> > Is there are way to tell hg to ignore .hgrc ? I.E. something like >> > emacs -q ? >> > > After I fixed the above warning (removed rdiff from my .hgrc), >> > > then C-x v i worked correctly. >> HGRCPATH= hg showconfig > So should we run HGRCPATH= hg status by default in vc-hg-state? I haven't used Hg and don't know what you can put in .hgrc, so maybe I'm way off base, but at least for Bazaar and CVS I think it would be wrong to ignore the user's .cvsrc and .bazaar/bazaar.conf. Stefan