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 14:21:54 -0400 Message-ID: References: <7gk5p448xq.fsf@fencepost.gnu.org> <87wst33g0o.fsf@baldur.tsdh.de> <87pryv3eew.fsf@baldur.tsdh.de> <87k5p3qisa.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 1193854968 8611 80.91.229.12 (31 Oct 2007 18:22:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Oct 2007 18:22:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 31 19:22:50 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 1InIDA-00076s-Sy for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 19:22:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InID1-0006st-6Y for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 14:22:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InICT-0006ei-QL for emacs-devel@gnu.org; Wed, 31 Oct 2007 14:21:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InICS-0006du-8u for emacs-devel@gnu.org; Wed, 31 Oct 2007 14:21:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InICR-0006dh-Qz for emacs-devel@gnu.org; Wed, 31 Oct 2007 14:21:55 -0400 Original-Received: from tomts10.bellnexxia.net ([209.226.175.54] helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InICR-0008Fv-I3 for emacs-devel@gnu.org; Wed, 31 Oct 2007 14:21:55 -0400 Original-Received: from pastel.home ([74.12.208.145]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071031182154.TFLF1733.tomts10-srv.bellnexxia.net@pastel.home> for ; Wed, 31 Oct 2007 14:21:54 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 79DFD7F9F; Wed, 31 Oct 2007 14:21:54 -0400 (EDT) In-Reply-To: <87k5p3qisa.fsf@baldur.tsdh.de> (Tassilo Horn's message of "Wed\, 31 Oct 2007 18\:46\:13 +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:82242 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. Stefan