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: Sat, 17 Dec 2005 19:00:24 -0500 Message-ID: References: <43A41242.9070709@student.lu.se> <43A4128B.9090203@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134864687 11119 80.91.229.2 (18 Dec 2005 00:11:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Dec 2005 00:11:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 18 01:11:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Enm8u-0003tb-De for ged-emacs-devel@m.gmane.org; Sun, 18 Dec 2005 01:11:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Enm9f-0000Ya-Sh for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2005 19:11:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Enm0u-0006Dq-PE for emacs-devel@gnu.org; Sat, 17 Dec 2005 19:02:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Enm0t-0006Cl-AD for emacs-devel@gnu.org; Sat, 17 Dec 2005 19:02:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Enm0r-0006CT-Sf for emacs-devel@gnu.org; Sat, 17 Dec 2005 19:02:54 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Enm3X-0003Zx-VQ for emacs-devel@gnu.org; Sat, 17 Dec 2005 19:05:40 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EnlyS-0000zJ-RW; Sat, 17 Dec 2005 19:00:24 -0500 Original-To: Lennart Borgman In-reply-to: <43A4128B.9090203@student.lu.se> (message from Lennart Borgman on Sat, 17 Dec 2005 14:28:43 +0100) 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:47970 Archived-At: > I just noticed that for an autoloaded function like `apropos-variable' > the location is shown as "apropos", not "apropos.el". Is that > intentional? > In describe-function of course. Sorry. Since the file's name is `apropos.el', it would be clearer (all else being equal) to show `apropos.el'.