emacs-diffs
[Top][All Lists]
Advanced

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

master 1b30b4d: ; * lisp/faces.el (help-key-binding): Comment on recent


From: Eli Zaretskii
Subject: master 1b30b4d: ; * lisp/faces.el (help-key-binding): Comment on recent change.
Date: Mon, 1 Nov 2021 09:05:25 -0400 (EDT)

branch: master
commit 1b30b4dbc0dcaac02e5a15ff53da476e4680aced
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/faces.el (help-key-binding): Comment on recent change.
---
 lisp/faces.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/faces.el b/lisp/faces.el
index 84180ea..9ec20c4 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2878,7 +2878,11 @@ Note: Other faces cannot inherit from the cursor face."
      :background "grey96" :foreground "DarkBlue"
      ;; We use negative thickness of the horizontal box border line to
      ;; avoid enlarging the height of the echo-area display, which
-     ;; would then move the mode line a few pixels up.
+     ;; would then move the mode line a few pixels up.  We use
+     ;; negative thickness for the vertical border line to avoid
+     ;; making the characters wider, which then would cause unpleasant
+     ;; horizontal shifts of the cursor during C-n/C-p movement
+     ;; through a line with this face.
      :box (:line-width (-1 . -1) :color "grey80"))
     (((class color) (min-colors 88) (background dark))
      :background "grey19" :foreground "LightBlue"



reply via email to

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