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
a0e5a5a4
Commit
a0e5a5a4
authored
Aug 26, 2000
by
Miles Bader
Browse files
(face-x-resources): Add entry for :inherit.
parent
6bca3005
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/faces.el
lisp/faces.el
+2
-1
No files found.
lisp/ChangeLog
View file @
a0e5a5a4
2000-08-26 Miles Bader <miles@gnu.org>
* faces.el (face-x-resources): Add entry for :inherit.
* cus-face.el (custom-face-attributes): Add support for :inherit
attribute. Add support for relative face heights.
(custom-face-attributes-get): Treat `nil' as being a default value
for :inherit (as well as `unspecified').
* faces.el (set-face-attribute): Update doc string.
(face-attribute-name-alist): Add :inherit.
(face-valid-attribute-values): Handle :inherit.
...
...
lisp/faces.el
View file @
a0e5a5a4
...
...
@@ -267,7 +267,8 @@ If FRAME is omitted or nil, use the selected frame."
(
".attributeBackgroundPixmap"
.
"Face.AttributeBackgroundPixmap"
))
(
:bold
(
".attributeBold"
.
"Face.AttributeBold"
))
(
:italic
(
".attributeItalic"
.
"Face.AttributeItalic"
))
(
:font
(
".attributeFont"
.
"Face.AttributeFont"
)))
(
:font
(
".attributeFont"
.
"Face.AttributeFont"
))
(
:inherit
(
".attributeInherit"
.
"Face.AttributeInherit"
)))
"*List of X resources and classes for face attributes.
Each element has the form (ATTRIBUTE ENTRY1 ENTRY2...) where ATTRIBUTE is
the name of a face attribute, and each ENTRY is a cons of the form
...
...
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