unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28391: line-pixel-height works at bol but not at eol
@ 2017-09-08 12:23 Tak Kunihiro
  2017-09-08 13:17 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Tak Kunihiro @ 2017-09-08 12:23 UTC (permalink / raw)
  To: 28391; +Cc: tkk

When point is at the end of line with an inline image,
line-pixel-height returns height of text instead of that of image.  I
wonder if following response is because of bug or spec.

GNU Emacs 25.2.1 (x86_64-w64-mingw32)
emacs -Q
M-x about-emacs
M-x beginning-of-buffer
M-: (line-pixel-height) => 188
M-x move-end-of-line
M-: (line-pixel-height) => 22

-- Function: line-pixel-height
    This function returns the height in pixels of the line at point in
    the selected window.  The value includes the line spacing of the
    line (*note Line Height::).





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-12  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-08 12:23 bug#28391: line-pixel-height works at bol but not at eol Tak Kunihiro
2017-09-08 13:17 ` Eli Zaretskii
2017-09-11 22:59   ` Tak Kunihiro
2017-09-12  2:35     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).