messages-are-flowing icon indicating copy to clipboard operation
messages-are-flowing copied to clipboard

Make it easier to send "flowed" email messages from Emacs

Results 11 messages-are-flowing issues
Sort by recently updated
recently updated
newest added

When copy-pasting paragraphs, you won't get any hard newlines. This means all paragraphs will be merged. Even though not strictly the responsibility of this package, I would suggest adding a...

When opening a new buffer, the default behaviour of `use-hard-newlines` is to propose to convert certain newlines to hard newlines automatically. However, these newlines are not shown at first, because...

If I follow the setup suggested in `README.org`: (add-hook 'message-mode-hook 'messages-are-flowing-use-and-mark-hard-newlines) then every time I enter `message-mode`, it asks: Make newlines between paragraphs hard? (y or n) This is pretty...

based off some code at: https://emacs.stackexchange.com/questions/19296/retooling-fill-paragraph-to-append-trailing-spaces

Is there a trick to make this work? I put the "(add-hook 'message-mode-hook 'messages-are-flowing-use-and-mark-hard-newlines)" into my init file and it properly puts the new line icons in my messages, but...

This may be a user error, but wanted to file this just in case. I expected this mode to be able to put a space before newlines for soft lines....

The effect can be activated but not deactivated. It would be better if this was a minor mode, just like `use-hard-newlines`.

Hi, I, too, thought about doing exactly the same 2 or 3 years ago but my understanding of text properties was even poorer than it is now. Thank you for...

A couple of different fixes in this one because I've been testing the changes separately for a few months. See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71017#17