From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: max-specpdl-size mysterium with nXhtml Date: Sun, 21 Dec 2008 00:05:02 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229814324 10913 80.91.229.12 (20 Dec 2008 23:05:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 23:05:24 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 21 00:06:29 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 1LEAtu-0006Hc-GG for ged-emacs-devel@m.gmane.org; Sun, 21 Dec 2008 00:06:26 +0100 Original-Received: from localhost ([127.0.0.1]:51583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEAsh-0008I1-RH for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 18:05:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEAsc-0008Hw-5w for emacs-devel@gnu.org; Sat, 20 Dec 2008 18:05:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEAsa-0008Hh-OE for emacs-devel@gnu.org; Sat, 20 Dec 2008 18:05:05 -0500 Original-Received: from [199.232.76.173] (port=35005 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEAsa-0008He-Ky for emacs-devel@gnu.org; Sat, 20 Dec 2008 18:05:04 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.156]:55018) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEAsa-0006Nn-5y for emacs-devel@gnu.org; Sat, 20 Dec 2008 18:05:04 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so658228fgb.30 for ; Sat, 20 Dec 2008 15:05:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=NVHduUlyoHy3hxfKVVKE+Q4TFcdFk94+fyngH9PiUGg=; b=BKpZglnSQU7G6zdtFKVv9GW0/M99n7kyd8rgUpEOdJwar65GNp9RpjB7gYHJfiQ/j5 zVAuzg+nBge4aqB/KNjrhk1TfGJwADAmGTHA2mljinhAuAVEMEq7FkX3T7rav8mdwyyr X6sybO86OCcD4omJifL+sEFG6rdjMKG4Yv0Ao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=J6wKqa3NFERlZdINUPWV8PatXPpSPrDAZ3PHR6YjUHEC7hs5yCoLxi46kIqn0Ryn5a wQnZ70yqlKtF8nKeDWNZabnmmID9ExSmt+D7Kc4bL6srrItVPRGRxdKZmtDKnt0v+D3y nYoY7CmMfzQjgEt1v6An3hwPNbkb1XAnXXZHg= Original-Received: by 10.86.68.2 with SMTP id q2mr2708047fga.3.1229814302689; Sat, 20 Dec 2008 15:05:02 -0800 (PST) Original-Received: by 10.86.1.8 with HTTP; Sat, 20 Dec 2008 15:05:02 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.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:107145 Archived-At: On Sat, Dec 20, 2008 at 11:26 PM, Lennart Borgman wrote: > 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.) > > I do not have any idea about what is going on. Chris has tried to > raise max-specpdl-size to 100 000 but that did not help. Forgot to link to the bug report: https://bugs.launchpad.net/nxhtml/+bug/300946