From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [eliz@gnu.org: Re: loaddefs.el has no effect] Date: Sat, 02 Jul 2005 12:21:14 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120296243 26049 80.91.229.2 (2 Jul 2005 09:24:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2005 09:24:03 +0000 (UTC) Cc: RGB , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 02 11:23:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DoeE0-0006CA-L7 for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2005 11:23:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DoeMd-0003Ja-Io for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2005 05:32:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DoeJK-0002MZ-2k for emacs-devel@gnu.org; Sat, 02 Jul 2005 05:29:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DoeJH-0002Lb-U7 for emacs-devel@gnu.org; Sat, 02 Jul 2005 05:29:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DoeJH-0002H4-KE for emacs-devel@gnu.org; Sat, 02 Jul 2005 05:29:15 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DoeGv-0002gy-BA; Sat, 02 Jul 2005 05:26:49 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-54-88.inter.net.il [80.230.54.88]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EUE92692 (AUTH halo1); Sat, 2 Jul 2005 12:21:17 +0300 (IDT) Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) 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:40087 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40087 > From: "Richard M. Stallman" > Date: Tue, 28 Jun 2005 14:46:51 -0400 > > I don't know when Eli will have time to fix this, but I think this is > an important problem and we should fix it soon. Can someone fix it now, > and ack to me? I think I fixed this. Could people who build Emacs on MS-Windows please try bootstrapping, and verify that (1) bootstrap still works, and (2) after "make bootstrap" finishes, there's no emacs.exe in the `bin' subdirectory of the tree root directory (i.e., you must do a "make install" to get bin/emacs.exe)? > ------- Start of forwarded message ------- > Date: Mon, 27 Jun 2005 20:51:07 +0200 > From: Eli Zaretskii > To: "RGB" > In-reply-to: <000701c57afe$7477b050$0200a8c0@ld1> (rbielaws@i1.net) > Cc: emacs-pretest-bug@gnu.org > Subject: Re: loaddefs.el has no effect > Reply-To: Eli Zaretskii > Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org > X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python > X-Spam-Level: > X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 > > > From: "RGB" > > Date: Mon, 27 Jun 2005 04:56:07 -0500 > > > > call "C:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" > > call configure > > nmake bootstrap > > > > I run emacs like this: > > > > set path=%path%;C:\Program Files\aspell\bin > > set home=C:\emacs\custom > > c:\emacs\bin\runemacs.exe %1 %2 %3 > > > > If I do a bootstrap build but don't do an install I will still get a > > c:\emacs\bin\emacs.exe. I'm thinking this is what you are calling > > bootstrap-emacs. Whatever it's called it works fine and is mostly > > indistinguishable from the version that is later built using loaddefs.el. > > That version remains in emacs/src/obj-spd/i386/emacs.exe until I run > > install. > > Okay, thanks for the explanations. I see the reason now: > bootstrap-emacs is copied to bin/emacs.exe and remains there even > after the final binary is produced. I will fix that when I have time.