Paredit strict backspace in the leftmost symbol/keyword/thing inserts a space instead #1771
Labels
bug
Something isn't working
editing
paredit
Paredit and structural editing
regression
Regression error
Briefly, the problem is that when you press backspace in this form:
(if• :|foo)
It inserts a space between
:
andf
, instead of just deleting the:
. This is because theonlyWhitespaceLeftOfCursor
that was being used to guard the new backspace on whitespace behavior function didn't verify that you were not deeply inside the current token (as opposed to just touching the left edge).The text was updated successfully, but these errors were encountered: