emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult 271269c5a1 2/2: consult-info: Add todos


From: ELPA Syncer
Subject: [elpa] externals/consult 271269c5a1 2/2: consult-info: Add todos
Date: Sat, 28 Jan 2023 04:57:25 -0500 (EST)

branch: externals/consult
commit 271269c5a1a93d9ed343793ba526cf7569b16edd
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    consult-info: Add todos
---
 consult-info.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/consult-info.el b/consult-info.el
index 871a65d7b1..ba1cd8aa6d 100644
--- a/consult-info.el
+++ b/consult-info.el
@@ -44,7 +44,13 @@
         (setq last-node nil full-node nil)
         (widen)
         (goto-char (point-min))
-        ;; TODO subfile support?!
+        ;; TODO Info seems to support subfiles?! Maybe not needed?
+        ;; TODO It would be nice to make section/subsection/subsubsection 
titles
+        ;; part of the candidate group titles. However the titles must also be
+        ;; searchable, so we cannot simply search for all titles and walk over
+        ;; them. But if we add sections to the group titles, the grouping may
+        ;; also get too fine grained for completion, such that this won't be
+        ;; convenient.
         (while (and (not (eobp)) (re-search-forward re nil t))
           (if (match-end 1)
               (progn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]