Hi, jgart <jg...@dismail.de> writes:
> 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. Should be fixed with 299be00adb427441c0cb7d301bf918594f61400e. Let me know in case I missed something. Thanks! Maxim