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

Re: SOLVED emacs transient-mark-mode



On Sat, Mar 06, 2010 at 08:19:40PM +0100, MList wrote:
> When I set mark with C-SAPCE and then move cursor with
> C-f C-b M-f M-b C-n C-p there is blue backgroun and 
> transient-mark-mode work as I am used to. But if I move
> cursors with arrow keys or when I use C-x C-x to exchange
> cursor and mark transient-mark-mode disapears.

It seems that some defaults have changed in emacs22.
I added two lines in my .emacs and it is now as good as old one :)
(setq cua-delete-selection nil)
(pc-selection-mode nil)

Martin


Reply to: