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

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

[debbugs-tracker] bug#28391: closed (line-pixel-height works at bol but


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28391: closed (line-pixel-height works at bol but not at eol)
Date: Tue, 12 Sep 2017 02:36:02 +0000

Your message dated Tue, 12 Sep 2017 05:35:45 +0300
with message-id <address@hidden>
and subject line Re: bug#28391: line-pixel-height works at bol but not at eol
has caused the debbugs.gnu.org bug report #28391,
regarding line-pixel-height works at bol but not at eol
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28391: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28391
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: line-pixel-height works at bol but not at eol Date: Fri, 08 Sep 2017 21:23:57 +0900 (JST)
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::).



--- End Message ---
--- Begin Message --- Subject: Re: bug#28391: line-pixel-height works at bol but not at eol Date: Tue, 12 Sep 2017 05:35:45 +0300
> Date: Tue, 12 Sep 2017 07:59:00 +0900 (JST)
> Cc: address@hidden, address@hidden
> From: Tak Kunihiro <address@hidden>
> 
> > Thanks, this bug should be fixed now.
> 
> I confirmed that (line-pixel-height) returns correct
> height when point is at the end of line on macOS 10.9.5.

Thanks, closing.


--- End Message ---

reply via email to

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