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: Need help with ad-do-it, it loops Date: Fri, 08 May 2009 09:26:22 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241789325 25257 80.91.229.12 (8 May 2009 13:28:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 13:28:45 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 08 15:28:38 2009 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 1M2Q7w-0007s3-IX for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 15:28:37 +0200 Original-Received: from localhost ([127.0.0.1]:54416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2Q7v-0000zj-T9 for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 09:28:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2Q5w-0000Hk-IB for emacs-devel@gnu.org; Fri, 08 May 2009 09:26:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2Q5p-0000G3-Ds for emacs-devel@gnu.org; Fri, 08 May 2009 09:26:29 -0400 Original-Received: from [199.232.76.173] (port=60970 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2Q5p-0000Fp-5h for emacs-devel@gnu.org; Fri, 08 May 2009 09:26:25 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:19715 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2Q5o-0002FM-SK for emacs-devel@gnu.org; Fri, 08 May 2009 09:26:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswEAIvPA0rO+IYe/2dsb2JhbACBUM5Yg30FhVY X-IronPort-AV: E=Sophos;i="4.40,317,1238990400"; d="scan'208";a="38203547" Original-Received: from 206-248-134-30.dsl.teksavvy.com (HELO pastel.home) ([206.248.134.30]) by ironport2-out.teksavvy.com with ESMTP; 08 May 2009 09:26:23 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B5B5B7FA7; Fri, 8 May 2009 09:26:22 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Fri, 8 May 2009 00:15:59 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (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:110774 Archived-At: > I have a strange case of looping in MuMaMo/nXhtml. One user (R=E9mi) has > this problem on Debian. This happens after starting from "emacs -Q" > and just loading nXhtml and pressing RET in the scratch buffer. The > output from the debugger says > Debugger entered--Lisp error: (error "Lisp nesting exceeds > `max-lisp-eval-depth'") > ad-Orig-syntax-ppss-flush-cache(192 192) > apply(ad-Orig-syntax-ppss-flush-cache 192 192) > ... > ad-Orig-syntax-ppss-flush-cache(192 192) > apply(ad-Orig-syntax-ppss-flush-cache 192 192) > syntax-ppss-flush-cache(192 192) > self-insert-command(1) > newline(nil) > call-interactively(newline nil nil) [...] > I can't understand how this can loop. Any suggestions? Well, since you carefully hid the answer in "...", we can't really answer. Stefan