hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
189 stars 48 forks source link

Autocompletion problem #71

Closed masatoi closed 6 years ago

masatoi commented 6 years ago

Hello!

I fixed a problem that autocompletion does not work with the latest version of Hy.

ekaschalk commented 6 years ago

Sorry for the delay:

Until Hy tags a new release, the renamed mangling should handle both hy_symbol_mangle and mangle.

ekaschalk commented 6 years ago

I believe this is now fixed for both the tag and master. Please reopen if it doesn't work for you, some completion names have some internal hy stuff prepended now due to their modification of the compile table.