emacs-devel
[Top][All Lists]
Advanced

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

Re: master 5743b74d4b 1/2: Improve mouse dragging


From: Po Lu
Subject: Re: master 5743b74d4b 1/2: Improve mouse dragging
Date: Thu, 12 May 2022 21:25:34 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>   . why the code you copied from tooltip.el to mouse.el doesn't call
>     add-face-text-property like tooltip does?

Because that's the problem: that code was added in Emacs 28, and it adds
text properties to the tooltip text that interferes with
`mouse-drag-and-drop-region', causing a regression from Emacs 27 that
was fixed in an earlier change.  (Which indirectly led to the bug that
this change fixes.)


reply via email to

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