comparison src/editfns.c @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 859a2309aef8
children 7e54bd776075
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
2149 - \"Motion\" commands do not change whether the region is active or not. 2149 - \"Motion\" commands do not change whether the region is active or not.
2150 2150
2151 set-mark-command (C-SPC) pushes a mark and activates the region. Moving the 2151 set-mark-command (C-SPC) pushes a mark and activates the region. Moving the
2152 cursor with normal motion commands (C-n, C-p, etc) will cause the region 2152 cursor with normal motion commands (C-n, C-p, etc) will cause the region
2153 between point and the recently-pushed mark to be highlighted. It will 2153 between point and the recently-pushed mark to be highlighted. It will
2154 remain highlighted until some non-motion comand is executed. 2154 remain highlighted until some non-motion command is executed.
2155 2155
2156 exchange-point-and-mark (\\[exchange-point-and-mark]) activates the region. So if you mark a 2156 exchange-point-and-mark (\\[exchange-point-and-mark]) activates the region. So if you mark a
2157 region and execute a command that operates on it, you can reactivate the 2157 region and execute a command that operates on it, you can reactivate the
2158 same region with \\[exchange-point-and-mark] (or perhaps \\[exchange-point-and-mark] \\[exchange-point-and-mark]) to operate on it 2158 same region with \\[exchange-point-and-mark] (or perhaps \\[exchange-point-and-mark] \\[exchange-point-and-mark]) to operate on it
2159 again. 2159 again.