emacs-devel
[Top][All Lists]
Advanced

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

Re: Line height issues with display-line-number-mode


From: Noam Postavsky
Subject: Re: Line height issues with display-line-number-mode
Date: Tue, 7 May 2019 13:12:06 -0400

On Tue, 7 May 2019 at 12:54, Clément Pit-Claudel <address@hidden> wrote:

>         (str (propertize "\n" 'face '(:height 1 :background "#edd400"))))
>     (overlay-put ov 'after-string str))

> With display-line-numbers-mode, however, the thin line to be a full character 
> tall.  I have attached screenshots.

describe-symbol uses a similar trick (though without indirection
through an overlay), and has the same problem.

emacs -Q
M-x global-display-line-numbers-mode RET
<f1> o display-line-numbers-mode RET



reply via email to

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