-
Notifications
You must be signed in to change notification settings - Fork 48
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
Erorr in the autocomplete suggestions field #106
Comments
Also getting these same errors! Very curious if there's any workaround in the meantime |
I'm also trying this out, but I have the feeling the language changed in the meantime this is the source of =hy-jedhy.el= to load the jedhy instance (defconst hy-jedhy--setup-code
"(import hy [hy.core.language [*]] [hy.core.macros [*]]) (require [hy.extra.anaphoric [*]]) (try (do (import jedhy jedhy.api) (setv --JEDHY (jedhy.api.API)) \"Started jedhy\") (except [e Exception] \"Failed to start jedhy\"))" which translates in (import hy [hy.core.language [*]] [hy.core.macros [*]])
(require [hy.extra.anaphoric [*]])
(try
(do (import jedhy jedhy.api)
(setv --JEDHY (jedhy.api.API))
"Started jedhy")
(except [e Exception]
"Failed to start jedhy")) which does not work at all for a newly checkout version of =Hy= for me
heck I thing the code is not valid v1 Hy, but I just started using it and I'm not sure. BTW I am using
|
@alejandrogallo yeah I think that is the issue. |
I use Doom Emacs and company-mode. I think, no additional notes should be added
The text was updated successfully, but these errors were encountered: