Skip to content
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

Numbered anonymous function arguments are being incorrectly auto-formatted #676

Open
aisamu opened this issue Jan 12, 2024 · 0 comments
Open

Comments

@aisamu
Copy link

aisamu commented Jan 12, 2024

Just reporting a minor inconvenience involving numbered anonymous function arguments (%n) in Clojurescript and Clojure

Pressing i on the top-level forms, between the hash and the opening parens (i.e. #|()

#(println %)
;; nothing happens (expected!)

#(apply println %&)
;; nothing happens (also expected!)

#(println %1 %2 %3)
#(println % 1 % 2 % 3) ; (oh no)

Currently running version:0.27.0 on Emacs 29.1 (doom), OSX

Once again, thank you for writing Lispy! (and secretly looking forward to your tree-sitter machinations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant