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

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

company mode problem


From: Lajos Bodnar
Subject: company mode problem
Date: Tue, 24 Apr 2018 12:11:38 +0200

Hi,
When I use the company-mode auto completion then it's working but if there
is an "-" in the function name it doesn't working from that character.

example:
(set  => I can select the set-cursor-color function
(set- => There is no match

What is the problem or how can I find the problem ?

My company config:
(add-hook 'after-init-hook 'global-company-mode)

(setq company-backends
  '(
    (
     company-files
     company-dabbrev
     company-keywords
     company-capf
     company-yasnippet
     )
    (company-abbrev company-dabbrev)
    ))

(setq company-dabbrev-downcase nil)


cheers,
Lajos


reply via email to

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