]> git.eshelyaron.com Git - emacs.git/commit
Handle more subprocess chunking in M-x man (Bug#36927)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 18 Aug 2019 22:10:50 +0000 (18:10 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 18 Aug 2019 22:19:21 +0000 (18:19 -0400)
commitf9464020d403be8344f8293297b27276872571d4
tree476385d0b3d7db330b14125f40d147c2411b9492
parent780509f29f0aa006a578744f7e871eb6d5ce5931
Handle more subprocess chunking in M-x man (Bug#36927)

* lisp/man.el (Man-bgproc-filter): Make sure not to chop man sections
by narrowing.
(Man-highlight-references0): Revert previous fix, as it's no longer
needed.
* test/lisp/man-tests.el (man-tests-filter-strings): New function.
(man-bgproc-filter-buttonize-includes): New test.
lisp/man.el
test/lisp/man-tests.el