From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: doc-view cache file permissions Date: Sat, 03 Nov 2007 00:53:03 +0100 Message-ID: <87ejf8kxwg.fsf@baldur.tsdh.de> 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> <87y7dhv89p.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194047601 21674 80.91.229.12 (2 Nov 2007 23:53:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2007 23:53:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 03 00:53:22 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 1Io6KI-0001HN-4O for ged-emacs-devel@m.gmane.org; Sat, 03 Nov 2007 00:53:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io6K7-0002KR-Pp for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2007 19:53:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Io6K3-0002KJ-Vk for emacs-devel@gnu.org; Fri, 02 Nov 2007 19:53:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Io6K2-0002K7-Hd for emacs-devel@gnu.org; Fri, 02 Nov 2007 19:53:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io6K2-0002K4-AI for emacs-devel@gnu.org; Fri, 02 Nov 2007 19:53:06 -0400 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Io6K2-0000Ce-17 for emacs-devel@gnu.org; Fri, 02 Nov 2007 19:53:06 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id ACFAA44BB6 for ; Fri, 2 Nov 2007 19:53:05 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 02 Nov 2007 19:53:05 -0400 X-Sasl-enc: tDEV7kr18fngYTke4kHAzxRXKzluJuyqi3fmFcbzDMUE 1194047585 Original-Received: from baldur.tsdh.de (dslb-084-063-053-168.pools.arcor-ip.net [84.63.53.168]) by mail.messagingengine.com (Postfix) with ESMTP id 089ECB099 for ; Fri, 2 Nov 2007 19:53:04 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87y7dhv89p.fsf@jurta.org> (Juri Linkov's message of "Fri, 02 Nov 2007 22:44:25 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:82388 Archived-At: Juri Linkov writes: >>> 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? A prefix arg? > > If implementing a complete isearch interface is impossible, it suggest > using the same interface as used by Info-search (`s' in Info). I don't see any reason why some isearch-like behavior wouldn't be possible. Of course, we cannot highlight of the matches, so another C-s should jump to the next page with a match instead of the next match which could be on the same page. But I really don't like the Info-like search, because you cannot jump from match to match quickly, or is there some better way than `s RET'? I like using isearch (or the current doc-view search) for navigation in files, so jumping quickly forward and backward is a must. Bye, Tassilo