Re: Bootstrap problem.

2005-04-07 Thread Richard Stallman
We could let make clean delete loaddefs.el as well. Or would that have any negative effects that I'm not aware of? `make clean' should not delete loaddefs.el because that file is part of the Emacs distribution. However, if we want to change bootstrapping to delete loaddefs.el at some sta

Re: Bootstrap problem.

2005-04-07 Thread Lute Kamstra
Lute Kamstra <[EMAIL PROTECTED]> writes: > Lute Kamstra <[EMAIL PROTECTED]> writes: > >> Add a definition to lisp file A and make it available to other lisp >> files by adding an autoload cookie. Commit the change. Then add >> some code to lisp file B that depends on the presence of this >> defi

Re: Bootstrap problem.

2005-03-30 Thread Lute Kamstra
Lute Kamstra <[EMAIL PROTECTED]> writes: > Add a definition to lisp file A and make it available to other lisp > files by adding an autoload cookie. Commit the change. Then add > some code to lisp file B that depends on the presence of this > definition to compile. Commit this change as well. >

Re: Bootstrap problem.

2005-03-30 Thread Kim F. Storm
Lute Kamstra <[EMAIL PROTECTED]> writes: > Consider the following situation. > > Add a definition to lisp file A and make it available to other lisp > files by adding an autoload cookie. Commit the change. Then add some > code to lisp file B that depends on the presence of this definition to > c