hy-mode icon indicating copy to clipboard operation
hy-mode copied to clipboard

Hy mode for Emacs

Results 17 hy-mode issues
Sort by recently updated
recently updated
newest added

![photo_2022-06-28_20-22-10](https://user-images.githubusercontent.com/81474805/176255432-f2c28996-09f1-4fcd-a2b8-e4f5bd027cb6.jpg) I use Doom Emacs and company-mode. I think, no additional notes should be added

# 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(https://github.com/ekaschalk/jedhy/pull/2), I made workaround version of...

Hi, When i run `run-jedhy`, i get the following error message: ``` hy-shell--redirect-check-prompt-regexp: No prompt found or ‘comint-prompt-regexp’ not set properly ``` A little digging around showed, that somehow the...

I believe this fixes #85. I was getting the error ``` hy-shell--redirect-check-prompt-regexp: No prompt found or ‘comint-prompt-regexp’ not set properly ``` when running the tests, and when starting the first...

It can be useful to get the output from the hy-shell as a string using `redirect-send` while still keeping the output in the REPL buffer as a record.

This seems like a sensible default, since you normally expect to see a lisp representation of your output rather than some internal model representation.

[ob-hy](https://github.com/brantou/ob-hy/issues/7) seems to be unmaintained. Rather then forking I suggest including it's functionality in hy-mode.

I hope you don't mind the unsolicited PR but I made the changes for my own use anyway so thought it makes sense to share. Current behaviour (installed from master):...

Maybe it's a feature, but every time I press C-M-x it takes me to the *Hy* buffer so I have to need to go back to my source file. Not...

Hy version: 0.18.0 The following code does not seem to complete in `hy-mode`. I do have completion for builtins and as you can see, it does work with jedhy directly....