From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: `i' in Info: get combo index tailored to input Date: Fri, 26 Jun 2009 17:21:57 -0700 Message-ID: <44BD12080D3F459590B68D74322A5244@us.oracle.com> References: <22ADB119166B4CC6BCC4511D5B796204@us.oracle.com> <87my7uhbkn.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246062150 1008 80.91.229.12 (27 Jun 2009 00:22:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Jun 2009 00:22:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Juri Linkov'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 27 02:22:22 2009 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 1MKLgU-0000Ks-Ls for ged-emacs-devel@m.gmane.org; Sat, 27 Jun 2009 02:22:22 +0200 Original-Received: from localhost ([127.0.0.1]:41010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKLgT-0001UQ-Pb for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2009 20:22:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKLgP-0001Se-5h for emacs-devel@gnu.org; Fri, 26 Jun 2009 20:22:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKLgK-0001Eh-NE for emacs-devel@gnu.org; Fri, 26 Jun 2009 20:22:16 -0400 Original-Received: from [199.232.76.173] (port=60840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKLgK-0001EL-B0 for emacs-devel@gnu.org; Fri, 26 Jun 2009 20:22:12 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:15957) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MKLgK-0006gb-0K for emacs-devel@gnu.org; Fri, 26 Jun 2009 20:22:12 -0400 Original-Received: from acsinet11.oracle.com ([141.146.126.233]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKLgJ-0004ic-A8 for emacs-devel@gnu.org; Fri, 26 Jun 2009 20:22:11 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n5R0NBsJ024398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 27 Jun 2009 00:23:16 GMT Original-Received: from abhmt008.oracle.com (abhmt008.oracle.com [141.146.116.17]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n5R0NXEm001262; Sat, 27 Jun 2009 00:23:33 GMT Original-Received: from dradamslap1 (/141.144.72.193) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 26 Jun 2009 17:22:01 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87my7uhbkn.fsf@mail.jurta.org> Thread-Index: Acn2rrZMlhM2mH2DRkWafTyK9bnOUQADlhVg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt008.oracle.com [141.146.116.17] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4A456629.014B:SCFSTAT5015188,ss=1,fgs=0 X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111763 Archived-At: > > Feature suggestion for `i' in Info - it could be bound to `C-u i': > > > > Display a list (with links) of all index entries that match > > the user's input, grouped by index. This would, in effect, > > be a combined index specialized to the user's input. It > > would combine the subsets of each index that match the user input. > > This is implemented by `Info-index-occur': > http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02065.html > Since the trunk is now opened for development, I'll prepare and submit > a patch soon. Oh, right - guess I forgot about it. How about binding it to `C-u i', as a variant of the normal index search? Assuming it gets added, that is... Thx.