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

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

[elpa] externals/consult 4aa8ad62ce 1/2: Remove TODO, we don't want grou


From: ELPA Syncer
Subject: [elpa] externals/consult 4aa8ad62ce 1/2: Remove TODO, we don't want group titles which are too fine-grained
Date: Sat, 4 Feb 2023 06:57:23 -0500 (EST)

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

    Remove TODO, we don't want group titles which are too fine-grained
    
    We could still prefix the candidates with the section/subsection names but 
that
    would probably look a bit mess.
---
 consult-info.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/consult-info.el b/consult-info.el
index ba1cd8aa6d..6ea311d118 100644
--- a/consult-info.el
+++ b/consult-info.el
@@ -45,12 +45,6 @@
         (widen)
         (goto-char (point-min))
         ;; 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]