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: Re: make bootstrap fails with newest CVS sources - 2002-11-25 Date: Thu, 28 Nov 2002 02:25:52 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <1051720B-015B-11D7-9286-00039390AB82@mac.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038468482 30744 80.91.224.249 (28 Nov 2002 07:28:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Nov 2002 07:28:02 +0000 (UTC) Cc: BenK@FreedomScientific.com, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18HJ5c-0007zU-00 for ; Thu, 28 Nov 2002 08:28:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18HJCa-0007PK-00 for ; Thu, 28 Nov 2002 08:35:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HJ4j-0005Jm-00; Thu, 28 Nov 2002 02:27:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18HJ3d-0004k6-00 for emacs-devel@gnu.org; Thu, 28 Nov 2002 02:25:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18HJ3a-0004ir-00 for emacs-devel@gnu.org; Thu, 28 Nov 2002 02:25:56 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HJ3a-0004ia-00 for emacs-devel@gnu.org; Thu, 28 Nov 2002 02:25:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18HJ3Y-0000rS-00; Thu, 28 Nov 2002 02:25:52 -0500 Original-To: steventamm@mac.com In-reply-to: <1051720B-015B-11D7-9286-00039390AB82@mac.com> (message from Steven Tamm on Tue, 26 Nov 2002 08:21:05 -0800) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9724 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9724 if (nesting > 3) error ("Recursive `require' for feature `%s'", SDATA (SYMBOL_NAME (feature))); This makes the recursive load die in lread.c:Fload (which produces the nicer error). Fload fails if it tries to load the same file more than 3 times. Thanks. Please do install it.