GNU bug report logs - #22789
25.1.50; In last master build https connections stop working

Previous Next

Package: emacs;

Reported by: José L. Doménech <j_l_domenech <at> yahoo.com>

Date: Wed, 24 Feb 2016 10:29:02 UTC

Severity: normal

Found in version 25.1.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Alain Schneble <a.s <at> realize.ch>
Cc: j_l_domenech <at> yahoo.com, 22789 <at> debbugs.gnu.org
Subject: bug#22789: 25.1.50; In last master build https connections stop working
Date: Wed, 02 Mar 2016 22:22:04 +0000
Alain Schneble <a.s <at> realize.ch> writes:

> * lisp/net/shr.el (shr-tag-img): Construct a non-empty range to pass to
> shr-image-fetched, to indicate where to insert the image.  Fixes the
> issue introduced with commit 80852f843e69b81618f29cfb9aa4b074946cb3c4.
> ---
>  lisp/net/shr.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lisp/net/shr.el b/lisp/net/shr.el
> index c469e69..e463c7e 100644
> --- a/lisp/net/shr.el
> +++ b/lisp/net/shr.el
> @@ -1499,7 +1499,7 @@ The preference is a float determined from `shr-prefer-media-type'."
>            (insert " ")
>  	  (url-queue-retrieve
>  	   (shr-encode-url url) 'shr-image-fetched
> -	   (list (current-buffer) start (set-marker (make-marker) (1- (point)))
> +	   (list (current-buffer) start (set-marker (make-marker) (point))
>                   (list :width width :height height))
>  	   t t)))
>  	(when (zerop shr-table-depth) ;; We are not in a table.

I'm not seeing this issue.  And that patch is two weeks old...  did you
just start seeing this today?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 9 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.