We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if I have a buffer with content like thus
◊; lorem ipsum
when I invoke fill-paragraph (usually bound to M-q), the result is
fill-paragraph
M-q
whereas I would expect the text not to change at all, see the same content in org syntax:
org
# lorem ipsum
after pressing M-q:
The text was updated successfully, but these errors were encountered:
Yes, it seems we need to tune paragraph-separate or paragraph-start to make it behave correctly. I'll fix it soon. Thanks for reporting.
paragraph-separate
paragraph-start
Sorry, something went wrong.
I tried this
◊; Local Variables: ◊; mode: pollen ◊; paragraph-start: "\\(◊;\\)\\|\\|[ ]*$" ◊; comment-start: "◊;" ◊; comment-start-skip: "◊;{?[[:space:]]*" ◊; End:
and the behaviour improved in some situations, but still doesn't work properly in all of them…
No branches or pull requests
if I have a buffer with content like thus
when I invoke
fill-paragraph
(usually bound toM-q
), the result iswhereas I would expect the text not to change at all, see the same content in
org
syntax:after pressing
M-q
:The text was updated successfully, but these errors were encountered: