From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: find-aliases, where-did-you-go-little-command Date: Thu, 07 Nov 2002 10:08:52 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021021134029.2852.LEKTU@terra.es> <20021106184041.66CB.LEKTU@terra.es> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036683202 29712 80.91.224.249 (7 Nov 2002 15:33:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 15:33:22 +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.35 #1 (Debian)) id 189oen-0007j4-00 for ; Thu, 07 Nov 2002 16:33:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189onp-0003AN-00 for ; Thu, 07 Nov 2002 16:42:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189of6-0000E0-00; Thu, 07 Nov 2002 10:33:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189oHD-0001T6-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:08:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189oH6-0001SG-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:08:56 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189oH6-0001S9-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:08:52 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 189oH6-0007uk-00; Thu, 07 Nov 2002 10:08:52 -0500 Original-To: lektu@terra.es In-reply-to: <20021106184041.66CB.LEKTU@terra.es> (message from Juanma Barranquero on Wed, 06 Nov 2002 18:44:27 +0100) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9226 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9226 1.- I've put a variable `where-is-show-aliases' to activate the new behavior. In the code below it is set to t, but perhaps nil would be a better default. Few people will try it if it is not on by default. It is harmless, right? So turn it on by default. 3.- Same, and more so, for the "insert" behavior of `where-is'. In the current code, this feature inserts the same text that would otherwise be displayed in another buffer. It looks like that is true in your version also. So why say "and more so"?