comparison lispref/text.texi @ 83494:b901f4f12f33

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-160 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-161 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-162 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-163 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-164 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-165 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-166 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-167 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-168 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-169 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-170 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-171 Update from CVS: man/mh-e.texi (Folders): Various edits. * emacs@sv.gnu.org/emacs--devo--0--patch-172 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-58 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-59 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-60 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-61 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-62 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-63 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-64 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-534
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 22 Mar 2006 15:16:06 +0000
parents 8d593746aa77
children 5b6c4153d145 e6bf73e43cf4
comparison
equal deleted inserted replaced
83493:1bf2ca323037 83494:b901f4f12f33
2992 that all text between the character and where the mouse is have the same 2992 that all text between the character and where the mouse is have the same
2993 @code{mouse-face} property value. 2993 @code{mouse-face} property value.
2994 2994
2995 @item fontified 2995 @item fontified
2996 @kindex fontified @r{(text property)} 2996 @kindex fontified @r{(text property)}
2997 This property, if non-@code{nil}, says that text in the buffer has 2997 This property says whether the text has had faces assigned to it by
2998 had faces assigned automatically by a feature such as Font-Lock mode. 2998 font locking. The display engine tests it to decide whether a buffer
2999 @xref{Auto Faces}. 2999 portion needs refontifying before display. @xref{Auto Faces}. It
3000 takes one of these three values---other values are invalid:
3001
3002 @table @asis
3003 @item @code{nil}
3004 Font locking is disabled, or the @code{face} properties on the text,
3005 if any, are invalid.
3006
3007 @item The symbol @code{defer}
3008 This value states that the text's @code{face} properties are invalid
3009 and marks it for deferred fontification. It is used only when ``just
3010 in time'' font locking is enabled.
3011
3012 @item @code{t}
3013 The @code{face} properties, or lack of them, on the text are currently
3014 valid.
3015 @end table
3000 3016
3001 @item display 3017 @item display
3002 @kindex display @r{(text property)} 3018 @kindex display @r{(text property)}
3003 This property activates various features that change the 3019 This property activates various features that change the
3004 way text is displayed. For example, it can make text appear taller 3020 way text is displayed. For example, it can make text appear taller