bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23964: 25.1.50; `+' no longer works on images in Gnus article buffer


From: Lars Ingebrigtsen
Subject: bug#23964: 25.1.50; `+' no longer works on images in Gnus article buffers
Date: Fri, 22 Jul 2016 13:11:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Katsumi Yamaoka <yamaoka@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





reply via email to

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