Mercurial > hg > xemacs-beta
comparison man/xemacs/killing.texi @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 360340f9fd5f |
children |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
579 cursor. | 579 cursor. |
580 | 580 |
581 Any other commands besides cursor-motion commands (such as inserting or | 581 Any other commands besides cursor-motion commands (such as inserting or |
582 deleting text) will cause the region to no longer be active; it will no | 582 deleting text) will cause the region to no longer be active; it will no |
583 longer be highlighted, and will no longer be the primary selection. | 583 longer be highlighted, and will no longer be the primary selection. |
584 Errors also remove highlighting from a region. | 584 Region can be explicitly deactivated with @kbd{C-g}. |
585 | 585 |
586 Commands that require a region (such as @kbd{C-w}) signal an error if | 586 Commands that require a region (such as @kbd{C-w}) signal an error if |
587 the region is not active. Certain commands cause the region to be in | 587 the region is not active. Certain commands cause the region to be in |
588 its active state. The most common ones are @code{push-mark} | 588 its active state. The most common ones are @code{push-mark} |
589 (@key{C-SPC}) and @code{exchange-point-and-mark} (@kbd{C-x C-x}). | 589 (@key{C-SPC}) and @code{exchange-point-and-mark} (@kbd{C-x C-x}). |