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

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

Semantic and Imenu


From: Nathaniel Flath
Subject: Semantic and Imenu
Date: Mon, 26 Apr 2010 19:14:18 -0700

Hello,
I'm using JDEE for Java development, which requires me to have CEDET.  However, Cedet seems to be breaking imenu; in many modes(including emacs-lisp-mode) it sets imenu-create-index-function to semantic-create-imenu-index, which causes Imenu to thinkj there are no items suitable for an index in the current buffer.  Is there a way to either prevent CEDET from hijacking Imenu or have it actually analyze the buffer correctly?  I only do

(require 'cedet)
(require 'jde)

As things that would influence CEDET.

Thanks,
Nathaniel Flath

reply via email to

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