From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73874 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:37:15 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1289065064 13403 80.91.229.12 (6 Nov 2010 17:37:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Nov 2010 17:37:44 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22243@lists.math.uh.edu Sat Nov 06 18:37:40 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 1PEmhu-00089h-9O for ding-account@gmane.org; Sat, 06 Nov 2010 18:37:38 +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 1PEmho-0007gw-N8; Sat, 06 Nov 2010 12:37:32 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PEmhn-0007gh-FN for ding@lists.math.uh.edu; Sat, 06 Nov 2010 12:37:31 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PEmhj-0001W0-9l for ding@lists.math.uh.edu; Sat, 06 Nov 2010 12:37:31 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PEmhi-0006m8-00 for ; Sat, 06 Nov 2010 18:37:26 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PEmhi-00083Z-El for ding@gnus.org; Sat, 06 Nov 2010 18:37:26 +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:37:26 +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:37:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 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:JgyvKNXuDOykIRrEt002EMUVbC4= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73874 Archived-At: Knut Anders Hatlen writes: > 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'? D'oh! I had compiled Gnus with Emacs 23.2, so of course it didn't compile shr.el. With Emacs 24 it compiles. Sorry about the noise. -- Knut Anders