From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.help Subject: Re: 2-key prefix and Invalid Prefix keys in sequence Date: Sun, 6 Mar 2005 20:10:41 +0000 Message-ID: <20050306201041.GA13520@sol.shootybangbang.com> References: <112iadoa88vv7bc@news.supernews.com> <112mf2gnkuip046@news.supernews.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110141178 4897 80.91.229.2 (6 Mar 2005 20:32:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2005 20:32:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 06 21:32:58 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D82QD-0004QQ-3A for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2005 21:32:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D82jq-0000Fn-6B for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2005 15:52:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D82jZ-0000Ej-Fe for help-gnu-emacs@gnu.org; Sun, 06 Mar 2005 15:52:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D82jW-0000EB-T5 for help-gnu-emacs@gnu.org; Sun, 06 Mar 2005 15:52:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D82fn-0007eo-44 for help-gnu-emacs@gnu.org; Sun, 06 Mar 2005 15:48:23 -0500 Original-Received: from [82.108.132.252] (helo=sol.shootybangbang.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D825K-0004Gp-LW for help-gnu-emacs@gnu.org; Sun, 06 Mar 2005 15:10:42 -0500 Original-Received: by sol.shootybangbang.com (Postfix, from userid 1000) id 5C4DB2B1; Sun, 6 Mar 2005 20:10:41 +0000 (GMT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <112mf2gnkuip046@news.supernews.com> X-Face: R(_z-rF:grdKO.*u`n); p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24563 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24563 Tim Johnson wrote: > I agree. I find the appropos regex service wonderful for looking up > documentation. I haven't found a similar regex feature for 'info. > Is there one? There is i runs the command `Info-index' which looks up a string topic in the index. Although it doesn't take a regexp it does fuzzy matching if there isn't an exact match. There is also s runs the command `Info-search' which searches for a regexp. Also, there is a new command in the development sources called `info-apropos' that searches the indices of all the Info files on your system for a string and builds a menu of matches.