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: Error in python-mode (Emacs HEAD) Date: Wed, 15 Sep 2010 19:30:10 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1284559237 11433 80.91.229.12 (15 Sep 2010 14:00:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 14:00:37 +0000 (UTC) Cc: Emacs Development To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 16:00:27 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 1OvsXC-0007c9-Vz for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 16:00:27 +0200 Original-Received: from localhost ([127.0.0.1]:53902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvsXC-0006zw-Hx for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 10:00:26 -0400 Original-Received: from [140.186.70.92] (port=58791 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvsX0-0006wq-5Q for emacs-devel@gnu.org; Wed, 15 Sep 2010 10:00:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvsWy-00009U-JO for emacs-devel@gnu.org; Wed, 15 Sep 2010 10:00:13 -0400 Original-Received: from mail-px0-f169.google.com ([209.85.212.169]:61793) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvsWy-00009F-F6 for emacs-devel@gnu.org; Wed, 15 Sep 2010 10:00:12 -0400 Original-Received: by pxi5 with SMTP id 5so124584pxi.0 for ; Wed, 15 Sep 2010 07:00:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=5/H3D5ygoEId3DTQK8OaQGfVuCKGOUngdGSNabRnsBs=; b=GsBnxUyq4WTpKB/CDw7LCwdHoMJih0jNZW244mar8ZklOmOt6VTBgZOs1zGX4GWac1 obS5FEnueVWahEHCmHQsPMUiEpQVILPKz5cILPRE45wuKPpk8n29KB6kDEiysmBX+YbJ ljTfFzXiT8PKQv3PgFP2vHEgbODnV8Zx6qYQU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fFq4Vqz6ZVwxPx/qYhWLL9xtVVSkzy8rFSSN7J60Dh25fzHtTwWdWCa0Hck0CF2ETV PdXN0lKUDfN9oSVYF/moZUESnSSVJ3vQhZ7mutSh0gqL4v3m5iwxjy/ApkkzB9yIKtjF 1KQfTBzAEP21HDeAgeskWhlw1RnMG8VbBjGe0= Original-Received: by 10.114.78.1 with SMTP id a1mr1496254wab.216.1284559211067; Wed, 15 Sep 2010 07:00:11 -0700 (PDT) Original-Received: by 10.220.109.4 with HTTP; Wed, 15 Sep 2010 07:00:10 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/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:130206 Archived-At: Hello, On Wed, Sep 15, 2010 at 6:42 PM, Stefan Monnier wrote: >> 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). -dhruva