pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Don't list entire python module as process (local) #407

Closed timlod closed 3 years ago

timlod commented 3 years ago

This still copies the python buffer as a string when running through TRAMP.

Also, I'm not sure if/how this works when actually installing the package through MELPA - I tested this locally through the scratch buffer, assuming that anaconda-mode.py is available at the package directory. Not sure if anything else needs to be specified to actually deliver the file along with the package.

dakra commented 3 years ago

I made a PR to Melpa. Once that's merged we can merge this here. https://github.com/melpa/melpa/pull/7420

purcell commented 3 years ago

The MELPA PR is merged now :+1:

dakra commented 3 years ago

Thanks @purcell and @timlod . It's in master now. (GitHub didn't recognize it because I rebased on latest master but then somehow didn't pick up my push to your PR branch first.)