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 [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi,v [EMACS_22_BASE]
Date: Wed, 30 May 2007 18:43:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/05/30 18:43:35

Index: text.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/text.texi,v
retrieving revision 1.139.2.2
retrieving revision 1.139.2.3
diff -u -b -r1.139.2.2 -r1.139.2.3
--- text.texi   12 May 2007 16:59:24 -0000      1.139.2.2
+++ text.texi   30 May 2007 18:43:34 -0000      1.139.2.3
@@ -2953,6 +2953,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)}
@@ -3140,6 +3145,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]