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: Mon, 22 Dec 2008 10:20:38 +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 1229937663 22184 80.91.229.12 (22 Dec 2008 09:21:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Dec 2008 09:21:03 +0000 (UTC) Cc: Emacs Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 22 10:22:11 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 1LEgzC-0006rA-Cq for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 10:22:02 +0100 Original-Received: from localhost ([127.0.0.1]:46721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEgxz-0007UP-Is for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 04:20:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEgxt-0007Tf-Ml for emacs-devel@gnu.org; Mon, 22 Dec 2008 04:20:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEgxs-0007TK-Ji for emacs-devel@gnu.org; Mon, 22 Dec 2008 04:20:40 -0500 Original-Received: from [199.232.76.173] (port=50641 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEgxs-0007TH-E1 for emacs-devel@gnu.org; Mon, 22 Dec 2008 04:20:40 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:15660) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEgxr-0005nk-Ru for emacs-devel@gnu.org; Mon, 22 Dec 2008 04:20:40 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so835500fgb.30 for ; Mon, 22 Dec 2008 01:20:38 -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=buOmBoFZ2zgZIJy/6uCAdSgWTJrRaP65ZjiQuUa+Eog=; b=JMqlGtqJtZuIYKRHCKqGER3h9ldCv8ychSXrZTaXZUUinTnUpuk9PAPdOlv5m/7jYn 7vGtx3QMqn1edDsJI6BMMhOLh99/jtW57buqxozx6G0bqwQzzkr58VPmisQnPpMqF1f6 9dmNgOATAYJI7b1atU8gKuMOV9xK5Qf5mU3T4= 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=sxDrlWjGewqOKhxZvnh4cwjHf44/Aghh3/TbJHYFPl/iG5GT2sXxX43VlavpriseIy k+QDShsRvvUxvwalLVc9w7+IxekN1ZPUhz10KdrHtzp0WaYADUvlMMsvOQVnlepbblrX NYl2pkbWr6WXR9qACyPZyJksKPXcvgHLVAU/g= Original-Received: by 10.86.100.19 with SMTP id x19mr3532580fgb.29.1229937638402; Mon, 22 Dec 2008 01:20:38 -0800 (PST) Original-Received: by 10.86.1.8 with HTTP; Mon, 22 Dec 2008 01:20:38 -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:107174 Archived-At: On Sun, Dec 21, 2008 at 11:00 AM, Lennart Borgman wrote: > 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. I got this reply from Chris I built Emacs from source and the max-specpdl-error went away. On startup, emacs gives the warning Warning (initialization): Building Emacs overflowed pure space. (See the node Pure Storage in the Lisp manual for details.) Is there perhaps a problem with the PPA distro in Ubuntu? Is this the same as on Debian? Seems like pure space shoudl be increased.