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: Need help with ad-do-it, it loops Date: Fri, 8 May 2009 18:28:36 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241800399 2912 80.91.229.12 (8 May 2009 16:33:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 16:33:19 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 08 18:33:11 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 1M2T0V-0007pE-DQ for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 18:33:07 +0200 Original-Received: from localhost ([127.0.0.1]:53241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2T0U-0006Gf-P8 for ged-emacs-devel@m.gmane.org; Fri, 08 May 2009 12:33:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2SwJ-00049Z-E4 for emacs-devel@gnu.org; Fri, 08 May 2009 12:28:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2SwD-00045G-CA for emacs-devel@gnu.org; Fri, 08 May 2009 12:28:46 -0400 Original-Received: from [199.232.76.173] (port=44415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2SwD-000455-5n for emacs-devel@gnu.org; Fri, 08 May 2009 12:28:41 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]:42428) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2SwC-0002N2-QO for emacs-devel@gnu.org; Fri, 08 May 2009 12:28:41 -0400 Original-Received: by fxm17 with SMTP id 17so1568207fxm.42 for ; Fri, 08 May 2009 09:28:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kan+YS8HiAFvHQf3AMwDlXbopOvSBoVejKz1xXfD0uY=; b=LgNyAd578tZW//JKBMIcNxeWOfgKqqFF3PYPN7l0g3H+420wQzd9/Au0QBPAUs/gZd 85pHH5qTAyHmSHkKU+sId+IfRHXF8bwvgVP09ykRsTHkZ5uioK+imhN7fnOTCn6UpHhu xTWc4dX28RYfE1SOzUs7VBlzuM21viuhaDsvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=TKVgrBDe5VMVSLyXPpkUqrZn+uyBLRlE9v5idmb/O3pMcgY0pQ3dfNX+qh9BqlS6Ph rfuXUiXX416COs56S4adZmW3OAl53D5FZu4/kqQIGcUyHLDW3B7OyXZKHxxlvN3KStJv tTWzQjXclICD7rQPoKwaWBAc4WUN9LyToPKOY= Original-Received: by 10.223.115.146 with SMTP id i18mr2336884faq.6.1241800116678; Fri, 08 May 2009 09:28:36 -0700 (PDT) In-Reply-To: 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:110775 Archived-At: On Fri, May 8, 2009 at 3:26 PM, Stefan Monnier w= rote: >> I have a strange case of looping in MuMaMo/nXhtml. One user (R=C3=A9mi) = 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'") >> =C2=A0 ad-Orig-syntax-ppss-flush-cache(192 192) >> =C2=A0 apply(ad-Orig-syntax-ppss-flush-cache 192 192) >> =C2=A0 ... >> =C2=A0 ad-Orig-syntax-ppss-flush-cache(192 192) >> =C2=A0 apply(ad-Orig-syntax-ppss-flush-cache 192 192) >> =C2=A0 syntax-ppss-flush-cache(192 192) >> =C2=A0 self-insert-command(1) >> =C2=A0 newline(nil) >> =C2=A0 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. It just looping with the output >> ad-Orig-syntax-ppss-flush-cache(192 192) >> apply(ad-Orig-syntax-ppss-flush-cache 192 192)