New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails under TRAMP #324
Comments
I can confirm this issue. There seems to be a problem related to buffering sh -c "cat|/home/juergen/.emacs.d/FsAutoComplete/netcore/fsautocomplete --adaptive-lsp-server-enabled" |
Install "fsautocomplete" on the remote host if `default-directory' is a tramp filename. Add pipe-workaround for remote fsautocomplete processes: There seems to be a problem related to CRLF coded input in remote fsautocomplete processes. Wrapping the process using a cat pipe fixes the issue. Even when setting `process-connection-type' to nil or 'pipe there is still a pseudo tty for the started remote process: https://www.gnu.org/software/emacs/manual/html_node/tramp/Remote-processes.html#Remote-process-connection-type Fixes fsharp#324
|
Should be fixed by #329 |
Description
When I try to use eglot + FSAC under TRAMP things don't quite work:
~/.config/emacs/FsAutoCompletefolder rather than the remote one,Repro steps
Related information
The text was updated successfully, but these errors were encountered: