Re: Trouble with byte-compiling .el files on Emacs update

2008-07-28 Thread Michael Olson
Hilko Bengen <[EMAIL PROTECTED]> writes: > Michael Olson <[EMAIL PROTECTED]> writes: > >> I've implemented this as follows for the semantic package. > >> [...] > >> cat << EOF > path.el >> (let ((paths (list "${ELPREFIX}" "${ELPREFIX}/bovine" "${ELPREFIX}/wisent" >>"/usr/sh

Re: Trouble with byte-compiling .el files on Emacs update

2008-07-28 Thread Hilko Bengen
Michael Olson <[EMAIL PROTECTED]> writes: > I think it's a good policy to add the source directories for all > Emacs Lisp packages that are depended upon while performing > byte-compilation, Agreed. > and to inhibit the loading of site-start.el. This prevents any 3rd > party packages from inter

Re: Trouble with byte-compiling .el files on Emacs update

2008-07-28 Thread Michael Olson
Hilko Bengen <[EMAIL PROTECTED]> writes: > My workaround consists of adding the source directory for w3m-el to > the load-path when sepia is byte-compiled. I think it's a good policy to add the source directories for all Emacs Lisp packages that are depended upon while performing byte-compilation