Mercurial > emacs
changeset 46241:0ed85ef15043
Describe yank-excluded-properties.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Jul 2002 23:44:17 +0000 |
parents | df64f9f41c5f |
children | 5681198aa760 |
files | man/killing.texi |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/killing.texi Sun Jul 07 23:43:25 2002 +0000 +++ b/man/killing.texi Sun Jul 07 23:44:17 2002 +0000 @@ -320,6 +320,15 @@ a @kbd{C-u}, precisely. Any other sort of argument, including @kbd{C-u} and digits, specifies an earlier kill to yank (@pxref{Earlier Kills}). +@cindex yanking and text properties +@vindex yank-excluded-properties + The yank commands discard certain text properties from the text that +is thanked, those that might lead to annoying results. For instance, +they discard text properties that respond to the mouse or specify key +bindings. The variable @code{yank-excluded-properties} specifies the +properties to discard. Yanking of register contents and rectangles +also discard these properties. + @kindex M-w @findex kill-ring-save To copy a block of text, you can use @kbd{M-w}