commit a5f1a4596f97eb128f1d109a0079a372b8a8d978
parent 0ecf176446f405eee4f3d5aa3c94bf6e5d1d337d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 6 Feb 2022 16:20:58 +0100
Add minor display itch
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
@@ -41,6 +41,16 @@ Fixed by Yamamoto Mitsuharu.
:Role: author
:END:
First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. Fixed by Eli.
+**** TODO Line height changes depending on visible characters
+E.g. with wide Org tables and ~truncate-lines~ enabled, if the
+~org-table~ face is set to a smaller height, then scrolling
+horizontally makes the lines "shake" because the final newline does
+not have the ~org-table~ face, and is thus taller.
+
+Not sure what the right approach is:
+1. ask Org to fontify the final newline,
+2. ask display engine to consider the whole line to compute the height
+3. ask display engine to ignore the newline to compute the height
*** input
**** TODO Translate unshifted keys to shifted if no bindings are found
To make =C-x [0-9]= more accessible on AZERTY. Firefox does this, cf