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

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

bug#19500: 25.0.50; Non-t follow-link property doesn't work


From: Lars Ingebrigtsen
Subject: bug#19500: 25.0.50; Non-t follow-link property doesn't work
Date: Fri, 28 May 2021 03:41:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Dmitry Gutov <dgutov@yandex.ru> writes:

> Evaluate this:
>
> (let ((beg (point)))
>   (insert "foo")
>   (add-text-properties beg (point)
>                        '(follow-link [down])))
>
> Then click on "foo". In Emacs 24.3, that would move point to the line
> below it.
>
> In emacs-24 and master, that just triggers paste (IOW, delegates to
> mouse-2, which calls `mouse-yank-primary').
>
> Whoever fixes this, please add a regression test.

I tried this in Emacs 25.1 (and Emacs 28), and I'm not able to reproduce
the problem -- it moves to the next line for me.

Do you still see this problem?

-- 
(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]