hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
191 stars 47 forks source link

completion failing, no logs #81

Closed brettgilio closed 5 years ago

brettgilio commented 5 years ago

I have packaged hy and hy-mode for emacs for https://www.gnu.org/software/guix/

I can get everything to work just fine with hy-mode. The shell runs, but the only thing that doesnt work is completion.

Here is my configuration for it. Do you know what is happening?

https://github.com/brettgilio/guix-system/commit/3d665f71f80790cb3bb6db031c3cbf3512a472ce

ekaschalk commented 5 years ago

Hi please provide the version of Hy you are using.

Hy has a habit of breaking my introspection code with updates so it is likely that rather than something with your configuration.

brettgilio commented 5 years ago

brettg@guixsd ~ [env]$ hy hy 0.16.0 using CPython(default) 3.7.0 on Linux =>

ekaschalk commented 5 years ago

Quite a few things are broken apparently.. I don't really find that acceptable. I'm going to work on this again.

brettgilio commented 5 years ago

Anything I can help you with?

ekaschalk commented 5 years ago

I'm fixing up jedhy and want to integrate that finally. Figuring out good ways to install Python packages from within Emacs would be the most useful step.

ekaschalk commented 5 years ago

I redid most of hy-mode and have autocompletion, eldoc, etc. working now with jedhy.

The completion can be a bit slow so I need to optimize jedhy some and finish up the test suite, then hy-mode should be much improved and ready.

ekaschalk commented 5 years ago

Please check out the readme. Autocompletion, doc lookup, etc should now be pretty solid.

Closing but feel free to reopen to provide feedback/issues/etc.