Vincent Zhang

Results 247 comments of Vincent Zhang

me, too. and it seems not working in `go-mode`, with `company-capf` and `company-go`.

It's hard to use without color matching while typing.

I can confirm there is only binary path while I am using emacs 26.1 on Windows 10 with `emacs -Q -nw`. ```elisp command-line-args is a variable defined in ‘C source...

I am also experiencing this issue. This may be caused by `redisplay` in `company-box`, which also slows down Emacs.

It seems the project is dead 😢 After I reviewed the PR, I realized the codes are not good enough. Many icons are missing, and some icons are not quite...

This can be closed.

`diff-hl` is not popular and familiar name. I vote `vc-gutter`, but I am fine with `diff-gutter` as well.

Good catch! But I don't understand why flyspell will call flycheck? It seem you are using TUI emacs, right? I didn't observe this issue on GUI.

I suspect it's a conflict between `flyspell` and `flycheck-popup-tip`. Can you try "disabling flycheck-popup-tip-mode"?