ptrv
ptrv
`ycmd` already works internally with "smart-case" sensitive filtering, so there is nothing to do on `company-ycmd` side for filtering, because the results from the server depend on the input, i.e....
> What if company wants it to always do case-insensitive matching? Since the matching is not configurable in `ycmd` always case-insensitive matching would not work in `ycmd`.
It looks like there some kind of mismatch of the `ycmd.el` file and `ycmd-eldoc.el` file. Maybe one of the byte compiled files are not up to date? Have you tried...
Hi, Thanks for the report. Could you try to modify this line: https://github.com/abingham/emacs-ycmd/blob/master/ycmd.el#L910 and set `sync` to `nil`
@windrg Did you try the change from my previous post?
@abingham I am not sure what's going on here. In the latest version of `emacs-ycmd` we do not send requests at all when the server is not running. I tried...
> Here are what I'm using, based on ELPA. You mean MELPA (https://melpa.org)? The `emacs-ycmd` package is not in Gnu Elpa. Can you post the the output of `M-x ycmd-version...
@windrg Ok, you're on the latest version. And the issue still exists?
Ok, no problem. Anyways, the temporary fix I suggested in the beginning of this thread is already included in the latest version.
We need a clear reproduction for this since I cannot reproduce it. Can it be that `ycmd` server is idle for a long time and shuts down? The shutdown is...