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

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

[debbugs-tracker] bug#37641: closed (major/minor tick faces bleed into e


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37641: closed (major/minor tick faces bleed into empty lines at the end of buffer)
Date: Wed, 09 Oct 2019 10:41:01 +0000

Your message dated Wed, 9 Oct 2019 12:39:27 +0200
with message-id <CAAeL0SRjQ-p-o_cxvFMnVzAC-VvpJMX8gPeH5ujA2z=address@hidden>
and subject line Re: bug#37641: major/minor tick faces bleed into empty lines 
at the end of buffer
has caused the debbugs.gnu.org bug report #37641,
regarding major/minor tick faces bleed into empty lines at the end of buffer
to be marked as done.

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


-- 
37641: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37641
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: major/minor tick faces bleed into empty lines at the end of buffer Date: Mon, 7 Oct 2019 03:04:37 +0200
Quite easy to see with:

(setq display-line-numbers-major-tick 5)
(set-face-attribute 'line-number-major-tick nil :foreground "white" :background "black")

and then just enable line numbers in *Scratch* and insert a few lines at the end.

image.png

--- End Message ---
--- Begin Message --- Subject: Re: bug#37641: major/minor tick faces bleed into empty lines at the end of buffer Date: Wed, 9 Oct 2019 12:39:27 +0200
Closing. Fixed by this commit:

commit 4b06250ef1fe98a766938862912383d2ee051dfb
 Author: Juanma Barranquero <address@hidden>
 Date:   2019-10-09 12:36:57 +0200

     Do not use tick faces beyond ZV (bug#37641)

     * src/xdisp.c (maybe_produce_line_number): Check beyond_zv
     before using a tick face for the line number.  Move all face
     selection code outside the loop that draws the line number.


--- End Message ---

reply via email to

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