all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Company - idle completion not working
@ 2014-04-18 13:12 Thorsten Jolitz
  2014-04-18 13:53 ` Dmitry Gutov
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Jolitz @ 2014-04-18 13:12 UTC (permalink / raw)
  To: help-gnu-emacs


Hi List, 

I just discovered company-mode, and it basically works with this in my
init.el:

,-------------------------------------------------------
| (when (try-require 'company)
|   (add-hook 'after-init-hook 'global-company-mode)
|   (setq company-begin-commands '(self-insert-command))
|   (setq company-idle-delay 0.5)
|   (setq company-minimum-prefix-length 3)) 
`-------------------------------------------------------

but not the idle completion. If I type 

,-------
| (mess*
`-------

[with point at *]

in an emacs-lisp-mode buffer and wait, nothing happens. Doing M-x
company-complete shows 'message' as obvious completion. Did I forget
about some basic settings to make idle comletion work?

PS

#+begin_src emacs-lisp
(emacs-version)
#+end_src

#+results:
: GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.7)
:  of 2014-01-28 on var-lib-archbuild-extra-x86_64-juergen

-- 
cheers,
Thorsten




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-18 16:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 13:12 Company - idle completion not working Thorsten Jolitz
2014-04-18 13:53 ` Dmitry Gutov
2014-04-18 16:00   ` Thorsten Jolitz
2014-04-18 16:29     ` Dmitry Gutov

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.