emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 d0f745f: Document some compilation-mode faces


From: Robert Pluim
Subject: [Emacs-diffs] emacs-26 d0f745f: Document some compilation-mode faces
Date: Tue, 16 Apr 2019 12:11:23 -0400 (EDT)

branch: emacs-26
commit d0f745f67ac36b4acc452deaa3a63d36c1c580a7
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    Document some compilation-mode faces
    
    * doc/emacs/building.texi (Compilation Mode): Describe faces
    available to affect appearance of compilation-mode buffers.
---
 doc/emacs/building.texi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 7ce6249..31acfc8 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -151,6 +151,20 @@ with the mouse (@pxref{Mouse References}), to visit the 
@dfn{locus} of
 the error message in a separate window.  The locus is the specific
 position in a file where that error occurred.
 
address@hidden compilation mode faces
address@hidden compilation-error
address@hidden compilation-warning
+  The appearance of the @file{*compilation*} buffer can be controlled
+by customizing the faces which are used to highlight parts of the
address@hidden buffer, e.g., @code{compilation-error} or
address@hidden, for error and warning messages
+respectively.  Note that since those faces inherit from the
address@hidden and @code{warning} faces, it is also possible to
+customize the parent face directly instead.
+
+  Use @address@hidden customize-group RET compilation}} to see the entire
+list of customization variables and faces.
+
 @findex compile-goto-error
 @vindex compilation-auto-jump-to-first-error
   If you change the variable



reply via email to

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