From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Leaving isearch-mode and keeping the highlite Date: Thu, 11 Aug 2005 01:42:58 +0200 Message-ID: <42FA9102.5010106@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123718870 12121 80.91.229.2 (11 Aug 2005 00:07:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Aug 2005 00:07:50 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 11 02:07:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E30ZM-0003a8-0e for ged-emacs-devel@m.gmane.org; Thu, 11 Aug 2005 02:06:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E30c4-0001Uf-WF for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2005 20:08:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E30Y1-0000gW-23 for emacs-devel@gnu.org; Wed, 10 Aug 2005 20:03:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E30Xx-0000e7-S5 for emacs-devel@gnu.org; Wed, 10 Aug 2005 20:03:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E30Xx-0000Le-2W for emacs-devel@gnu.org; Wed, 10 Aug 2005 20:03:45 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E30S7-0000eq-UB for emacs-devel@gnu.org; Wed, 10 Aug 2005 19:57:44 -0400 Original-Received: from [192.168.123.121] (83.249.204.9) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 42B813B0007B65BF; Thu, 11 Aug 2005 01:42:58 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Drew Adams In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41891 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41891 Drew Adams wrote: > I would find it very helpful to be able to leave isearch-mode but keep > the highlite.... put it on C-RET or S-RET in isearch-mode-map. > >Could be useful. The main question is how to later get rid of it. Perhaps >the next isearch could do that, or let isearch toggle it (see below). > > Yes the next search will clear it. >Turning it on by a particular exit key sequence is not the best way. I would >rather have that be a user option (like case-fold-search), and be able to >toggle the option while in isearch (like we can toggle case-fold-search). > > Too cumbersome to me. Sometimes I want to leave the highlite there, sometimes not.