From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Apropos commands and regexps Date: Sat, 18 May 2002 18:24:19 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200205182224.g4IMOKh13995@rum.cs.yale.edu> References: <5xbsbj9834.fsf@kfs2.cua.dk> <200205150700.g4F70rr16163@aztec.santafe.edu> <87ptzxmz7s.fsf@tc-1-100.kawasaki.gol.ne.jp> <5xoffhoywn.fsf@kfs2.cua.dk> <5xg00r4tlo.fsf@kfs2.cua.dk> <200205162138.g4GLchM03531@rum.cs.yale.edu> <200205181848.g4IImEW21971@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1021760813 12037 127.0.0.1 (18 May 2002 22:26:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 18 May 2002 22:26:53 +0000 (UTC) Cc: monnier+gnu/emacs@RUM.cs.yale.edu, storm@cua.dk, miles@gnu.org, eliz@is.elta.co.il, 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 179Cf7-000382-00 for ; Sun, 19 May 2002 00:26:53 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 179CsI-0004Dk-00 for ; Sun, 19 May 2002 00:40:30 +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 179CfP-0002i8-00; Sat, 18 May 2002 18:27:11 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 179Ccf-0002PT-00; Sat, 18 May 2002 18:24:21 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g4IMOKh13995; Sat, 18 May 2002 18:24:20 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Richard Stallman 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:4101 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4101 > For instance all the talk about adding "synonyms" > seems to be unnecessary if you consider that an Info-index search will > already provide that kind of thing. > Could you please give a concrete explanation of what you mean? C-h i m emacs i paste RET will make you jump to the glossary where it says "see killing and yanking", so the user should then know to search for `yank'. Stefan