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
e91d4202
Commit
e91d4202
authored
Mar 19, 2006
by
Alan Mackenzie
Browse files
* text.texi (Special Properties): Clarify the definition of
'fontified.
parent
bd2bd8fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
3 deletions
+24
-3
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/text.texi
lispref/text.texi
+19
-3
No files found.
lispref/ChangeLog
View file @
e91d4202
2006-03-19 Alan Mackenzie <acm@muc.de>
* text.texi (Special Properties): Clarify the definition of
'fontified.
2006-03-16 Richard Stallman <rms@gnu.org>
* display.texi (Defining Images): Minor cleanup.
...
...
lispref/text.texi
View file @
e91d4202
...
...
@@ -2994,9 +2994,25 @@ that all text between the character and where the mouse is have the same
@item fontified
@kindex fontified @r{(text property)}
This property, if non-@code{nil}, says that text in the buffer has
had faces assigned automatically by a feature such as Font-Lock mode.
@xref{Auto Faces}.
This property says whether the text has had faces assigned to it by
font locking. The display engine tests it to decide whether a buffer
portion needs refontifying before display. @xref{Auto Faces}. It
takes one of these three values---other values are invalid:
@table @asis
@item @code{nil}
Font locking is disabled, or the @code{face} properties on the text,
if any, are invalid.
@item The symbol @code{defer}
This value states that the text's @code{face} properties are invalid
and marks it for deferred fontification. It is used only when ``just
in time'' font locking is enabled.
@item @code{t}
The @code{face} properties, or lack of them, on the text are currently
valid.
@end table
@item display
@kindex display @r{(text property)}
...
...
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