all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Company not working in emacs-lisp-mode
Date: Thu, 17 Jul 2014 02:28:15 +0200	[thread overview]
Message-ID: <87mwc8akww.fsf@gmail.com> (raw)


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





             reply	other threads:[~2014-07-17  0:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-17  0:28 Thorsten Jolitz [this message]
2014-07-17  0:44 ` Company not working in emacs-lisp-mode Dmitry
2014-07-17  1:02   ` Thorsten Jolitz
2014-07-17  2:49     ` Grant Rettke
2014-11-28 14:04     ` Alan Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwc8akww.fsf@gmail.com \
    --to=tjolitz@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.