[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: posn-at-point get strange info when flycheck enable and (setq trunca
From: |
Eli Zaretskii |
Subject: |
Re: posn-at-point get strange info when flycheck enable and (setq truncate-lines t) |
Date: |
Wed, 17 Jan 2018 05:42:30 +0200 |
> Date: Wed, 17 Jan 2018 10:08:31 +0800 (CST)
> From: tumashu <address@hidden>
>
> When I enable flycheck and (setq truncate-lines t)
> sometimes posn-at-point get strange info like the below:
>
> (#<window 3 on test.el> 31 (65 . 111) 0 (! . 0) 31 (5 . 3) nil (0 .
> 24) (13 . 29))
>
> At the same point, the normal info is like:
>
> (#<window 3 on test.el> 31 (65 . 87) 0 nil 31 (5 . 3) nil (0 . 0) (13
> . 29))
>
> is the overlay's problem?
It could be, but if you can describe a recipe for how to get these
results, someone could look at that and tell for sure.
Thanks.