From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: Splitting and moving generic.el. Date: Wed, 20 Apr 2005 15:27:45 +0200 Message-ID: <87oec9shm6.fsf@xs4all.nl> References: <42661B71.6010504@gnu.org> <87acntwwlf.fsf@xs4all.nl> <42663EA6.5080906@gnu.org> <87sm1lvect.fsf@xs4all.nl> <42664BA9.3060002@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114003696 24628 80.91.229.2 (20 Apr 2005 13:28:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 13:28:16 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 20 15:28:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOFEH-00033B-PD for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 15:26:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOFIn-00053h-Tr for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 09:31:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOFIf-00053b-4K for emacs-devel@gnu.org; Wed, 20 Apr 2005 09:31:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOFId-00053P-MU for emacs-devel@gnu.org; Wed, 20 Apr 2005 09:31:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOFId-00053M-FO for emacs-devel@gnu.org; Wed, 20 Apr 2005 09:31:27 -0400 Original-Received: from [194.109.24.31] (helo=smtp-vbr11.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOFHT-0002yL-Rt; Wed, 20 Apr 2005 09:30:16 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr11.xs4all.nl (8.12.11/8.12.11) with ESMTP id j3KDRpVE012221; Wed, 20 Apr 2005 15:27:52 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1DOFF4-0005al-00; Wed, 20 Apr 2005 15:27:46 +0200 Original-To: Jason Rumney In-Reply-To: <42664BA9.3060002@gnu.org> (Jason Rumney's message of "Wed, 20 Apr 2005 13:31:37 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 22 X-Virus-Scanned: by XS4ALL Virus Scanner 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:36159 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36159 Jason Rumney writes: [...] > I used "make recompile", which I mistakenly thought had worked, since > it didn't give any errors. recompile should give a summary that warns you if a file failed to compile. However, it doesn't try to compile an .el file that doesn't have a corresponding .elc file. I removed the "no-byte-compile: t" from generic-x.el one month ago. If you haven't done a bootstrap since, that would explain why you haven't seen any error message from recompile. > "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. Maybe you can post your problem here so that others can help you. Lute.