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: Emacs 23.2 and JDEE Date: Thu, 8 Jul 2010 16:11:17 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1278619912 28919 80.91.229.12 (8 Jul 2010 20:11:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Jul 2010 20:11:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 08 22:11:50 2010 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 1OWxRk-0004US-IB for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jul 2010 22:11:48 +0200 Original-Received: from localhost ([127.0.0.1]:51772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWxRk-0000i0-4y for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jul 2010 16:11:48 -0400 Original-Received: from [140.186.70.92] (port=40861 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWxRI-0000hs-2D for help-gnu-emacs@gnu.org; Thu, 08 Jul 2010 16:11:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWxRG-0005qM-Cf for help-gnu-emacs@gnu.org; Thu, 08 Jul 2010 16:11:19 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:56823) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWxRG-0005q8-9Z for help-gnu-emacs@gnu.org; Thu, 08 Jul 2010 16:11:18 -0400 Original-Received: by vws1 with SMTP id 1so1654788vws.0 for ; Thu, 08 Jul 2010 13:11:17 -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=Ic03i5CSGCVufzCgwjHmvM3AC/16yHiy1I6QvWjSh9I=; b=vxRqPMszlvAscv5MIF8jgyNGsCYqww8p4ZHzSxqsTnepVQ+9asbsFtP8eJCnmN0CPI Sesvn6ezOvN1gt8/my3ub4PIlGmqkhKdsfBGjVo72Ry7IXpog2SE1OKJojDdfaEtvC/F h1dGHWX3ZuPsCaRxTbFMsjebKYobyzR9HrWDg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MRFr5nL/Ui6JtfCm3gk8KLGF9dvaVnPfwRdfa76HAbtQh9qqFFtroiRBcmz/SqiIF8 ZipQz7foq4dHgeVc406a5MoqMcQPm2fx9TLJIuWoRC2hF4qhGKK46WNn6UsbpyxnbM8T ePaxN080SRNjWEkKi9akC5DYkv8fnluGn4Oew= Original-Received: by 10.220.123.198 with SMTP id q6mr4603034vcr.99.1278619877106; Thu, 08 Jul 2010 13:11:17 -0700 (PDT) Original-Received: by 10.220.181.77 with HTTP; Thu, 8 Jul 2010 13:11:17 -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:74140 Archived-At: Hello, Has anyone gotten JDEE working with the CEDET built in to Emacs? I've fixed a few issues with it - namely changing the require calls to use semantic/x instead of semantic-x. However, while it loads, most of the functionality still doesn't work - notably, jde-import-all and jde-complete. Has anyone gotten this working? Thanks, Nathaniel Flath