emacs-diffs
[Top][All Lists]
Advanced

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

master 4cb5823: ; * etc/NEWS: Elaborate the entry about ':extend' face a


From: Eli Zaretskii
Subject: master 4cb5823: ; * etc/NEWS: Elaborate the entry about ':extend' face attribute.
Date: Mon, 25 Nov 2019 13:59:24 -0500 (EST)

branch: master
commit 4cb582321a2079527dbcf496763ec41cddf63b80
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/NEWS: Elaborate the entry about ':extend' face attribute.
---
 etc/NEWS | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 819637b..7e86ccc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
 



reply via email to

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