1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/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
..
ChangeLog.1 ; Fix typos 2021-11-12 13:59:58 +01:00
ChangeLog.2
mh-acros.el Remove more MH-E compat code 2021-10-12 14:22:11 +02:00
mh-alias.el
mh-buffers.el
mh-comp.el Prefer defvar-local in MH-E 2021-10-18 01:40:00 +02:00
mh-compat.el Fix byte-compilation warnings in nox builds 2021-10-12 22:32:03 +01:00
mh-e.el Prefer defvar-local in MH-E 2021-10-18 01:40:00 +02:00
mh-folder.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
mh-funcs.el
mh-gnus.el
mh-identity.el Prefer defvar-local in MH-E 2021-10-18 01:40:00 +02:00
mh-inc.el
mh-junk.el
mh-letter.el Remove more MH-E compat code 2021-10-12 14:22:11 +02:00
mh-limit.el
mh-mime.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
mh-print.el
mh-scan.el MH-E threads code: use mh-scan variables correctly 2021-11-13 07:04:13 -08:00
mh-search.el
mh-seq.el Prefer defvar-local in MH-E 2021-10-18 01:40:00 +02:00
mh-show.el MH-E: restore message about obsolete key binding 2021-10-12 18:29:30 -07:00
mh-speed.el Remove more MH-E compat code 2021-10-12 14:22:11 +02:00
mh-thread.el MH-E threads code: use mh-scan variables correctly 2021-11-13 07:04:13 -08:00
mh-tool-bar.el Fix byte-compilation warnings in nox builds 2021-10-12 22:32:03 +01:00
mh-utils.el Fix byte-compilation warnings in nox builds 2021-10-12 22:32:03 +01:00
mh-xface.el Remove more MH-E compat code 2021-10-12 14:22:11 +02:00