Alex Kost writes: [...] >> So, should I put ... >> >> '(guix-emacs-load-autoloads "/run/current-system/profile")' >> >> ... in init.el, in which case guix INFO should say so. > > Well, you can do it as a temporary workaround, but we'll fix it soon (I > mean the system profile will also be inspected for emacs packages), so > it will not be necessary in the closest future. Hi Alex. Tried removing this and got 'command-execute: Symbol's function definition is void: magit-status' Shouldn't it be fixed by now? TIA - george glc@g1 ~/dev/guix$ git branch -av | head -n 1 * master 59a4dd5 doc: Explain how to check whether security updates are used. glc@g1 ~/dev/guix$ env | grep EMACSLOADPATH EMACSLOADPATH=/etc/emacs: glc@g1 ~/dev/guix$ cat ~/.emacs.d/init.el | grep autoloads ;; (guix-emacs-load-autoloads "/run/current-system/profile") glc@g1 ~/dev/guix$ guix package --list-installed glc@g1 ~/dev/guix$ system config.q.scm (attached)