commit d79d3360794283e46154bf431fba7e9b0c8ef15d
parent 4e11ac09421647eda61989597896f5cdedd969ec
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 31 May 2020 00:23:48 +0200
Close diff-hl itch
Diffstat:
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md
@@ -230,15 +230,8 @@ Use-cases:
(find-file "README.org")
```
-- [in Org buffers with org-indent-mode][diff-hl-vs-org-indent], with
- diff-hl-flydiff-mode on, lines before point will "dance" around
- while editing, i.e. while I type, they stick to the left margin,
- then when I stop typing, they become indented again.
-
- hides left line-truncation marker
-[diff-hl-vs-org-indent]: https://github.com/dgutov/diff-hl/issues/142
-
### wgrep
`C-c C-d` (`wgrep-mark-deletion`) could move to the next line, just
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
@@ -55,3 +55,5 @@ managed to write a unit test.
Took a couple of tries (and 3 days straight of compilation), but I got
the branch to compile on my Samsung NC10. See also Andrea's [[https://akrl.sdf.org/gccemacs.html#org0280894][progress
page]].
+** bug#41584 org-indent-mode's line-prefix text property flickers near overlays
+First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. Fixed by Eli.