emacs-devel
[Top][All Lists]
Advanced

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

Re: package.el: bytecode portability across emacs versions


From: Richard Stallman
Subject: Re: package.el: bytecode portability across emacs versions
Date: Sat, 26 May 2007 21:00:32 -0400

    I know that sharing bytecode is bad.  I just didn't know what to do
    about it.

You could put the bytecode in
/usr/local/share/emacs/VERSION/site-lisp, which is a standard element
of load-path, version-specific.  The source code could go in
/usr/local/share/emacs/site-lisp.  If package.el finds the source
code and not the binary, it can compile for the current Emacs version.




reply via email to

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