Austin Bingham

Results 258 comments of Austin Bingham

@gnzlbg Did you ever get any resolution to this issue? I'm just doing some project house-cleaning.

I'm not entirely sure how we could make this work, but that may just be because I don't know much about tramp. The first major obstacle I see is how...

In principle it seems like this _should_ be possible. The server is just speaking HTTP, so there should be no problem running it on a different machine from the client....

I understand what it's like to be busy! Definitely keep me in the loop if you do any work on this. It's possible that I'll get inspired to poke around...

This should be fixed with the patch by @ptrv. @r4nt Can you verify that this is ok now?

@ptrv Is it time to merge in your [PR for using the new shutdown API?](https://github.com/abingham/emacs-ycmd/pull/251)

> I'm wondering whether we hit the timeout after interrupt-process... > Do you mean, is it possible that `interrupt-process` is somehow preventing the ycmd server from doing idle suicide? I...

@ptrv I figure they're configuring their logging through `ycmd-server-args`, if that's what you mean.

Good catch...that's probably not helping! We should make that configurable, I think. Do you know if the command-line argument `--keep_logfile` overrides the setting in `ycmd--options-contents`? (I'm not able to really...

@r4nt I've created [a branch that lets you specify the delete-process delay for ycmd-open.](https://github.com/abingham/emacs-ycmd/tree/open-delete-process-delay) You can test it out of you want; just customize the `ycmd-open-delete-process-delay` setting. My guess, however,...