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: Wed, 23 Oct 2002 03:12:09 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021021134029.2852.LEKTU@terra.es> <20021022104417.4C3B.LEKTU@terra.es> <200210221428.g9MESXJ22444@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035357159 2076 80.91.224.249 (23 Oct 2002 07:12:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 07:12:39 +0000 (UTC) Cc: lektu@terra.es, 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 184Fgz-0000X0-00 for ; Wed, 23 Oct 2002 09:12:37 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 184FiZ-0007dF-00 for ; Wed, 23 Oct 2002 09:14:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184FhZ-0008E6-00; Wed, 23 Oct 2002 03:13:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 184Fgi-0007wg-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 03:12:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 184Fgf-0007vF-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 03:12:19 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 184Fgf-0007v6-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 03:12:17 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 184FgX-0007j9-00; Wed, 23 Oct 2002 03:12:09 -0400 Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200210221428.g9MESXJ22444@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) 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:8675 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8675 I think there's a misunderstanding here. I think he understood me correctly. A `subroutine' is not just any random function, but it's a function that's implemented in C (hence `subrp' and `subr-arity'). That is not our normal usage. A subroutine can be written in any language. The subroutine I was talking about was the separate Lisp function find-aliases that he proposed. There is no need for it as a separate function and that would be more trouble than it is worth.