branch: externals/consult commit 271269c5a1a93d9ed343793ba526cf7569b16edd Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@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