help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I don't have C++ intellisense with company-mode


From: Jorge Araya Navarro
Subject: Re: I don't have C++ intellisense with company-mode
Date: Fri, 24 Jan 2014 01:46:18 -0600

El vie, 24-01-2014 a las 15:06 +0800, 贺新超 escribió:
> Which version CEDET do you use? If it's the *develop* version, you'd
> load it like
> this:
> 
> --8<---------------cut here---------------start------------->8---
> (load-file "~/.emacs.d/cedet/cedet-devel-load.el")
> (require 'cedet-cscope)
> --8<---------------cut here---------------end--------------->8---
> 
> 
> 
> 
> On Fri, Jan 24, 2014 at 1:22 PM, Jorge Araya Navarro
> <elcorreo@deshackra.com> wrote:
> 
>         
>         I added (require 'cedet-cscope) and the error just appeared
>         one level
>         below:
>         
>         
>         Debugger entered--Lisp error: (void-function
>         semanticdb-enable-cscope-databases)
>           (semanticdb-enable-cscope-databases)
>           (progn (semanticdb-enable-cscope-databases))
>         
>           (if (cedet-cscope-version-check t) (progn
>         (semanticdb-enable-cscope-databases)))
>         
>         
>           eval-buffer(#<buffer  *load*-326197> nil
>         "/home/jorge/.emacs.d/conf-modes/cedet.el" nil t)  ; Reading
>         at buffer position 411
>         
>         
>         load-with-code-conversion("/home/jorge/.emacs.d/conf-modes/cedet.el" 
> "/home/jorge/.emacs.d/conf-modes/cedet.el" nil nil)
>           load("/home/jorge/.emacs.d/conf-modes/cedet.el" nil nil t)
>           load-file("~/.emacs.d/conf-modes/cedet.el")
>         
>         
>           eval-buffer(#<buffer  *load*-390467> nil
>         "/home/jorge/.emacs.d/varl.el" nil t)  ; Reading at buffer
>         position 617
>         
>           load-with-code-conversion("/home/jorge/.emacs.d/varl.el"
>         "/home/jorge/.emacs.d/varl.el" nil nil)
>           load("/home/jorge/.emacs.d/varl.el" nil nil t)
>           load-file("~/.emacs.d/varl.el")
>           eval-buffer(#<buffer  *load*> nil
>         "/home/jorge/.emacs.d/init.el" nil t)  ; Reading at buffer
>         position 373
>           load-with-code-conversion("/home/jorge/.emacs.d/init.el"
>         "/home/jorge/.emacs.d/init.el" t t)
>           load("/home/jorge/.emacs.d/init" t t
>         --
>         Pax et bonum.
>         Jorge Araya Navarro.
>         Diseñador publicitario, programador Python/C++ y colaborador
>         en Parabola
>         GNU/Linux-libre.
>         
> 
> 
> 

I was using the CEDET that is shipped with my emacs, but I took the
CEDET snapshot from their development repository and started making some
tests, and I got some critical errors here. But I notified the
developers and now I'm waiting to get help from them!. Also this
stackoverflow answer[1] is very insightful (maybe I should tried that
too).

[1]: http://stackoverflow.com/a/20775272/2020214

-- 
Pax et bonum.
Jorge Araya Navarro.
Diseñador publicitario, programador Python/C++ y colaborador en Parabola
GNU/Linux-libre.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]