trying to connect to jdtls (JAVA) via socat on remote system to avoid tramp lock #1170
-
Right now, eglot over tramp seems to not work (tramp bug). Unfortunately, jdtls does also not support to act as a tcp server (jdtls issue). It expects the editor instead to act as the server. So I thought I could forward the jdtls stdin and stdout with socat:
With
I tested with telnet that port 2223 is indeed forwarded from my VM to the host running emacs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is worked around in latest Eglot. The Tramp fix is being discussed in Emacs bug#61350. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61350 |
Beta Was this translation helpful? Give feedback.
This is worked around in latest Eglot. The Tramp fix is being discussed in Emacs bug#61350. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61350