unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19500: 25.0.50; Non-t follow-link property doesn't work
@ 2015-01-04  3:24 Dmitry Gutov
       [not found] ` <handler.19500.B.142034188915856.ack@debbugs.gnu.org>
  2021-05-28  1:41 ` bug#19500: 25.0.50; Non-t follow-link property doesn't work Lars Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Gutov @ 2015-01-04  3:24 UTC (permalink / raw)
  To: 19500

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.

In GNU Emacs 25.0.50.24 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
 of 2015-01-04 on axl
Repository revision: d94007484ab6b98054b043c1bedeaf7a58eb8606
Windowing system distributor `The X.Org Foundation', version 11.0.11601901
System Description:	Ubuntu 14.10





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#19500: Acknowledgement (25.0.50; Non-t follow-link property doesn't work)
       [not found] ` <handler.19500.B.142034188915856.ack@debbugs.gnu.org>
@ 2015-01-04 12:27   ` Dmitry Gutov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Gutov @ 2015-01-04 12:27 UTC (permalink / raw)
  To: 19500

Looks like it was broken in 27a98a62d1c46b057428cc3ed964743b69628299.

The removed code includes a (or (vectorp on-link) (stringp on-link)) 
case. The new code doesn't.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#19500: 25.0.50; Non-t follow-link property doesn't work
  2015-01-04  3:24 bug#19500: 25.0.50; Non-t follow-link property doesn't work Dmitry Gutov
       [not found] ` <handler.19500.B.142034188915856.ack@debbugs.gnu.org>
@ 2021-05-28  1:41 ` Lars Ingebrigtsen
  2021-06-25 14:35   ` Lars Ingebrigtsen
  2021-06-25 21:15   ` Dmitry Gutov
  1 sibling, 2 replies; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-28  1:41 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: 19500

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#19500: 25.0.50; Non-t follow-link property doesn't work
  2021-05-28  1:41 ` bug#19500: 25.0.50; Non-t follow-link property doesn't work Lars Ingebrigtsen
@ 2021-06-25 14:35   ` Lars Ingebrigtsen
  2021-06-25 21:15   ` Dmitry Gutov
  1 sibling, 0 replies; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-25 14:35 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: 19500

Lars Ingebrigtsen <larsi@gnus.org> writes:

> 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?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#19500: 25.0.50; Non-t follow-link property doesn't work
  2021-05-28  1:41 ` bug#19500: 25.0.50; Non-t follow-link property doesn't work Lars Ingebrigtsen
  2021-06-25 14:35   ` Lars Ingebrigtsen
@ 2021-06-25 21:15   ` Dmitry Gutov
  2021-06-26 12:49     ` Lars Ingebrigtsen
  1 sibling, 1 reply; 6+ messages in thread
From: Dmitry Gutov @ 2021-06-25 21:15 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 19500

On 28.05.2021 04:41, Lars Ingebrigtsen wrote:
> 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?

Sorry I missed this email.

The problem looks fixed indeed. Thanks for taking care of the report.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#19500: 25.0.50; Non-t follow-link property doesn't work
  2021-06-25 21:15   ` Dmitry Gutov
@ 2021-06-26 12:49     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-26 12:49 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: 19500

Dmitry Gutov <dgutov@yandex.ru> writes:

> The problem looks fixed indeed. Thanks for taking care of the report.

Thanks for checking; I'm closing this bug report, then.

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-26 12:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-04  3:24 bug#19500: 25.0.50; Non-t follow-link property doesn't work Dmitry Gutov
     [not found] ` <handler.19500.B.142034188915856.ack@debbugs.gnu.org>
2015-01-04 12:27   ` bug#19500: Acknowledgement (25.0.50; Non-t follow-link property doesn't work) Dmitry Gutov
2021-05-28  1:41 ` bug#19500: 25.0.50; Non-t follow-link property doesn't work Lars Ingebrigtsen
2021-06-25 14:35   ` Lars Ingebrigtsen
2021-06-25 21:15   ` Dmitry Gutov
2021-06-26 12:49     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).