emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-25 ea512a7: * lisp/gnus/mm-decode.el (mm-convert-shr-links):


From: Katsumi Yamaoka
Subject: Re: emacs-25 ea512a7: * lisp/gnus/mm-decode.el (mm-convert-shr-links):
Date: Tue, 27 Sep 2016 07:35:34 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (i686-pc-cygwin)

On Tue, 26 Jul 2016 08:50:13 +0900, Katsumi Yamaoka wrote:
> On Wed, 22 Jun 2016 10:33:20 +0000, Katsumi Yamaoka wrote:
>> branch: emacs-25
>> commit ea512a7c2cd30206dd509b193c9faaba25640180
>> Author: Katsumi Yamaoka <address@hidden>
>> Commit: Katsumi Yamaoka <address@hidden>

>>     * lisp/gnus/mm-decode.el (mm-convert-shr-links):
>>     Mask keys that launch `widget-button-click' (bug#22157).
> [...]
>> -    (put-text-property start end 'local-map nil)
>> +    ;; Remove keymap that `shr-urlify' adds.
>> +    (put-text-property start end 'keymap nil)
> ...[1]

> This was done due to my having misunderstood the old code.  So,
> I'd like to backport the fix (already done in master [2]) to
> emacs-25.  May I do it?

I've backported the fix from master.

> The purpose of the old code seems to be to make void a spurious
> `local-map' that something other might have added.  My fault is
> that I thought `local-map' was a just a misspelling of `keymap'.
> The key bindings that shr adds must be preserved anyway [3].

> [1] <http://lists.gnu.org/archive/html/emacs-diffs/2016-06/msg00173.html>
> [2] <http://article.gmane.org/gmane.emacs.diffs/136469>
> [3] <http://lists.gnu.org/archive/html/bug-gnu-emacs/2016-07/msg00729.html>

Regards,



reply via email to

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