Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f4beca06
Commit
f4beca06
authored
Apr 02, 2006
by
Richard M. Stallman
Browse files
(compilation-message-face): Make it defcustom.
parent
f0b31589
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+5
-2
No files found.
lisp/ChangeLog
View file @
f4beca06
2006-04-02 Richard Stallman <rms@gnu.org>
* progmodes/compile.el (compilation-message-face): Make it defcustom.
2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
* ibuf-macs.el (define-ibuffer-column): Add a new key:
* ibuf-macs.el (define-ibuffer-column): Add a new key:
...
...
lisp/progmodes/compile.el
View file @
f4beca06
...
@@ -527,11 +527,14 @@ starting the compilation process.")
...
@@ -527,11 +527,14 @@ starting the compilation process.")
:group 'compilation
:group 'compilation
:version "
22.1
")
:version "
22.1
")
(def
var
compilation-message-face 'underline
(def
custom
compilation-message-face 'underline
"
Face
name
to
use
for
whole
messages.
"
Face
name
to
use
for
whole
messages.
Faces
`
compilation-error-face
',
`
compilation-warning-face
',
Faces
`
compilation-error-face
',
`
compilation-warning-face
',
`
compilation-info-face
',
`
compilation-line-face
'
and
`
compilation-info-face
',
`
compilation-line-face
'
and
`
compilation-column-face
'
get
prepended
to
this,
when
applicable.
")
`
compilation-column-face
'
get
prepended
to
this,
when
applicable.
"
:type 'face
:group 'compilation
:version "
22.1
")
(defvar compilation-error-face 'compilation-error
(defvar compilation-error-face 'compilation-error
"
Face
name
to
use
for
file
name
in
error
messages.
")
"
Face
name
to
use
for
file
name
in
error
messages.
")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment