From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73872 Path: news.gmane.org!not-for-mail From: Knut Anders Hatlen Newsgroups: gmane.emacs.gnus.general Subject: Re: shr fails to display article (exceeds max-lisp-eval-depth) Date: Sat, 06 Nov 2010 18:30:48 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1289064685 11836 80.91.229.12 (6 Nov 2010 17:31:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Nov 2010 17:31:25 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22241@lists.math.uh.edu Sat Nov 06 18:31:22 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PEmbo-0005Hp-R8 for ding-account@gmane.org; Sat, 06 Nov 2010 18:31:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PEmbh-0007a9-69; Sat, 06 Nov 2010 12:31:13 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PEmbf-0007Zu-Fd for ding@lists.math.uh.edu; Sat, 06 Nov 2010 12:31:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PEmbb-0006Qt-A3 for ding@lists.math.uh.edu; Sat, 06 Nov 2010 12:31:11 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PEmba-0006ha-00 for ; Sat, 06 Nov 2010 18:31:06 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PEmbW-00058d-MA for ding@gnus.org; Sat, 06 Nov 2010 18:31:02 +0100 Original-Received: from gw2.mysql.com ([213.136.52.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Nov 2010 18:31:02 +0100 Original-Received: from kahatlen by gw2.mysql.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Nov 2010 18:31:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: gw2.mysql.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (usg-unix-v) Cancel-Lock: sha1:G9a3FuhYcFMfxTK8RQAr7SdfjT8= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73872 Archived-At: Lars Magne Ingebrigtsen writes: > Knut Anders Hatlen writes: > >> I just got this spam mail that shr choked on. I know, I shouldn't spend >> time reading spam, but... shr shouldn't choke either... >> >> Debugger entered--Lisp error: (error "Lisp nesting exceeds >> max-lisp-eval-depth'") >> (setq dom (cdr dom)) >> (prog1 dom (setq dom (cdr dom))) >> (car (prog1 dom (setq dom (cdr dom)))) > > Are you running Gnus/shr uncompiled? You can only do that semi-reliably > if you double `max-lisp-eval-depth', usually. Right, shr.el doesn't seem to be compiled, and M-x byte-compile-file does indeed fix the problem. Thanks! But shouldn't it be compiled automatically when I run `make'? -- Knut Anders