From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Apropos commands and regexps Date: Sat, 18 May 2002 09:26:56 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <9427-Sat18May2002092655+0300-eliz@is.elta.co.il> References: <5xg00y41zj.fsf@kfs2.cua.dk> <200205171928.g4HJSWM20375@aztec.santafe.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021703418 13415 127.0.0.1 (18 May 2002 06:30:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 18 May 2002 06:30:18 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 178xjO-0003UG-00 for ; Sat, 18 May 2002 08:30:18 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 178xwE-0008Fl-00 for ; Sat, 18 May 2002 08:43:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 178xjS-0006s0-00; Sat, 18 May 2002 02:30:22 -0400 Original-Received: from thor.inter.net.il ([192.114.186.11]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 178xhb-0006oc-00; Sat, 18 May 2002 02:28:27 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id AFW60842; Sat, 18 May 2002 09:28:23 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <200205171928.g4HJSWM20375@aztec.santafe.edu> (message from Richard Stallman on Fri, 17 May 2002 13:28:32 -0600 (MDT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4078 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4078 > From: Richard Stallman > Date: Fri, 17 May 2002 13:28:32 -0600 (MDT) > > But the search > for these words should allow them to be substrings of words. It should > not require an exact match against an entire word in the command name. Substring search might yield too many hits, I'm afraid. I'd suggest instead to use a list of synonyms; e.g., `buffer' might have `iswitchb' and `ibuffer' as its synonyms. A list maintained by humans should be more accurate than a substring search done by a program.