emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: bad change to tooltip.el


From: Nick Roberts
Subject: Re: bad change to tooltip.el
Date: Wed, 17 Nov 2004 14:11:55 +1300

 > > Of course, once CL has been required for compilation then all the
 > > following lisp files are compiled with those macros, and not those
 > > in subr.el which have been overwritten.
 > 
 > If you mean you're compiling multiple files in one Emacs session and
 > especially looking at compiler messages, then don't do that.  It's
 > important to compile things separately, as the makefile targets do.

How do you mean?

Even with batch (as in the makefiles?), if I have a directory:

ls -l ~/test
total 72
-rw-r--r--    1 nickrob  nick        17555 Nov 17 13:42 file1.el
-rw-r--r--    1 nickrob  nick        15820 Nov 17 13:48 file2.el

Then:

~/emacs/src/emacs -batch --no-site-file --multibyte --eval 
"(batch-byte-recompile-directory 0)" ~/test

Checking /home/nick/test...
Compiling /home/nick/test/file.el...
...

A file loaded for the compilation of file1.el, still appears to be loaded for
the compilation of file2.el.

Nick




reply via email to

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