Alex Kost <alez...@gmail.com> writes: > Alex Kost (2016-02-04 23:00 +0300) wrote: > > [...] >> So to recap, you found 2 issues: >> >> 1. Emacs packages installed in a system profile are not automatically >> added to 'load-path'. > > Fixed in commit 004ea62¹. However, it will take effect when the new > source of "guix-emacs.el" will be used. It will happen only after we'll > update our guix-devel snapshot (last time it was in commit 2c77615). >
Thanks. Given that I am using git pull, is it feasible to for me test this change now? >> 2. With the current EMACSLOADPATH, a wrong "site-lisp.el" is loaded, so >> "M-x guix-…" commands are not autoloaded. > > This one is fixed in commit b3fee14² (it will take effect when > EMACSLOADPATH will be changed, i.e. after "guix pull", "guix system > reconfigure" and rebooting). Thanks, I can confirm this works for me.