You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
damienrg edited this page Oct 14, 2016
·
6 revisions
emacs-ycmd wiki
Ycmd server timeout
ycmd-server-command not set
#215, #267, #360
be sure that you use the same version of python used to compile ycmd (set-variable 'ycmd-server-command '("python2" "/path/to/ycmd/package")
or (set-variable 'ycmd-server-command '("python3" "/path/to/ycmd/package")
Using curl as request-backend
#344
be sure that there is no proxy, to test it you could launch emacs with no_proxy environment variable: $ no_proxy="127.0.0.1" emacs
#365
Problem linked to .ICEauthority, need further debug
workaround: (setq request-backend 'url-retrieve)