unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [eliz@gnu.org: Re: loaddefs.el has no effect]
@ 2005-06-28 18:46 Richard M. Stallman
  2005-07-02 10:21 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Richard M. Stallman @ 2005-06-28 18:46 UTC (permalink / raw)


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?

------- Start of forwarded message -------
Date: Mon, 27 Jun 2005 20:51:07 +0200
From: Eli Zaretskii <eliz@gnu.org>
To: "RGB" <rbielaws@i1.net>
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 <eliz@gnu.org>
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" <rbielaws@i1.net>
> 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.


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [eliz@gnu.org: Re: loaddefs.el has no effect]
  2005-06-28 18:46 [eliz@gnu.org: Re: loaddefs.el has no effect] Richard M. Stallman
@ 2005-07-02 10:21 ` Eli Zaretskii
  2005-07-02 13:41   ` Juanma Barranquero
  2005-07-06  3:20   ` RGB
  0 siblings, 2 replies; 6+ messages in thread
From: Eli Zaretskii @ 2005-07-02 10:21 UTC (permalink / raw)
  Cc: RGB, emacs-devel

> From: "Richard M. Stallman" <rms@gnu.org>
> 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 <eliz@gnu.org>
> To: "RGB" <rbielaws@i1.net>
> 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 <eliz@gnu.org>
> 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" <rbielaws@i1.net>
> > 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [eliz@gnu.org: Re: loaddefs.el has no effect]
  2005-07-02 10:21 ` Eli Zaretskii
@ 2005-07-02 13:41   ` Juanma Barranquero
  2005-07-02 16:45     ` Eli Zaretskii
  2005-07-06  3:20   ` RGB
  1 sibling, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2005-07-02 13:41 UTC (permalink / raw)
  Cc: emacs-devel

On 7/2/05, Eli Zaretskii <eliz@gnu.org> wrote:

> Could people who build Emacs on MS-Windows
> please try bootstrapping, and verify that (1) bootstrap still works,

It works.

> and (2) after "make bootstrap" finishes, there's no emacs.exe in the
> `bin' subdirectory of the tree root directory

There's no emacs.exe in bin/ after "make bootstrap".

>  (i.e., you must do a
> "make install" to get bin/emacs.exe)?

There's an emacs.exe in bin/ after "make install".

-- 
                    /L/e/k/t/u

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [eliz@gnu.org: Re: loaddefs.el has no effect]
  2005-07-02 13:41   ` Juanma Barranquero
@ 2005-07-02 16:45     ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2005-07-02 16:45 UTC (permalink / raw)
  Cc: emacs-devel

> Date: Sat, 2 Jul 2005 15:41:16 +0200
> From: Juanma Barranquero <lekktu@gmail.com>
> Cc: emacs-devel@gnu.org
> 
> On 7/2/05, Eli Zaretskii <eliz@gnu.org> wrote:
> 
> > Could people who build Emacs on MS-Windows
> > please try bootstrapping, and verify that (1) bootstrap still works,
> 
> It works.
> 
> > and (2) after "make bootstrap" finishes, there's no emacs.exe in the
> > `bin' subdirectory of the tree root directory
> 
> There's no emacs.exe in bin/ after "make bootstrap".
> 
> >  (i.e., you must do a
> > "make install" to get bin/emacs.exe)?
> 
> There's an emacs.exe in bin/ after "make install".

Thanks for testing.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [eliz@gnu.org: Re: loaddefs.el has no effect]
  2005-07-02 10:21 ` Eli Zaretskii
  2005-07-02 13:41   ` Juanma Barranquero
@ 2005-07-06  3:20   ` RGB
  2005-07-06 18:23     ` Eli Zaretskii
  1 sibling, 1 reply; 6+ messages in thread
From: RGB @ 2005-07-06  3:20 UTC (permalink / raw)
  Cc: emacs-devel


----- Original Message ----- 
From: "Eli Zaretskii" <eliz@gnu.org>
To: <rms@gnu.org>
Cc: "RGB" <rbielaws@i1.net>; <emacs-devel@gnu.org>
Sent: Saturday, July 02, 2005 5:21 AM
Subject: Re: [eliz@gnu.org: Re: loaddefs.el has no effect]


>> From: "Richard M. Stallman" <rms@gnu.org>
>> 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)?
> 
All seems to be fine when I try it.
Thanks

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [eliz@gnu.org: Re: loaddefs.el has no effect]
  2005-07-06  3:20   ` RGB
@ 2005-07-06 18:23     ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2005-07-06 18:23 UTC (permalink / raw)
  Cc: emacs-devel

> From: "RGB" <rbielaws@i1.net>
> Cc: <emacs-devel@gnu.org>
> Date: Tue, 5 Jul 2005 22:20:49 -0500
> 
> > 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)?
> > 
> All seems to be fine when I try it.

Thanks for testing (and for reporting the problem in the first place).

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-07-06 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-28 18:46 [eliz@gnu.org: Re: loaddefs.el has no effect] Richard M. Stallman
2005-07-02 10:21 ` Eli Zaretskii
2005-07-02 13:41   ` Juanma Barranquero
2005-07-02 16:45     ` Eli Zaretskii
2005-07-06  3:20   ` RGB
2005-07-06 18:23     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).