1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/test/lisp/mh-e
Stephen Gildea 4df334a0f7 MH-E threads code: use mh-scan variables correctly
* lisp/mh-e/mh-thread.el (mh-thread-current-indentation-level)
(mh-thread-find-children): Fix off-by-one error by using
'mh-scan-field-from-start-offset' directly, as
'mh-thread-parse-scan-line' does.  Previously, these functions would
incorrectly consider the "date note" column as part of the thread
indenting.  Since that column is almost always a Space character, that
almost always worked.
(mh-thread-ancestor): Update caller.
* test/lisp/mh-e/mh-thread-tests.el: New unit tests for affected code.
* lisp/mh-e/mh-scan.el (mh-msg-num-width-to-column): Fix doc string typo.
2021-11-13 07:04:13 -08:00
..
mh-limit-tests.el
mh-thread-tests.el MH-E threads code: use mh-scan variables correctly 2021-11-13 07:04:13 -08:00
mh-utils-tests.el ; Fix typos 2021-11-12 13:59:58 +01:00
mh-xface-tests.el
test-all-mh-variants.sh Expanded testing of MH-E with multiple MH variants 2021-10-09 11:36:38 -07:00