From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jorge Araya Navarro Newsgroups: gmane.emacs.help Subject: Re: I don't have C++ intellisense with company-mode Date: Fri, 24 Jan 2014 23:41:29 -0600 Message-ID: <1390628489.15939.3.camel@localhost.localdomain> References: <1390424024.2349.11.camel@localhost.localdomain> <87sisfcx57.fsf@yandex.ru> <1390448545.13181.12.camel@localhost.localdomain> <52E0FDD0.2000408@yandex.ru> <1390504554.2401.2.camel@localhost.localdomain> <87r47ybhc8.fsf@yandex.ru> <1390540944.17933.2.camel@localhost.localdomain> <1390549578.17933.13.camel@localhost.localdomain> <87y525nwdu.fsf@arcor.de> <87eh3xpa1x.fsf@yandex.ru> <1390608481.10374.7.camel@localhost.localdomain> <87vbx8zl4m.fsf@yandex.ru> Reply-To: elcorreo@deshackra.com 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 1390628514 9137 80.91.229.3 (25 Jan 2014 05:41:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Jan 2014 05:41:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 25 06:41:59 2014 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 1W6w0D-0005rC-IV for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Jan 2014 06:41:57 +0100 Original-Received: from localhost ([::1]:49992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6w0C-0002IT-Ja for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Jan 2014 00:41:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6vzv-0002IJ-Ue for help-gnu-emacs@gnu.org; Sat, 25 Jan 2014 00:41:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6vzq-00027p-Oy for help-gnu-emacs@gnu.org; Sat, 25 Jan 2014 00:41:39 -0500 Original-Received: from shared.dohost.us ([188.165.91.212]:40693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6vzq-00026O-F9 for help-gnu-emacs@gnu.org; Sat, 25 Jan 2014 00:41:34 -0500 Original-Received: from [186.176.239.70] (port=45566 helo=[192.168.0.103]) by shared.dohost.us with esmtpsa (SSLv3:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from ) id 1W6w2W-0005e5-H6 for help-gnu-emacs@gnu.org; Sat, 25 Jan 2014 05:44:21 +0000 In-Reply-To: <87vbx8zl4m.fsf@yandex.ru> X-Mailer: Evolution 3.10.3 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - shared.dohost.us X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - deshackra.com X-Get-Message-Sender-Via: shared.dohost.us: authenticated_id: elcorreo@deshackra.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 188.165.91.212 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:95648 Archived-At: El sáb, 25-01-2014 a las 07:27 +0200, Dmitry Gutov escribió: > Jorge Araya Navarro 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: "# - 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. > It is fixed, Dmitry!!! Thank God for your support! :D I just deleted all the data under ~/.emacs.d/semanticdb (which is the cache for all the parsed data, that was corrupt I guess) and now I intellisense on Emacs[1], yay! The clue was this stackoverflow answer[2] :) Thanks for everything, now I can happily code again! [1]: http://imgur.com/a/Ed7Wn#5 [2]: http://stackoverflow.com/a/13233218/2020214 -- Pax et bonum. Jorge Araya Navarro. Diseñador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre.