Hi jgart On Wednesday, June 22nd, 2022 at 03:59, jgart wrote: > Hi Guixers, > > Just wanted to report a bug with emacs-jedi: > > This is all that is currently copied into gnu/store: > > jedi-autoloads.el jedi-autoloads.elc jedi-core.el jedi-core.elc jedi-pkg.el jedi.el jedi.elc test-jedi.el test-jedi.elc tryout-jedi.el tryout-jedi.elc > > But it's missing jediepcserver.py: > > https://github.com/tkf/emacs-jedi/blob/master/Makefile#L132 > > You would then need to put this in your emacs config: > > (setq jedi:server-command '("PATH/TO/jediepcserver.py")) > > I'll try to work on it when I get a chance but feel free to fix it if you have the time. > > all best, Oh, thanks, so this is why I lost Python completion after updgrading my profile... I'm too busy too to try to fix it though...