From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gabriel TEIXEIRA Newsgroups: gmane.emacs.help Subject: Scrolling text erases the search highlight Date: Mon, 12 Jul 2010 14:22:45 +0200 Message-ID: <4C3B0915.1070004@sdesigns.eu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1278958060 442 80.91.229.12 (12 Jul 2010 18:07:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Jul 2010 18:07:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 12 20:07:36 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 1OYNPf-00014X-Mz for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jul 2010 20:07:31 +0200 Original-Received: from localhost ([127.0.0.1]:34068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYNPf-0002Kr-2w for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jul 2010 14:07:31 -0400 Original-Received: from [140.186.70.92] (port=36822 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYI25-0001GN-5P for help-gnu-emacs@gnu.org; Mon, 12 Jul 2010 08:22:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYI23-0005S7-3H for help-gnu-emacs@gnu.org; Mon, 12 Jul 2010 08:22:48 -0400 Original-Received: from a.mx.sdesigns.eu ([78.31.43.6]:44255) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OYI22-0005Rk-V1 for help-gnu-emacs@gnu.org; Mon, 12 Jul 2010 08:22:47 -0400 Original-Received: from [172.27.0.213] (kobe.france.sdesigns.com [172.27.0.213]) by mailhost.france.sdesigns.com (Postfix) with ESMTP id 37A43164072 for ; Mon, 12 Jul 2010 14:22:45 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Mon, 12 Jul 2010 14:06:29 -0400 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:74176 Archived-At: Hello Always when I do a search in emacs (by typing C-s search-string), emacs will highlight all the matching strings, but if I try to scroll the text to see the occurrences down or up into the text, the text highlight will disappear. Currently I'm workarounding it by pressing C-s C-s after each scroll, but I would like to know if there is an automatic way to do that. In other words, I would like to know what is the equivalent in emacs of the command / for man, less and vim. Thanks in advance Gabriel TEIXEIRA