hinrik / perl6-mode

Emacs major mode for Perl 6
GNU General Public License v3.0
36 stars 4 forks source link

need to integrate with the imenu packages #10

Closed tbrowder closed 8 years ago

tbrowder commented 8 years ago

First, Hinrik, thanks for your efforts and contributing this project!

-Tom (tbrowder)

While editing a Perl 6 file in perl6-mode I've tried to execute:

M-x imenu RET

and get the following error:

user-error: This buffer cannot use `imenu-default-create-index-function'

I also get errors when using:

M-x imenu-add-menubar-index RET

user-error: The mode `Perl6' does not support Imenu

tbrowder commented 8 years ago

I just saw this as planned in the README--closing the issue.