Closed rgrinberg closed 5 years ago
Consider the following lisp snippet:
(if (eq branch nil) (format " [%s]" branch) "")
Where I want to transpose the if branches. If I put my cursor on the 2nd line on the ), and try to transpose the sexps I get this error:
)
forward-sexp: Scan error: "Containing expression ends prematurely", 473, 474
Does lispyville have a solution for this?
For this case, you could use lispyville-drag-forward or lispyville-drag-backward.
lispyville-drag-forward
lispyville-drag-backward
Thank you!
Consider the following lisp snippet:
Where I want to transpose the if branches. If I put my cursor on the 2nd line on the
)
, and try to transpose the sexps I get this error:Does lispyville have a solution for this?