emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: current CVS bootstrap broken?


From: Jason Rumney
Subject: Re: current CVS bootstrap broken?
Date: Wed, 01 Oct 2003 16:09:45 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624

Richard Stallman wrote:

I had some problems with bootstrapping and parse-time-string last night, which I didn't have time to debug fully, but I think it might be caused by the removal of a require for parse-time and addition of an autoload cookie instead.

If that is the case, I suspect that the code is setting some variable
in the file parse-time.

It appears to be a chicken and egg problem. Maybe it can be solved by a change to loaddefs-boot.el?

The code is in vc-cvs.el, and is a call to parse-time-string which is now autoloaded. The problem encountered is that when Emacs tries to save loaddefs.el after generating it, it loads vc-cvs.el and tries to run the code in question. But since loaddefs.el has not been written yet, the autoload does not work, and parse-time-string is left undefined.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]