From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [rost@math.ohio-state.edu: Back again: [Arg list not available....] Date: Tue, 06 May 2003 06:14:01 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1052216531 1835 80.91.224.249 (6 May 2003 10:22:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 6 May 2003 10:22:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 06 12:22:06 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19CzZn-0000RT-00 for ; Tue, 06 May 2003 12:21:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19CzdE-00053K-00 for ; Tue, 06 May 2003 12:25:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CzUG-00081v-01 for emacs-devel@quimby.gnus.org; Tue, 06 May 2003 06:15:52 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19CzSx-0006uk-00 for emacs-devel@gnu.org; Tue, 06 May 2003 06:14:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19CzSn-0006kW-00 for emacs-devel@gnu.org; Tue, 06 May 2003 06:14:22 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CzST-0006UC-00 for emacs-devel@gnu.org; Tue, 06 May 2003 06:14:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 19CzST-0006B4-00; Tue, 06 May 2003 06:14:01 -0400 Original-To: emacs-devel@gnu.org, jpw@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13713 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13713 Can someone please DTRT about this? ------- Start of forwarded message ------- Date: Mon, 5 May 2003 14:48:27 -0400 (EDT) From: Markus Rost To: emacs-pretest-bug@gnu.org X-Home-Page: http://www.math.ohio-state.edu/~rost X-RAVMilter-Version: 8.4.2(snapshot 20021217) (hermes) Subject: Back again: [Arg list not available.... Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org I regenerated loaddefs.el completely and noticed that something is incorrect with the help/fundoc mechanism. I think this caused by the recent change: 2003-04-12 John Paul Wallington * help-fns.el (help-add-fundoc-usage): Pass an empty string to `format' if no newlines are necessary. For instance, C-h f batch-update-autoloads yields now the help buffer contents ========== batch-update-autoloads is an autoloaded Lisp function in `autoload'. [Arg list not available until function definition is loaded.] Update loaddefs.el autoloads in batch mode. Calls `update-directory-autoloads' on the command line arguments. ========== while it should give the help buffer contents ========== batch-update-autoloads is an autoloaded Lisp function in `autoload'. (batch-update-autoloads) Update loaddefs.el autoloads in batch mode. Calls `update-autoloads-autoloads' on the command line arguments. ========== I am not sure what is the desired fix: Either undo that change for help-add-fundoc-usage or adjust the function help-function-arglist to that change. (I don't volunteer for any fix.) _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------