hylang / hy-mode

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

tab completion not working in inferior lisp #47

Closed gilch closed 7 years ago

gilch commented 7 years ago

At least not in my current Spacemacs setup (develop branch with Python layer). Hy's command line repl does have tab completions though.

ekaschalk commented 7 years ago

Autocompletion now auto starts up on file load/activating a python environment. I've updated it to work under the new internal processes, should be solid enough to use now.

It now autocompletes in shell as well. Still doesn't complete all symbols - but this is an issue to solve in hy not hy-mode.