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 20:20:47 +0100 Message-ID: <87hck3cf00.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> <87ejf8kxwg.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 1194117689 16254 80.91.229.12 (3 Nov 2007 19:21:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Nov 2007 19:21:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 03 20:21:31 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 1IoOYk-0000Xq-AS for ged-emacs-devel@m.gmane.org; Sat, 03 Nov 2007 20:21:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoOYa-0001sx-0c for ged-emacs-devel@m.gmane.org; Sat, 03 Nov 2007 15:21:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IoOY8-0001eq-Nf for emacs-devel@gnu.org; Sat, 03 Nov 2007 15:20:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IoOY8-0001eC-0w for emacs-devel@gnu.org; Sat, 03 Nov 2007 15:20:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoOY7-0001e3-G9 for emacs-devel@gnu.org; Sat, 03 Nov 2007 15:20:51 -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 1IoOY7-0003ix-Cg for emacs-devel@gnu.org; Sat, 03 Nov 2007 15:20:51 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id ADF344536B for ; Sat, 3 Nov 2007 15:20:49 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sat, 03 Nov 2007 15:20:49 -0400 X-Sasl-enc: aSoTAovJKKFzA6EhrV7C+zYKoHcUEd+EQ2BU4RlD2jTV 1194117649 Original-Received: from baldur.tsdh.de (dslb-084-063-059-232.pools.arcor-ip.net [84.63.59.232]) by mail.messagingengine.com (Postfix) with ESMTP id 0DCE28CA for ; Sat, 3 Nov 2007 15:20:48 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Sat, 03 Nov 2007 10:07:07 -0400") 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:82444 Archived-At: Stefan Monnier writes: >> 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. > > We may even be able to reuse the isearch machinery and just set > isearch-search-fun-function. Of course, that would be ideal. I won't have any time tomorrow, but on moday I think I can look into it. Bye, Tassilo