all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Feng Shu" <tumashu@163.com>
Cc: schwab@linux-m68k.org, emacs-devel@gnu.org
Subject: Re: posn-at-point get strange info when flycheck enable and (setq truncate-lines t)
Date: Wed, 17 Jan 2018 18:02:33 +0200	[thread overview]
Message-ID: <83efmowk12.fsf@gnu.org> (raw)
In-Reply-To: <873734buz3.fsf@163.com> (tumashu@163.com)

> From: "Feng Shu" <tumashu@163.com>
> Date: Wed, 17 Jan 2018 19:11:44 +0800
> Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
> 
> The problem I faced is that when I use posn-at-point to
> get buffer POS's pixel position. it will get the picture's pixel position.
> 
> The two (X .Y) position is not equal, for example
> 
>   (#<window 3 on test.el> 31 (65 . 111) 0 (! . 0) 31 (5 . 3) nil (0 . 24) (13 . 29))
>   (#<window 3 on test.el> 31 (65 . 87) 0 nil 31 (5 . 3) nil (0 . 0) (13 . 29))
> 
> Is it possible force get buffer POS's pixel position?

Is the character at buffer position 32 visible in the window?  Or is
it "covered" by an overlay or display property?  If it's visible, this
could be a bug.  Can you prepare a short Lisp fragment that would
generate the same kind of overlay as flycheck does, and which exhibits
the same problem with posn-at-point?  Then I could look into fixing
that if necessary.

Btw, note that if you subtract the DX/DY pair from the X/Y coordinates
in the first position data, you get the X/Y coordinates of the second
data.  Maybe that's all you need.



  reply	other threads:[~2018-01-17 16:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17  2:08 posn-at-point get strange info when flycheck enable and (setq truncate-lines t) tumashu
2018-01-17  3:42 ` Eli Zaretskii
2018-01-17 10:34 ` Andreas Schwab
2018-01-17 11:11   ` Feng Shu
2018-01-17 16:02     ` Eli Zaretskii [this message]
2018-01-17 16:45       ` Eli Zaretskii
2018-01-17 23:04       ` Feng Shu
2018-01-19 14:21         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83efmowk12.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=schwab@linux-m68k.org \
    --cc=tumashu@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.