You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alignment should work correctly when nested, multi-line sexps have margin comments.
Actual behavior
Alignment breaks.
Steps to reproduce the problem
Try aligning the following:
(let [:x (+ 2 3
3 4) ; comment
:y (+ 1 2)])
Note the incorrect result:
(let [:x (+ 2 3
3 4) ; comment
:y (+ 1 2)])
Environment & Version information
clojure-mode version
Hm, clojure-mode-display-version is returning clojure-mode (version nil). Packages is showing 20201001.1449. I have also reproduced in a unit test in the latest on master.
Emacs version
27.2
Operating system
mac os Big Sur 11.4
The text was updated successfully, but these errors were encountered:
samwagg
added a commit
to samwagg/clojure-mode
that referenced
this issue
Jan 23, 2022
PR: #609
Expected behavior
Alignment should work correctly when nested, multi-line sexps have margin comments.
Actual behavior
Alignment breaks.
Steps to reproduce the problem
Try aligning the following:
Note the incorrect result:
Environment & Version information
clojure-mode version
Hm, clojure-mode-display-version is returning
clojure-mode (version nil)
. Packages is showing20201001.1449
. I have also reproduced in a unit test in the latest on master.Emacs version
27.2
Operating system
mac os Big Sur 11.4
The text was updated successfully, but these errors were encountered: