emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/text.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi,v
Date: Sat, 09 Jun 2007 03:19:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/06/09 03:19:04

Index: lispref/text.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/text.texi,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- lispref/text.texi   13 May 2007 01:30:34 -0000      1.142
+++ lispref/text.texi   9 Jun 2007 03:18:58 -0000       1.143
@@ -2951,6 +2951,11 @@
 names that control filling and property inheritance.  All other names
 have no standard meaning, and you can use them as you like.
 
+  Note: the properties @code{composition}, @code{display},
address@hidden and @code{intangible} can also cause point to move to
+an acceptable place, after each Emacs command.  @xref{Adjusting
+Point}.
+
 @table @code
 @cindex property category of text character
 @kindex category @r{(text property)}
@@ -3019,24 +3024,11 @@
 
 @item fontified
 @kindex fontified @r{(text property)}
-This property says whether the character has a face 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 three values:
-
address@hidden @asis
address@hidden @code{nil}
-Font locking is disabled, or the character's @code{face} property, if
-any, is invalid.
-
address@hidden @code{defer}
-This value is only used when ``just in time'' font locking is enabled
-and it means that the character's @code{face} property is invalid and
-needs deferred fontification.
-
address@hidden @code{t}
-The character's @code{face} property, or absence of one, is valid.
address@hidden table
+This property says whether the text is ready for display.  If
address@hidden, Emacs's redisplay routine calls the functions in
address@hidden (@pxref{Auto Faces}) to prepare this
+part of the buffer before it is displayed.  It is used internally by
+the ``just in time'' font locking code.
 
 @item display
 This property activates various features that change the
@@ -3138,6 +3130,10 @@
 the end of the group.  If you try to move point backward into the group,
 point actually moves to the start of the group.
 
+If consecutive characters have unequal address@hidden
address@hidden properties, they belong to separate groups; each
+group is separately treated as described above.
+
 When the variable @code{inhibit-point-motion-hooks} is address@hidden,
 the @code{intangible} property is ignored.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]