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: Dmitry Gutov
Subject: Re: I don't have C++ intellisense with company-mode
Date: Sat, 25 Jan 2014 07:27:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Jorge Araya Navarro <elcorreo@deshackra.com> writes:

> I manage to make my configuration load without any issue!!
> My "Symbol's function definition is void: eieio-object-name-string"
> issue was happening because of this line of code on my .emacs.d/init.el
> file:
>
>
> ;; programas elisp que no estan en elpa
> (let ((default-directory "~/.emacs.d/otros/"))
>       (normal-top-level-add-subdirs-to-load-path))

Yeah, that doesn't look good.

> Well, I still have that error from company:
>
>
> Idle Service Error semantic-idle-summary-idle-function: "#<buffer 
> helloworld.cpp> - Wrong type argument: stringp, ((\"__THROW\" 0 nil nil))"

Why do you think it's from Company? "Idle Service Error" looks like
something Semantic would print (it has a bunch of "idle" modes you
enable in your config). If it were a bug in Company, it would print
something like this to Messages:

Company: Front-end company-echo-metadata-frontend error "Wrong type argument: 
characterp, (("__THROW" nil nil))" on command post-command

So yeah, feel free to report the above error, too.



reply via email to

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