emacs-devel
[Top][All Lists]
Advanced

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

Re: build broken: no defun org-float-time. A workaround.


From: Ken Raeburn
Subject: Re: build broken: no defun org-float-time. A workaround.
Date: Tue, 8 Sep 2009 15:08:51 -0400

On Sep 8, 2009, at 14:17, Alan Mackenzie wrote:
How about this for a workaround? Before doing any byte compilation, you
scan the .../lisp directory for stale .elc files, and rename them all.
That way, the byte compiler is forced to load the new .el files in
response to `require', and the like.  At the end of the process, you
either delete or unrename the stale files as appropriate.

It's not quite enough. It'll prevent the use of outdated .elc files, but if macro definitions have changed, and the macros are used in other lisp files, it won't trigger recompilation of those files.

Ken




reply via email to

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