sebastiencs / company-box

A company front-end with icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error messages Wrong number of arguments

phisu opened this issue · comments

commented

i updated to company-box-20200914.1015
and to emacs 27.1.

now i get frequently following error-message:

Company: An error occurred in auto-begin
Company: frontend company-box-frontend error "Wrong number of arguments: ((t) (candidate) (concat (and company-prefix (propertize company-prefix 'face 'company-tooltip-common)) (substring (propertize candidate 'face 'company-box-candidate) (length company-prefix) nil))), 2" on command show

@phisu What is your configuration for company-box ? It looks like you have declared a function overriding the original one.

The face company-box-candidate is not used anymore so it's an old code.

commented

i am using the cetaur configration framwork

This is similar to #127, you have an old version of a centaur config file somewhere