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: Error in python-mode (Emacs HEAD) Date: Wed, 15 Sep 2010 16:55:40 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284562561 28375 80.91.229.12 (15 Sep 2010 14:56:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 14:56:01 +0000 (UTC) Cc: Emacs Development To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 16:55:59 2010 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.69) (envelope-from ) id 1OvtOw-0007bg-UB for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 16:55:59 +0200 Original-Received: from localhost ([127.0.0.1]:36598 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvtOw-00008T-Ek for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 10:55:58 -0400 Original-Received: from [140.186.70.92] (port=51382 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvtOq-00006W-QJ for emacs-devel@gnu.org; Wed, 15 Sep 2010 10:55:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvtOp-0000lL-K1 for emacs-devel@gnu.org; Wed, 15 Sep 2010 10:55:52 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:54405) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvtOp-0000l8-HN for emacs-devel@gnu.org; Wed, 15 Sep 2010 10:55:51 -0400 Original-Received: from ceviche.home (vpn-132-204-232-22.acd.umontreal.ca [132.204.232.22]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o8FEtf4U014741; Wed, 15 Sep 2010 10:55:42 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B53DF66289; Wed, 15 Sep 2010 16:55:40 +0200 (CEST) In-Reply-To: (dhruva's message of "Wed, 15 Sep 2010 19:30:10 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3622=0 X-detected-operating-system: by eggs.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:130209 Archived-At: >>> In am empty buffer, I type "M-x python-mode", I get the following >>> error. I am using Emacs HEAD on GNU/Linux. >> Have you "make bootstrap"? > No, it has been a while since I did a 'make bootstrap'. Could there > be a special file in the source tree to trigger a 'make bootstrap'? > Someone aware of a change that needs a 'make bootstrap' can update > that (or ideally have a dependency mechanism for bootstrap target). That would be good, indeed. Patches welcome. Note also that we should probably get rid of "cvs-update", since "make" should now work at least as well if not better (e.g. in this particular case, I think "make" would have gotten it right, whereas "cd lisp; make cvs-update" would indeed end up with the problem you encountered). Stefan