emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master aae9ac2: Avoid an infloop in shr when filling t


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master aae9ac2: Avoid an infloop in shr when filling text with :align-to properties
Date: Fri, 23 Aug 2019 03:47:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Hi Lars,

I hope you had a nice vacation.

> @@ -2363,6 +2364,7 @@ flags that control whether to collect or render 
> objects."
>       (car (window-text-pixel-size nil (point-min) (point-max)))))))
>  
>  (defun shr-render-td (dom width fill)
> +  (setq d dom)
>    (let ((cache (intern (format "shr-td-cache-%s-%s" width fill))))
>      (or (dom-attr dom cache)
>       (and fill

Really?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]