From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 27 04:17:34 2013 Received: (at submit) by debbugs.gnu.org; 27 Dec 2013 09:17:34 +0000 Received: from localhost ([127.0.0.1]:45342 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VwTXu-0006Tx-9W for submit@debbugs.gnu.org; Fri, 27 Dec 2013 04:17:33 -0500 Received: from fely.am-1.org ([78.47.74.50]:57064) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VwTXo-0006Te-Oo for submit@debbugs.gnu.org; Fri, 27 Dec 2013 04:17:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=YtHFZdEXC43112LQA47BhD18u1MJKt/VP62JAcI5S0g=; b=lIjs57f3kzvC62NDRvMJqeKls4SKLkmRYImCZX6/Xy4gEelqa7+Adnkqm2cewyUqJcviiE4hZ9HU7CqguUnChtmcxV9D0ILCpUyfL8MHhNIkpHnHx9Vg0MxWm4IvEerkUdN2/pjJnkY/qFoRIGdOkGKWD7myni4NKLpch3aoOeM=; Received: from [2a02:2560:6d4:26ca::1:1d] (helo=violet.siamics.net) by fely.am-1.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1VwTXm-0001ww-GF for submit@debbugs.gnu.org; Fri, 27 Dec 2013 09:17:23 +0000 Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VwTXe-0008QV-Uw for submit@debbugs.gnu.org; Fri, 27 Dec 2013 16:17:15 +0700 From: Ivan Shmakov To: submit@debbugs.gnu.org Subject: EWW fails for a page with: Lisp nesting exceeds `max-lisp-eval-depth' References: <87a9foskv4.fsf@violet.siamics.net> <87mwjoczle.fsf@building.gnus.org> Date: Fri, 27 Dec 2013 09:17:14 +0000 In-Reply-To: <87mwjoczle.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Wed, 25 Dec 2013 23:53:01 +0100") Message-ID: <87wqiqr6ud.fsf_-_@violet.siamics.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.7 (/) Package: emacs Severity: minor >>>>> Lars Ingebrigtsen writes: >>>>> Ivan Shmakov writes: >> As of 84b50168 [1], running EWW on [2] still results in what seem to >> be an infinite loop over shr-find-fill-point. The top of the >> *Backtrace* reads: > I've applied something that I think should fix this. I=E2=80=99ve updated both shr.el and eww.el to 80d59dcc [1], and EWW now fails with the following for the page [2]. (I don=E2=80=99t know whether it=E2=80=99s a side effect of the changes made to fix #16256, or an entirely different bug.) error in process filter: let*: Lisp nesting exceeds `max-lisp-eval-depth' error in process filter: Lisp nesting exceeds `max-lisp-eval-depth' However, raising max-lisp-eval-depth to 640 from the default value of 600 makes the problem go away for this page. The top of the *Backtrace* reads: Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-d= epth'") (progn (if (string-match "\n" style) (progn (setq style (replace-match " = " t t style))))) (unwind-protect (progn (if (string-match "\n" style) (progn (setq style (= replace-match " " t t style))))) (set-match-data save-match-data-internal (= quote evaporate))) (let ((save-match-data-internal (match-data))) (unwind-protect (progn (if= (string-match "\n" style) (progn (setq style (replace-match " " t t style)= )))) (set-match-data save-match-data-internal (quote evaporate)))) (progn (let ((save-match-data-internal (match-data))) (unwind-protect (pr= ogn (if (string-match "\n" style) (progn (setq style (replace-match " " t t= style))))) (set-match-data save-match-data-internal (quote evaporate)))) (= let ((plist nil)) (let ((--dolist-tail-- (split-string style ";")) elem) (w= hile --dolist-tail-- (setq elem (car --dolist-tail--)) (if elem (progn (set= q elem (split-string elem ":")) (if (and ... ...) (progn ...)))) (setq --do= list-tail-- (cdr --dolist-tail--)))) plist)) (if style (progn (let ((save-match-data-internal (match-data))) (unwind-p= rotect (progn (if (string-match "\n" style) (progn (setq style ...)))) (set= -match-data save-match-data-internal (quote evaporate)))) (let ((plist nil)= ) (let ((--dolist-tail-- (split-string style ";")) elem) (while --dolist-ta= il-- (setq elem (car --dolist-tail--)) (if elem (progn (setq elem ...) (if = ... ...))) (setq --dolist-tail-- (cdr --dolist-tail--)))) plist))) shr-parse-style("color:lightgray; font-size:0.8em;font-variant:small-caps= ;") (nconc (shr-parse-style style) shr-stylesheet) (setq shr-stylesheet (nconc (shr-parse-style style) shr-stylesheet)) (if (string-match "color\\|display\\|border-collapse" style) (setq shr-st= ylesheet (nconc (shr-parse-style style) shr-stylesheet)) (setq style nil)) (progn (if (string-match "color\\|display\\|border-collapse" style) (setq= shr-stylesheet (nconc (shr-parse-style style) shr-stylesheet)) (setq style= nil))) (if style (progn (if (string-match "color\\|display\\|border-collapse" st= yle) (setq shr-stylesheet (nconc (shr-parse-style style) shr-stylesheet)) (= setq style nil)))) (let ((function (or (cdr (assq (car dom) shr-external-rendering-functions= )) (intern (concat "shr-tag-" (symbol-name (car dom))) obarray))) (style (c= dr (assq :style (cdr dom)))) (shr-stylesheet shr-stylesheet) (start (point)= )) (if style (progn (if (string-match "color\\|display\\|border-collapse" s= tyle) (setq shr-stylesheet (nconc (shr-parse-style style) shr-stylesheet)) = (setq style nil)))) (if (equal (cdr (assq (quote display) shr-stylesheet)) = "none") nil (if (fboundp function) (funcall function (cdr dom)) (shr-generi= c (cdr dom))) (if (and shr-target-id (equal (cdr (assq :id (cdr dom))) shr-= target-id)) (progn (put-text-property start (1+ start) (quote shr-target-id= ) shr-target-id))) (if style (progn (shr-colorize-region start (point) (cdr= (assq (quote color) shr-stylesheet)) (cdr (assq (quote background-color) s= hr-stylesheet))))))) [1] http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3D80d59dcc [2] https://ru.wikiversity.org/w/index.php?oldid=3D96679 --=20 FSF associate member #7257 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 27 11:03:13 2013 Received: (at 16267) by debbugs.gnu.org; 27 Dec 2013 16:03:13 +0000 Received: from localhost ([127.0.0.1]:46626 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VwZsX-0003Ma-Du for submit@debbugs.gnu.org; Fri, 27 Dec 2013 11:03:13 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:45797) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VwZsT-0003MN-GN for 16267@debbugs.gnu.org; Fri, 27 Dec 2013 11:03:10 -0500 Received: from 77.19.63.89.tmi.telenormobil.no ([77.19.63.89] helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VwZsA-0002Xz-F7; Fri, 27 Dec 2013 17:02:50 +0100 From: Lars Ingebrigtsen To: Ivan Shmakov Subject: Re: bug#16267: EWW fails for a page with: Lisp nesting exceeds `max-lisp-eval-depth' References: <87a9foskv4.fsf@violet.siamics.net> <87mwjoczle.fsf@building.gnus.org> <87wqiqr6ud.fsf_-_@violet.siamics.net> Date: Fri, 27 Dec 2013 16:56:50 +0100 In-Reply-To: <87wqiqr6ud.fsf_-_@violet.siamics.net> (Ivan Shmakov's message of "Fri, 27 Dec 2013 09:17:14 +0000") Message-ID: <871u0y4799.fsf@building.gnus.org> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1VwZsA-0002Xz-F7 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1388764971.30283@OyVjFj9zANDwD/XWEMGecw X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16267 Cc: 16267@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Ivan Shmakov writes: > error in process filter: let*: Lisp nesting exceeds `max-lisp-eval-depth' > error in process filter: Lisp nesting exceeds `max-lisp-eval-depth' Do you still get this if you run a compiled shr? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 29 09:37:06 2013 Received: (at 16267-done) by debbugs.gnu.org; 29 Dec 2013 14:37:06 +0000 Received: from localhost ([127.0.0.1]:50118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VxHUD-00026q-V8 for submit@debbugs.gnu.org; Sun, 29 Dec 2013 09:37:05 -0500 Received: from fely.am-1.org ([78.47.74.50]:57258) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VxHU6-00026B-Rg for 16267-done@debbugs.gnu.org; Sun, 29 Dec 2013 09:36:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=OflCNq1TqKUbJtXQhxc04qEmVApuue5PXiEVyLG/eY8=; b=CQbV21cuf0fT6UpEnQjt0FscHY4/Ihmksc3FZt1OluaahPOaeajFfrtPIvyoqmwyURgBUJ/MKH0L1FokV3tRrfB8GcZiOXjR6LiEYV+2oaD1ZvfwukwMqE+Ptudus/4vCbiCX/EA/CWOzv/9AU4E/Y5kA+93Reh697PW2dDnJks=; Received: from [2a02:2560:6d4:26ca::1:1d] (helo=violet.siamics.net) by fely.am-1.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1VxHU4-0003U5-GU for 16267-done@debbugs.gnu.org; Sun, 29 Dec 2013 14:36:53 +0000 Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VxHTw-0001c4-U0 for 16267-done@debbugs.gnu.org; Sun, 29 Dec 2013 21:36:45 +0700 From: Ivan Shmakov To: 16267-done@debbugs.gnu.org Subject: Re: bug#16267: EWW fails for a page with: Lisp nesting exceeds `max-lisp-eval-depth' References: <87a9foskv4.fsf@violet.siamics.net> <87mwjoczle.fsf@building.gnus.org> <87wqiqr6ud.fsf_-_@violet.siamics.net> <871u0y4799.fsf@building.gnus.org> Date: Sun, 29 Dec 2013 14:36:43 +0000 In-Reply-To: <871u0y4799.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Fri, 27 Dec 2013 16:56:50 +0100") Message-ID: <87eh4vraf8.fsf@violet.siamics.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 16267-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.7 (/) >>>>> Lars Ingebrigtsen writes: >>>>> Ivan Shmakov writes: >> error in process filter: let*: Lisp nesting exceeds `max-lisp-eval-dept= h' >> error in process filter: Lisp nesting exceeds `max-lisp-eval-depth' > Do you still get this if you run a compiled shr? The problem has gone away after I=E2=80=99ve rebuilt Emacs (and thus shr.elc.) Thanks, and sorry for the noise. --=20 FSF associate member #7257 From unknown Mon Aug 18 15:38:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Jan 2014 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator