From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Info enhancements Date: Wed, 03 Dec 2003 07:04:07 +0200 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <878ylu3320.fsf@mail.jurta.org> References: <87smk4zuvv.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070428083 9097 80.91.224.253 (3 Dec 2003 05:08:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2003 05:08:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Dec 03 06:08:01 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARPF3-0005iq-00 for ; Wed, 03 Dec 2003 06:08:01 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARPF3-0000NK-00 for ; Wed, 03 Dec 2003 06:08:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARQAr-0001It-RZ for emacs-devel@quimby.gnus.org; Wed, 03 Dec 2003 01:07:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARQAT-0001Ed-TK for emacs-devel@gnu.org; Wed, 03 Dec 2003 01:07:21 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARQ9w-000185-Uz for emacs-devel@gnu.org; Wed, 03 Dec 2003 01:07:20 -0500 Original-Received: from [64.246.52.22] (helo=ns5.tangramltd.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ARQ9m-0000xa-Lw for emacs-devel@gnu.org; Wed, 03 Dec 2003 01:06:39 -0500 Original-Received: from 80-235-33-11-dsl.mus.estpak.ee ([80.235.33.11] helo=mail.jurta.org) by ns5.tangramltd.com with esmtp (Exim 4.20) id 1ARPC4-0004fD-W8; Wed, 03 Dec 2003 07:04:57 +0200 Original-To: reiner.steib@gmx.de In-Reply-To: (Reiner Steib's message of "Tue, 02 Dec 2003 22:22:45 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns5.tangramltd.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jurta.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18306 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18306 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > On Mon, Dec 01 2003, Juri Linkov wrote: >> - rebind `M-s' key to a new function `Info-search-next' that searches >> for another occurrence of regular expression from a previous >> `Info-search' command (key `s'). Pressing only one key to repeat >> a search is more convenient than pressing two keys (`s RET'). > > ACK. I would even suggest to use an easily accessible single-key [1], > because `Info-search-next' is used often and repeatedly. Like `,' for > `Info-index-next'. > > [1] I'm using (define-key Info-mode-map "/" "s") for this which made > using info much more convenient for me. On German and Scandinavian keyboards "/" is placed above the "7" key, so still two key presses are needed to use it (shift and "7"). But M-s is not a bad choice because key can be held down while repeating pressing "s" for the next search. Anyhow, "/" might be bound to `Info-search-next' as well. BTW, you didn't use the function `Info-search-next' in your key binding. But seems this function could be useful to add it to the menu and describe it in the `Info-mode' docstring. -- http://www.jurta.org/emacs/