[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recompile files
From: |
Andrea Crotti |
Subject: |
Re: Recompile files |
Date: |
Sat, 17 Apr 2010 11:29:52 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.90 (darwin) |
Eli Zaretskii <eliz@gnu.org> writes:
>
> No, it won't. The *.elc files are OS- and architecture-independent.
> So you can use them on any platform without fear, provided that you
> have roughly the same version of Emacs installed on all of them.
Ok good to know, but I would like to have this done automatically
- at boot recompile every new *.el file which doesn't have the compiled
version
- check if the .el is newer than the compiled and compile it
automatically if not
- check that the files are from more or less compiled with the same
versions and print out a big warning otherwise...
By the way now emacs is eating too much memory, with nothing open
53Mb, just opening GNUS I reached 193Mb :O I don't think that's the normality