]> git.eshelyaron.com Git - emacs.git/commitdiff
Add new face 'header-line-highlight'
authorAlexander Gramiak <agrambot@gmail.com>
Sat, 12 Aug 2017 07:12:36 +0000 (10:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Aug 2017 07:12:36 +0000 (10:12 +0300)
* lisp/faces.el: Define the face.
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-init-header):
* lisp/info.el (Info-fontify-node): Use the new face.
* doc/emacs/display.texi (Standard Faces):
* etc/NEWS: Document the new face.  (Bug#28033)

doc/emacs/display.texi
etc/NEWS
lisp/emacs-lisp/tabulated-list.el
lisp/faces.el
lisp/info.el

index 083fcdf97a64c85479a0e550f90ed6dae2643038..45cfb950f0a9778825fe31adef357a6b7f7779bd 100644 (file)
@@ -711,6 +711,12 @@ Similar to @code{mode-line} for a window's header line, which appears
 at the top of a window just as the mode line appears at the bottom.
 Most windows do not have a header line---only some special modes, such
 Info mode, create one.
+@item header-line-highlight
+@cindex header-line-highlight face
+Similar to @code{highlight} and @code{mode-line-highlight}, but used
+for mouse-sensitive portions of text on header lines.  This is a
+separate face because the @code{header-line} face might be customized
+in a way that does not interact well with @code{highlight}.
 @item vertical-border
 @cindex vertical-border face
 This face is used for the vertical divider between windows on text
index 2b789be3c8511652cfcfe36cd411c4f8fc62d910..0670a7bbf9192cb6858dca1187c2427df1b3fef7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -254,6 +254,12 @@ face instead of the 'escape-glyph' face.
 ** Approximations to quotes are now displayed with the new 'homoglyph'
 face instead of the 'escape-glyph' face.
 
++++
+** New face 'header-line-highlight'.
+This face is the header-line analogue of 'mode-line-highlight'; it
+should be the preferred mouse-face for mouse-sensitive elements in the
+header line.
+
 ---
 ** 'C-x h' ('mark-whole-buffer') will now avoid marking the prompt
 part of minibuffers.
index 8ff5cdf18e8a9d9fd959a888a518c919abd2d7fe..b91532f7e83a6d14d0fe39296a09ffc1bb514d60 100644 (file)
@@ -191,7 +191,7 @@ Populated by `tabulated-list-init-header'.")
   ;; FIXME: Should share code with tabulated-list-print-col!
   (let ((x (max tabulated-list-padding 0))
        (button-props `(help-echo "Click to sort by column"
-                       mouse-face highlight
+                       mouse-face header-line-highlight
                        keymap ,tabulated-list-sort-button-map))
        (cols nil))
     (if display-line-numbers
index 5ed11d11cef689547609a78036fce1cb75bce718..01d94d7aae036e88174094a9aaa73c320b8550b9 100644 (file)
@@ -2628,6 +2628,11 @@ Use the face `mode-line-highlight' for features that can be selected."
   :version "21.1"
   :group 'basic-faces)
 
+(defface header-line-highlight '((t :inherit highlight))
+  "Basic header line face for highlighting."
+  :version "26.1"
+  :group 'basic-faces)
+
 (defface vertical-border
   '((((type tty)) :inherit mode-line-inactive))
   "Face used for vertical window dividers on ttys."
index c7f0bbf08d2377164f8ed423b9552270dc37b0b4..45a9116e063203baa8141db441807e68adcd597b 100644 (file)
@@ -4654,7 +4654,7 @@ first line or header line, and for breadcrumb links.")
             (if (string-equal (downcase tag) "node")
                 (put-text-property nbeg nend 'font-lock-face 'info-header-node)
               (put-text-property nbeg nend 'font-lock-face 'info-header-xref)
-              (put-text-property tbeg nend 'mouse-face 'highlight)
+              (put-text-property tbeg nend 'mouse-face 'header-line-highlight)
               (put-text-property tbeg nend
                                  'help-echo
                                  (concat "mouse-2: Go to node "