[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#58532: 29.0.50; Support displaying imenu entries in a separate buffe
From: |
Daniel Martín |
Subject: |
bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer |
Date: |
Sat, 15 Oct 2022 02:52:33 +0200 |
Severity: wishlist
It'd be great if imenu supported displaying its alist of entries in a
separate buffer. This is particularly useful when the list of entries
has many levels (for example, it is the table of contents of a PDF,
supported in Emacs 29), because you could search for an entry very
easily. Right now, pressing C-s in the minibuffer only searches for
first-level imenu entries.
I suggest the new buffer would be configured in outline-mode, which is
suited for this kind of hierarchical content.