From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: generic-x needs to require generic Date: Mon, 21 Mar 2005 15:07:42 -0600 (CST) Message-ID: <200503212107.j2LL7g226633@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111439410 18646 80.91.229.2 (21 Mar 2005 21:10:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2005 21:10:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 21 22:10:09 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDU9F-0003lo-KF for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 22:09:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDUQL-0004QS-1i for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 16:26:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDUOo-0003kk-F0 for emacs-devel@gnu.org; Mon, 21 Mar 2005 16:25:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDUOb-0003eB-1J for emacs-devel@gnu.org; Mon, 21 Mar 2005 16:25:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDUOa-0003dE-Pb for emacs-devel@gnu.org; Mon, 21 Mar 2005 16:25:08 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDU8Q-0001wS-DZ for emacs-devel@gnu.org; Mon, 21 Mar 2005 16:08:26 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j2LL8J9N001058; Mon, 21 Mar 2005 15:08:20 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j2LL7g226633; Mon, 21 Mar 2005 15:07:42 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: Lute Kamstra X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34915 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34915 What is the purpose of the following change to generic-x, which breaks bootstrapping: * generic-x.el: Don't prevent compilation. Don't require generic. Follow coding conventions. Minor code cleanup. I am referring to the "Don't require generic." part. Undoing that part solves the following problem during bootstrapping: generic-x.el:767:8:Error: Symbol's function definition is void: generic-make-keywords-list make[1]: *** [compile] Error 1 make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lisp' make: *** [bootstrap-build] Error 2 Sincerely, Luc.