GNU bug report logs -
#27734
26.0.50; display-line-numbers: allow to set alternate face for multiples of N
Previous Next
Reported by: Yuri D'Elia <wavexx <at> thregr.org>
Date: Mon, 17 Jul 2017 14:39:02 UTC
Severity: wishlist
Found in version 26.0.50
Done: Juanma Barranquero <lekktu <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 6 Oct 2019 20:56:00 +0200
with message-id <CAAeL0SSpzw4bdg_1CE8WJvro6O72qW-imasZ2pHNZ=Ofun7VJA <at> mail.gmail.com>
and subject line Re: bug#27734: 26.0.50; display-line-numbers: allow to set alternate face for multiples of N
has caused the debbugs.gnu.org bug report #27734,
regarding 26.0.50; display-line-numbers: allow to set alternate face for multiples of N
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
27734: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27734
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Severity: wishlist
When displaying line numbers using the new `display-line-numbers'
feature, we could add a face to be used for each line number that is a
multiple of some number N, which could be specified by the user.
display-line-numbers-alternate (interger or nil to disable)
line-number-alternate (alternative face)
When used with line-number-current-line, line-number-current-line
obviously takes precedence.
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Implemented by this commit:
commit 8de2e69f021b5b2920a07d82c9869bb394171d41
Author: Juanma Barranquero <lekktu <at> gmail.com>
Date: 2019-10-06 20:53:18 +0200
Set alternate faces for some line numbers (bug#27734)
* lisp/faces.el (line-number-major-tick, line-number-minor-tick):
New faces.
* lisp/cus-start.el (display-line-numbers-major-tick)
(display-line-numbers-minor-tick): Add customization info.
* lisp/frame.el: Add `display-line-numbers-major-tick' and
`display-line-numbers-minor-tick' to list of variables which
should trigger redisplay of the current buffer.
* src/xdisp.c (syms_of_xdisp) <display-line-numbers-major-tick>
<display-line-numbers-major-tick>: Defvar new options.
(syms_of_xdisp) <line-number-major-tick, line-number-minor-tick>:
Defsym new faces.
(maybe_produce_line_number): Use new faces for line numbers
that are multiple of `display-line-numbers-major-tick' and
`display-line-numbers-minor-tick'.
* etc/NEWS (value): Announce new feature.
* doc/emacs/display.texi (Display Custom): Describe it. Wording by
Robert Pluim <rpluim <at> gmail.com>
[Message part 5 (text/html, inline)]
This bug report was last modified 5 years and 287 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.