all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* help with CEDET
@ 2013-06-02  3:13 Canellas
  2013-06-02 14:35 ` Pierre Lorenzon
  0 siblings, 1 reply; 2+ messages in thread
From: Canellas @ 2013-06-02  3:13 UTC (permalink / raw)
  To: help-gnu-emacs

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.gz<http://www.randomsample.de/cedet-snapshots/cedet_snapshot-rev_8563.tar.gz>from
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: "#<buffer test1.cpp> - Wrong type argument:
stringp, (((0) \"ptrdiff_t\"))"

"


Can anyone point out what I'm doing wrong?


Thanks a lot!

    Rodrigo Canellas

    -----------
    Programador C++ <http://code.google.com/p/tenacitas/>
    Fotógrafo amador <http://photo.net/photos/RodrigoCanellas>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-02 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-02  3:13 help with CEDET Canellas
2013-06-02 14:35 ` Pierre Lorenzon

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.