We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just reporting a minor inconvenience involving numbered anonymous function arguments (%n) in Clojurescript and Clojure
%n
Pressing i on the top-level forms, between the hash and the opening parens (i.e. #|()
i
#|(
#(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
0.27.0
Once again, thank you for writing Lispy! (and secretly looking forward to your tree-sitter machinations)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just reporting a minor inconvenience involving numbered anonymous function arguments (
%n
) in Clojurescript and ClojurePressing
i
on the top-level forms, between the hash and the opening parens (i.e.#|(
)Currently running version:
0.27.0
on Emacs 29.1 (doom), OSXOnce again, thank you for writing Lispy! (and secretly looking forward to your tree-sitter machinations)
The text was updated successfully, but these errors were encountered: