From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Suggestion for C-h f, describe-function Date: Tue, 04 Jul 2006 13:30:19 -0400 Message-ID: References: <85slllbpkb.fsf@lola.goethe.zz> <85fyhlbccv.fsf@lola.goethe.zz> <85fyhjr66c.fsf@lola.goethe.zz> <85mzbroxqg.fsf@lola.goethe.zz> <85ejx3ourf.fsf@lola.goethe.zz> <857j2tkfoj.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1152034292 23627 80.91.229.2 (4 Jul 2006 17:31:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Jul 2006 17:31:32 +0000 (UTC) Cc: storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 04 19:31:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fxok1-0002eu-Km for ged-emacs-devel@m.gmane.org; Tue, 04 Jul 2006 19:31:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxok0-00081t-Rp for ged-emacs-devel@m.gmane.org; Tue, 04 Jul 2006 13:31:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxoj9-0007ff-74 for emacs-devel@gnu.org; Tue, 04 Jul 2006 13:30:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxoj8-0007ev-M2 for emacs-devel@gnu.org; Tue, 04 Jul 2006 13:30:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxoj8-0007eT-8i for emacs-devel@gnu.org; Tue, 04 Jul 2006 13:30:22 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fxowq-0002KI-RN for emacs-devel@gnu.org; Tue, 04 Jul 2006 13:44:32 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Fxoj5-0003Fd-C8; Tue, 04 Jul 2006 13:30:19 -0400 Original-To: David Kastrup In-reply-to: <857j2tkfoj.fsf@lola.goethe.zz> (message from David Kastrup on Tue, 04 Jul 2006 09:11:24 +0200) 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:56512 Archived-At: Packages triggered by autoload might add the rest of their hierarchy into load-path. Emacs has no way of finding the source code automatically when that happens. But this could be a good reason to search the .el files in load-path if it doesn't find them in the source code directory list. So we can do that, I guess. It can't hurt.