Questions tagged [imenu]

8 questions
2
votes
0 answers

Howto sort inline POD entries of a Perl package documentation for IMenu or a final documentation

I'm developing with Emacs 27 in the cperl-mode + PDE. I'm consolidating my Perl packages and try to add inline documentation entries above the method/ sub headers. I use the inline POD schema, because I've both, fast navigation and the description…
huckfinn
  • 644
  • 6
  • 23
2
votes
1 answer

How to use helm-semantic-or-imenu for code navigation with type annotated python code

I would like to use the helm-semantic-or-imenu command to navigate components of type annotated Python code, but whatever code analyzer is used to dentify the components doesn't seem to recognize the type annotated python code. Functions with the…
TLE
  • 123
  • 5
2
votes
1 answer

How to display imenu content in speedbar

I would like to display imenu content in Emacs Speedbar. Best as a flat list (like in with imenus) (not a tree-like structure). In speedbar - Display menu I have only the following options: Files Quick Buffers Buffers Info Eieio Analyze (only…
Robert Zaremba
  • 8,081
  • 7
  • 47
  • 78
1
vote
1 answer

Emacs Imenu-list-minor-mode not working except on Lisp buffers

This error occurs in every buffer (except Lisp buffers) No items suitable for a index found in this buffer whenever I apply Imenu-list-minor-mode.
Bilal Qadri
  • 131
  • 11
1
vote
1 answer

How to pass arg in Emacs abstract function

I try to write a function to abstract which helm-imenu variant to use: (defun my/helm-menu () "For Org mode buffers, show Org headlines. For programming mode buffers, show functions, variables, etc." (interactive) (cond ((derived-mode-p…
user3341592
  • 1,419
  • 1
  • 17
  • 36
1
vote
1 answer

Emacs org-mode imenu for tags?

I'm new to org mode (not to emacs) and I'd like to change the behavior of Org when I click a tag. By default if clicking a tag, the agenda buffer appears. I don't use (and like) it, so I want to change that behavior: I'd like to have an imenu which…
Tom
  • 101
  • 1
  • 7
1
vote
2 answers

Invoking Imenu from a key

Currently emacs has useful imenu thing which allow me to see list of functions in current buffer. To achieve this i need to type M-x, then type imenu, then press return key, then it will display prompt in minibuffer "Index item:" and i need to type…
Dfr
  • 4,075
  • 10
  • 40
  • 63
0
votes
1 answer

Rename Imenu into Outline

How can we rename Emacs "Imenu" into "Outline"? The goal is NOT to break anything else, things which depend on Imenu, such as helm-imenu or helm-semantic-or-imenu.
user3341592
  • 1,419
  • 1
  • 17
  • 36