From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: Cedet code completition?? Date: Sun, 03 Jul 2011 11:22:54 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: <89oc1ben0x.fsf@news.eternal-september.org> References: Reply-To: help-gnu-emacs@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1309684993 14312 80.91.229.12 (3 Jul 2011 09:23:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2011 09:23:13 +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 11:23:08 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 1QdItP-0003d2-DX for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jul 2011 11:23:07 +0200 Original-Received: from localhost ([::1]:42186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdItO-0004E8-2s for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jul 2011 05:23:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdIs3-0004DB-Ho for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 05:21:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdIs0-00006B-8x for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 05:21:42 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:46587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdIrz-00005k-Oj for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 05:21:40 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QdIrx-0003Dg-NS for help-gnu-emacs@gnu.org; Sun, 03 Jul 2011 11:21:37 +0200 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jul 2011 11:21:37 +0200 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jul 2011 11:21:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:4lW1dfAhAldi01fsoCcF/gzqf2E= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:81479 Archived-At: 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/