Youmu

Results 87 comments of Youmu

![image](https://user-images.githubusercontent.com/4024656/131615163-7b52a0eb-77a4-481f-b093-8f9c7fa91216.png)

![image](https://user-images.githubusercontent.com/4024656/132447780-1bbd9a6e-805e-4a4c-9e0a-03f499864c6f.png) ![image](https://user-images.githubusercontent.com/4024656/132447809-af3785bd-fe6d-4e52-a107-71c89fb8a26b.png)

![image](https://user-images.githubusercontent.com/4024656/136776219-0ffd6d27-ce36-48ca-979c-87f163cd79fc.png)

![image](https://user-images.githubusercontent.com/4024656/137604778-f0b632b7-d585-4d96-b169-5e8386cf1056.png) ![image](https://user-images.githubusercontent.com/4024656/137604796-7fca0be0-2904-4139-947f-699bfdf136f7.png)

> 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.