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

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

bug#35404: posn-at-point ignores line numbers when display property is s


From: Евгений Курневский
Subject: bug#35404: posn-at-point ignores line numbers when display property is set
Date: Thu, 25 Apr 2019 09:47:07 +0000

Thanks! Is it going to be backported to 26 branch?

On Wed, Apr 24, 2019 at 12:28 PM Eli Zaretskii <eliz@gnu.org> wrote:
> From: Евгений Курневский
>       <kurnevsky@gmail.com>
> Date: Tue, 23 Apr 2019 21:36:44 +0000
>
> emacs -Q
> Activate display-line-numbers-mode
> Insert some word at the first line, like "aaa"
> Execute (nth 2 (posn-at-point 2)), it will return (40 . 0)
> Execute (put-text-property 2 3 'display "A")
> Execute (nth 2 (posn-at-point 2)) again, it will return (4 . 0)

Thanks, should be fixed now.


--
С уважением, Курневский Евгений.

reply via email to

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