Mercurial > hg > xemacs-beta
diff man/lispref/extents.texi @ 5791:9fae6227ede5
Silence texinfo 5.2 warnings, primarily by adding next, prev, and up
pointers to all nodes. See xemacs-patches message with ID
<5315f7bf.sHpFD7lXYR05GH6E%james@xemacs.org>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 27 Mar 2014 08:59:03 -0600 |
parents | 99f8ebc082d9 |
children |
line wrap: on
line diff
--- a/man/lispref/extents.texi Mon Jan 27 17:52:33 2014 +0100 +++ b/man/lispref/extents.texi Thu Mar 27 08:59:03 2014 -0600 @@ -4,7 +4,7 @@ @c Copyright (C) 1996 Ben Wing. @c See the file lispref.texi for copying conditions. @setfilename ../../info/extents.info -@node Extents, Specifiers, Abbrevs, top +@node Extents, Specifiers, Abbrevs, Top @chapter Extents @cindex extent @@ -33,7 +33,7 @@ * Atomic Extents:: Treating a block of text as a single entity. @end menu -@node Intro to Extents +@node Intro to Extents, Creating and Modifying Extents, Extents, Extents @section Introduction to Extents @cindex extent priority @cindex priority of an extent @@ -105,7 +105,7 @@ be re-inserted. This mechanism is used in the kill, yank, and undo commands. @xref{Duplicable Extents}. -@node Creating and Modifying Extents +@node Creating and Modifying Extents, Extent Endpoints, Intro to Extents, Extents @section Creating and Modifying Extents @defun make-extent from to &optional buffer-or-string @@ -140,7 +140,7 @@ been deleted, and @code{nil} otherwise. @end defun -@node Extent Endpoints +@node Extent Endpoints, Finding Extents, Creating and Modifying Extents, Extents @section Extent Endpoints @cindex extent endpoint @cindex extent start position @@ -220,7 +220,7 @@ recording. @end defun -@node Finding Extents +@node Finding Extents, Mapping Over Extents, Extent Endpoints, Extents @section Finding Extents @cindex extents, locating @@ -312,7 +312,7 @@ string, this returns the last extent in the buffer or string. @end defun -@node Mapping Over Extents +@node Mapping Over Extents, Extent Properties, Finding Extents, Extents @section Mapping Over Extents @cindex extents, mapping @@ -449,7 +449,7 @@ @var{extent} if called with the given arguments. @end defun -@node Extent Properties +@node Extent Properties, Detached Extents, Mapping Over Extents, Extents @section Properties of Extents @cindex extent property @cindex property of an extent @@ -727,7 +727,7 @@ extent to @var{function}. @end defun -@node Detached Extents +@node Detached Extents, Extent Parents, Extent Properties, Extents @section Detached Extents @cindex detached extent @@ -770,7 +770,7 @@ @xref{Duplicable Extents}. @end defun -@node Extent Parents +@node Extent Parents, Duplicable Extents, Detached Extents, Extents @section Extent Parents @cindex extent parent @cindex extent children @@ -815,7 +815,7 @@ to any children of @var{extent}, until no more children can be found. @end defun -@node Duplicable Extents +@node Duplicable Extents, Extents and Events, Extent Parents, Extents @section Duplicable Extents @cindex duplicable extent @cindex unique extents @@ -891,7 +891,7 @@ @code{paste-function} will not be called. @end itemize -@node Extents and Events +@node Extents and Events, Atomic Extents, Duplicable Extents, Extents @section Interaction of Extents with Keyboard and Mouse Events If an extent has the @code{mouse-face} property set, it will be @@ -931,7 +931,7 @@ @code{point} is within the extent. The behavior of mouse clicks and keystrokes not defined in the keymap is as normal for the buffer. -@node Atomic Extents +@node Atomic Extents, , Extents and Events, Extents @section Atomic Extents @cindex atomic extent