1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08: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 Make mh-* XEmacs compat aliases obsolete 2021-10-08 03:38:12 +02:00
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 Make mh-* XEmacs compat aliases obsolete 2021-10-08 03:38:12 +02:00
mh-gnus.el Remove some more MH-E compat code 2021-10-12 01:55:57 +02:00
mh-identity.el Prefer defvar-local in MH-E 2021-10-18 01:40:00 +02:00
mh-inc.el
mh-junk.el * lisp/mh-e/mh-show.el (mh-junk-whitelist): Custom obsolescence message. 2021-10-11 18:20:36 -07:00
mh-letter.el Remove more MH-E compat code 2021-10-12 14:22:11 +02:00
mh-limit.el Make mh-* XEmacs compat aliases obsolete 2021-10-08 03:38:12 +02:00
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 Prefer setq-local in lisp/mh-e/*.el 2021-10-12 02:02:22 +02:00
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