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: Wed, 24 Dec 2008 00:42:04 +0100 Message-ID: References: <8763lbzuv5.fsf@elegiac.orebokech.com> <87wsdqxxzs.fsf@elegiac.orebokech.com> 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 1230075745 24291 80.91.229.12 (23 Dec 2008 23:42:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Dec 2008 23:42:25 +0000 (UTC) Cc: Stefan Monnier , Emacs Devel To: "Romain Francoise" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 24 00:43:30 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 1LFGuN-00016w-Ro for ged-emacs-devel@m.gmane.org; Wed, 24 Dec 2008 00:43:28 +0100 Original-Received: from localhost ([127.0.0.1]:36860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LFGtA-00066Q-Ac for ged-emacs-devel@m.gmane.org; Tue, 23 Dec 2008 18:42:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LFGt5-00066B-Kk for emacs-devel@gnu.org; Tue, 23 Dec 2008 18:42:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LFGt4-00065x-RX for emacs-devel@gnu.org; Tue, 23 Dec 2008 18:42:06 -0500 Original-Received: from [199.232.76.173] (port=35166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LFGt4-00065u-Me for emacs-devel@gnu.org; Tue, 23 Dec 2008 18:42:06 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.157]:60616) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LFGt4-0001TH-9J for emacs-devel@gnu.org; Tue, 23 Dec 2008 18:42:06 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so1164372fgb.30 for ; Tue, 23 Dec 2008 15:42:04 -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=wHXIjmXiu7WRZP3aud2McUUrNTsIWZFi2bq8ee0ttZ4=; b=twhT2WShRyq5+9hoK1AHNjd9EPB4CAtiiIs5dJpB5413sPL9C1mXWhS6go8Ftx7wAX PRbf9lbeg8y6gydmBwEtsHSPYTewe6EUAViZ2mQFaOML3b/5v8B+pu+tJX70GCbR6T6T w3eMj+a6Q33WUoVt7JAuQVupKem72dre7Uih8= 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=QZV82FnyzYiXBy/RIjUv0UZ3cSd13S8oDYnwNvYhuHJjj6yJ0igrca35Gpte+4GlL6 c9TNaHs9/0r/V+SkNaFOfSC4N48Fnjd2nlYBEwBjK/ufKaXmSP33SVebEsG8VfDLeTyH KGHVxvA8NsyTVoAjBHCYM0+OpObE5LK40mmKA= Original-Received: by 10.86.92.4 with SMTP id p4mr4744978fgb.36.1230075724749; Tue, 23 Dec 2008 15:42:04 -0800 (PST) Original-Received: by 10.86.1.8 with HTTP; Tue, 23 Dec 2008 15:42:04 -0800 (PST) In-Reply-To: <87wsdqxxzs.fsf@elegiac.orebokech.com> 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:107257 Archived-At: On Wed, Dec 24, 2008 at 12:39 AM, Romain Francoise wrote: > "Lennart Borgman" writes: > >> Another user now wrote on the bug page >> (https://bugs.launchpad.net/nxhtml/+bug/300946) that he got the same >> problem, but it went away when he compiled Emacs himself. > > That could mean that the error is triggered by a system > configuration file (under /etc/emacs/site-start.d); contrary > to the packaged version a self-compiled Emacs doesn't load them. The error happens when emacs is started with "emacs -Q". Do you mean that the conf file above is run then?