Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Python backend #20

Closed
jorgenschaefer opened this issue Nov 29, 2012 · 0 comments
Closed

Better Python backend #20

jorgenschaefer opened this issue Nov 29, 2012 · 0 comments
Milestone

Comments

@jorgenschaefer
Copy link
Owner

RopeMacs, Pymacs, etc. is quite heavy, especially as I (personally) mainly use it to get possible completions. We could see if we can rewrite that part.

  • Define an RPC protocol between Python and Emacs we can use. Probably JSON-based.
  • Use available completion helpers (from rope, jedi, rlcompleter, own stuff?)

How to use Rope as a library:

http://rope.sourceforge.net/library.html

Especially the codehelper part is relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant