bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6199: Fwd: bug#6199: C-x C-x does not activate mark when cua-mode is


From: Kim F. Storm
Subject: bug#6199: Fwd: bug#6199: C-x C-x does not activate mark when cua-mode is on
Date: Sun, 16 May 2010 21:15:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.97 (gnu/linux)

Hi Lennart

It is by design - maybe bad design, but it is documented:

| C-x C-x runs the command cua-exchange-point-and-mark, which is an
| interactive compiled Lisp function in `cua-base.el'.
|  
| It is bound to C-x C-x.
|  
| (cua-exchange-point-and-mark ARG)
|  
| Exchanges point and mark, but don't activate the mark.
| Activates the mark if a prefix argument is given.


I suggest that you could make an option 
cua-exchange-point-and-mark-activate-mark
(default off) that reverses the meaning of the prefix argument.

Feel free to make that (tiny) change.

Kim






reply via email to

[Prev in Thread] Current Thread [Next in Thread]