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: Tassilo Horn
Subject: Re: automatic selection during search
Date: Thu, 26 Sep 2013 11:08:50 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Peter Dyballa <Peter_Dyballa@web.de> writes:

> But, the same behaviour is also shown in emacs -Q: When something is
> selected and the point is inside this selection and you start isearch,
> then the selection is automatically extended. I could imagine that an
> isearch hook could help which first switches off the selection…

Yes,

  (add-hook 'isearch-mode-hook 'deactivate-mark)

seems to do the trick.

Bye,
Tassilo



reply via email to

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