From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Splitting and moving generic.el. Date: Wed, 20 Apr 2005 13:31:37 +0100 Message-ID: <42664BA9.3060002@gnu.org> References: <42661B71.6010504@gnu.org> <87acntwwlf.fsf@xs4all.nl> <42663EA6.5080906@gnu.org> <87sm1lvect.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114000364 13673 80.91.229.2 (20 Apr 2005 12:32:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 12:32:44 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 20 14:32:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOEMt-0002SX-D0 for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 14:31:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOERO-0006H8-Vb for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 08:36:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOEOz-0005He-TL for emacs-devel@gnu.org; Wed, 20 Apr 2005 08:33:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOEOy-0005HF-QB for emacs-devel@gnu.org; Wed, 20 Apr 2005 08:33:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOEOy-0004lY-M3 for emacs-devel@gnu.org; Wed, 20 Apr 2005 08:33:56 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOEOj-0007Wj-ON for emacs-devel@gnu.org; Wed, 20 Apr 2005 08:33:42 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 2RRVL8MW; Wed, 20 Apr 2005 13:30:31 +0100 Original-Received: from 217.205.90.2 ([217.205.90.2] helo=[10.10.5.77]) by ASSP-nospam ; 20 Apr 05 12:30:30 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: Lute Kamstra In-Reply-To: <87sm1lvect.fsf@xs4all.nl> 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 Xref: news.gmane.org gmane.emacs.devel:36156 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36156 Lute Kamstra wrote: >Jason Rumney writes: > > > >>Lute Kamstra wrote: >> >> >> >>>Doing (require 'generic-x) shouldn't load generic unless generic-x is >>>loaded from source. Any idea why your lisp/generic-x.el isn't >>>compiled? >>> >>> >>generic-x.el is in the DONTCOMPILE list in the lisp makefile. >> >> > >DONTCOMPILE was bogus. Everything in it was compiled just the same. >Just setting no-byte-compile prohibits compilation. Anyway, I removed >DONTCOMPILE from the makefiles one week ago. I guess that generic-x >didn't get compiled on your system because compilation failed due to >the old lisp/generic.elc. If a lisp file fails to compile on >GNU/Linux, bootstrap terminates with an error. Does that work >differently on Windows or did you use "make -k bootstrap"? > > I used "make recompile", which I mistakenly thought had worked, since it didn't give any errors. "make bootstrap" gives "Invalid escape sequence" on my machine, which is another recent problem I haven't yet tracked down the cause of, but it seems to be specific to the build environment on that machine.