From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: doc-view cache file permissions Date: Fri, 02 Nov 2007 22:44:25 +0200 Organization: JURTA Message-ID: <87y7dhv89p.fsf@jurta.org> 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 1194036639 24153 80.91.229.12 (2 Nov 2007 20:50:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2007 20:50:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 02 21:50:41 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 1Io3TS-0006id-Bm for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2007 21:50:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io3TI-0003vp-4g for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2007 16:50:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Io3TD-0003uw-PS for emacs-devel@gnu.org; Fri, 02 Nov 2007 16:50:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Io3TC-0003uB-Bb for emacs-devel@gnu.org; Fri, 02 Nov 2007 16:50:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io3TC-0003u8-5W for emacs-devel@gnu.org; Fri, 02 Nov 2007 16:50:22 -0400 Original-Received: from smtp-out.neti.ee ([194.126.126.39]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Io3TB-0001X0-K7 for emacs-devel@gnu.org; Fri, 02 Nov 2007 16:50:21 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by MXR-13.estpak.ee (Postfix) with ESMTP id 9BA39B0FF for ; Fri, 2 Nov 2007 22:50:18 +0200 (EET) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Original-Received: from smtp-out.neti.ee ([127.0.0.1]) by localhost (MXR-1.estpak.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XFQ0IrRx439Q for ; Fri, 2 Nov 2007 22:50:15 +0200 (EET) Original-Received: from Relayhost3.neti.ee (unknown [88.196.174.169]) by MXR-13.estpak.ee (Postfix) with ESMTP id 6979AB041 for ; Fri, 2 Nov 2007 22:50:15 +0200 (EET) Original-Received: from mail.estpak.ee (84-50-157-21-dsl.est.estpak.ee [84.50.157.21]) by Relayhost3.neti.ee (Postfix) with ESMTP id 79817C30E6 for ; Fri, 2 Nov 2007 22:50:14 +0200 (EET) 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.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:82370 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? > 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). -- Juri Linkov http://www.jurta.org/emacs/