From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bostjan Vilfan Newsgroups: gmane.emacs.help Subject: automatic selection during search Date: Wed, 25 Sep 2013 08:38:30 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1380113943 15003 80.91.229.3 (25 Sep 2013 12:59:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Sep 2013 12:59:03 +0000 (UTC) To: Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 25 14:59:07 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VOogM-0004lX-T7 for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Sep 2013 14:59:07 +0200 Original-Received: from localhost ([::1]:52366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOogM-00037T-GF for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Sep 2013 08:59:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOik4-0006ab-9O for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 02:38:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOik3-0008KD-60 for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 02:38:32 -0400 Original-Received: from mail-vc0-x233.google.com ([2607:f8b0:400c:c03::233]:63605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOik3-0008JN-1f for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 02:38:31 -0400 Original-Received: by mail-vc0-f179.google.com with SMTP id ht10so4139993vcb.10 for ; Tue, 24 Sep 2013 23:38:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=cZx+VxNy+zqHfZv3D1PgQ+Oz1OZye+EjGiBz5fvDsl4=; b=CiEDtabvtQILihST2dbpUrYhsbRztr3PkX26cMS/XrrTenOFE8+mulIsf58ljPwzLq uBBOZx6Jjpd3Kf4DaoK2SMjZVDGfT3ApSsEScXq/nYC2anbtw04ob/1tU/n2oLGLJo+c V92BtYcc/QfmzrNlUroUGNVPKWraQxg30yunz9g5OPm74zn3OtT3kLl2E/gTIN2PYCYq Eh9hTo8MoeJiOOEEQk7va6S2A46P8SvHk81/tpJfLDXHogvYaO6Oh3I2v+EvsEKw7zo9 3ls4wHis3vuWAyhyYsgWHqLIOLcVg/sKmsOnhRgvSatYsJmawxuCqBc3xH/8UQa0hOk8 Pw4A== X-Received: by 10.58.44.37 with SMTP id b5mr31723529vem.4.1380091110244; Tue, 24 Sep 2013 23:38:30 -0700 (PDT) Original-Received: by 10.52.38.167 with HTTP; Tue, 24 Sep 2013 23:38:30 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::233 X-Mailman-Approved-At: Wed, 25 Sep 2013 08:58:20 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93561 Archived-At: Hello, 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? emacs version:24.3.1 running on Windows 7 Regards, bostjan