From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steven Tamm Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails with newest CVS sources - 2002-11-25 Date: Wed, 27 Nov 2002 23:53:57 -0800 Sender: emacs-devel-admin@gnu.org Message-ID: <8CB870B1-02A6-11D7-AADA-00039390AB82@mac.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v548) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038470189 4610 80.91.224.249 (28 Nov 2002 07:56:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Nov 2002 07:56:29 +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 18HJX9-0001C2-00 for ; Thu, 28 Nov 2002 08:56:27 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18HJe7-0007fK-00 for ; Thu, 28 Nov 2002 09:03:39 +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 18HJW2-0007Ft-00; Thu, 28 Nov 2002 02:55:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18HJV0-0006hf-00 for emacs-devel@gnu.org; Thu, 28 Nov 2002 02:54:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18HJUy-0006dk-00 for emacs-devel@gnu.org; Thu, 28 Nov 2002 02:54:13 -0500 Original-Received: from smtpout.mac.com ([17.250.248.97]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HJUv-0006YD-00; Thu, 28 Nov 2002 02:54:10 -0500 Original-Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id gAS7rxFl024990; Wed, 27 Nov 2002 23:54:02 -0800 (PST) Original-Received: from mac.com ([12.236.43.16]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id H6A0LY00.HY5; Wed, 27 Nov 2002 23:53:58 -0800 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Apple Mail (2.548) 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:9727 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9727 On Wednesday, November 27, 2002, at 11:25 PM, Richard Stallman wrote: > 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. Done. Is the test for recursion in Frequire even necessary? Would the testing in Fload suffice and the code dealing with recursion testing be removed?