* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
[not found] <m1v8ol6h7y.fsf.ref@yahoo.es>
@ 2022-10-15 0:52 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
` (2 more replies)
0 siblings, 3 replies; 16+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-10-15 0:52 UTC (permalink / raw)
To: 58532
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.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-15 0:52 ` bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 23:58 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-19 20:50 ` Juri Linkov
2 siblings, 1 reply; 16+ messages in thread
From: Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-10-15 14:51 UTC (permalink / raw)
To: 58532; +Cc: mardani29
[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]
Daniel Martín via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:
> 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
Something like imenu-list in MELPA? That should be in Emacs core.
> 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
Really? I'm on Emacs 29, and in DocView Mode I get the following error:
imenu unavailable: "This buffer cannot use
‘imenu-default-create-index-function’".
> 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.
>
>
>
--
Akib Azmain Turja
Find me on Mastodon at @akib@hostux.social, and on Codeberg (user
"akib").
This message is signed by me with my GnuPG key. Its fingerprint is:
7001 8CE5 819F 17A3 BBA6 66AF E74F 0EFA 922A E7F5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-15 0:52 ` bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-19 20:50 ` Juri Linkov
2 siblings, 0 replies; 16+ messages in thread
From: Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-10-15 14:51 UTC (permalink / raw)
To: 58532; +Cc: mardani29
[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]
Daniel Martín via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:
> 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
Something like imenu-list in MELPA? That should be in Emacs core.
> 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
Really? I'm on Emacs 29, and in DocView Mode I get the following error:
imenu unavailable: "This buffer cannot use
‘imenu-default-create-index-function’".
> 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.
>
>
>
--
Akib Azmain Turja
Find me on Mastodon at @akib@hostux.social, and on Codeberg (user
"akib").
This message is signed by me with my GnuPG key. Its fingerprint is:
7001 8CE5 819F 17A3 BBA6 66AF E74F 0EFA 922A E7F5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-10-15 23:58 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-16 11:45 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 16+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-10-15 23:58 UTC (permalink / raw)
To: Akib Azmain Turja; +Cc: 58532
Akib Azmain Turja <akib@disroot.org> writes:
>> 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
>
> Something like imenu-list in MELPA? That should be in Emacs core.
>
Yes, it'd be great to have something like that (perhaps simpler and less
opinionated) as an extension to imenu. Or the feature can live as a
ELPA/Non-GNU ELPA package, I don't know.
>> 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
>
> Really? I'm on Emacs 29, and in DocView Mode I get the following error:
> imenu unavailable: "This buffer cannot use
> ‘imenu-default-create-index-function’".
>
Do you have mupdf/mutool installed? It is a prerequisite for the PDF
outline feature to work. If you have that CLI installed, then please
report it as a separate bug so we can investigate it.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-15 23:58 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-10-16 11:45 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-16 13:10 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 16+ messages in thread
From: Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-10-16 11:45 UTC (permalink / raw)
To: 58532; +Cc: mardani29
[-- Attachment #1: Type: text/plain, Size: 882 bytes --]
Daniel Martín via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:
>> Really? I'm on Emacs 29, and in DocView Mode I get the following error:
>> imenu unavailable: "This buffer cannot use
>> ‘imenu-default-create-index-function’".
>>
>
> Do you have mupdf/mutool installed? It is a prerequisite for the PDF
> outline feature to work. If you have that CLI installed, then please
> report it as a separate bug so we can investigate it.
I have that install now. But still no imenu. Isearch in doc-view.el
finds no match. When was the feature added? Within last two months?
--
Akib Azmain Turja
Find me on Mastodon at @akib@hostux.social, and on Codeberg (user
"akib").
This message is signed by me with my GnuPG key. Its fingerprint is:
7001 8CE5 819F 17A3 BBA6 66AF E74F 0EFA 922A E7F5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-16 11:45 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-10-16 13:10 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 0 replies; 16+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-10-16 13:10 UTC (permalink / raw)
To: 58532; +Cc: Akib Azmain Turja
Akib Azmain Turja via "Bug reports for GNU Emacs, the Swiss army knife
of text editors" <bug-gnu-emacs@gnu.org> writes:
>
> I have that install now. But still no imenu. Isearch in doc-view.el
> finds no match. When was the feature added? Within last two months?
Yes, the feature is less than a month old. Here's the commit that
introduced it:
commit b1c1ff9ee110a9fe739dc4407468f3e9b819484c
Author: Jose A. Ortega Ruiz <jao@gnu.org>
Date: Tue Sep 27 13:53:24 2022 +0200
docview: imenu access to table of contents
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-15 0:52 ` bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-10-19 20:50 ` Juri Linkov
2022-10-19 21:35 ` Jose A. Ortega Ruiz
2022-10-19 22:03 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2 siblings, 2 replies; 16+ messages in thread
From: Juri Linkov @ 2022-10-19 20:50 UTC (permalink / raw)
To: Daniel Martín; +Cc: 58532
> 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,
Unfortunately, mupdf/mutool doesn't support Unicode characters:
https://bugs.ghostscript.com/show_bug.cgi?id=702358
Maybe doc-view--pdf-outline could post-process the output
to replace hex-encoded numbers with their character equivalents?
> 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.
The problem is that imenu-submenus-on-top is t by default,
but such order is incompatible with the outline-mode trees.
For example, all functions belong to the Variables outline:
* Types
imenu
imenu-unavailable
* Variables
imenu-after-jump-hook
imenu-auto-rescan
imenu-auto-rescan-maxout
...
imenu
imenu--cleanup
imenu--completion-buffer
imenu--create-keymap
...
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-19 20:50 ` Juri Linkov
@ 2022-10-19 21:35 ` Jose A. Ortega Ruiz
2022-10-19 21:51 ` Stephen Berman
2022-10-19 23:00 ` Jose A. Ortega Ruiz
2022-10-19 22:03 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
1 sibling, 2 replies; 16+ messages in thread
From: Jose A. Ortega Ruiz @ 2022-10-19 21:35 UTC (permalink / raw)
To: Juri Linkov; +Cc: 58532, Daniel Martín
On Wed, Oct 19 2022, Juri Linkov wrote:
>> 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,
>
> Unfortunately, mupdf/mutool doesn't support Unicode characters:
> https://bugs.ghostscript.com/show_bug.cgi?id=702358
> Maybe doc-view--pdf-outline could post-process the output
> to replace hex-encoded numbers with their character equivalents?
i wasn't aware of this mutool limitation when i wrote that function; if
the encoding is good enough, yes, we could do that: i'll send a patch,
unless someone already did. hmmm, do somebody have a good example of a
PDF with lots of unicode in its section titles?
>
>> 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.
>
> The problem is that imenu-submenus-on-top is t by default,
that seems minor... one could always regenerate the index with
imenu-submenus-on-top set to nil when the export is requested?
jao
--
There are two hard things in computer science: cache invalidation,
naming things, and off-by-one errors.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-19 21:35 ` Jose A. Ortega Ruiz
@ 2022-10-19 21:51 ` Stephen Berman
2022-10-20 7:38 ` Juri Linkov
2022-10-19 23:00 ` Jose A. Ortega Ruiz
1 sibling, 1 reply; 16+ messages in thread
From: Stephen Berman @ 2022-10-19 21:51 UTC (permalink / raw)
To: Jose A. Ortega Ruiz; +Cc: Daniel Martín, 58532, Juri Linkov
On Wed, 19 Oct 2022 22:35:19 +0100 "Jose A. Ortega Ruiz" <jao@gnu.org> wrote:
> On Wed, Oct 19 2022, Juri Linkov wrote:
>
>>> 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,
>>
>> Unfortunately, mupdf/mutool doesn't support Unicode characters:
>> https://bugs.ghostscript.com/show_bug.cgi?id=702358
>> Maybe doc-view--pdf-outline could post-process the output
>> to replace hex-encoded numbers with their character equivalents?
>
> i wasn't aware of this mutool limitation when i wrote that function; if
> the encoding is good enough, yes, we could do that: i'll send a patch,
> unless someone already did. hmmm, do somebody have a good example of a
> PDF with lots of unicode in its section titles?
That bug is marked as fixed since 2020-05-07. And indeed, using
mupdf-1.19.0, when I execute the recipe given in the bug report
non-ASCII UTF-8 encoded characters are correctly displayed.
Steve Berman
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-19 20:50 ` Juri Linkov
2022-10-19 21:35 ` Jose A. Ortega Ruiz
@ 2022-10-19 22:03 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-20 7:43 ` Juri Linkov
1 sibling, 1 reply; 16+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-10-19 22:03 UTC (permalink / raw)
To: Juri Linkov; +Cc: 58532
Juri Linkov <juri@linkov.net> writes:
>
> Unfortunately, mupdf/mutool doesn't support Unicode characters:
> https://bugs.ghostscript.com/show_bug.cgi?id=702358
> Maybe doc-view--pdf-outline could post-process the output
> to replace hex-encoded numbers with their character equivalents?
>
Do you mean for old versions of mupdf? IIUC, recent versions of mupdf
already do the right thing: They decode the runes (Unicode codepoints)
from the byte string and encode them in UTF-8, verbatim. Only control
characters are hex-encoded. I've opened in Emacs the PDF attached to
the mupdf bug report and it displays the outline correctly (mutool
version 1.19.0).
>
> The problem is that imenu-submenus-on-top is t by default,
> but such order is incompatible with the outline-mode trees.
> For example, all functions belong to the Variables outline:
>
> * Types
> imenu
> imenu-unavailable
> * Variables
> imenu-after-jump-hook
> imenu-auto-rescan
> imenu-auto-rescan-maxout
> ...
> imenu
> imenu--cleanup
> imenu--completion-buffer
> imenu--create-keymap
> ...
That's a good point. Perhaps we need to create a special mode to
display the imenu hierarchy.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-19 21:35 ` Jose A. Ortega Ruiz
2022-10-19 21:51 ` Stephen Berman
@ 2022-10-19 23:00 ` Jose A. Ortega Ruiz
2022-10-20 7:39 ` Juri Linkov
1 sibling, 1 reply; 16+ messages in thread
From: Jose A. Ortega Ruiz @ 2022-10-19 23:00 UTC (permalink / raw)
To: Juri Linkov; +Cc: 58532, Daniel Martín
On Wed, Oct 19 2022, Jose A. Ortega Ruiz wrote:
[...]
>> The problem is that imenu-submenus-on-top is t by default,
>
> that seems minor... one could always regenerate the index with
> imenu-submenus-on-top set to nil when the export is requested?
and forgot to add: in doc-view-mode we set already its local buffer
value to nil (otherwise the generated outline makes no sense), so at
least in one of the use cases that's never a problem.
cheers,
jao
--
The rightness of a thing isn't determined by the amount of courage
it takes. -Mary Renault, novelist (1905-1983)
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-19 21:51 ` Stephen Berman
@ 2022-10-20 7:38 ` Juri Linkov
0 siblings, 0 replies; 16+ messages in thread
From: Juri Linkov @ 2022-10-20 7:38 UTC (permalink / raw)
To: Stephen Berman; +Cc: 58532, Jose A. Ortega Ruiz, Daniel Martín
>>> Unfortunately, mupdf/mutool doesn't support Unicode characters:
>>> https://bugs.ghostscript.com/show_bug.cgi?id=702358
>>> Maybe doc-view--pdf-outline could post-process the output
>>> to replace hex-encoded numbers with their character equivalents?
>>
>> i wasn't aware of this mutool limitation when i wrote that function; if
>> the encoding is good enough, yes, we could do that: i'll send a patch,
>> unless someone already did. hmmm, do somebody have a good example of a
>> PDF with lots of unicode in its section titles?
>
> That bug is marked as fixed since 2020-05-07. And indeed, using
> mupdf-1.19.0, when I execute the recipe given in the bug report
> non-ASCII UTF-8 encoded characters are correctly displayed.
Good news! I'm still using mupdf-1.16, but since it's fixed in mupdf-1.19
then maybe a special handling in doc-view is not needed.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-19 23:00 ` Jose A. Ortega Ruiz
@ 2022-10-20 7:39 ` Juri Linkov
0 siblings, 0 replies; 16+ messages in thread
From: Juri Linkov @ 2022-10-20 7:39 UTC (permalink / raw)
To: Jose A. Ortega Ruiz; +Cc: 58532, Daniel Martín
>>> The problem is that imenu-submenus-on-top is t by default,
>>
>> that seems minor... one could always regenerate the index with
>> imenu-submenus-on-top set to nil when the export is requested?
>
> and forgot to add: in doc-view-mode we set already its local buffer
> value to nil (otherwise the generated outline makes no sense), so at
> least in one of the use cases that's never a problem.
Indeed, setting it locally to nil will solve this problem.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-19 22:03 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-10-20 7:43 ` Juri Linkov
2024-05-10 16:42 ` Juri Linkov
0 siblings, 1 reply; 16+ messages in thread
From: Juri Linkov @ 2022-10-20 7:43 UTC (permalink / raw)
To: Daniel Martín; +Cc: 58532
>> The problem is that imenu-submenus-on-top is t by default,
>> but such order is incompatible with the outline-mode trees.
>> For example, all functions belong to the Variables outline:
>>
>> * Types
>> imenu
>> imenu-unavailable
>> * Variables
>> imenu-after-jump-hook
>> imenu-auto-rescan
>> imenu-auto-rescan-maxout
>> ...
>> imenu
>> imenu--cleanup
>> imenu--completion-buffer
>> imenu--create-keymap
>> ...
>
> That's a good point. Perhaps we need to create a special mode to
> display the imenu hierarchy.
This problem occurs only when MENU-TITLE is nil in imenu-generic-expression.
We could invent a fictitious outline heading for such empty titles, e.g.
"All" or "Other". Then it will have own outline:
* Types
imenu
imenu-unavailable
* Variables
imenu-after-jump-hook
imenu-auto-rescan
imenu-auto-rescan-maxout
...
* Other
imenu
imenu--cleanup
imenu--completion-buffer
imenu--create-keymap
...
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2022-10-20 7:43 ` Juri Linkov
@ 2024-05-10 16:42 ` Juri Linkov
2024-05-28 17:55 ` Juri Linkov
0 siblings, 1 reply; 16+ messages in thread
From: Juri Linkov @ 2024-05-10 16:42 UTC (permalink / raw)
To: Daniel Martín; +Cc: 58532
>> That's a good point. Perhaps we need to create a special mode to
>> display the imenu hierarchy.
>
> This problem occurs only when MENU-TITLE is nil in imenu-generic-expression.
> We could invent a fictitious outline heading for such empty titles, e.g.
> "All" or "Other". Then it will have own outline:
>
> * Types
> imenu
> imenu-unavailable
> * Variables
> imenu-after-jump-hook
> imenu-auto-rescan
> imenu-auto-rescan-maxout
> ...
> * Other
> imenu
> imenu--cleanup
> imenu--completion-buffer
> imenu--create-keymap
> ...
Creating an outline-mode buffer like this is easy to do, but
I doubt that a duplicate of imenu-list.el is needed to be in core,
because I'm sure in this case people will ask to copy more
features from imenu-list.el such as imenu-list-auto-update, etc.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer
2024-05-10 16:42 ` Juri Linkov
@ 2024-05-28 17:55 ` Juri Linkov
0 siblings, 0 replies; 16+ messages in thread
From: Juri Linkov @ 2024-05-28 17:55 UTC (permalink / raw)
To: Daniel Martín; +Cc: 58532
>>> That's a good point. Perhaps we need to create a special mode to
>>> display the imenu hierarchy.
>>
>> This problem occurs only when MENU-TITLE is nil in imenu-generic-expression.
>> We could invent a fictitious outline heading for such empty titles, e.g.
>> "All" or "Other". Then it will have own outline:
>>
>> * Types
>> imenu
>> imenu-unavailable
>> * Variables
>> imenu-after-jump-hook
>> imenu-auto-rescan
>> imenu-auto-rescan-maxout
>> ...
>> * Other
>> imenu
>> imenu--cleanup
>> imenu--completion-buffer
>> imenu--create-keymap
>> ...
>
> Creating an outline-mode buffer like this is easy to do, but
> I doubt that a duplicate of imenu-list.el is needed to be in core,
> because I'm sure in this case people will ask to copy more
> features from imenu-list.el such as imenu-list-auto-update, etc.
With the imenu-flatten option 'group' proposed in bug#70846
it will be possible to use exactly the same outlines as above
in the Completions buffer.
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-05-28 17:55 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <m1v8ol6h7y.fsf.ref@yahoo.es>
2022-10-15 0:52 ` bug#58532: 29.0.50; Support displaying imenu entries in a separate buffer Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 23:58 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-16 11:45 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-16 13:10 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-15 14:51 ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-19 20:50 ` Juri Linkov
2022-10-19 21:35 ` Jose A. Ortega Ruiz
2022-10-19 21:51 ` Stephen Berman
2022-10-20 7:38 ` Juri Linkov
2022-10-19 23:00 ` Jose A. Ortega Ruiz
2022-10-20 7:39 ` Juri Linkov
2022-10-19 22:03 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-20 7:43 ` Juri Linkov
2024-05-10 16:42 ` Juri Linkov
2024-05-28 17:55 ` Juri Linkov
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.