From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: Cedet code completition?? Date: Sun, 3 Jul 2011 12:39:19 -0400 Message-ID: References: <89oc1ben0x.fsf@news.eternal-september.org> <00466695-A9B4-42C3-A980-D93304897013@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0ce04a829695f904a72ce515 X-Trace: dough.gmane.org 1309712024 10783 80.91.229.12 (3 Jul 2011 16:53:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2011 16:53:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Perry Smith Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 03 18:53:39 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 1QdPvP-0006E0-4I for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jul 2011 18:53:39 +0200 Original-Received: from localhost ([::1]:38587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdPvO-0005We-0m for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jul 2011 12:53:38 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdPhw-0003N1-MQ for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 12:39:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdPhu-0007PD-6S for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 12:39:44 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:48190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdPht-0007P1-Dr for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 12:39:42 -0400 Original-Received: by wyg36 with SMTP id 36so3716411wyg.0 for ; Sun, 03 Jul 2011 09:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=otRRj/W1D2OGZhdn94/tavcuprH0npRD4uUzK6kzzNs=; b=H+9vcYQvLB9mbTVWs2kV3rkWlGNF/meBlQaelv8lE5Rw6Nrm2132BbetBv/CbVoeiM 3qNdYDAfW1Wj1XwGh5FiE/HR9JU1RDr7hMTU7GaquDXrm2Zmg2gvJsZtlSgiDU23/FKD Nfa64zXrOQezXzkdtm6Tich2ovmtECHxb/PyE= Original-Received: by 10.216.60.207 with SMTP id u57mr3930733wec.89.1309711179093; Sun, 03 Jul 2011 09:39:39 -0700 (PDT) Original-Received: by 10.216.48.20 with HTTP; Sun, 3 Jul 2011 09:39:19 -0700 (PDT) In-Reply-To: <00466695-A9B4-42C3-A980-D93304897013@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.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:81481 Archived-At: --000e0ce04a829695f904a72ce515 Content-Type: text/plain; charset=ISO-8859-1 Using ECB, I've been able to get it to work using M-/. It's not too daunting, although, it's not really documented well. Thanks for the auto-complete link. ECB promising something like this, but I haven't been able to get that to work yet. I will try auto-complete as it looks more like what I want. On Sun, Jul 3, 2011 at 9:31 AM, Perry Smith wrote: > > On Jul 3, 2011, at 4:22 AM, Richard Riley wrote: > > Jai Dayal 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. > > > --000e0ce04a829695f904a72ce515 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Using ECB, I've been able to get it to work using M-/.=A0 It's not = too daunting, although, it's not really documented well.=A0

Tha= nks for the auto-complete link.=A0 ECB promising something like this, but I= haven't been able to get that to work yet.=A0 I will try auto-complete= as it looks more like what I want.

On Sun, Jul 3, 2011 at 9:31 AM, Perry Smith = <pedzsan@gmail.co= m> wrote:

<= div>
On Jul 3, 2011, at 4:22 AM, Richard Riley wrote:

Jai Dayal <dayalsoap@gmail.com> writes:

I want to setup code completion via Cedet, ho= wever the installation
and config= uration is NOT clear in the instructions at all.=A0 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
ge= neral for me and I moved on.

http://alexott.net/en/wr= itings/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. =A0If the = cedet guy is listening... I had the same experience. =A0I'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 o= thers have too), and I've yet to see anything, even Java IDEs, that app= roach the power of just those two things.



--000e0ce04a829695f904a72ce515--