help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: python.el and imenu


From: Matthias Meulien
Subject: Re: python.el and imenu
Date: Sat, 04 Aug 2012 13:04:26 +0200

> How does one use imenu with the current python.el in emacs24? (...)
> Anybody know how this is supposed to work?

Have you enabled the new parser features? 

The following seems to work with GNU Emacs 24.1.1:
(semantic-mode 1)
(add-hook 'python-mode-hook
  '(lambda ()
     (define-key python-mode-map "\C-ci" 'imenu)))
-- 
Matthias



reply via email to

[Prev in Thread] Current Thread [Next in Thread]