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

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

Re: automatic selection during search


From: Eli Zaretskii
Subject: Re: automatic selection during search
Date: Wed, 25 Sep 2013 18:40:55 +0300

> Date: Wed, 25 Sep 2013 08:38:30 +0200
> From: Bostjan Vilfan <bjvilfan@gmail.com>
> 
> In using emacs I'm encountering a problem that I find quite irritating:
> (very) frequently when *I start a search with Ctrl-s*, the region from the
> current position of the cursor to the location of searched for item gets
> selected (colored). Does anyone know how to avoid this unwanted selection?

Turn off transient-mark-mode.  In your ~/.emacs:

 (setq-default transient-mark-mode nil)



reply via email to

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