From: Matthias Meulien <m.meulien@free.fr>
To: help-gnu-emacs@gnu.org
Subject: Re: python.el and imenu
Date: Sat, 04 Aug 2012 13:04:26 +0200 [thread overview]
Message-ID: <1344078266.3234.61.camel@localhost.localdomain> (raw)
In-Reply-To: <mailman.5953.1343629267.855.help-gnu-emacs@gnu.org>
> 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
next parent reply other threads:[~2012-08-04 11:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.5953.1343629267.855.help-gnu-emacs@gnu.org>
2012-08-04 11:04 ` Matthias Meulien [this message]
2012-08-04 16:20 python.el and imenu Dan Maftei
-- strict thread matches above, loose matches on Subject: below --
2012-07-30 3:26 Greg Laun
2012-07-30 10:28 ` Yagnesh Raghava Yakkala
2012-07-30 13:49 ` Greg Laun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1344078266.3234.61.camel@localhost.localdomain \
--to=m.meulien@free.fr \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.