Austin Bingham

Results 258 comments of Austin Bingham

In that case I think the branch I mentioned earlier might be the thing to try. Assuming that the problem is us not giving ycmd sufficient time (0.5 seconds) to...

Could this be related to a [bug in emacs](https://lists.gnu.org/archive/html/bug-gnu-emacs/2015-11/msg00960.html)? And also, could we use [process sentinels](https://www.gnu.org/software/emacs/manual/html_node/elisp/Sentinels.html) to ensure that the process has completely exited when we're shutting down?

It seems like we'll need a timeout no matter how we approach it. That is, we have to be prepared for the possibility that the server doesn't die for whatever...

Is this the problem where you try to do a completion but are told that parsing is happening?

Also, what settings are you using for ycmd-idle-change-delay and any potentially related stuff? I can try those settings myself and see what there is to see. FWIW, I agree that...

Can you point me at an example that's exhibiting these problems, maybe something in an open-source project?

Right. I'll just keep this open and wait for you to get back with more info.

The way I do it is by running the `ycmd` package directly. If you cloned `ycmd` into, say, `/projects`, you'll end up with `/projects/ycmd/ycmd`, and in that directory is a...

Sorry for the confusion. I've updated the default value in 622b0b81c0da66ab0b1682a4b24ae82d69903bd1. Regarding windows, will you really need to do anything special for emacs? It seems like there may need to...

We might be able to cheat. If gtd fails for c++, a goto declaration may succeed. If so, we can try to guess the cpp file from the header and...