From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: doc-view cache file permissions Date: Wed, 31 Oct 2007 16:41:56 -0400 Message-ID: References: <7gk5p448xq.fsf@fencepost.gnu.org> <87wst33g0o.fsf@baldur.tsdh.de> <87pryv3eew.fsf@baldur.tsdh.de> <87k5p3qisa.fsf@baldur.tsdh.de> <87ejfbqdb4.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193863362 4741 80.91.229.12 (31 Oct 2007 20:42:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Oct 2007 20:42:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 31 21:42:43 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1InKOd-0001pQ-6w for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 21:42:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InKOT-0007My-Fi for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 16:42:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InKNz-0007Bl-I6 for emacs-devel@gnu.org; Wed, 31 Oct 2007 16:41:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InKNy-0007BD-4n for emacs-devel@gnu.org; Wed, 31 Oct 2007 16:41:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InKNx-0007BA-VC for emacs-devel@gnu.org; Wed, 31 Oct 2007 16:41:57 -0400 Original-Received: from bc.sympatico.ca ([209.226.175.184] helo=tomts22-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InKNx-0004Zn-J3 for emacs-devel@gnu.org; Wed, 31 Oct 2007 16:41:57 -0400 Original-Received: from pastel.home ([74.12.208.145]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071031204156.RENQ18413.tomts22-srv.bellnexxia.net@pastel.home> for ; Wed, 31 Oct 2007 16:41:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3497E7F9F; Wed, 31 Oct 2007 16:41:55 -0400 (EDT) In-Reply-To: <87ejfbqdb4.fsf@baldur.tsdh.de> (Tassilo Horn's message of "Wed\, 31 Oct 2007 20\:44\:31 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:82252 Archived-At: >>>> PS: I also think that C-S-n should be C-s and C-S-p should be C-r >>>> (but it's a bit more than just changing bindings and I haven't >>>> written the corresponding code). >> >>> You mean a real interactive search? Of course, that would be >>> fabulous! >> >> Not necessarily, but after the initial C-s, a second C-s can be used >> to jump to the next match or a C-r can be used to jump to the previous >> one. > Sounds good to me, but what would you do to enter an new search phrase? Some other command or RET? Basically, provide an interface as close as possible to isearch. Actually incremental search might also be doable, tho not as useful as isearch since the matched text isn't highlighted. Stefan