From: jgart <jgart@dismail.de>
To: Guix Devel <guix-devel@gnu.org>
Subject: emacs-jedi package bug missing crucial python server file
Date: Tue, 21 Jun 2022 22:59:26 -0500 [thread overview]
Message-ID: <20220621225926.GB5429@gac> (raw)
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,
jgart
next reply other threads:[~2022-06-22 3:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-22 3:59 jgart [this message]
2022-06-22 9:14 ` emacs-jedi package bug missing crucial python server file Munyoki Kilyungi
2022-06-30 2:13 ` jgart
2022-06-30 11:42 ` Munyoki Kilyungi
2022-06-22 12:55 ` Luis Felipe
2022-06-24 4:03 ` Maxim Cournoyer
2022-06-29 15:44 ` Luis Felipe
2022-06-22 17:32 ` Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220621225926.GB5429@gac \
--to=jgart@dismail.de \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.