help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Company - idle completion not working


From: Dmitry Gutov
Subject: Re: Company - idle completion not working
Date: Fri, 18 Apr 2014 20:29:43 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Thorsten Jolitz <tjolitz@gmail.com> writes:

>>> | (when (try-require 'company)
>>> |   (add-hook 'after-init-hook 'global-company-mode)
>>> |   (setq company-begin-commands '(self-insert-command))
>>
>> If you're typing the text you mentioned in an org-mode buffer, the above
>> line is likely the problem.
>>
>> See https://github.com/company-mode/company-mode/issues/91, for example.
>
> The funny thing is that it actually works in Org-mode but not in

That sounds implausible: the reverse was true for the reporter of the
bug linked above, org-mode rebinds `self-insert-command' to
`org-self-insert-command', `company-begin-commands' is consulted when
deciding whether to initiate idle completion.

> emacs-lisp-mode or the scratch buffer.

Works for me. Please file a proper bug report, with a recipe starting
with `emacs -Q'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]