Youmu
Youmu

 

 
> https://github.com/company-mode/company-mode/blob/16ffeba5ef96c4c8e0cd39860b5402e25e304601/company.el#L2831 What's wrong with this line? I can reproduce only when the first company candidates menu pops up. Later, it works well.
```elisp (add-hook! 'evil-local-mode-hook (when (memq 'company-emulation-alist emulation-mode-map-alists) (company-ensure-emulation-alist)))) ``` @dgutov What do you think? Is it a company-mode bug?
@CeleritasCelery Could it happen with `company-20220731.2333`? I'm trying to reproduce, but failed. > Maybe something in the current keymap jugging could be improved to make the Evil users' life easier....
Agreed. The red dot has already indicated the cursor position.
`M-x evil-collection-describe-bindings`
Same issue. Let me dig it deeper.