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: ff-find-related-file Date: Sun, 13 Oct 2002 00:08:50 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87elaw3vs5.fsf@lgh163a.kemisten.nu> <87adlk3vb8.fsf@lgh163a.kemisten.nu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1034482299 4923 127.0.0.1 (13 Oct 2002 04:11:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2002 04:11:39 +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 180a6L-0001H8-00 for ; Sun, 13 Oct 2002 06:11: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 180aw9-00017I-00 for ; Sun, 13 Oct 2002 07:05:10 +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 180a4A-00056u-00; Sun, 13 Oct 2002 00:09:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 180a3g-0004wd-00 for emacs-devel@gnu.org; Sun, 13 Oct 2002 00:08:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 180a3e-0004wQ-00 for emacs-devel@gnu.org; Sun, 13 Oct 2002 00:08:51 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 180a3e-0004wK-00 for emacs-devel@gnu.org; Sun, 13 Oct 2002 00:08:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 180a3e-0002Fm-00; Sun, 13 Oct 2002 00:08:50 -0400 Original-To: ams@kemisten.nu In-reply-to: <87adlk3vb8.fsf@lgh163a.kemisten.nu> (ams@kemisten.nu) 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:8544 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8544 After looking a bit more it seems that ff-find-other-file is what the function is called that corresponds to ff-find-related-file. I will make ff-find-related-file an alias for that, because it is a clearer name.