From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Company not working in emacs-lisp-mode Date: Thu, 17 Jul 2014 02:28:15 +0200 Message-ID: <87mwc8akww.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405556942 5855 80.91.229.3 (17 Jul 2014 00:29:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2014 00:29:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 17 02:28:55 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 1X7ZZ8-0005zx-Re for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2014 02:28:54 +0200 Original-Received: from localhost ([::1]:41799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7ZZ8-0001PF-68 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jul 2014 20:28:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7ZYp-0001ON-Vr for help-gnu-emacs@gnu.org; Wed, 16 Jul 2014 20:28:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7ZYi-0002De-F3 for help-gnu-emacs@gnu.org; Wed, 16 Jul 2014 20:28:35 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:36501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7ZYi-0002DY-7n for help-gnu-emacs@gnu.org; Wed, 16 Jul 2014 20:28:28 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X7ZYh-0005rk-55 for help-gnu-emacs@gnu.org; Thu, 17 Jul 2014 02:28:27 +0200 Original-Received: from g231233164.adsl.alicedsl.de ([92.231.233.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jul 2014 02:28:27 +0200 Original-Received: from tjolitz by g231233164.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jul 2014 02:28:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 53 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231233164.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:xRTV8DTklNXAam9aFnz+LTISR+0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:98699 Archived-At: Hi List, although company-elisp is part of my company backends ,----[ C-h v company-backends RET ] | company-backends is a variable defined in `company.el'. Value: | (company-cider company-elisp company-bbdb company-nxml company-css | company-eclim company-semantic company-clang company-xcode | company-cmake (company-dabbrev-code company-gtags company-etags | company-keywords) company-oddmuse company-files company-dabbrev | company-ispell) | | Original value was (company-elisp company-bbdb company-nxml | company-css company-eclim company-semantic company-clang company-xcode | company-ropemacs company-cmake (company-dabbrev-code company-gtags | company-etags company-keywords) company-oddmuse company-files | company-dabbrev) `---- it does not work for me, although it worked out of the box in other modes. 'does not work' means nothing happens, as if company is not activated, but is is shown in the mode line. The only error messages I get are a bit strange too. My emacs version: ,---- | GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) | of 2014-06-11 on var-lib-archbuild-staging-x86_64-jgc `---- causes capf not to be included (officially): ,---- | (defvar company--include-capf (version< "24.3.50" emacs-version)) | (defcustom company-backends `(,@(unless company--include-capf ...))) `---- however, I frequently see messages like ,---- | Company: An error occurred in auto-begin | Symbol's function definition is void: company-capf `---- in the message-buffer. -- cheers, Thorsten