diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-11-25 20:58:40 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-11-25 20:58:40 +0200 |
commit | 4cb582321a2079527dbcf496763ec41cddf63b80 (patch) | |
tree | a5c5d97e58811ce3118eac5894bf3a5fb8895ad8 | |
parent | 1b83228cc76294a424b4e01a52c595ddc65ee7d2 (diff) | |
download | emacs-4cb582321a2079527dbcf496763ec41cddf63b80.tar.gz |
; * etc/NEWS: Elaborate the entry about ':extend' face attribute.
-rw-r--r-- | etc/NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -422,8 +422,15 @@ to 'completion-styles' or 'completion-category-overrides' to use it. The new face attribute ':extend' controls whether to use the face for displaying the empty space beyond end of line (EOL) till the edge of the window. By default, this attribute is non-nil only for 'region', -'secondary-selection', 'hl-line' and diff faces; any other face that -crosses end of line will not affect the display of the empty space at EOL. +'secondary-selection', 'hl-line' and some faces of Diff and Ediff +modes; any other face that crosses end of line will not affect the +display of the empty space at EOL. This is to make Emacs behave more +like other GUI applications with respect to displaying faces that +cross line boundaries. + +Themes that redefine faces should add a non-nil ':extend' attribute to +the above-mentioned faces, to keep the behavior of the default face +definitions. ** Connection-local variables |