GNU bug report logs - #27734
26.0.50; display-line-numbers: allow to set alternate face for multiples of N

Previous Next

Package: emacs;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Yuri D'Elia <wavexx <at> thregr.org>
Subject: bug#27734: closed (Re: bug#27734: 26.0.50; display-line-numbers:
 allow to set alternate face for multiples of N)
Date: Sun, 06 Oct 2019 18:57:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27734: 26.0.50; display-line-numbers: allow to set alternate face for multiples of N

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27734 <at> debbugs.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)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: "Yuri D'Elia" <wavexx <at> thregr.org>
Cc: 27734-done <at> debbugs.gnu.org
Subject: Re: bug#27734: 26.0.50; display-line-numbers: allow to set alternate
 face for multiples of N
Date: Sun, 6 Oct 2019 20:56:00 +0200
[Message part 3 (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 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Yuri D'Elia <wavexx <at> thregr.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.50;
 display-line-numbers: allow to set alternate face for multiples of N
Date: Mon, 17 Jul 2017 16:38:38 +0200
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.



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.