comparison man/lispref/faces.texi @ 2867:abbd4c295aa2

[xemacs-hg @ 2005-07-20 07:36:33 by didierv] Face aliases II (suggestions from sjt)
author didierv
date Wed, 20 Jul 2005 07:36:44 +0000
parents 8baa2f03d853
children f200f93c0b69
comparison
equal deleted inserted replaced
2866:a6eb79705def 2867:abbd4c295aa2
144 144
145 Finally, you have the possibility to give faces different names by 145 Finally, you have the possibility to give faces different names by
146 means of aliases. One typical use of this feature is to change the name 146 means of aliases. One typical use of this feature is to change the name
147 of a face while preserving backward compatibility. If a symbol has the 147 of a face while preserving backward compatibility. If a symbol has the
148 @code{face-alias} property set to another symbol, then this other symbol 148 @code{face-alias} property set to another symbol, then this other symbol
149 will be used as the real face name instead (this is actually a recursive 149 will be used as the real face name instead. Recursive aliases (aliases
150 process). There is currently a limit of 32 consecutive face aliases, in 150 of aliases) are allowed, but the depth of indirection is limited to 32
151 order to prevent aliasing loops. 151 to prevent alias loops.
152 152
153 153
154 154
155 @node Face Properties 155 @node Face Properties
156 @subsection Face Properties 156 @subsection Face Properties