aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2019-04-16 18:07:31 +0200
committerRobert Pluim2019-04-16 18:07:31 +0200
commitd0f745f67ac36b4acc452deaa3a63d36c1c580a7 (patch)
treebfdce5357aa50146585121cddc00a14c02472274
parent23ccba0cf95db9815296ac82c56d0b6bcb499fd8 (diff)
downloademacs-d0f745f67ac36b4acc452deaa3a63d36c1c580a7.tar.gz
emacs-d0f745f67ac36b4acc452deaa3a63d36c1c580a7.zip
Document some compilation-mode faces
* doc/emacs/building.texi (Compilation Mode): Describe faces available to affect appearance of compilation-mode buffers.
-rw-r--r--doc/emacs/building.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 7ce62498b8e..31acfc827bf 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
151the error message in a separate window. The locus is the specific 151the error message in a separate window. The locus is the specific
152position in a file where that error occurred. 152position in a file where that error occurred.
153 153
154@cindex compilation mode faces
155@vindex compilation-error
156@vindex compilation-warning
157 The appearance of the @file{*compilation*} buffer can be controlled
158by customizing the faces which are used to highlight parts of the
159@file{*compilation*} buffer, e.g., @code{compilation-error} or
160@code{compilation-warning}, for error and warning messages
161respectively. Note that since those faces inherit from the
162@code{error} and @code{warning} faces, it is also possible to
163customize the parent face directly instead.
164
165 Use @w{@kbd{M-x customize-group RET compilation}} to see the entire
166list of customization variables and faces.
167
154@findex compile-goto-error 168@findex compile-goto-error
155@vindex compilation-auto-jump-to-first-error 169@vindex compilation-auto-jump-to-first-error
156 If you change the variable 170 If you change the variable