From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: current CVS bootstrap broken? Date: Tue, 30 Sep 2003 18:03:26 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F79B75E.6070101@gnu.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064942726 17536 80.91.224.253 (30 Sep 2003 17:25:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2003 17:25:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Sep 30 19:25:24 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4OFX-00043S-00 for ; Tue, 30 Sep 2003 19:25:23 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4OFX-0006ue-00 for ; Tue, 30 Sep 2003 19:25:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A4OF7-00045i-Q6 for emacs-devel@quimby.gnus.org; Tue, 30 Sep 2003 13:24:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A4OEd-00042b-1D for emacs-devel@gnu.org; Tue, 30 Sep 2003 13:24:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A4NvM-0000cU-Bg for emacs-devel@gnu.org; Tue, 30 Sep 2003 13:05:03 -0400 Original-Received: from [209.61.173.204] (helo=integrasp.com) by monty-python.gnu.org with smtp (Exim 4.22) id 1A4NvL-0000cG-LD for emacs-devel@gnu.org; Tue, 30 Sep 2003 13:04:31 -0400 Original-Received: (qmail 26488 invoked from network); 30 Sep 2003 16:55:34 -0000 Original-Received: from host217-37-167-241.in-addr.btopenworld.com (HELO ntserver.altio.com) (217.37.167.241) by 66.216.96.43 with SMTP; 30 Sep 2003 16:55:34 -0000 Original-Received: from gnu.org (ALTIOJR [192.168.111.42]) by ntserver.altio.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RLBVS4K9; Tue, 30 Sep 2003 18:03:09 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-gb, en, ja Original-To: sds@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16800 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16800 Sam Steingold wrote: > [this is _after_ I added (load "emacs-lisp/derived") to loadup because > it was complaining on autoloading define-derived-mode during loadup] I noticed quite a few non-interactive functions and defvars have had autoload cookies added lately. I can see the point of autoload cookies for interactive functions, and maybe some defcustoms, but I am not sure of the value of bloating loaddefs.el by autoloading non-interactive functions. I had some problems with bootstrapping and parse-time-string last night, which I didn't have time to debug fully, but I think it might be caused by the removal of a require for parse-time and addition of an autoload cookie instead.