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
I noticed a, to me, weird behavior of clojure-fill-paragraph. I was listing keyword arguments in a docstrsing, and when I tried to fill it I ended up with something similar to the screenshot below. I tracked it down to the extra stuff that it is adding to paragraph-start, i.e. this code:
I don't understand why the regexp is like that, but I don't like the current result.
Expected behavior
clojure-fill-paragraph can break lines at the space in word :word.
Actual behavior
Steps to reproduce the problem
Try to fill the docstring in
(defn some-function
"word word word word word word word word word :word :word :word :word :word :word :word :word :word :word :word :word :word :word :word :word :word :word :word :word :word :word word word word word word word word word word word word word word word word word word word word word word word word"
[])
Environment & Version information
clojure-mode version 5.13
The text was updated successfully, but these errors were encountered:
I noticed a, to me, weird behavior of
clojure-fill-paragraph
. I was listing keyword arguments in a docstrsing, and when I tried to fill it I ended up with something similar to the screenshot below. I tracked it down to the extra stuff that it is adding toparagraph-start
, i.e. this code:I don't understand why the regexp is like that, but I don't like the current result.
Expected behavior
clojure-fill-paragraph
can break lines at the space inword :word
.Actual behavior
Steps to reproduce the problem
Try to fill the docstring in
Environment & Version information
clojure-mode version 5.13
The text was updated successfully, but these errors were encountered: