-
Notifications
You must be signed in to change notification settings - Fork 25
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
Little bug when formatting elisp #18
Comments
Thanks. I will look into it soon. |
Same here. It doesn't appear to handle property lists well.
|
At minimum it should not glue together multiline expressions without line breaks between them. |
If I change my style and use
|
Tried out your snippet and now I have lines over 200 characters long due to my extensive use of |
A long shot after almost five years, but... did anybody find a workaround? |
@bard I just stopped using |
Hey @tuhdo
Thanks for this package.
I'm generating some lisp code programmatically and I need to format it with your tool after I insert it into a buffer. Works great except for this little bug. Not a big deal for me at all, just thought I would let you know:
starting input
expected output
actual output after executing
srefactor-lisp-format-sexp
at beginning of bufferThe text was updated successfully, but these errors were encountered: