Mercurial > hg > xemacs-beta
comparison man/xemacs/killing.texi @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
555 | 555 |
556 @code{set-mark-command} (@kbd{C-SPC}) pushes a mark and activates the | 556 @code{set-mark-command} (@kbd{C-SPC}) pushes a mark and activates the |
557 region. Moving the cursor with normal motion commands (@kbd{C-n}, | 557 region. Moving the cursor with normal motion commands (@kbd{C-n}, |
558 @kbd{C-p}, etc.) will cause the region between point and the | 558 @kbd{C-p}, etc.) will cause the region between point and the |
559 recently-pushed mark to be highlighted. It will remain highlighted | 559 recently-pushed mark to be highlighted. It will remain highlighted |
560 until some non-motion comand is executed. | 560 until some non-motion command is executed. |
561 | 561 |
562 @code{exchange-point-and-mark} (@kbd{C-x C-x}) activates the region. | 562 @code{exchange-point-and-mark} (@kbd{C-x C-x}) activates the region. |
563 So if you mark a region and execute a command that operates on it, you | 563 So if you mark a region and execute a command that operates on it, you |
564 can reactivate the same region with @kbd{C-x C-x} (or perhaps @kbd{C-x | 564 can reactivate the same region with @kbd{C-x C-x} (or perhaps @kbd{C-x |
565 C-x C-x C-x}) to operate on it again. | 565 C-x C-x C-x}) to operate on it again. |