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