From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Scrolling text erases the search highlight Date: Tue, 13 Jul 2010 06:33:41 -0700 Message-ID: <4C3C6B35.3090908@gmail.com> References: <4C3B0AE2.3060507@sdesigns.eu> <4C3C24DA.6080303@sdesigns.eu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1279029000 19915 80.91.229.12 (13 Jul 2010 13:50:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2010 13:50:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 13 15:49:56 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OYfrq-0001C2-4r for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jul 2010 15:49:53 +0200 Original-Received: from localhost ([127.0.0.1]:34779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYfdX-0001gX-DB for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jul 2010 09:35:03 -0400 Original-Received: from [140.186.70.92] (port=43601 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYfcY-0001UU-An for help-gnu-emacs@gnu.org; Tue, 13 Jul 2010 09:34:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYfcJ-0000kw-Ha for help-gnu-emacs@gnu.org; Tue, 13 Jul 2010 09:33:50 -0400 Original-Received: from mail-px0-f169.google.com ([209.85.212.169]:51690) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYfcJ-0000kg-D9 for help-gnu-emacs@gnu.org; Tue, 13 Jul 2010 09:33:47 -0400 Original-Received: by pxi7 with SMTP id 7so3312017pxi.0 for ; Tue, 13 Jul 2010 06:33:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=hrnce4q+tidG+SUchggut4N3OJtlHLzg3epQ+VGq/sY=; b=jgRfKRfcW1ogbib/nIrEhKUAoPbeW4aVnF7JooxFiCFoW42W9wqMQ2n1GHHwGafttQ WGawJJ1BahHnSjSOzYGrbRDglsPpZ+aAleXWF3uk3jzBaTAvEaPT9bZHW9Wt/yGICDJc KzWweQ9lARZV35BuNbHBcvi9FJhMgN34o2Ecs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=F5Q4gz0b8vpwl+qBHVuMKfAbmMxS3u/HZeLafahu9NNww+HvDFe/fU27WYeHtRy7pd 3JZqZave6CPHlHg8XPoPuBRegt6EcpInIlQa37Fnb+VE4dFMy4AnRLWtPyjYgAY1iII8 bo3OLpjtoE6id6Cmn3QTjtL7jmyevG2M89JIc= Original-Received: by 10.115.58.4 with SMTP id l4mr18175183wak.16.1279028025703; Tue, 13 Jul 2010 06:33:45 -0700 (PDT) Original-Received: from bhishma.homelinux.net (d66-183-47-128.bchsia.telus.net [66.183.47.128]) by mx.google.com with ESMTPS id x9sm86558313waj.3.2010.07.13.06.33.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Jul 2010 06:33:44 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 In-Reply-To: <4C3C24DA.6080303@sdesigns.eu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74185 Archived-At: On Tuesday 13 July 2010 01:33 AM, Gabriel TEIXEIRA wrote: > very useful, but the isearch-allow-scroll doesn't work very well with > me. It > will conserve the search if I do C-l or C-v, but won't if I use the mouse > scroll wheel or if I use the arrow keys to move the cursor (which are the > way I scroll the screen mostly). I want something that works similar to the > Linux man search, the vim or the gedit, that conserves the highlight as > long > as the search is erased. Any other suggestions? This is very strange, I tried it on emacs 24.0.50.1 when I read Qiang's response. And it worked like a charm. And now that you mention it, I tried it again on emacs 23.2.1. This time it behaves exactly as you describe! -- Suvayu Open source is the future. It sets us free.