]> git.eshelyaron.com Git - emacs.git/commitdiff
Document some compilation-mode faces
authorRobert Pluim <rpluim@gmail.com>
Tue, 16 Apr 2019 16:07:31 +0000 (18:07 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 16 Apr 2019 16:07:31 +0000 (18:07 +0200)
* doc/emacs/building.texi (Compilation Mode): Describe faces
available to affect appearance of compilation-mode buffers.

doc/emacs/building.texi

index 7ce62498b8e817545b623f8bb60e39f52a5f01ad..31acfc827bf00390ffc31b6bb7f0afbd6072314e 100644 (file)
@@ -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.
 
+@cindex compilation mode faces
+@vindex compilation-error
+@vindex compilation-warning
+  The appearance of the @file{*compilation*} buffer can be controlled
+by customizing the faces which are used to highlight parts of the
+@file{*compilation*} buffer, e.g., @code{compilation-error} or
+@code{compilation-warning}, for error and warning messages
+respectively.  Note that since those faces inherit from the
+@code{error} and @code{warning} faces, it is also possible to
+customize the parent face directly instead.
+
+  Use @w{@kbd{M-x 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