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 11:00:42 +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 1229853662 19241 80.91.229.12 (21 Dec 2008 10:01:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Dec 2008 10:01:02 +0000 (UTC) Cc: Emacs Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 21 11:02:10 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 1LEL8R-00035Q-Ik for ged-emacs-devel@m.gmane.org; Sun, 21 Dec 2008 11:02:08 +0100 Original-Received: from localhost ([127.0.0.1]:47103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEL7E-0002Dl-RQ for ged-emacs-devel@m.gmane.org; Sun, 21 Dec 2008 05:00:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEL79-0002Dg-6d for emacs-devel@gnu.org; Sun, 21 Dec 2008 05:00:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEL76-0002DU-Rt for emacs-devel@gnu.org; Sun, 21 Dec 2008 05:00:45 -0500 Original-Received: from [199.232.76.173] (port=38469 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEL76-0002DR-OK for emacs-devel@gnu.org; Sun, 21 Dec 2008 05:00:44 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:56847) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEL76-000064-7c for emacs-devel@gnu.org; Sun, 21 Dec 2008 05:00:44 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so702064fgb.30 for ; Sun, 21 Dec 2008 02:00:42 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=o5eTn04I1k0FmQDYlSzueiFw11CuVWwdOT/+u+NdFFQ=; b=Jw2ircvzMxITbCfb/5JqNeaPO3Qd97cJjLdtvTaCJ5Ndpk0qsN3JyQ4hL/mjfbsHy8 g179G6sM3A+/Tu8OA0by8BCGhPNVHnPYxcms+OTMbfOJoTUiE3s8VB2wulNfxc9WMzvb SMVE6qCRsBx9AuXvtMzdtdWL+nyQuh/Id+jPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=cpR7alEmaKNetxpBqvODWeXKwszWZICbm78V+dCeH0X2MDDEDbkoVw+Xzc07FuT1PT kXbpgNGmSzlndyPDtV7pMqAn4v4X6ChX7HZBtBzj6of+edHb1aMWy6iT5YzwFZYS4//i lliCXQqrkj5BYtifdt2+A0zW7k+sMIhXglPdM= Original-Received: by 10.86.59.18 with SMTP id h18mr1465437fga.5.1229853642368; Sun, 21 Dec 2008 02:00:42 -0800 (PST) Original-Received: by 10.86.1.8 with HTTP; Sun, 21 Dec 2008 02:00:42 -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:107159 Archived-At: On Sun, Dec 21, 2008 at 3:19 AM, Stefan Monnier 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.) > > Could depends on whether (and which) files have been byte-compiled. Thanks, Stefan. Chris is using ubuntu and he said that he is using "emacs-snapshot=1:20081205-1 installed from the PPA". I have just asked him to check out and compile Emacs himself if he can.