From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nathaniel Flath Newsgroups: gmane.emacs.help Subject: Semantic and Imenu Date: Mon, 26 Apr 2010 19:14:18 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016369206ff8f431f04852e73d3 X-Trace: dough.gmane.org 1272334496 25517 80.91.229.12 (27 Apr 2010 02:14:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2010 02:14:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 27 04:14:53 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O6aK3-0005pc-U7 for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Apr 2010 04:14:52 +0200 Original-Received: from localhost ([127.0.0.1]:46239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6aK3-0005s1-Bm for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Apr 2010 22:14:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6aJd-0005ri-1a for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 22:14:25 -0400 Original-Received: from [140.186.70.92] (port=35818 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6aJb-0005rN-Ex for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 22:14:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6aJa-00040S-Fx for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 22:14:23 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:52198) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6aJa-00040L-BY for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 22:14:22 -0400 Original-Received: by pvg12 with SMTP id 12so169710pvg.0 for ; Mon, 26 Apr 2010 19:14:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=QaMxtb0+AloN/dbDab0ulLwXPJYuhpTvQ4EHZFu04rs=; b=vyXof1m3BLyK7B2cCnwA5jCFxf+l3rGe8vcqf8cCfw09rwl0PvZn2eeOXBiSGuH3mS X2tQYhoaPjQa0wjs2611/FB4WyaBPcwzggf3eO/bTPbaKFVNQ4FMLO2rU4wDJs/V+DwL qY5IpI1F6lVylBlRksaubgJdQmBeyiD7I5W80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Qp1WDyy/Si2NGg9KVo6DldiEpq7SG42WdWqchOcbnAyBPHazehnS2ZeXU3m7KsIRIY 4VDsVfJ8dvKvkT2+VslyLPdOgR1f2wZNSnSed9tV30C4J56c7SgWdBQc4HO3H+eOP9Jy CTYhnsJlL2YTKq+rPrlEqPJW/iNXU6sLFQReg= Original-Received: by 10.140.55.17 with SMTP id d17mr4877332rva.209.1272334460600; Mon, 26 Apr 2010 19:14:20 -0700 (PDT) Original-Received: by 10.140.177.13 with HTTP; Mon, 26 Apr 2010 19:14:18 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72844 Archived-At: --0016369206ff8f431f04852e73d3 Content-Type: text/plain; charset=ISO-8859-1 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 --0016369206ff8f431f04852e73d3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,
I'm using JDEE for Java development, which requires me to hav= e CEDET.=A0 However, Cedet seems to be breaking imenu; in many modes(includ= ing 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.=A0 Is there a way to either prevent CEDET f= rom hijacking Imenu or have it actually analyze the buffer correctly?=A0 I = only do

(require 'cedet)
(require 'jde)

As things that would = influence CEDET.

Thanks,
Nathaniel Flath
--0016369206ff8f431f04852e73d3--