From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Info enhancements Date: Sun, 14 Dec 2003 21:35:35 -0500 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: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071456031 30789 80.91.224.253 (15 Dec 2003 02:40:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2003 02:40:31 +0000 (UTC) Cc: karl@freefriends.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Dec 15 03:40:28 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 1AVieq-00073V-00 for ; Mon, 15 Dec 2003 03:40:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVieq-0004XM-00 for ; Mon, 15 Dec 2003 03:40:28 +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 1AVjZy-0002Bj-Mk for emacs-devel@quimby.gnus.org; Sun, 14 Dec 2003 22:39:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVjZh-00024B-JU for emacs-devel@gnu.org; Sun, 14 Dec 2003 22:39:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVjZA-0001Na-LK for emacs-devel@gnu.org; Sun, 14 Dec 2003 22:39:11 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVjZA-0001Mf-05 for emacs-devel@gnu.org; Sun, 14 Dec 2003 22:38:40 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AVia7-00082u-Ow; Sun, 14 Dec 2003 21:35:35 -0500 Original-To: Juri Linkov In-reply-to: <87ekvahjnr.fsf@mail.jurta.org> (message from Juri Linkov on Fri, 12 Dec 2003 04:08:56 +0200) 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:18690 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18690 Most of the features are good ones, but I think these two should have different interfaces. * 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. * 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.