From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Substring matching for info index command Date: Sun, 07 Dec 2014 17:56:10 +0200 Message-ID: <83h9x7zc6d.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1417967863 12734 80.91.229.3 (7 Dec 2014 15:57:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2014 15:57:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 07 16:57:36 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XxeDI-0007YO-3T for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Dec 2014 16:57:36 +0100 Original-Received: from localhost ([::1]:58309 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxeDH-0004xE-Pi for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Dec 2014 10:57:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxeCx-0004vh-Ar for help-gnu-emacs@gnu.org; Sun, 07 Dec 2014 10:57:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxeCm-0004Dg-V2 for help-gnu-emacs@gnu.org; Sun, 07 Dec 2014 10:57:15 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:59418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxeCm-0004DK-MT for help-gnu-emacs@gnu.org; Sun, 07 Dec 2014 10:57:04 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NG700800YLLJP00@mtaout25.012.net.il> for help-gnu-emacs@gnu.org; Sun, 07 Dec 2014 17:52:05 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NG700CI2YQTE9B0@mtaout25.012.net.il> for help-gnu-emacs@gnu.org; Sun, 07 Dec 2014 17:52:05 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101473 Archived-At: > From: Tom > Date: Sun, 7 Dec 2014 12:15:52 +0000 (UTC) > > I've never used the builtin completion-styles, because I > use other completion packages, but I thought I give it a try > and try substring matching for the info index command. info.el already does that: it first searches for the string at the beginning of the index entries, and then anywhere inside the entries.