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

I'm seeing this on startup in a freshly build emacs 27.0.60 (forthcoming release branch), using the [straight.el](https://github.com/raxod502/straight.el) package manager. ``` Eager macro-expansion failure: (wrong-type-argument listp hy--syntax->inner-char) [2 times] Eager macro-expansion...

If multiple `#[[ ]]` string literals appear inline, the syntax highlighter gets confused: ![screenshot_65](https://user-images.githubusercontent.com/10088628/69989505-bc89db80-1511-11ea-8204-967b7cd3d8cc.png) ![screenshot_66](https://user-images.githubusercontent.com/10088628/69989977-cfe97680-1512-11ea-9004-71c66e278fcb.png)

Hi, using current hy-lang 0.24, new style tuples are not indented properly: just hitting TAB (indent-for-tab-command) on each of the following lines, gives me this weird result (the "Gas" line...

The new syntax introduced with https://github.com/hylang/hy/pull/2270 is not being recognized by `hy-mode`. For example: ```hy (import click) (defn [click.command (click.option "--name")] main [name] (print "Hi" name)) (when (= __name__ "__main__")...

Hy all :) Thanks for the nice piece of software. Looking around hy-shell.el, I could not find a way to pass PYTHONPATH to the inferior process --- without a global...

Can you add instructions how to install it to get auto-complete? I never used Emacs in the past. I think its very important people to be able to start with...