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

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

Re: emacs set marker behavior


From: Bastien
Subject: Re: emacs set marker behavior
Date: Tue, 01 May 2012 15:14:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Yuan Luo <yuan.hypnos.luo@gmail.com> writes:

> I am annoyed by the behavior that out of a sudden emacs set marker on
> current cursor point and if I go to the end of line or go to the end
> of buffer, it selects the regions and by the time I type, that region
> is cut & gone!
>
> I want to change its behavior so unless I press Ctrl+@, emacs never
> sets marker itself, how do I do that?

(setq delete-active-region nil) so that it doesn't delete the active
region.

-- 
 Bastien



reply via email to

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