From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: Re: Cedet code completition?? Date: Sun, 3 Jul 2011 08:31:12 -0500 Message-ID: <00466695-A9B4-42C3-A980-D93304897013@gmail.com> References: <89oc1ben0x.fsf@news.eternal-september.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/alternative; boundary=Apple-Mail-4-680190800 X-Trace: dough.gmane.org 1309700043 17288 80.91.229.12 (3 Jul 2011 13:34:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2011 13:34:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 03 15:33:58 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QdMo9-0004Fj-LH for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jul 2011 15:33:57 +0200 Original-Received: from localhost ([::1]:41215 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdMo8-0005sz-O4 for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jul 2011 09:33:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdMle-0005hV-BP for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 09:31:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdMlZ-0007TG-B3 for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 09:31:22 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:51270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdMlY-0007T7-Ug for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 09:31:17 -0400 Original-Received: by gxk23 with SMTP id 23so2134736gxk.0 for ; Sun, 03 Jul 2011 06:31:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer; bh=iH/U5d8gN7dfD9DYPE7Mn3hodaKkohb0ETna67IGZzg=; b=qtOJWQS8edAMHeWLYcM+zis9eQUtCAyjcDk1qvkvAbCb+vrR+ja6DMc40lkq+QXMFI HbrE2dxe4tY3nl1Ps9tafhRiga6jmv+4/qRJgWPQjNb9tp903p8t0CopXF5NpBKfVvLu aC3a0JhMO6eOiKlEJNR5Lr5a53n7uIcyR1CtE= Original-Received: by 10.236.115.168 with SMTP id e28mr6318734yhh.334.1309699875629; Sun, 03 Jul 2011 06:31:15 -0700 (PDT) Original-Received: from [10.0.0.4] ([64.128.19.234]) by mx.google.com with ESMTPS id i61sm3495447yhe.75.2011.07.03.06.31.13 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jul 2011 06:31:14 -0700 (PDT) In-Reply-To: <89oc1ben0x.fsf@news.eternal-september.org> X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81480 Archived-At: --Apple-Mail-4-680190800 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Jul 3, 2011, at 4:22 AM, Richard Riley wrote: > Jai Dayal writes: >=20 >> I want to setup code completion via Cedet, however the installation >> and configuration is NOT clear in the instructions at all. Does >> anyone have experience with this, who could perhaps send a quick >> step-by-step guide my way? >>=20 >> Thanks so much! >=20 > There is article on the net by Alex Ott on this. It might well be out = of > date however. cedet proved too complex to set up in > general for me and I moved on. >=20 > http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html >=20 > For completion I recommend using auto-complete which can complete = using > semantic (a component of the rather larger cedet) completion = candidates. >=20 > http://cx4a.org/software/auto-complete/ Yea. If the cedet guy is listening... I had the same experience. I've = tried very hard at least twice to set it up and make it productive but I = failed both times. Back in 1990 or so, I hooked up cscope to emacs, (and others have too), = and I've yet to see anything, even Java IDEs, that approach the power of = just those two things. --Apple-Mail-4-680190800 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
Jai Dayal <dayalsoap@gmail.com> = writes:

I want to setup code completion = via Cedet, however the installation
and configuration is NOT clear in the instructions at = all.  Does
anyone have = experience with this, who could perhaps send a = quick
step-by-step guide my = way?

Thanks so = much!

There is article on the net by Alex Ott on = this. It might well be out of
date however. cedet proved too complex = to set up in
general for me and I moved on.

http:= //alexott.net/en/writings/emacs-devenv/EmacsCedet.html

For = completion I recommend using auto-complete which can complete = using
semantic (a component of the rather larger cedet) completion = candidates.

http://cx4a.org/software/auto-complete/

Yea.=  If the cedet guy is listening... I had the same experience. =  I've tried very hard at least twice to set it up and make it = productive but I failed both times.

Back in = 1990 or so, I hooked up cscope to emacs, (and others have too), and I've = yet to see anything, even Java IDEs, that approach the power of just = those two things.


= --Apple-Mail-4-680190800--