summaryrefslogtreecommitdiff
path: root/doc/emacs/building.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2019-04-17 09:32:40 -0700
committerGlenn Morris <rgm@gnu.org>2019-04-17 09:32:40 -0700
commit0797897f34467272b150eba54aa3bbff19e92aa1 (patch)
treede30b455898572def032c92a57955ebc36d2b496 /doc/emacs/building.texi
parent41d9004e1cf50aa18720b52c6228b06e35ca96f5 (diff)
parenta1c53d4294550380de76d6a6c4e29e9e8f6f9133 (diff)
downloademacs-0797897f34467272b150eba54aa3bbff19e92aa1.tar.gz
Merge from origin/emacs-26
a1c53d4 (origin/emacs-26) * admin/admin.el (make-manuals-dist--1): Up... d0f745f Document some compilation-mode faces 23ccba0 Mention the assignment form in "Copyright Assignment" 0f5568e Fix confusing wording in the user manual 70ec392 Fix the MSDOS build when running under CWSDPMI 7a608fc * lisp/progmodes/python.el: Be more careful about temp file r...
Diffstat (limited to 'doc/emacs/building.texi')
-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 78d07b8d39e..518d157e4ee 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.
+@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