From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Should autoloaded functions show LIB.el for its location? Date: Sun, 18 Dec 2005 23:38:43 -0500 Message-ID: References: <43A41242.9070709@student.lu.se> <43A4128B.9090203@student.lu.se> <43A53016.1030904@student.lu.se> <871x0apji1.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134967321 31150 80.91.229.2 (19 Dec 2005 04:42:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2005 04:42:01 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 05:41:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EoCpo-0006aE-1Z for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2005 05:41:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EoCqd-0002Bf-2R for ged-emacs-devel@m.gmane.org; Sun, 18 Dec 2005 23:42:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EoCpw-00020n-Gv for emacs-devel@gnu.org; Sun, 18 Dec 2005 23:41:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EoCpw-00020W-0h for emacs-devel@gnu.org; Sun, 18 Dec 2005 23:41:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EoCpv-00020T-OE for emacs-devel@gnu.org; Sun, 18 Dec 2005 23:41:23 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EoCso-0003iS-Rb for emacs-devel@gnu.org; Sun, 18 Dec 2005 23:44:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EoCnL-00007r-07; Sun, 18 Dec 2005 23:38:43 -0500 Original-To: Stefan Monnier In-reply-to: <871x0apji1.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sun, 18 Dec 2005 09:31:47 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48030 Archived-At: The only good alternative I can think of otherwise is to do a locate-library to find the file that would be used if the function were to be loaded. Since we would only do this on a specific function when the user asks for it, it would not be too inefficient. So this seems ok.