[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Line height issues with display-line-number-mode
From: |
Clément Pit-Claudel |
Subject: |
Line height issues with display-line-number-mode |
Date: |
Tue, 7 May 2019 12:40:02 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
Hi all,
I have a package (quick-peek) that writes code like the following to display
thin lines:
(with-current-buffer (get-buffer-create "*test*")
(insert "test\ntest\ntest")
(let ((ov (make-overlay 1 6))
(str (propertize "\n" 'face '(:height 1 :background "#edd400"))))
(overlay-put ov 'after-string str))
(pop-to-buffer (current-buffer)))
With display-line-numbers-mode, however, the thin line to be a full character
tall. I have attached screenshots.
Is there a workaround for this issue?
More generally, is there a way to prevent line numbers from affecting the
height of the corresponding line? For example in compact-docstrings I shrink
blank lines in documentation strings to half their usual height, but enabling
display-line-numbers-mode stretches those lines back to regular height.
Thanks,
Clément.
no-line-numbers.png
Description: PNG image
with-line-numbers.png
Description: PNG image
- Line height issues with display-line-number-mode,
Clément Pit-Claudel <=
- Re: Line height issues with display-line-number-mode, Noam Postavsky, 2019/05/07
- Re: Line height issues with display-line-number-mode, Eli Zaretskii, 2019/05/07
- Re: Line height issues with display-line-number-mode, Eli Zaretskii, 2019/05/07
- Re: Line height issues with display-line-number-mode, Stefan Monnier, 2019/05/07
- Re: Line height issues with display-line-number-mode, Eli Zaretskii, 2019/05/07
- Re: Line height issues with display-line-number-mode, Stefan Monnier, 2019/05/07
- Re: Line height issues with display-line-number-mode, Eli Zaretskii, 2019/05/08
- Re: Line height issues with display-line-number-mode, Stefan Monnier, 2019/05/08
- Re: Line height issues with display-line-number-mode, Eli Zaretskii, 2019/05/08
- Re: Line height issues with display-line-number-mode, Noam Postavsky, 2019/05/08