From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: info.el Date: Thu, 04 Aug 2005 16:46:07 -0400 Message-ID: References: <87ek9a354h.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1123189230 2037 80.91.229.2 (4 Aug 2005 21:00:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 21:00:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 04 23:00:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0moH-0004Oa-8z for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 22:59:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0mr4-0001S8-MI for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 17:02:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0mqU-0001No-U4 for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0mqS-0001MK-0c for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0mqR-0001KX-Sy for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:39 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0mpl-0000pO-P6 for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:00:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E0mbP-0005ID-Tj; Thu, 04 Aug 2005 16:46:08 -0400 Original-To: Juri Linkov In-reply-to: <87ek9a354h.fsf@jurta.org> (message from Juri Linkov on Thu, 04 Aug 2005 03:29:55 +0300) 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:41505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41505 5. Fixed `info-apropos' to work exactly as `index-apropos' in the stand-alone Info reader. Could you say more specifically what the change is? 7. Removed `S' binding (`Info-search-case-sensitively') since it is not useful anymore with isearch working on the whole Info manual. Could you explain the reasoning behind that? The other changes seem clearly good.