GNU bug report logs - #23964
25.1.50; `+' no longer works on images in Gnus article buffers

Previous Next

Package: emacs;

Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>

Date: Wed, 13 Jul 2016 06:53:01 UTC

Severity: normal

Found in version 25.1.50

Fixed in version 25.2

Done: Glenn Morris <rgm <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: Katsumi Yamaoka <yamaoka <at> jpl.org>
Cc: 23964 <at> debbugs.gnu.org
Subject: bug#23964: 25.1.50; `+' no longer works on images in Gnus article buffers
Date: Fri, 22 Jul 2016 13:11:05 +0200
Katsumi Yamaoka <yamaoka <at> jpl.org> writes:

> I'm not quite sure this is the right approach, but I seem to have
> found the cause and the solution.  `shr-image-fetched', that
> `shr-tag-img' calls, overrides the keymap text property on an
> image with the value that was there before inserting the image,
> that is, nil.  Could you please test this patch?
>
> --- shr.el~	2016-07-21 08:35:17.668496000 +0000
> +++ shr.el	2016-07-22 11:05:56.349491100 +0000
> @@ -937,7 +937,7 @@
>  		(while properties
>  		  (let ((type (pop properties))
>  			(value (pop properties)))
> -		    (unless (memq type '(display image-size))
> +		    (unless (memq type '(display image-size keymap))

Yes, this seems to fix the problem.  Thanks!

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




This bug report was last modified 8 years and 169 days ago.

Previous Next


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