Mercurial > hg > xemacs-beta
comparison man/xemacs/killing.texi @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 131b0175ea99 |
children | 7df0dd720c89 |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
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. |