]> git.eshelyaron.com Git - emacs.git/commit
Do not split line before width of fill-prefix
authorSamuel Freilich <sfreilich@google.com>
Wed, 23 Aug 2017 17:40:45 +0000 (13:40 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 31 Aug 2017 00:10:36 +0000 (20:10 -0400)
commitcda26e64621d71c6a797f694418d844a621998be
tree9ac729275eb1129bacb340ba849d84ffc4eb3a46
parent160295867de98241a16f2ede93da7e825ed4406b
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.
lisp/simple.el
test/lisp/simple-tests.el