memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 4ac885766a82c50c62c30ebf8b214ff3c161164f
parent 8930adf77cfe163c9580688f930f13f9cbb0309b
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 20 May 2024 22:01:20 +0200

Add details about imenu-flatten

Diffstat:
Mreviews/emacs/hype.org | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org @@ -26,8 +26,6 @@ As of ERC 5.6, setting ~erc-fill-function~ to ~'erc-fill-wrap~ enables =wrap-prefix= & margin trickery to (a) align nicks and messages (b) make messages reflowable (c) keep timestamps firmly stuck to the right margin. -*** imenu -**** bug#70846 imenu-flatten *** outline **** bug#49731 outline-{show,hide}-by-heading-regexp **** bug#68824 tree-sitter integration @@ -81,6 +79,12 @@ subdirectories, and one source file uses symbols from multiple TAGS files. Sounds useful though. +*** imenu +**** bug#70846 imenu-flatten +See also emacs-devel:<m1bk5adq1z.fsf@eshelyaron.com> for follow-up +work to make completions preserve text properties, allowing +~completing-read~ callers to distinguish multiple candidates with the +same string value. ** UI *** Completion **** ~completion-preview-mode~