-
Notifications
You must be signed in to change notification settings - Fork 347
Paredit M-s no longer works after upgrade to 13.18 #1183
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
Comments
Short term fixes include using I haven't figured out what |
@bergey Thanks for the tip on smartparens - looks pretty good so far! |
@bergey any chances you will have a time to find real issue and fix it? |
@geraldus That seems unlikely, I'm afraid. Not any time soon, certainly. |
Apologies if this is a known issue - a quick search for "paredit" did not reveal any issues.
Just upgraded via the package manager to 13.18 and my paredit in Haskell files started acting strangely. Most notably, I can no longer get rid of parentheses from within them using M-s.
Example:
I want
(map go m)
to becomemap go m
. I used to be able to put cursor on, say, "go" and hit M-s and the parentheses would disappear.Now, I get the following error:
up-list: Scan error: "Unbalanced parentheses", 9464, 9464
The positions always refer to some large value that feels like it's after the current module. I've tested even with a single line module and had the same issue.
The text was updated successfully, but these errors were encountered: