Mercurial > hg > xemacs-beta
comparison man/lispref/extents.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 1d62742628b6 |
children | 7d59cb494b73 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
544 @item pointer | 544 @item pointer |
545 (pointer glyph) The glyph used as the pointer when the mouse moves over | 545 (pointer glyph) The glyph used as the pointer when the mouse moves over |
546 the extent. This takes precedence over the @code{text-pointer-glyph} | 546 the extent. This takes precedence over the @code{text-pointer-glyph} |
547 and @code{nontext-pointer-glyph} variables. If for any reason this | 547 and @code{nontext-pointer-glyph} variables. If for any reason this |
548 glyph is an invalid pointer, the standard glyphs will be used as | 548 glyph is an invalid pointer, the standard glyphs will be used as |
549 fallbacks. @xref{Mouse Pointer}. | 549 fallbacks. @xref{Mouse Pointer} |
550 | 550 |
551 @item detachable | 551 @item detachable |
552 (Boolean) Whether this extent becomes detached when all of the text it | 552 (Boolean) Whether this extent becomes detached when all of the text it |
553 covers is deleted. This is @code{t} by default. @xref{Detached | 553 covers is deleted. This is @code{t} by default. @xref{Detached |
554 Extents}. | 554 Extents}. |
821 @itemize @bullet | 821 @itemize @bullet |
822 @item | 822 @item |
823 When a string is created using @code{buffer-substring} or | 823 When a string is created using @code{buffer-substring} or |
824 @code{buffer-string}, any duplicable extents in the region corresponding | 824 @code{buffer-string}, any duplicable extents in the region corresponding |
825 to the string will be copied into the string (@pxref{Buffer | 825 to the string will be copied into the string (@pxref{Buffer |
826 Contents}). When the string is inserted into a buffer using | 826 Contents}). When the string in inserted into a buffer using |
827 @code{insert}, @code{insert-before-markers}, @code{insert-buffer} or | 827 @code{insert}, @code{insert-before-markers}, @code{insert-buffer} or |
828 @code{insert-buffer-substring}, the extents in the string will be copied | 828 @code{insert-buffer-substring}, the extents in the string will be copied |
829 back into the buffer (@pxref{Insertion}). The extents in a string can, | 829 back into the buffer (@pxref{Insertion}). The extents in a string can, |
830 of course, be retrieved explicitly using the standard extent primitives | 830 of course, be retrieved explicitly using the standard extent primitives |
831 over the string. | 831 over the string. |