ekaschalk / jedhy

Autocompletion and code introspection for Hy.
46 stars 14 forks source link

Workaround for hy 1.0a3 #4

Closed jethack23 closed 1 year ago

jethack23 commented 2 years ago

Overview

For someone who wants to use the most recent hy with jedhy and hy-mode in emacs. Thanks to the work done by @rinx, I made workaround version of jedhy and hy-mode for hy 1.0a3.

How to apply

You need to update both jedhy and hy-mode to make them work.

jedhy

(In workaround_for_hy-1.0a3 branch in http://github.com/jethack23/jedhy) Clone my commit of jedhy and install jedhy with this clone. I used this command at the directory of repository.

pip install .

hy-mode

Clone my commit of hy-mode and apply change I made to your hy-jedhy.el. (In workaround_for_hy-1.0a3 branch in http://github.com/jethack23/hy-mode) In my case, it was in

~/.emacs.d/elpa/hy-mode-{version}/hy-jedhy.el

You may need to X-x byte-compile-file to replace hy-jedhy.elc

vidjuheffex commented 2 years ago

any chance on this getting merged into master?

jethack23 commented 2 years ago

FYI, I have committed workaround for 1.0a4 at my repository.