bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28391: line-pixel-height works at bol but not at eol


From: Eli Zaretskii
Subject: bug#28391: line-pixel-height works at bol but not at eol
Date: Fri, 08 Sep 2017 16:17:17 +0300

> Date: Fri, 08 Sep 2017 21:23:57 +0900 (JST)
> From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
> Cc: tkk@misasa.okayama-u.ac.jp
> 
> 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

Thanks, this bug should be fixed now.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]