comparison lisp/faces.el @ 2703:2f2d12f4f93a

[xemacs-hg @ 2005-03-31 11:28:41 by aidan] Emacs -> XEmacs as X resource app class in warnings about lack of bold, italic
author aidan
date Thu, 31 Mar 2005 11:28:44 +0000
parents c2550fff5469
children 7efd3a9bbcfb
comparison
equal deleted inserted replaced
2702:b64583b59616 2703:2f2d12f4f93a
1744 1744
1745 Please specify X resources to make the %s face 1745 Please specify X resources to make the %s face
1746 visually distinguishable from the default face. 1746 visually distinguishable from the default face.
1747 For example, you could add one of the following to $HOME/Emacs: 1747 For example, you could add one of the following to $HOME/Emacs:
1748 1748
1749 Emacs.%s.attributeFont: -dt-*-medium-i-* 1749 XEmacs.%s.attributeFont: -dt-*-medium-i-*
1750 or 1750 or
1751 Emacs.%s.attributeForeground: hotpink\n" 1751 XEmacs.%s.attributeForeground: hotpink\n"
1752 invocation-name 1752 invocation-name
1753 (if (string-match "\\`[aeiouAEIOU]" face) "an" "a") 1753 (if (string-match "\\`[aeiouAEIOU]" face) "an" "a")
1754 face 1754 face
1755 default-name 1755 default-name
1756 face 1756 face