- Notifications
You must be signed in to change notification settings - Fork18
Fix some issues with short anonymous functions#86
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix some issues with short anonymous functions#86
Uh oh!
There was an error while loading.Please reload this page.
Conversation
6ffbd9f to0e4252dCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
0e4252d to805f31eCompare43dbadd intoclojure-emacs:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I noticed that some functionality didn't work for short anonymous functions, such as syntax highlighting of built-ins, indentation rules and vertical aligning of forms. Mostly because they are not
list_litnodes, but separate node type.I also discovered and reported another bug in Emacs and introduced a temporary workaround.
Before submitting a PR mark the checkboxes for the items you've done (if you
think a checkbox does not apply, then leave it unchecked):
M-x checkdocand fixed any warnings in the code you've written.Thanks!