From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: C-x v i bug Date: Thu, 3 Dec 2009 08:04:49 -0800 (PST) Message-ID: <200912031604.nB3G4nU1026058@godzilla.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259856414 28896 80.91.229.12 (3 Dec 2009 16:06:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 16:06:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Neal Becker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 03 17:06:47 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 1NGECZ-0002vL-Vf for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 17:06:44 +0100 Original-Received: from localhost ([127.0.0.1]:51778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGECZ-000535-IR for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 11:06:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGECQ-0004zY-TQ for emacs-devel@gnu.org; Thu, 03 Dec 2009 11:06:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGECK-0004tV-Oo for emacs-devel@gnu.org; Thu, 03 Dec 2009 11:06:34 -0500 Original-Received: from [199.232.76.173] (port=56347 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGECK-0004tR-9k for emacs-devel@gnu.org; Thu, 03 Dec 2009 11:06:28 -0500 Original-Received: from paul-mcgann-v0.ics.uci.edu ([128.195.1.147]:53936) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NGECJ-00058m-RW for emacs-devel@gnu.org; Thu, 03 Dec 2009 11:06:28 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nB3G4nsi009467 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Dec 2009 08:04:49 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nB3G4nU1026058; Thu, 3 Dec 2009 08:04:49 -0800 (PST) In-Reply-To: (Neal Becker's message of "Thu, 03 Dec 2009 10:37:39 -0500") Original-Lines: 14 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nB3G4nsi009467 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.561, required 5, autolearn=disabled, ALL_TRUSTED -1.44, GAPPY_SUBJECT 2.00) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu 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:118180 Archived-At: Neal Becker writes: > 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.