Files
emacs/test/lisp
Samuel Freilich cda26e6462 Do not split line before width of fill-prefix
When auto-filling a paragraph, don't split a line before the width of the
fill-prefix, creating a subsequent line that is as long or longer (Bug#20774).
* lisp/simple.el (do-auto-fill): Only consider break-points that are later in
the line than the width of the fill-prefix.  This is a more general solution
than the previous logic, which only skipped over the exact fill-prefix.  The
fill-prefix doesn't necessarily match the prefix of the first line of a
paragraph in adaptive-fill-mode.
2017-08-30 20:10:36 -04:00
..
2017-08-11 11:28:57 +02:00
2017-08-30 12:00:26 +02:00
2017-08-27 12:54:19 -06:00
2017-08-04 14:15:51 +09:00
2017-07-06 19:54:07 -04:00
2017-01-03 18:34:13 -05:00
2017-05-21 00:09:41 +01:00
2017-07-20 15:42:12 -07:00