Skip to content
New issue

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

fill-paragraph doesn't respect new-lines in comments #8

Open
feklee opened this issue May 26, 2012 · 1 comment
Open

fill-paragraph doesn't respect new-lines in comments #8

feklee opened this issue May 26, 2012 · 1 comment
Labels

Comments

@feklee
Copy link

feklee commented May 26, 2012

Example:

//- First paragraph.
//-
//- Second paragraph.

Now, when I execute fill-paragraph (M-q) on the comment, then the result is:

//- First paragraph. Second paragraph.

In this case, however, I expect no change at all.

@jkpl
Copy link
Contributor

jkpl commented Aug 9, 2012

The problem is that adaptive fill doesn't work properly. I don't know what breaks it. You can try setting the fill prefix manually with 'set-fill-prefix (C-x .)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants