]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/TODO: New item "support indentation guides".
authorStefan Kangas <stefankangas@gmail.com>
Sat, 14 Sep 2024 14:34:11 +0000 (16:34 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 16 Sep 2024 09:58:36 +0000 (11:58 +0200)
Ref:
https://lists.gnu.org/r/emacs-devel/2024-07/msg01062.html
(cherry picked from commit 38de992a5a3ff13c6c727fd519b3f016f15264ea)

etc/TODO

index c894cf68c3dfa63c53007c2d2c72541a4e733f16..d37ca6646bb4174d9fb732cbe66605d338a9ee00 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -481,6 +481,14 @@ For some discussion and implementation ideas (including possibly using
 LSP), see the thread starting at
 https://lists.gnu.org/archive/html/emacs-devel/2023-09/msg00609.html
 
+** Add indentation guide support to the display engine
+Support vertical lines that indicate the current level of indentation,
+which is useful when editing source code.  This feature should be
+implemented in the display engine.
+
+See the indent-bars package, which implements this in Emacs Lisp:
+https://github.com/jdtsmith/indent-bars
+
 ** FFI (foreign function interface)
 See e.g. https://lists.gnu.org/r/emacs-devel/2013-10/msg00246.html