Is this considered a bug to be fixed? If so, what priority does it have, and what's the time frame for a complete fix? On Tue, Jul 4, 2017 at 5:43 PM, Eli Zaretskii wrote: > > From: Itai Berli > > Date: Tue, 4 Jul 2017 12:19:42 +0300 > > > > I'd also like to add what should be obvious (considering the fact the > Emacs provides a line wrapping feature to > > begin with) that the "remedy" of braking long lines by inserting newline > character is not very usable, as one > > would have to move the newlines to other locations if one had to add a > few more words to the line. > > Emacs provides several convenience feature for this purpose. There's > the auto-fill mode, which will refill paragraphs automatically as you > type. There's also the 'M-q' key which will refill, and optionally > also justify, the marked region, defaulting to the current paragraph > if region is not active. >