From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails in eshell/esh-module.el Date: Wed, 09 Apr 2003 17:39:37 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87he974246.fsf@alice.dynodns.net> References: <200304091717.h39HHAbL021837@stubby.bodenonline.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049935188 8927 80.91.224.249 (10 Apr 2003 00:39:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2003 00:39:48 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 10 02:39:46 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 193Q6U-0002Jj-00 for ; Thu, 10 Apr 2003 02:39:46 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 193QBD-0000oX-00 for ; Thu, 10 Apr 2003 02:44:39 +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 193Q6x-0000Cr-00 for emacs-devel@quimby.gnus.org; Wed, 09 Apr 2003 20:40:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 193Q6T-0008H9-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 20:39:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 193Q6K-0007jr-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 20:39:37 -0400 Original-Received: from mail.gci-net.com ([216.183.68.100] helo=gci-net.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193Q6G-0007OL-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 20:39:32 -0400 Original-Received: from [216.183.69.158] (HELO aris) by gci-net.com (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 3849897 for emacs-devel@gnu.org; Wed, 09 Apr 2003 17:37:57 -0700 Original-Received: from johnw by aris with local (Exim 3.35 #1 (Debian)) id 193Q6L-0006oG-00 for ; Wed, 09 Apr 2003 17:39:37 -0700 Original-To: emacs-devel@gnu.org In-Reply-To: <200304091717.h39HHAbL021837@stubby.bodenonline.com> ("Jan D."'s message of "Wed, 9 Apr 2003 18:25:18 +0200 (CEST)") User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3.50 (gnu/linux) 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:13094 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13094 "Jan D." writes: > In toplevel form: > eshell/esh-module.el:29:13:Error: Wrong type argument: number-or-marker-p, nil > make[1]: *** [compile] Error 1 > make[1]: Leaving directory `/home/jhd/src/emacsCVS/lisp' > make: *** [bootstrap] Error 2 Any idea what might have changed in Emacs recently? Eshell has not been changed since 3/26, and then only to update a default value. John