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: max-specpdl-size mysterium with nXhtml Date: Sat, 20 Dec 2008 21:19:49 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229826090 2531 80.91.229.12 (21 Dec 2008 02:21:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Dec 2008 02:21:30 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 21 03:22:35 2008 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 1LEDxi-0000Pf-Sj for ged-emacs-devel@m.gmane.org; Sun, 21 Dec 2008 03:22:35 +0100 Original-Received: from localhost ([127.0.0.1]:50083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEDwW-0007pO-Dj for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 21:21:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEDv7-0007TI-6i for emacs-devel@gnu.org; Sat, 20 Dec 2008 21:19:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEDv4-0007T6-R5 for emacs-devel@gnu.org; Sat, 20 Dec 2008 21:19:52 -0500 Original-Received: from [199.232.76.173] (port=52665 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEDv4-0007T3-MJ for emacs-devel@gnu.org; Sat, 20 Dec 2008 21:19:50 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:53987) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEDv4-0000oQ-Eg for emacs-devel@gnu.org; Sat, 20 Dec 2008 21:19:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArsEABg3TUlMCqBi/2dsb2JhbACBbLoxWJAXhkOBWg X-IronPort-AV: E=Sophos;i="4.36,256,1228107600"; d="scan'208";a="31326491" Original-Received: from 76-10-160-98.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.98]) by ironport2-out.teksavvy.com with ESMTP; 20 Dec 2008 21:19:49 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B291F84A4; Sat, 20 Dec 2008 21:19:49 -0500 (EST) In-Reply-To: (Lennart Borgman's message of "Sat, 20 Dec 2008 23:26:45 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107148 Archived-At: > I have got a bug report that I do not understand at all and would > appreciate any help and thoughts. Chris, a user, gets an error when he > opens a file with nXhtml in Emacs. The error is > Variable binding depth exceeds max-specpdl-size > This happens during fontification with MuMaMo. I have not been able to > reproduce this problem myself, but another user, ecce, has seen the > same problem. It disappeared however when he upgraded. (I have asked > ecce to test the file Chris have problems with too.) Could depends on whether (and which) files have been byte-compiled. Stefan