From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: Cedet code completition?? Date: Mon, 04 Jul 2011 16:15:51 +0300 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: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309785478 18107 80.91.229.12 (4 Jul 2011 13:17:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Jul 2011 13:17:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 04 15:17:55 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 1Qdj29-0006aE-27 for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jul 2011 15:17:53 +0200 Original-Received: from localhost ([::1]:52503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdj28-0003NP-2H for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jul 2011 09:17:52 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdj0I-0003MB-0l for help-gnu-emacs@gnu.org; Mon, 04 Jul 2011 09:15:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qdj0G-0004V4-J1 for help-gnu-emacs@gnu.org; Mon, 04 Jul 2011 09:15:57 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:59450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdj0G-0004V0-7V for help-gnu-emacs@gnu.org; Mon, 04 Jul 2011 09:15:56 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qdj0D-0005kR-Be for help-gnu-emacs@gnu.org; Mon, 04 Jul 2011 15:15:53 +0200 Original-Received: from 91.193.68.214 ([91.193.68.214]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 15:15:53 +0200 Original-Received: from gavenko by 91.193.68.214 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 15:15:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 91.193.68.214 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 In-Reply-To: <00466695-A9B4-42C3-A980-D93304897013@gmail.com> 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 X-Spam-Report: 5.6 points; * 0.2 SUBJECT_FUZZY_TION Attempt to obfuscate words in Subject: * -0.0 SPF_PASS SPF: sender matches SPF record * 4.0 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 4.0 RCVD_IN_SBL RBL: Received via a relay in Spamhaus SBL * [91.193.68.214 listed in zen.spamhaus.org] Xref: news.gmane.org gmane.emacs.help:81483 Archived-At: On 03.07.2011 16:31, Perry Smith wrote: > > On Jul 3, 2011, at 4:22 AM, Richard Riley wrote: >> 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. > I use CEDET only for 'semantic-idle-summary-mode'. I have troubles all time when try setup code completion and goto def features. > 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. > ctags as I work only with plain C code. For easy use in multiproject environment I use 'etags-table.el' and 'etags-select.el'. I am happy.