From d85f09f046a63ac4f2b320159749bc3430e2dba5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 30 May 2007 18:43:43 +0000 Subject: [PATCH] (Special Properties): Add link to Adjusting Point. --- lispref/ChangeLog | 4 ++++ lispref/text.texi | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 5f5c0cfe054..9f1441d273a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-05-30 Richard Stallman + + * text.texi (Special Properties): Add link to Adjusting Point. + 2007-05-12 Richard Stallman * text.texi (Margins): indent-to-left-margin is not the default. diff --git a/lispref/text.texi b/lispref/text.texi index cfd9f644d5a..9a6415f375c 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -2953,6 +2953,11 @@ meanings. The following sections list a few additional special property 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}, +@code{invisible} 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 @@ If you try to move point forward into the group, point actually moves to 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 non-@code{nil} +@code{intangible} properties, they belong to separate groups; each +group is separately treated as described above. + When the variable @code{inhibit-point-motion-hooks} is non-@code{nil}, the @code{intangible} property is ignored. -- 2.39.5