From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Info enhancements Date: 15 Dec 2003 08:01:53 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87smk4zuvv.fsf@mail.jurta.org> <87ekvahjnr.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071468116 12885 80.91.224.253 (15 Dec 2003 06:01:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2003 06:01:56 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Dec 15 07:01:52 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 1AVlnk-00047W-00 for ; Mon, 15 Dec 2003 07:01:52 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVlnk-0006Z6-00 for ; Mon, 15 Dec 2003 07:01:52 +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 1AVmjx-0001Yg-5P for emacs-devel@quimby.gnus.org; Mon, 15 Dec 2003 02:02:01 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVmjs-0001Xh-JX for emacs-devel@gnu.org; Mon, 15 Dec 2003 02:01:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVmjL-0001Vn-WF for emacs-devel@gnu.org; Mon, 15 Dec 2003 02:01:55 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AVmjL-0001Vb-F4; Mon, 15 Dec 2003 02:01:23 -0500 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sun, 14 Dec 2003 21:35:35 -0500) 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:18696 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18696 > From: Richard Stallman > Date: Sun, 14 Dec 2003 21:35:35 -0500 > > * Implemented a new `S' command suggested by Eli. This command is > bound to a new function `Info-search-case-sensitively' that searches > for a regexp case-sensitively. The `Info-search-next' uses the case > of a previous `Info-search' or `Info-search-case-sensitively' command. > > It would be more consistent with the rest of Emacs to make the user > interface be to specify this with a capital letter in the regexp. I think these are two independent features. (The stand-alone reader supports both.) The problem is that sometimes you may wish to find an all-lowercase string in a case-sensitive fashion; starting the regexp with a capital letter doesn't help in that case. > * Added a new keybinding "/" for `Info-search-next' (suggested by Reiner). > > I think that `s RET' would be a good way to specify this, > also more consistent with other search commands in Emacs. I think `/' should be simply another binding for `Info-search', for compatibility with the stand-alone reader. Then, `s RET' and `/ RET' will find the next occurrence (the former of these already works in Emacs, and both work in the stand-alone reader).