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: I don't have C++ intellisense with company-mode Date: Wed, 22 Jan 2014 14:53:44 -0600 Message-ID: <1390424024.2349.11.camel@localhost.localdomain> 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 1390424196 8499 80.91.229.3 (22 Jan 2014 20:56:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jan 2014 20:56:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 22 21:56:44 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 1W64qp-0004eI-HJ for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jan 2014 21:56:43 +0100 Original-Received: from localhost ([::1]:37500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W64qp-0005QH-2E for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jan 2014 15:56:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W64o5-0004ul-FV for help-gnu-emacs@gnu.org; Wed, 22 Jan 2014 15:53:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W64o0-0001Yp-FV for help-gnu-emacs@gnu.org; Wed, 22 Jan 2014 15:53:53 -0500 Original-Received: from shared.dohost.us ([188.165.91.212]:60614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W64o0-0001YZ-5N for help-gnu-emacs@gnu.org; Wed, 22 Jan 2014 15:53:48 -0500 Original-Received: from [186.176.239.70] (port=35486 helo=[192.168.0.110]) by shared.dohost.us with esmtpsa (SSLv3:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from ) id 1W64qd-0003cJ-AD for help-gnu-emacs@gnu.org; Wed, 22 Jan 2014 20:56:31 +0000 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-Mailman-Approved-At: Wed, 22 Jan 2014 15:56:31 -0500 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:95539 Archived-At: Hello! :D I was looking for company-mode to provide intellisense on C++ since it looked easy to install and configure. But I noticed that I got intellisense for many programming languages except C++. I did many screenshots showing that I have no intellisense in emacs[1] compared to that screenshot taken by the author who actually have it[2] (note that in his buffer says "company-semantic" and in my screenshots it just says "company"). This is my Emacs configuration[3] that I used for the screenshots. This is my .emacs file[4], my `require`s[5], my hooks[6], and a .el file that loads all the configurations for different major modes[7], including my company-mode configuration[8]. My emacs version is `GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.6) of 2014-01-18 on mnt-storage-buildroots-staging-x86_64-eric` Thanks! :) [1]: http://imgur.com/a/Ed7Wn#0 [2]: http://company-mode.github.io/images/company-semantic.png [3]: https://bitbucket.org/shackra/emacs/src [4]: https://bitbucket.org/shackra/emacs/src/565e69a186449c0cc08dd2f2b6c83c22d591ac17/emacs.d/init.el?at=default [5]: https://bitbucket.org/shackra/emacs/src/565e69a186449c0cc08dd2f2b6c83c22d591ac17/emacs.d/requrs.el?at=default [6]: https://bitbucket.org/shackra/emacs/src/565e69a186449c0cc08dd2f2b6c83c22d591ac17/emacs.d/hooks.el?at=default [7]: https://bitbucket.org/shackra/emacs/src/565e69a186449c0cc08dd2f2b6c83c22d591ac17/emacs.d/varl.el?at=default [8]: https://bitbucket.org/shackra/emacs/src/565e69a186449c0cc08dd2f2b6c83c22d591ac17/emacs.d/conf-modes/company.el?at=default -- Pax et bonum. Jorge Araya Navarro. DiseƱador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre.