Yuki
Yuki
I am working on the machine directly.
Hmm, weird, for some reasons I do not see any debug information in `*Messages*` buffer. Am I missing something?
I found out it was proxy on my site. It start working but I need `env -u HTTPS_PROXY -u HTTP_PROXY -u https_proxy -u http_proxy emacs` to make it work. I...
I remember `-u` is important and make sure python3 is used and can start the server at all. ``` ycmd-server-command `("python3" "-u" ,(file-truename "~/yuki/ycmd/ycmd")) ```
Actually, I intended to add the default settings file, but forgot to commit it. Thank you for the review. I will clean up the stuff you mentioned earlier.
The advantage of this is to not duplicate the functionality that is already done in ycmd. At the beginning there was no ycmd, there was ycm - vim plugin, all...
> As long as we have to maintain a JSON file containing all of the options with their default values, we are still dependent on them. ycmd ships this default...
> this is nonsense > software engineering fundamentalism. Relax, it is just 50 line pull request, no reasons to get that emotional.
I see that the file contains a lot of valuable options. I would really think that is more simple to configure server in client-independent way, rather than port all the...
I have recently switched after 8 years of vim to emacs. I am still learning lisp and spend a lot of time trying researching Emacs. Though, I will try to...