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 17:00:57 +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: quoted-printable X-Trace: dough.gmane.org 1284550320 1401 80.91.229.12 (15 Sep 2010 11:32:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 11:32:00 +0000 (UTC) Cc: Emacs Development To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 13:31: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 1OvqDU-0004hX-K1 for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 13:31:56 +0200 Original-Received: from localhost ([127.0.0.1]:40542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvqDU-0005cq-3H for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 07:31:56 -0400 Original-Received: from [140.186.70.92] (port=33225 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvqCZ-0005HC-Ll for emacs-devel@gnu.org; Wed, 15 Sep 2010 07:31:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvqCY-0003Jn-Av for emacs-devel@gnu.org; Wed, 15 Sep 2010 07:30:59 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:53379) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvqCY-0003Jh-7Y for emacs-devel@gnu.org; Wed, 15 Sep 2010 07:30:58 -0400 Original-Received: by vws16 with SMTP id 16so108125vws.0 for ; Wed, 15 Sep 2010 04:30:57 -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 :content-transfer-encoding; bh=VzbTxavnkLv9tccPp3uIqqUDevVZhmhtw6PJllmWg0g=; b=MvbguzBZql+t5N9Mf+tjJuQGA1F9Cada8gwUwb4TI/PTfX+X8A3jtvuvAEr780io2S +0SnnejWUDr/XBEuHpQuqw/5MGBqczuVO13oH09WOWELiVUG5lK+LKqGDmJj0Rk8jpfA +altiiMzD6IZKnF7KuZBpmpD89ImEplXYLLyo= 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:content-transfer-encoding; b=UtBqfo2iVZ2pa0fkev6+NqmOKZ84F9EU4Wonuihc21BUQY8kPH5wByBHUWxjLxP8li xcTNGoE4HuhHB2k9OUM3/QsG0cYGDJKXuvwq7ZqSD/BeSnZbFYlmKSK2azIcNMh/GCKt /2loJV/5sh9KWmtfTTDJ07F+d13s48kqfqG5g= Original-Received: by 10.220.169.14 with SMTP id w14mr766657vcy.157.1284550257467; Wed, 15 Sep 2010 04:30:57 -0700 (PDT) Original-Received: by 10.220.109.4 with HTTP; Wed, 15 Sep 2010 04:30:57 -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:130201 Archived-At: Hi, On Wed, Sep 15, 2010 at 3:08 PM, Deniz Dogan wr= ote: > 2010/9/15 dhruva : >> In am empty buffer, I type "M-x python-mode", I get the following >> error. I am using Emacs HEAD on GNU/Linux. >> >> >> Debugger entered--Lisp error: (invalid-function 2) >> =A02("\"") > > I had this same error but on the Windows build. Byte compiling the > file manually got rid of the problem. > Thanks, I did the same and it worked! Does this indicate some dependency issues in the make? I regularly (after checkout) do a "make -C lisp cvs-update". I would expect that target to rebuild out of sync elisp files. -dhruva