Alex Kost <[email protected]> writes: > Ricardo found a problem while working on some emacs package that > requires EMMS: the elisp file(s) of this package is(are) not compiled. > > This happens because currently emacs-build-system adds only > "share/emacs/site-lisp/guix.d/<package>" to emacs load-path when it > compiles elisp files, but some emacs packages (for example, emms) put > their files in "share/emacs/site-lisp", so this directory should also be > added. The attached patch will do it.
Thank you for the patch! This looks like the right thing to do. Should we also (in a later patch) add a way to override or append to the list of directories, e.g. via the “arguments“ field? ~~ Ricardo
