]> git.eshelyaron.com Git - emacs.git/commit
Parse the whole buffer at once in compile.el
authorJonas Bernoulli <jonas@bernoul.li>
Fri, 14 Aug 2020 14:18:01 +0000 (16:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Aug 2020 14:23:16 +0000 (16:23 +0200)
commit93136b980ade2bdd1053128ce103c7ac53a2ad0e
treeada16dadc5a1e0ce0a35b2e72d9ad084eee76a9a
parent319463920ca8829dcdfa6c0c8c1c8ff15091f6f0
Parse the whole buffer at once in compile.el

* lisp/progmodes/compile.el (compilation-next-single-property-change):
Parse whole buffer at once (bug#42806).

Also remove the comment that mentioned that it is an option to do it
in one go as we now actually start doing.  As the existence of that
comment suggested, there is not really a reason to process the buffer
in small chunks.  On the contrary, processing the output in arbitrary
units can result in certain constructs not being recognized because
they begin in one arbitrary chunk, while ending in another.
lisp/progmodes/compile.el