all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
To: eliz@gnu.org
Cc: tkk@misasa.okayama-u.ac.jp, emacs-devel@gnu.org
Subject: Re: line-pixel-height beyond eol
Date: Thu, 05 Oct 2017 18:50:38 +0900 (JST)	[thread overview]
Message-ID: <20171005.185038.2275302121797407783.tkk@misasa.okayama-u.ac.jp> (raw)
In-Reply-To: <83y3p5a71w.fsf@gnu.org>

>> > Can you use vertical-motion for that?
>> 
>> After try and error, I learned how to get height of pixel on
>> visual-line using `vertical-motion' and `posn-x-y' as shown below.
>> 
>> However, when (window-hscroll) is large, I cannot get y location of
>> cursor using `posn-x-y'.  Can you give me suggestion how to get y
>> location of cursor even when when (window-hscroll) is large?
> 
> I need to see an example of a situation where you cannot get the Y
> coordinate of the cursor due to a large window-hscroll.  Is it at all
> an interesting situation, or just a theoretical one?  Also, if you
> just use frame-char-height in that case, does that solve the problem?

That happens when I scroll a buffer with an image.  When point in an
image and left edger of the image is out of screen by window-hscroll,
I cannot get (posn-at-point).

Here is an example of a situation.

  M-x about-emacs
  M-<, C-e, C-b
  (posn-at-point) => (#<window 55 on *About GNU Emacs*> 2 (152 . 0) 0 nil 2 (1 . 0) (image :type png :file "splash.png") (0 . 0) (333 . 233))
  (set-window-hscroll nil 28)
  (posn-at-point) => nil

This case, I want to estimate height of a line as height of the image
thus frame-char-height does not work.

Please give me suggestion to get y location of a cursor on the
situation!



  reply	other threads:[~2017-10-05  9:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-12 10:12 line-pixel-height beyond eol Tak Kunihiro
2017-09-12 15:13 ` Eli Zaretskii
2017-09-13  0:24   ` Tak Kunihiro
2017-09-13 15:28     ` Eli Zaretskii
2017-09-13 23:14       ` Tak Kunihiro
2017-09-14 17:53         ` Eli Zaretskii
2017-09-15  1:39           ` Tak Kunihiro
2017-09-15 17:35             ` Eli Zaretskii
2017-09-23 12:57               ` Tak Kunihiro
2017-09-23 13:16                 ` Eli Zaretskii
2017-10-05  9:50                   ` Tak Kunihiro [this message]
2017-10-09 13:31                     ` Eli Zaretskii
2017-10-16  5:13                       ` Tak Kunihiro
2017-10-16 16:16                         ` Eli Zaretskii
2017-10-17  0:29                           ` Tak Kunihiro
2017-10-17 16:37                             ` 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=20171005.185038.2275302121797407783.tkk@misasa.okayama-u.ac.jp \
    --to=tkk@misasa.okayama-u.ac.jp \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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.