From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Piet van Oostrum" Newsgroups: gmane.emacs.devel Subject: Problem with cvs version of emacs Date: Sun, 1 Feb 2004 16:31:10 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16413.7102.161518.571990@Ordesa.local> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075649664 22461 80.91.224.253 (1 Feb 2004 15:34:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 15:34:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 16:34:13 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnJbx-0004jx-00 for ; Sun, 01 Feb 2004 16:34:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnJbw-0003bm-00 for ; Sun, 01 Feb 2004 16:34:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnJZe-0002KD-RG for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 10:31:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnJZZ-0002Gt-BO for emacs-devel@gnu.org; Sun, 01 Feb 2004 10:31:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnJZ3-0001mC-Gp for emacs-devel@gnu.org; Sun, 01 Feb 2004 10:31:44 -0500 Original-Received: from [213.116.162.191] (helo=ordesa.cs.uu.nl) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnJZ3-0001m9-1G for emacs-devel@gnu.org; Sun, 01 Feb 2004 10:31:13 -0500 Original-Received: from Ordesa.local (localhost [127.0.0.1]) by ordesa.cs.uu.nl (Postfix) with ESMTP id 226AFAD199 for ; Sun, 1 Feb 2004 16:31:13 +0100 (CET) X-Mailer: emacs 21.3.50.3 (via feedmail 8 I); VM 7.18 under Emacs 21.3.50.3 Original-To: emacs-devel@gnu.org 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:19613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19613 The current cvs emacs 'make bootstrap' fails: ./temacs --batch --load loadup bootstrap Loading loadup.el (source)... [stuff deleted] Loading language/chinese (source)... Loading language/cyrillic (source)... Symbol's value as variable is void: non-iso-charset-alist As you see, non-iso-charset-alist is not defined while loading language/cyrillic.el The same would be true with language/european.el. I could continue by temporarily adding (load "international/code-pages") to loadup.el, but I don't know if that is a good solution. Another problem is that progmodes/grep.el refers to a nonexistent function executable-command-find-unix-p, which probably should be executable-command-find-posix-p. -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.van.Oostrum@hccnet.nl