From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Bootstrap failure in find-file.el Date: 25 Apr 2002 20:13:52 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <86n0vr63z3.fsf@gerd.dnsq.org> Reply-To: gerd@gnu.org NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019758741 31902 127.0.0.1 (25 Apr 2002 18:19:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 25 Apr 2002 18:19:01 +0000 (UTC) Cc: Emmanuel Briot Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170npd-0008IP-00 for ; Thu, 25 Apr 2002 20:19:01 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 170nrt-0000H4-00 for ; Thu, 25 Apr 2002 20:21:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170npG-0006DK-00; Thu, 25 Apr 2002 14:18:38 -0400 Original-Received: from mailout08.sul.t-online.com ([194.25.134.20]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170noJ-000694-00 for ; Thu, 25 Apr 2002 14:17:40 -0400 Original-Received: from fwd06.sul.t-online.de by mailout08.sul.t-online.com with smtp id 170noH-0005xh-0B; Thu, 25 Apr 2002 20:17:37 +0200 Original-Received: from gerd.dnsq.org (520015515780-0001@[80.130.105.174]) by fwd06.sul.t-online.com with esmtp id 170noD-1SJjwuC; Thu, 25 Apr 2002 20:17:33 +0200 Original-Received: from gerd.dnsq.org (localhost [127.0.0.1]) by gerd.dnsq.org (8.12.3/8.12.2) with ESMTP id g3PIHVs3009135; Thu, 25 Apr 2002 20:17:31 +0200 (CEST) (envelope-from gerd@gnu.org) Original-Received: (from gerd@localhost) by gerd.dnsq.org (8.12.3/8.12.3/Submit) id g3PIHUua009132; Thu, 25 Apr 2002 20:17:30 +0200 (CEST) X-Authentication-Warning: gerd.dnsq.org: gerd set sender to gerd@gnu.org using -f X-Authentication-Warning: gerd.dnsq.org: gerd set sender to gerd@gnu.org using -f Original-To: emacs-devel@gnu.org Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 X-Sender: 520015515780-0001@t-dialin.net Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3267 Current sources in HEAD fail bootstrappingc with a wrong-type-argument error signaled from define-key-after which is called in ada-xref.el. This can be circumvented by commenting out the `(require 'ada-mode)' in find-file.el. I think the failure must have something to do with recent changes to Ada mode. Emmanuel, the Ada mode maintainer is CC'd.