[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: |
Thu, 23 Jan 2014 13:07:44 -0600 |
El jue, 23-01-2014 a las 09:11 -0500, Stefan Monnier escribió:
> > On my conf-modes/cedet.el file I did these changes:
>
> > (add-to-list 'semantic-default-submodes 'global-semanticdb-minor-mode)
> > (add-to-list 'semantic-default-submodes
> > 'global-semantic-highlight-func-mode)
> > (add-to-list 'semantic-default-submodes
> > 'global-semantic-idle-scheduler-mode)
> > (add-to-list 'semantic-default-submodes
> > 'global-semantic-idle-completions-mode)
> > (add-to-list 'semantic-default-submodes 'global-semantic-idle-summary-mode)
>
> > (when (cedet-cscope-version-check t)
> > (semanticdb-enable-cscope-databases))
>
> You use cedet-cscope-version-check without loading cedet, hence the
> error: the function is not yet defined.
>
>
> Stefan
>
>
I added (require 'cedet) to load before loading my cedet.el file and
then tried again, same error :(.
--
Pax et bonum.
Jorge Araya Navarro.
DiseƱador publicitario, programador Python/C++ y colaborador en Parabola
GNU/Linux-libre.
- Re: I don't have C++ intellisense with company-mode, (continued)
- Re: I don't have C++ intellisense with company-mode, Jorge Araya Navarro, 2014/01/24
- Re: I don't have C++ intellisense with company-mode, Dmitry Gutov, 2014/01/25
- Re: I don't have C++ intellisense with company-mode, Jorge Araya Navarro, 2014/01/25
- Re: I don't have C++ intellisense with company-mode, Dmitry Gutov, 2014/01/25
- Re: I don't have C++ intellisense with company-mode, David Engster, 2014/01/25
- Re: I don't have C++ intellisense with company-mode, Jorge Araya Navarro, 2014/01/24
- Re: I don't have C++ intellisense with company-mode, David Engster, 2014/01/24
- Re: I don't have C++ intellisense with company-mode, Dmitry Gutov, 2014/01/24
- Re: I don't have C++ intellisense with company-mode, Jorge Araya Navarro, 2014/01/24
- Re: I don't have C++ intellisense with company-mode, Stefan Monnier, 2014/01/23
- Re: I don't have C++ intellisense with company-mode,
Jorge Araya Navarro <=
- Re: I don't have C++ intellisense with company-mode, Dmitry Gutov, 2014/01/23