From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pierre Lorenzon Newsgroups: gmane.emacs.help Subject: Re: help with CEDET Date: Sun, 02 Jun 2013 16:35:07 +0200 (CEST) Message-ID: <20130602.163507.71131289.devel@pollock-nageoire.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1370184295 22978 80.91.229.3 (2 Jun 2013 14:44:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 14:44:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: rodrigo.canellas@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 02 16:44:56 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uj9Wi-00029x-B9 for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Jun 2013 16:44:56 +0200 Original-Received: from localhost ([::1]:60901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uj9Wi-00084h-05 for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Jun 2013 10:44:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uj9WT-00084Y-6q for help-gnu-emacs@gnu.org; Sun, 02 Jun 2013 10:44:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uj9WS-0006zI-3y for help-gnu-emacs@gnu.org; Sun, 02 Jun 2013 10:44:41 -0400 Original-Received: from smtp08.smtpout.orange.fr ([80.12.242.130]:29272 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uj9WR-0006z2-Tw for help-gnu-emacs@gnu.org; Sun, 02 Jun 2013 10:44:40 -0400 Original-Received: from localhost ([83.202.240.83]) by mwinf5d68 with ME id jSkd1l0081ofrVP03SkdMR; Sun, 02 Jun 2013 16:44:38 +0200 In-Reply-To: X-Mailer: Mew version 6.2.51 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.12.242.130 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:91228 Archived-At: Hi, Sorry but cedet might sometimes be unstable and what you did might have been correct and is no longer. I am using cedet and you sometimes needs to do small adjustmenet adjusments to make it work. Anyway it is a very good and flexible tool for developers. But you'd better ask for help on a dedicated cedet mailing list where you have more chance to talk directly to cedet developers. Best regards Pierre From: Canellas Subject: help with CEDET Date: Sun, 2 Jun 2013 00:13:47 -0300 > Hi, > > I followed the instructions found > http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html#sec4, > http://www.emacswiki.org/emacs/CEDET_Quickstart and > edet.sourceforge.net/setup.shtml, but I just can't get 'semantic' to work. > > This is what I did: > > 1 - I downloaded > cedet_snapshot-rev_8563.tar.gzfrom > http://www.randomsample.de/cedet-snapshots/ > > 2 - Then I did 'make clean-all && make' > > 3 - I moved the 'trunk' directory to 'cedet-bzr' inside '~/.emacs.d' > > 4 - In my '.emacs' file (of my 23.4.1 Emacs) I wrote: > > (load-file "~/.emacs.d/cedet-bzr/cedet-devel-load.el") > > > (global-ede-mode 1) ; Enable the Project management > system > (semantic-load-enable-code-helpers) ; Enable prototype help and smart > completion > (global-semantic-idle-completions-mode t) > (global-semantic-decoration-mode t) > (global-semantic-highlight-func-mode t) > (global-semantic-show-unmatched-syntax-mode t) > > (semantic-mode t) > > But when I try, for example, ' M-x semantic-complete-analyze-inline', I get > the error > " > > Idle Work Typecaching Error: "# - Wrong type argument: > stringp, (((0) \"ptrdiff_t\"))" > > " > > > Can anyone point out what I'm doing wrong? > > > Thanks a lot! > > Rodrigo Canellas > > ----------- > Programador C++ > Fotógrafo amador