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: [drew.adams@oracle.com: links in Help buffer aren'talwayscorrect] Date: Thu, 15 Dec 2005 12:08:39 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134675724 26084 80.91.229.2 (15 Dec 2005 19:42:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2005 19:42:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 15 20:42:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmyxF-0005sz-CA for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 20:39:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Emyxt-0004x0-SR for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 14:40:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Emwd5-0007HE-26 for emacs-devel@gnu.org; Thu, 15 Dec 2005 12:10:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Emwd1-0007GX-DJ for emacs-devel@gnu.org; Thu, 15 Dec 2005 12:10:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Emwcy-0007GG-5q for emacs-devel@gnu.org; Thu, 15 Dec 2005 12:10:48 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmwfE-0005zz-Uf for emacs-devel@gnu.org; Thu, 15 Dec 2005 12:13:09 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Emwat-0007KK-Vt; Thu, 15 Dec 2005 12:08:40 -0500 Original-To: Kevin Rodgers In-reply-to: (message from Kevin Rodgers on Wed, 14 Dec 2005 18:11:12 -0700) 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:47801 Archived-At: > Perhaps too, the doc string should mention that it only works on documented > built-in frame parameters, not user-defined parameters. That goes without saying, since the point of the command is to show the documentation, and only frame parameters with standard meanings have standard documentation. Good point. I think that since Info-goto-node displays the *Info* buffer, it should be declared as an (interactive) command, and therefore that it should be autoloaded. It is already interactive. However, programs normally do this job by calling `info' or `info-other-window'. They are autoloaded.