From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Suggestion: Let the help command load autoloaded functions etc Date: Wed, 16 Jul 2008 12:54:49 +0200 Message-ID: <86skuap092.fsf@lola.quinscape.zz> References: <47696238.6050601@gmail.com> <476B7BA6.80903@gmail.com> <476B990A.80602@gnu.org> <476BE7C7.2020005@gmail.com> <487DCD68.8050108@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216205732 9089 80.91.229.12 (16 Jul 2008 10:55:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 10:55:32 +0000 (UTC) Cc: jasonr@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 12:56:20 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KJ4fp-00070p-NV for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 12:55:54 +0200 Original-Received: from localhost ([127.0.0.1]:47368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJ4ex-0005yy-6Z for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 06:54:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJ4es-0005yT-3W for emacs-devel@gnu.org; Wed, 16 Jul 2008 06:54:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJ4eq-0005xn-Nd for emacs-devel@gnu.org; Wed, 16 Jul 2008 06:54:53 -0400 Original-Received: from [199.232.76.173] (port=37781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJ4eq-0005xh-G9 for emacs-devel@gnu.org; Wed, 16 Jul 2008 06:54:52 -0400 Original-Received: from mail.quinscape.de ([212.29.44.217]:36435) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KJ4eq-0007JQ-LH for emacs-devel@gnu.org; Wed, 16 Jul 2008 06:54:53 -0400 Original-Received: (qmail-ldap/ctrl 22224 invoked from network); 16 Jul 2008 10:54:49 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by quinx.quinscape.de (qmail-ldap-1.03) with SMTP for ; 16 Jul 2008 10:54:49 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id C4A958F046; Wed, 16 Jul 2008 12:54:49 +0200 (CEST) In-Reply-To: <487DCD68.8050108@gmail.com> (Lennart Borgman's message of "Wed, 16 Jul 2008 12:28:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.8.0.68; VDF: 7.0.5.124; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:100796 Archived-At: "Lennart Borgman (gmail)" writes: > Richard Stallman wrote: >> A little milder suggestion just because it is close to X-max: >> How about adding a link that loads the library, something like >> replacing >> >> [Arg list not available until function definition is loaded.] >> >> with >> >> [Arg list not available, _click to load function library_.] >> >> That would be an ok feature, since it would not do anything automatically. > > I forgot this, here is a path for it. Could someone please look at it > and install it if it looks ok? I think the connection in the text between first and second part may be nonobvious to non-specialists. How about [To see Arg list, _click for loading xxx_] With xxx being the autoloaded file name. -- David Kastrup