From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel 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 Message-ID: <83vag1w3q1.fsf@gnu.org> References: <3d6f0768.2449.16101dff948.Coremail.tumashu@163.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1516160454 5669 195.159.176.226 (17 Jan 2018 03:40:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 17 Jan 2018 03:40:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: tumashu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 17 04:40:50 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ebeaj-0000od-1l for ged-emacs-devel@m.gmane.org; Wed, 17 Jan 2018 04:40:45 +0100 Original-Received: from localhost ([::1]:60075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebecj-0008BE-1Z for ged-emacs-devel@m.gmane.org; Tue, 16 Jan 2018 22:42:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebecc-0008B4-94 for emacs-devel@gnu.org; Tue, 16 Jan 2018 22:42:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebecZ-0000by-6f for emacs-devel@gnu.org; Tue, 16 Jan 2018 22:42:42 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebecZ-0000bs-2p; Tue, 16 Jan 2018 22:42:39 -0500 Original-Received: from [176.228.60.248] (port=2036 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ebecY-000783-AX; Tue, 16 Jan 2018 22:42:38 -0500 In-reply-to: <3d6f0768.2449.16101dff948.Coremail.tumashu@163.com> (message from tumashu on Wed, 17 Jan 2018 10:08:31 +0800 (CST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222035 Archived-At: > Date: Wed, 17 Jan 2018 10:08:31 +0800 (CST) > From: tumashu > > When I enable flycheck and (setq truncate-lines t) > sometimes posn-at-point get strange info like the below: > > (# 31 (65 . 111) 0 (! . 0) 31 (5 . 3) nil (0 . 24) (13 . 29)) > > At the same point, the normal info is like: > > (# 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.