sebastiencs / company-box

A company front-end with icons
564 stars 64 forks source link

Error #187

Open ChinaChenGuang opened 2 years ago

ChinaChenGuang commented 2 years ago

After the installation of the document is completed, EMACS reports an error: Error in delayed-warnings-hook(display-delayed-warnings):(void-variable company-quick-access-hint-function)

sebastiencs commented 2 years ago

@ChinaChenGuang What version of company-mode are you using ?

paaguti commented 2 years ago

Same here company-mode == 0.9.13 M-x p-l-p doesn't show company-box`

(add-to-list 'package-archives
  '("melpa" . "https://stable.melpa.org/packages/") t)
patrickaldis commented 1 year ago

can confirm, same here

ig-perez commented 1 year ago

Same issue here, company version is 0.9.13

zhangjie2012 commented 1 year ago

+1

GeorgesAlkhouri commented 1 year ago

I can also confirm this on GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.35, cairo version 1.16.0)

gzz2000 commented 9 months ago

I also encountered this on emacs 30.0.90 with company mode version 0.9.9. By upgrading company to latest version (20240107 on melpa at this time), the error was fixed.