ptrv

Results 63 comments of ptrv

Did you set the `processing-location` variable to the right path of the processing command line script (`processing-java`)?

Which version of the Synth-A-Modeler-Designer are you using? The precompiled binary or did you compile the app from source? A bit offtopic, but I still haven't merged my major refactoring...

Maybe we should keep the way we load settings and add loading from a json file as additional option, because this adds an extra step to setting up emacs-ycmd (which...

Good idea to be more proactive in catching errors. AFAIK your code snippet would only catch if the program is not found (here `python`). In ycmd's case the ycmd python...

I was thinking also about handling the errors better within the `ycmd--request` function. But I'm not sure how to implement exactly and whether it will work. I'm not so sure...

It seems that the server started successfully but we could not parse the port from the server output because there is only the first line in the server buffer

`ycmd-show-debug-info` won't work because it sends also a request which won't work without port

Actually it looks good. The server is running. But it has no clang support. Maybe someone from ycmd project has an idea what is going wrong here? @micbou or @Valloric

I cannot reproduce your issue, even on a large c++ project. Could you be more specific about your issue. What is causing the freeze exactly? Do you have any other...

btw, there is the variable `ycmd-request-timeout` (in `third-party/ycmd-request.el`) you could experiment with. But I am not sure whether your "freeze" is related to the request.